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:
parent
eb07615fa9
commit
87d8feb6c3
1 changed files with 30 additions and 28 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue