Initial Dockge image update checker
All checks were successful
Build / test (push) Successful in 14s

This commit is contained in:
MrSphay
2026-05-14 17:35:56 +02:00
commit 0e0a21f508
18 changed files with 869 additions and 0 deletions

11
SECURITY.md Normal file
View File

@@ -0,0 +1,11 @@
# Security
Report security issues privately to the repository owner.
## Runtime Access
This service reads Dockge stack files and Docker Engine image metadata. Mounting the Docker socket gives broad host-level power to any process with write access to it, so deploy this service only in trusted environments and keep the socket mount read-only at the container level.
## Secrets
Do not commit registry credentials, Gitea tokens, `.env` files, private keys, certificates, or Docker config files.