tiredofit / docker-traefik-cloudflare-companion

Automatically Create CNAME records for containers served by Traefik

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for internal domain

athaller opened this issue · comments

use case

I have a few services on my internal network I’d like the ability to generate SSL certs for but not have them exposed behind the gateway.

Use case — I’m running an internal dns server and using an Unraid box. The box has multiple services running, some internal and some external only. All requests are being done via my TLD for simplicity — internal dns handles the routing and it never hits the external dns server. Some services are being exposed to the internet.
All these containers have the routing handled via Traefik

As of right now this container is almost perfect for me

Feature

A label that can be added to containers to generate an ssl certificate but not add an external dns entry

Closing issue as this is handled directly in traefik -- v2 docs weren't that clear initially