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

Global environment variables #1972

Open
adamshand opened this issue Jan 2, 2024 · 5 comments
Open

Global environment variables #1972

adamshand opened this issue Jan 2, 2024 · 5 comments

Comments

@adamshand
Copy link

Is your feature request related to a problem? Please describe.

There are some settings which many applications require and currently must be configured individually for each app.

A good example of this is email settings (SMTP hostname, port, TLS, user, pass etc).

Describe the solution you'd like

If there was a way to define global environment variables, one-click-apps could make use of this to make installation & configuration of apps easier and more foolproof.

@githubsaturn
Copy link
Collaborator

I think rather than global "env variables", we need to create global "variables" which the env vars can be set to.

This is to support a use case where you might have SMTP_PROD vs SMTP_STAGING.

@adamshand
Copy link
Author

Even better!

@adamshand
Copy link
Author

It would also be helpful if this page showed all the built in variables that can be used in templates.

@itxtoledo
Copy link

We need also a way to select which global variables we need to use use in each service

@iamogre
Copy link

iamogre commented May 8, 2024

This would be very helpful

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

4 participants