forked from CCCHH/ansible-infra
		
	
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			666 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			666 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
| base-url: "https://ntfy.hamburg.ccc.de"
 | |
| default-host: "https://ntfy.hamburg.ccc.de"
 | |
| listen-http: ":2586"
 | |
| behind-proxy: true
 | |
| cache-file: "/var/cache/ntfy/cache.db"
 | |
| log-format: json
 | |
| 
 | |
| enable-metrics: true
 | |
| metrics-listen-http: ":9586"
 | |
| 
 | |
| auth-default-access: "deny-all"
 | |
| auth-file: "/var/lib/ntfy/user.db"
 | |
| 
 | |
| attachment-cache-dir: "/var/cache/ntfy/attachments"
 | |
| 
 | |
| web-push-public-key: "BCx7PqDiVNlOiAHHfSxjbTle_LN4hetwHYi58GJhQxiY33AQ663IaJVro7B28j-1KOqwdzKco3dMMwzBJl9OQ90"
 | |
| web-push-private-key: {{ secret__ntfy_web_push_private_key }}
 | |
| web-push-file: "/var/cache/ntfy/webpush.db"
 | |
| web-push-email-address: "mailto:noc@lists.hamburg.ccc.de"
 | |
| 
 | |
| upstream-base-url: "https://ntfy.sh"
 |