chore: add helm chart and docker

This commit is contained in:
Nuxgrid
2026-07-27 21:06:11 +02:00
parent 23a4f280c6
commit 356604fba4
46 changed files with 1390 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
:8080 {
root * /srv
encode gzip
# SPA fallback — toutes les routes inconnues renvoient index.html
try_files {path} /index.html
file_server
header {
-Server
X-Content-Type-Options "nosniff"
X-Frame-Options "SAMEORIGIN"
}
}