-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Pass custom environment variables to rooms #130
Comments
Hello. When creating room you can specify environment variables. Some of them are added automatically by the system, do you need to rewrite them? |
I was hoping to have some added by default, more specifically. |
Do you mean by default to all rooms when specifying in docker compose? Currently only available per room. But there is openapi spec and you can just create your own gui wrapper that sets those env variables for every room that you need. |
Yeah, that's exactly what I mean. Do you plan on implementing something like that, or is it just outside the scope of what you want to do? |
We cannot just pass all env variabled because then would be also configuration of neko rooms passed to each room. And we also cannot pass all Maybe all |
That seems like a great solution, to be honest! Or just something that is more specifically like |
Looking into the source code for this program, I don't see a place to specify environment variables such as the ones below.
Is there any way we could get the ability to pass custom environment variables to each of the containers spawned by this?
The text was updated successfully, but these errors were encountered: