Merge pull request #445 from Unrud/patch-24

Point well-known to /
This commit is contained in:
Guillaume Ayoub 2016-07-30 15:25:01 +02:00 committed by GitHub
commit 0a2d12a4a3
2 changed files with 4 additions and 4 deletions

4
config
View File

@ -73,10 +73,10 @@
[well-known] [well-known]
# Path where /.well-known/caldav/ is redirected # Path where /.well-known/caldav/ is redirected
#caldav = '/%(user)s/caldav/' #caldav = /
# Path where /.well-known/carddav/ is redirected # Path where /.well-known/carddav/ is redirected
#carddav = '/%(user)s/carddav/' #carddav = /
[auth] [auth]

View File

@ -45,8 +45,8 @@ INITIAL_CONFIG = {
"can_skip_base_prefix": "False", "can_skip_base_prefix": "False",
"realm": "Radicale - Password Required"}, "realm": "Radicale - Password Required"},
"well-known": { "well-known": {
"caldav": "/caldav/", "caldav": "/",
"carddav": "/carddav/"}, "carddav": "/"},
"encoding": { "encoding": {
"request": "utf-8", "request": "utf-8",
"stock": "utf-8"}, "stock": "utf-8"},