mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
extend config.js section
parent
3757a0f900
commit
338524dcce
1 changed files with 22 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue