Floating dismissable alert - initial commit

This commit is contained in:
2026-06-12 20:36:13 +02:00
parent cf36dfb20b
commit 403a6722b8
8 changed files with 88 additions and 40 deletions

8
.env
View File

@@ -1,11 +1,13 @@
VITE_API_BASE_URL=http://127.0.0.1:8000
# API origin only. Do not append /api or /api/v1; API helpers add /api/v1.
# Leave empty for same-origin requests (recommended for Vite development and the bundled WebUI).
VITE_API_BASE_URL=
# Web UI
WEBUI_PUBLISHED_PORT=5173
# API base url without /api/v1 or similar parts
VITE_API_BASE_URL=
# For local Vite development outside Docker:
# For local Vite development outside Docker:
VITE_DEV_API_PROXY_TARGET=http://127.0.0.1:8000
CORS_ORIGINS=http://localhost:5173,http://127.0.0.1:5173,http://localhost:8080
MULTIMAILER_HOST=msm.localhost
TRAEFIK_API_ROUTER_NAME=msm-api