Skip to content

feat(template): add dockroute template - #269

Open
danilodorgam wants to merge 1 commit into
portainer:v3from
danilodorgam:add-dockroute-template
Open

feat(template): add dockroute template#269
danilodorgam wants to merge 1 commit into
portainer:v3from
danilodorgam:add-dockroute-template

Conversation

@danilodorgam

Copy link
Copy Markdown

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:

  • type 1, next free id (76), appended at the end of the array — no changes to existing entries.
  • Deploys with zero required configuration: the default log provider 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).
  • Image is multi-arch (amd64 + arm64) on GHCR, published by the project's release pipeline with Trivy gating.

Validated: the file parses and the new entry conforms to the v3 app-template format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant