No description
| public | ||
| scripts | ||
| src | ||
| systemd | ||
| .dockerignore | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| package.json | ||
| Readme.md | ||
| tsconfig.json | ||
| types.d.ts | ||
Login Internal API
Internal operational API for Login infrastructure dashboards, Docker status, database backups, deployment actions, log summaries, and vulnerability scans.
Docker Compose
Run the service with:
docker compose up -d --build
The container listens on port 8001 and mounts:
/var/run/docker.sockso the API can inspect and restart local containers.internal_datafor generated reports.internal_backupsat/home/dev/backupsfor database backup files.LOGIN_WORKSPACE_ROOTat/workspacefor deployment target discovery. IfLOGIN_WORKSPACE_ROOTis not set, Compose mounts the parent Login workspace.
The production deployment is rebuilt with the server-side rebuild -d alias.