Add authenticated management API and automatic stack updates#973
Draft
RF1705 wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://github.com/louislam/dockge/blob/master/CONTRIBUTING.md
Tick the checkbox if you understand [x]:
Description
This draft adds an authenticated management API intended for local integrations such as Home Assistant, together with image update detection and optional automatic stack updates.
The implementation is a clean port/rewrite of functionality proven in the
finder39/dockgefork, adapted to the currentlouislam/dockgemaster instead of merging the fork history. It also includes OCI image version support contributed inRF1705/dockge.Because this is a large new feature, the PR is intentionally opened as a draft for design discussion before being considered merge-ready.
Main changes
DOCKGE_API_KEYremains available as a fallbackX-API-Keyauthenticationskopeoinspectionorg.opencontainers.image.versionexposure asimageVersionScope note
Finder39's self-update sidecar/deployment mechanism is intentionally not included here. Updating the Dockge stack that is currently hosting the API has different failure and recovery semantics and should be reviewed as a separate change.
Type of change
Checklist
Verification
tsc --noEmitgit diff --checkRelated projects