- Agent: WAU registry config check (include/exclude URLs), pending updates count - Backend: /wau/compliance per customer, /wau/compliance/summary all customers - Frontend: compliance badge in customer list, compliance panel in WAU tab - config.js: no longer gitignored (secrets-free, reads from env/window.__RMM_CONFIG__) - vite.config.js: reads backend URL from .env instead of hardcoded value - .env.example added for clean setup
7 lines
192 B
Plaintext
7 lines
192 B
Plaintext
# RMM Frontend Konfiguration
|
|
# Datei kopieren: cp .env.example .env (wird nicht eingecheckt)
|
|
|
|
VITE_BACKEND_HOST=your-backend.example.com
|
|
VITE_BACKEND_PORT=8443
|
|
VITE_API_KEY=your-api-key-here
|