mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-11 18:18:38 +02:00
13 lines
215 B
Caddyfile
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
|
|
}
|