1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

extend config.js section

Peter Bieringer 2025-03-03 07:29:02 +01:00
parent 3757a0f900
commit 338524dcce

@ -31,7 +31,28 @@ unzip -d /var/www/html/ /tmp/InfCloud_0.13.1.zip
## Configuration InfCloud ## Configuration InfCloud
Adjust config.js like: Adjust `config.js` related to
```javascript
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: []
}
```
like
```diff ```diff
--- /var/www/html/infcloud/config.js 2015-09-22 15:30:10.000000000 +0200 --- /var/www/html/infcloud/config.js 2015-09-22 15:30:10.000000000 +0200