Files
vps-config/Caddyfile
T
2026-07-24 12:05:28 +02:00

13 lines
215 B
Caddyfile

archive.tomasrivera.ch {
reverse_proxy archivebox:8000
}
hledger.tomasrivera.ch {
log {
output stdout
}
basic_auth {
tomasr {$HLEDGER_PASSWORD_HASH}
}
reverse_proxy host.docker.internal:5000
}