Add SSO admin console for dashboard
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 11s

This commit is contained in:
Kroonk
2026-05-21 15:25:51 +02:00
parent 470220b8f4
commit 2125601e56
11 changed files with 816 additions and 207 deletions

View File

@@ -14,6 +14,11 @@ server {
add_header Cache-Control "public, max-age=3600" always;
}
location = /services.json {
default_type application/json;
add_header Cache-Control "no-cache" always;
}
location = /sw.js {
default_type application/javascript;
expires off;