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:
parent
fe0256da08
commit
88fc5e426d
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,8 @@ disk = "50M"
|
|||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
||||
[install]
|
||||
|
||||
[install.domain]
|
||||
type = "domain"
|
||||
|
||||
|
@ -42,6 +44,7 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
main.allowed = "visitors" # should it always be public ?
|
||||
|
||||
# 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"
|
||||
|
|
Loading…
Add table
Reference in a new issue