DataGrid fix; File explorer - inital commit

This commit is contained in:
2026-06-12 03:39:40 +02:00
parent 2fc4648515
commit 7b7ed05229
12 changed files with 3922 additions and 249 deletions

12
.env
View File

@@ -1 +1,13 @@
VITE_API_BASE_URL=http://127.0.0.1:8000
# Web UI
WEBUI_PUBLISHED_PORT=5173
VITE_API_BASE_URL=/api/v1
# 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
TRAEFIK_API_SERVICE_NAME=msm-api
TRAEFIK_WEBUI_ROUTER_NAME=msm-webui
TRAEFIK_WEBUI_SERVICE_NAME=msm-webui