Open Dalethium opened 3 months ago
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 NEKO_
env varibles because then again NEKO_ROOMS_
would be passed.
Maybe all NEKO_
that do not start with NEKO_ROOMS_
if that would not be very confusing.
That seems like a great solution, to be honest!
Or just something that is more specifically like NEKO_GLOBAL_
if that's easier.
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?