[Radicale] upstream to Radicale 1.1

* upstream to Radicale 1.1
* new "boot_delay" option (default 10 seconds) to wait for interfaces to come up before hotplug restarts are enabled.

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
This commit is contained in:
Christian Schoenebeck
2015-12-31 17:00:38 +01:00
parent 754c1e2d90
commit d2e9224965
4 changed files with 33 additions and 5 deletions
+11 -1
View File
@@ -10,6 +10,16 @@
# Each Radicale's config [section] is setup as UCI config setting 'section'
#
####################################################
# OpenWrt specific settings
# not part of radicale package
#
config system 'radicale'
# delayed startup at boot (default 10 seconds)
# to wait for netifd to bring up interfaces
# during this time iface hotplug events are ignored
# option boot_delay '10'
####################################################
# Server options
#
@@ -65,7 +75,7 @@ config setting 'encoding'
####################################################
# Authentication options
#
config setting 'auth'
config setting 'auth'
# Authentication method
# Value: None | htpasswd | IMAP | LDAP | PAM | courier | http | remote_user | custom