WIP Caddy caddy formula

This commit is contained in:
Malte 2024-06-24 00:48:33 +02:00
commit acd87c1814
5 changed files with 111 additions and 0 deletions

13
pillar.example Normal file
View file

@ -0,0 +1,13 @@
caddy:
sites:
- |
example.flipdot.org {
import header
respond "Hello World"
}
- |
testing.flipdot.org {
import header
reverse_proxy localhost:3000
}