feat(template): add dockroute template - #269
Open
danilodorgam wants to merge 1 commit into
Open
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.
Adds DockRoute (source, MIT) to the v3 template list.
DockRoute is External-DNS for plain Docker hosts: it watches running containers, reads
dockroute.*labels and reconciles the matching DNS records — and Cloudflare Tunnel routes — in a pluggable provider. ExternalDNS-style TXT ownership means it never alters records it cannot prove it manages.Template details:
type1, next freeid(76), appended at the end of the array — no changes to existing entries.logprovider is a credential-free dry run, and the image handles Docker socket permissions itself (starts as root only to grant the app user the socket's group, then drops privileges; main process runs as non-root).Validated: the file parses and the new entry conforms to the v3 app-template format.