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

4 lines
90 B
Plaintext
Raw Normal View History

2024-08-09 13:53:13 +02:00
git.rustybever.be {
reverse_proxy {{ hostvars[groups['gitea'][0]].static_ip }}:8010
}