bundles/ntfy various fixes

This commit is contained in:
Sophie Schiller 2022-10-19 15:38:10 +02:00
parent a8cf858d44
commit 6e23f84a39
4 changed files with 33 additions and 3 deletions

View file

@ -69,7 +69,7 @@ def nginx(metadata):
vhosts = {
'ntfy': {
'domain': metadata.get('ntfy/baseurl'),
'domain': metadata.get('ntfy/domain'),
'locations': locations,
'website_check_path': '/',
'website_check_string': 'ntfy',