mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-11 18:18:38 +02:00
10 lines
221 B
Caddyfile
10 lines
221 B
Caddyfile
archive.tomasrivera.ch {
|
|
reverse_proxy archivebox:8000
|
|
}
|
|
hledger.tomasrivera.ch {
|
|
basic_auth {
|
|
tomasr $2a$14$NXz3GWokmcvjvWL7IPnmfOwBffOmXSqC9Tz4hsfiHY8.f6JW5m6tK
|
|
}
|
|
reverse_proxy host.docker.internal:5000
|
|
}
|