ntfy: fix caddy labels
This commit is contained in:
parent
387d6e89a5
commit
c51bac41b0
@ -123,15 +123,12 @@ services:
|
||||
public:
|
||||
ipv4_address: 192.168.240.5
|
||||
labels:
|
||||
caddy: "notify.${DOMAIN} http://notify.${DOMAIN}"
|
||||
caddy: "notify.${DOMAIN}, http://notify.${DOMAIN}"
|
||||
caddy.reverse_proxy: "{{ upstreams $NTFY_INTERNAL_PORT }}"
|
||||
caddy.reverse_proxy.header_up_0: "{http.request.header.Upgrade}"
|
||||
caddy.reverse_proxy.header_up_1: "Connection \"upgrade\""
|
||||
caddy.redir: "https://{host}{uri}"
|
||||
caddy.redir.protocol: http
|
||||
caddy.redir.method: get
|
||||
caddy.redir.path_regexp: "^/([-_a-z0-9]{0,64}$|docs/|static/)"
|
||||
|
||||
caddy.@httpget.protocol: http
|
||||
caddy.@httpget.method: get
|
||||
caddy.@httpget.path_regexp: "^/([-_a-z0-9]{0,64}$|docs/|static/)"
|
||||
caddy.redir: "@httpget https://{host}{uri}"
|
||||
restart: unless-stopped
|
||||
|
||||
audiobookshelf:
|
||||
|
Loading…
x
Reference in New Issue
Block a user