1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-25 19:30:54 +00:00

Add web interface module

This commit is contained in:
Unrud 2017-05-31 13:18:40 +02:00
parent 0dd2ecdb0b
commit ab9e9b2d7c
5 changed files with 106 additions and 8 deletions

View file

@ -147,6 +147,11 @@ INITIAL_CONFIG = OrderedDict([
"value": "",
"help": "command that is run after changes to storage",
"type": str})])),
("web", OrderedDict([
("type", {
"value": "none",
"help": "web interface backend",
"type": str})])),
("logging", OrderedDict([
("config", {
"value": "",