add basic webserver

This commit is contained in:
2026-07-24 15:58:58 +02:00
parent 0e18e7e930
commit 6c21288027
4 changed files with 150 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
tomasrivera.ch {
root * /srv/www
file_server
}
archive.tomasrivera.ch {
reverse_proxy archivebox:8000
}