-
Notifications
You must be signed in to change notification settings - Fork 12
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
[ENH] - Ability to pass environment variables to custom apps #79
Comments
We'll handle it in the next release @dharhas |
Maybe this could be done with conda store (not sure if it should)? I believe conda envs support setting env vars (https://stackoverflow.com/a/62508395/9848141), but I'm not sure if conda store supports it. |
jhub-apps should work with any JupyterHub installation and conda-store is specific to Nebari. By the way I have just added it in the API in this PR: #107 (frontend is pending though) |
This is done. |
Feature description
Currently custom apps aren't able to be created with user supplied environment variables.
Value and/or benefit
To be able to deploy variety of apps with like for example to be able to supply something like:
BOKEH_ALLOW_WS_ORIGIN
for custom panel appsOPENAI_API_KEY
for custom AI appsAnything else?
No response
The text was updated successfully, but these errors were encountered: