hledger-web: add with caddy

This commit is contained in:
2026-07-24 11:24:20 +02:00
parent 57f34131c5
commit 3da72a389b
+6
View File
@@ -1,3 +1,9 @@
archive.tomasrivera.ch {
reverse_proxy archivebox:8000
}
hledger.tomasrivera.ch {
basicauth {
tomasr $2a$14$NXz3GWokmcvjvWL7IPnmfOwBffOmXSqC9Tz4hsfiHY8.f6JW5m6tK
}
reverse_proxy localhost:5000
}