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:
parent
0dd2ecdb0b
commit
ab9e9b2d7c
5 changed files with 106 additions and 8 deletions
|
@ -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": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue