etebase: upgrade to 0.6.1

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
This commit is contained in:
Peter Stadler
2020-12-20 21:57:29 +01:00
parent 49e053ac52
commit 6d20bbf734
5 changed files with 38 additions and 22 deletions
+3 -1
View File
@@ -30,7 +30,7 @@ etebase_validate_global() {
uci_load_validate etebase django "global" "$1" \
'secret_file:file:secret.txt' \
'static_url:string:/etebase/static' \
'static_url:string:static/' \
'language_code:string:en-us' \
'time_zone:string:UTC' \
'debug:bool:false' \
@@ -51,6 +51,8 @@ etebase_print_global() {
etebase_validate_allowed_hosts() {
cd /usr/share/etebase/ >/dev/null || return
uci_load_validate etebase django "allowed_hosts" "$1" \
'uci_allow_all_ips_of:network' \
'allowed_host:host' \