feat(ntfy): added server & client config
This commit is contained in:
parent
b1d70248f1
commit
a05cbf9a6f
14 changed files with 577 additions and 31 deletions
3
roles/ntfy-server-web/templates/ntfy-server.Caddyfile.j2
Normal file
3
roles/ntfy-server-web/templates/ntfy-server.Caddyfile.j2
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ntfy.roosens.me {
|
||||
reverse_proxy {{ hostvars[groups['ntfyserver'][0]].static_ip }}:8003
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue