initial commit of gitara site

This commit is contained in:
Priec
2026-06-16 12:12:25 +02:00
commit 29eac1ffcd
156 changed files with 16165 additions and 0 deletions

14
Caddyfile Normal file
View File

@@ -0,0 +1,14 @@
gitara.farmeris.sk {
encode gzip
@static path /static/*
header @static Cache-Control "public, max-age=2592000"
rewrite /favicon.ico /static/favicon/favicon.ico
reverse_proxy gitara-web:5150
}
www.gitara.farmeris.sk {
redir https://gitara.farmeris.sk{uri} permanent
}