All checks were successful
continuous-integration/drone/push Build is passing
- Backend: rewrote containers/services/logs/metrics routes to use dockerode - docker-compose: mount /var/run/docker.sock, run backend as root - .drone.yml: sync docker-compose.yml from Gitea on deploy - Frontend: Containers page shows real data with wired start/stop/restart - Frontend: Services page shows Docker Compose stacks with health status - Frontend: Metrics page adds disk (docker df) and containers cards + chart legend - Frontend: Logs page replaces text input with container dropdown + auto-refresh
7 lines
230 B
Plaintext
7 lines
230 B
Plaintext
# OIDC configuration for the server-manager frontend
|
|
# Copy to .env.local for local overrides
|
|
|
|
VITE_OIDC_ISSUER=https://auth.jiosii.com/oidc
|
|
VITE_OIDC_CLIENT_ID=server-manager
|
|
VITE_OIDC_REDIRECT_URI=https://sm.jiosii.com/callback
|