Complete docksentry.* label family — GitOps-style per-container control from your compose file (#42, @LeeNX):
labels:
- "docksentry.auto=true" # auto-update without touching the Web UI
- "docksentry.pin=true" # freeze: never listed, never updated
- "docksentry.ask-major=true" # pause auto-updates on major bumps until confirmed
- "docksentry.trust-running=true"docksentry.auto=falsekeeps a container manual even underAUTO_UPDATE_ALL=true.- Joins the existing
enable/exclude/protectlabels. - Precedence: label wins over the stored bot/Web-UI toggle; no label → toggle applies as before.
- The Web UI status table now shows the effective Pin/Auto state (label included).
Full table in the README.