1
0
Fork 0
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:
Éric Gaspar 2023-10-15 09:18:33 +02:00
parent 5e50687d63
commit 927beb1d68

View file

@ -64,7 +64,11 @@ ram.runtime = "50M"
[resources.permissions] [resources.permissions]
main.url = "/" 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] [resources.apt]
packages = "mariadb-server" packages = "mariadb-server"