feat: improve setup wizard UX, add cluster sync error handling, and conditional demo data seeding
Add SEED_DEMO_DATA environment variable to control demo data population, enhance setup wizard with welcome screen and theme toggle, add smooth animations for wizard transitions, improve dashboard endpoint to return structured objects for last_syncs and faulty_nodes instead of raw models, implement comprehensive error handling in cluster sync with failed status tracking and audit logging, fix Proxmox provider
This commit is contained in:
@@ -10,4 +10,5 @@ JWT_REFRESH_TOKEN_DAYS=14
|
||||
TOKEN_ENCRYPTION_KEY=change-this-fernet-key-before-production
|
||||
CORS_ORIGINS=http://localhost:5173,http://localhost:8080
|
||||
DEMO_ADMIN_PASSWORD=ChangeMe_UseEnvInstead
|
||||
SEED_DEMO_DATA=false
|
||||
VITE_API_BASE_URL=/api/v1
|
||||
|
||||
Reference in New Issue
Block a user