mirror of
https://github.com/YunoHost-Apps/writefreely_ynh.git
synced 2024-09-03 20:36:02 +02:00
Update manifest.toml
This commit is contained in:
parent
5e50687d63
commit
927beb1d68
1 changed files with 5 additions and 1 deletions
|
@ -64,7 +64,11 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
#REMOVEME? ynh_permission_create --permission="api" --url="/api" --allowed="visitors" --auth_header="false" --show_tile="false" --protected="true"
|
||||
api.url = "/api"
|
||||
api.allowed= "visitors"
|
||||
api.auth_header= false
|
||||
api.show_tile= false
|
||||
api.protected= true
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server"
|
||||
|
|
Loading…
Add table
Reference in a new issue