mirror of
https://github.com/YunoHost-Apps/radicale_ynh.git
synced 2024-09-03 20:16:14 +02:00
Update install
This commit is contained in:
parent
70ff1ba0fc
commit
7711f0a026
1 changed files with 4 additions and 4 deletions
|
@ -264,14 +264,14 @@ then
|
||||||
# Replace radicale by InfCloud into YunoHost portal
|
# Replace radicale by InfCloud into YunoHost portal
|
||||||
ynh_app_setting_set $app path ${path_url%/}/infcloud
|
ynh_app_setting_set $app path ${path_url%/}/infcloud
|
||||||
# Protect InfCloud access
|
# Protect InfCloud access
|
||||||
|
ynh_app_setting_set $app protected_uris "/"
|
||||||
|
domain_regex=$(echo "$domain" | sed 's@-@.@g')
|
||||||
# Radicale is always accessible (For access to ressources)
|
# Radicale is always accessible (For access to ressources)
|
||||||
|
ynh_app_setting_set $app skipped_regex "$domain_regex$path_url"
|
||||||
else
|
else
|
||||||
# If only radicale is installed
|
# If only radicale is installed
|
||||||
# Radicale is always accessible (For access to ressources)
|
# Radicale is always accessible (For access to ressources)
|
||||||
|
ynh_app_setting_set $app unprotected_uris "/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue