feat: persist branding, visual identity, and database integration changes

This commit is contained in:
VPS 4 Builder
2026-05-17 03:24:59 +02:00
parent 1bbb6cf138
commit ef77a36a95
13 changed files with 10787 additions and 250 deletions
+1
View File
@@ -0,0 +1 @@
server { listen 3014; location / { root /usr/share/nginx/html; index index.html; try_files $uri $uri/ /index.html; } }