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

[ENH] - Ability to pass environment variables to custom apps #79

Closed
aktech opened this issue Jan 17, 2024 · 4 comments
Closed

[ENH] - Ability to pass environment variables to custom apps #79

aktech opened this issue Jan 17, 2024 · 4 comments

Comments

@aktech
Copy link
Member

aktech commented Jan 17, 2024

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 apps
  • OPENAI_API_KEY for custom AI apps

Anything else?

No response

@aktech
Copy link
Member Author

aktech commented Jan 17, 2024

We'll handle it in the next release @dharhas

@Adam-D-Lewis
Copy link
Member

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.

@aktech
Copy link
Member Author

aktech commented Feb 13, 2024

Maybe this could be done with conda store (not sure if it should)?

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)

@aktech
Copy link
Member Author

aktech commented Feb 19, 2024

This is done.

@aktech aktech closed this as completed Feb 19, 2024
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

2 participants