No description
Find a file
2026-04-26 03:52:15 +02:00
public favicon 2025-12-18 13:48:52 +01:00
scripts Support user-level deploy units 2026-04-25 19:10:42 +02:00
src v1.4.1 dockerize internal api 2026-04-26 03:52:15 +02:00
systemd Support user-level deploy units 2026-04-25 19:10:42 +02:00
.dockerignore v1.4.1 dockerize internal api 2026-04-26 03:52:15 +02:00
.gitignore add docker scout 2026-03-22 20:23:24 +01:00
docker-compose.yml v1.4.1 dockerize internal api 2026-04-26 03:52:15 +02:00
Dockerfile v1.4.1 dockerize internal api 2026-04-26 03:52:15 +02:00
package.json v1.4.1 dockerize internal api 2026-04-26 03:52:15 +02:00
Readme.md v1.4.1 dockerize internal api 2026-04-26 03:52:15 +02:00
tsconfig.json Initial commit 2025-11-28 23:25:51 +01:00
types.d.ts v1.4.0: refactored for clarity 2026-04-25 02:55:02 +02:00

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.sock so the API can inspect and restart local containers.
  • internal_data for generated reports.
  • internal_backups at /home/dev/backups for database backup files.
  • LOGIN_WORKSPACE_ROOT at /workspace for deployment target discovery. If LOGIN_WORKSPACE_ROOT is not set, Compose mounts the parent Login workspace.

The production deployment is rebuilt with the server-side rebuild -d alias.