otter: add web config

This commit is contained in:
Jef Roosens 2025-03-20 09:21:36 +01:00
parent 10664f10cb
commit ee7ee2b19d
Signed by: Jef Roosens
GPG key ID: 02D4C0997E74717B
4 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,3 @@
otter.roosens.me {
reverse_proxy {{ hostvars[groups['otter'][0]].static_ip }}:8017
}