mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
radicale3: update initial uci config
With recent changes to the proposed PR (https://github.com/openwrt/luci/pull/8216) for the LuCI app for radicale3, it is not longer necessary that uncommented configuration be present in /etc/config/radicale3 for the LuCI app to work. Therefore make the initial uci config commented sample only. Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
This commit is contained in:
committed by
Hannu Nyman
parent
ecf9fb51db
commit
78cf89d7d3
@@ -1,7 +1,10 @@
|
||||
config section server
|
||||
# config section server
|
||||
# list host 127.0.0.1:5232
|
||||
# list host ::1:5232
|
||||
# list host [::1]:5232
|
||||
|
||||
#config user
|
||||
#option name user1
|
||||
#option password password1
|
||||
# config user
|
||||
# option name user1
|
||||
# option password password1
|
||||
|
||||
# config storage
|
||||
# filesystem_folder /var/radicale3/data
|
||||
|
||||
Reference in New Issue
Block a user