feat: add DockRoute template - #1079
Open
danilodorgam wants to merge 1 commit into
Open
Conversation
danilodorgam
force-pushed
the
add-dockroute-template
branch
from
August 12, 2026 05:41
f900330 to
63e6dd6
Compare
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
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) — 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, with ExternalDNS-style TXT ownership so it never alters records it cannot prove it manages.Positioning for Dokploy users: DNS automation for the containers your platform doesn't route — internal/LAN DNS, Cloudflare Tunnel ingress, or records for services outside the Traefik flow.
Template notes:
domains = []— same shape ascloudflare-ddns/cloudflared.logprovider is a zero-credential dry run that only prints the desired state; switchingDOCKROUTE_PROVIDERtocloudflareplus an API token goes live.ghcr.io/dockroute/dockroute:0.2.0, multi-arch (amd64 + arm64), Trivy-gated releases.Validated with
build-scripts:validate-templateandvalidate-docker-composeboth pass.