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

[Chore] [Docs] List all possible environment variables #679

Open
LeoColman opened this issue Dec 5, 2024 · 0 comments
Open

[Chore] [Docs] List all possible environment variables #679

LeoColman opened this issue Dec 5, 2024 · 0 comments

Comments

@LeoColman
Copy link

LeoColman commented Dec 5, 2024

Hi!

With an exception to this point in the README:
https://github.com/lucaslorentz/caddy-docker-proxy?tab=readme-ov-file#caddy-cli

There's not a lot of mentions to the Environment Variables.

For instance, if I want to know the default value of CADDY_INGRESS_NETWORKS I need to track it down all the way to

if ingressNetworksEnv := os.Getenv("CADDY_INGRESS_NETWORKS"); ingressNetworksEnv != "" {
to see that it doesn't have a default value.


It would be great if instead I could see it formatted in a special documentation page

Variable Description Default Value
CADDY_INGRESS_NETWORKS Which network should be considered in docker for ingress networks attached to controller container
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

No branches or pull requests

1 participant