homelab/roles/photoview-web/templates/photoview.Caddyfile.j2

4 lines
94 B
Plaintext
Raw Normal View History

2024-10-01 14:28:28 +02:00
photos.roosens.me {
reverse_proxy {{ hostvars[groups['photoview'][0]].static_ip }}:8012
}