Le 2022-03-13 17:39, gilles--- via Inf-IT DAV Clients a écrit :
dear all,
i have baikal in :
https://dav.lucato.com
i have InfCloud in :
https://dav.lucato.com/infcloud
Baikal dashboard says all OK.
DAVx5 on my smartphone connects with baikal OK (84 contacts)
BUT i cannot find any good config.js to make InfCloud work as expected.
The only Url that do something is :
https://dav.lucato.com/
but InfCloud interface appears for half a second with "ressource 1/1" then all
disappears and the screen of my browser remains blank.
i tested the 3 methods in config.js with:
https://dav.lucato.com/dav.php/addressbooks/gilles@lucato.com/
https://dav.lucato.com/dav.php/principals/gilles@lucato.com/
https://dav.lucato.com/dav.php/principals/
https://dav.lucato.com/dav.php/
Any help ???
Hi Gilles,
I use Baikal with infcloud.
Here's my working conf.
- replace in config.js:
var globalNetworkCheckSettings={
href: location.protocol+'//'+location.hostname+
(location.port ? ':'+location.port: '')+
location.pathname.replace(RegExp('/+[^/]+/*(index\.html)?$'),'')+
==> '/caldav.php/',
timeOut: 90000,
lockTimeOut: 10000,
checkContentType: true,
settingsAccount: true,
delegation: true,
additionalResources: [],
hrefLabel: null,
forceReadOnly: null,
ignoreAlarms: false,
backgroundCalendars: []
}
with
var globalNetworkCheckSettings={
href: location.protocol+'//'+location.hostname+
(location.port ? ':'+location.port: '')+
location.pathname.replace(RegExp('/+[^/]+/*(index\.html)?$'),'')+
==> '/dav.php/principals/',
timeOut: 90000,
lockTimeOut: 10000,
checkContentType: true,
settingsAccount: true,
delegation: true,
additionalResources: [],
hrefLabel: null,
forceReadOnly: null,
ignoreAlarms: false,
backgroundCalendars: []
}
As I want a french version:
- replace var globalDefaultAddressCountry='us'; with var
globalDefaultAddressCountry='fr';
- replace var globalInterfaceLanguage='en_US'; with var
globalInterfaceLanguage='fr_FR';
- replace var globalTimeZone='Europe/Berlin'; with var
globalTimeZone='Europe/Paris';
- replace //var globalCalendarSelected=''; with var
globalCalendarSelected='xxx(a)domain.com/default/'ult/'; <= use your email address
- replace //var globalTodoCalendarSelected=''; with var
globalTodoCalendarSelected='xxx(a)domain.com/default/'ult/'; <= use your email
address
- remove the useless quote in index.html in line 763
!!! IMPORTANT !!!
execute ./cache_update.sh