1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Initialize main perm

This commit is contained in:
Alexandre Aubin 2023-12-05 02:38:15 +01:00
parent fe0256da08
commit 88fc5e426d

View file

@ -25,6 +25,8 @@ disk = "50M"
ram.build = "50M" ram.build = "50M"
ram.runtime = "50M" ram.runtime = "50M"
[install]
[install.domain] [install.domain]
type = "domain" type = "domain"
@ -42,6 +44,7 @@ ram.runtime = "50M"
[resources.permissions] [resources.permissions]
main.url = "/" main.url = "/"
main.allowed = "visitors" # should it always be public ?
# FIXME: watdo with this ... # FIXME: watdo with this ...
#REMOVEME? ynh_permission_create --permission="autodiscover" --url="re:$domain_regex/[Aa]uto[Dd]iscover/.*" --allowed="visitors" --show_tile="false" --protected="true" #REMOVEME? ynh_permission_create --permission="autodiscover" --url="re:$domain_regex/[Aa]uto[Dd]iscover/.*" --allowed="visitors" --show_tile="false" --protected="true"