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

7
sw.js
View File

@@ -1,10 +1,11 @@
const CACHE_NAME = 'mischlabs-pwa-v3';
const CACHE_NAME = 'mischlabs-pwa-v4';
const APP_SHELL = [
'/',
'/index.html',
'/offline.html',
'/style.css?v=9',
'/app.js?v=1',
'/style.css?v=10',
'/app.js?v=2',
'/services.json?v=1',
'/manifest.webmanifest?v=3',
'/icons/icon-192.png',
'/icons/icon-512.png',