888 B
888 B
Project
Name: dockge-image-update-checker
Description: Companion service that checks Dockge stack images for newer registry digests.
Stack: Node.js 20+, Docker, Docker Compose
Commands
npm test
npm run build
npm run check
Runtime
Environment variables:
STACKS_DIR: Dockge stacks directory. Defaults to/opt/stacks.PORT: HTTP port. Defaults to8080.CHECK_INTERVAL_SECONDS: background refresh interval. Defaults to3600.DOCKER_SOCKET: Docker socket path. Defaults to/var/run/docker.sock.DOCKER_HOST: optionaltcp://host:portDocker API endpoint.
Artifact
Container image from Dockerfile.
Notes
Dockge does not currently expose a stable documented plugin API. This repository is structured as a read-only companion service that can run beside Dockge and inspect the same stack directory plus Docker Engine metadata.