1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ntfy_ynh.git synced 2024-09-03 19:46:27 +02:00

ntfy needs to be exposed to properly work

This commit is contained in:
OniriCorpe 2024-01-16 19:34:55 +01:00
parent eb07615fa9
commit 87d8feb6c3

View file

@ -70,6 +70,8 @@ ram.runtime = "50M"
[resources.permissions] [resources.permissions]
main.url = "/" main.url = "/"
main.auth_header = false main.auth_header = false
main.protected = true
main.allowed = "visitors"
[resources.ports] [resources.ports]
main.default = 8080 main.default = 8080