mirror of
https://github.com/YunoHost-Apps/ntfy_ynh.git
synced 2024-09-03 19:46:27 +02:00
Merge pull request #34 from YunoHost-Apps/fix-access
ntfy needs to be publicly exposed to properly work
This commit is contained in:
commit
65c1166b91
2 changed files with 36 additions and 31 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
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
test_format = 1.0
|
test_format = 1.0
|
||||||
|
|
||||||
|
# ntfy needs to be publicly exposed to properly work, see #34
|
||||||
|
exclude = "install.private"
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
test_upgrade_from.727dfd9.name = "Upgrade from 2.6.2~ynh1"
|
test_upgrade_from.727dfd9.name = "Upgrade from 2.6.2~ynh1"
|
||||||
test_upgrade_from.e89c0fb.name = "Upgrade from 2.5.0~ynh1"
|
test_upgrade_from.e89c0fb.name = "Upgrade from 2.5.0~ynh1"
|
||||||
|
|
Loading…
Reference in a new issue