Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container specific proxied status #93

Open
indykoning opened this issue Mar 18, 2024 · 0 comments
Open

Container specific proxied status #93

indykoning opened this issue Mar 18, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@indykoning
Copy link

Description of the feature
It would be great to be able to override the default configuration per subdomain on the Docker container.
e.g. using labels

labels:
  traefik.enable: true
  traefik.network: public
  traefik.http.routers.appname.rule: Host(`appname.example.com`)
  traefik.http.routers.appname.cloudflare.proxied: false

Benftits of feature
This will make it possible/much easier to have different rules set for different applications.
As some (e.g. Nextcloud and Jellyfin) can not adhere to the TOS and are not eligible for proxying

@indykoning indykoning added the enhancement New feature or request label Mar 18, 2024
@tiredofit tiredofit added the help wanted Extra attention is needed label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants