diff options
author | Unrud <unrud@outlook.com> | 2022-01-19 00:59:45 +0100 |
---|---|---|
committer | Unrud <unrud@outlook.com> | 2022-01-19 01:08:00 +0100 |
commit | 3e8e476fc2ff1467ea05aa0944058288ccdadf92 (patch) | |
tree | d6b3ab7b8c0775117a034e0f198159d2e538bd96 /README.md | |
parent | Update for Radicale 3.1.1 (diff) | |
download | radicaleinfcloud-3e8e476fc2ff1467ea05aa0944058288ccdadf92.tar.gz radicaleinfcloud-3e8e476fc2ff1467ea05aa0944058288ccdadf92.tar.bz2 radicaleinfcloud-3e8e476fc2ff1467ea05aa0944058288ccdadf92.zip |
Add option for InfCloud configuration
Closes #15
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,9 +18,14 @@ python3 -m pip install --upgrade https://github.com/Unrud/RadicaleInfCloud/archi Set the configuration option `type` in the `web` section to `radicale_infcloud`. +The value of `infcloud_config` is appended to InfCloud's `config.js`. + ```ini [web] type = radicale_infcloud +# Optional InfCloud configuration +infcloud_config = globalInterfaceLanguage='de_DE'; + globalTimeZone='Europe/Berlin'; ``` ## License |