mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-12 02:28:38 +02:00
25 lines
385 B
Caddyfile
25 lines
385 B
Caddyfile
tomasrivera.ch {
|
|
root * /srv/www
|
|
file_server
|
|
}
|
|
|
|
archive.tomasrivera.ch {
|
|
reverse_proxy archivebox:8000
|
|
}
|
|
video-archive.tomasrivera.ch {
|
|
reverse_proxy filebrowser:80
|
|
}
|
|
hledger.tomasrivera.ch {
|
|
log {
|
|
output stdout
|
|
}
|
|
basic_auth {
|
|
tomasr {$HLEDGER_PASSWORD_HASH}
|
|
}
|
|
reverse_proxy host.docker.internal:5000
|
|
}
|
|
rss.tomasrivera.ch {
|
|
reverse_proxy freshrss:80
|
|
}
|
|
|