William Jacoby

Results 52 comments of William Jacoby

NTFY_UPSTREAM_BASE_URL needs to stay as is if you are using IOS. ``` version: '3' services: ntfy: image: binwiederhier/ntfy container_name: ntfy environment: NTFY_BASE_URL: http://192.168.1.80 NTFY_AUTH_FILE: /etc/ntfy/auth.db NTFY_AUTH_DEFAULT_ACCESS: read-write NTFY_BEHIND_PROXY: true NTFY_ATTACHMENT_CACHE_DIR:...

I'll give it a try tomorrow.