-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Understanding the environment variables #1090
Comments
Not possible as of now via env variables. A PR is in progress to add this functionality.
configure it in
No need to do anything explicitly to manage these. simply follow the User Guide and scripts are there to manage it for you.
A PR is in progress.
Set
Recording is disabled by default. check here If you want to add the config which is not present at this moment then you have to build your own docker image for prosody. |
Thanks for the help! However, some things are still not quite clear to me.
That's what I've done. However, it has no effect on the guest domain's config. It only affects the main domain's config.
Even when it was disabled by default, the |
Added my |
I've tried editing some of the files in For some reason I end up with an empty file in place of the EDIT: I've checked the contents of the container/image and the file was copied correctly. The end result is still empty though. |
Can you please check the directory using sudo permission like |
Sure. This is the output:
I'm already root which is why the |
So, I've now tried removing all images and then rebuilding the I've checked
|
Ah, it seems I should have just read the error message more carefully: It clearly states that there's an issue in line 36. It turns out I'd been missing a |
I'm currently trying to move an existing bare jitsi installation to the docker version and I'm running into some issues. I'm not sure if some of these things are not implemented (yet) or if I am just overlooking them somewhere in the docs.
My goal is a jitsi instance which can be used for workadventure and only for that. The authentication should work via JWTs.
I'm now at a point where I think I've been able to recreate most config files in some way or another through the use of the
.env
file. However, I'm struggling with getting the prosody configuration right.Specifically, I can't seem to get/change the following things:
turncredentials
at the beginning of the old filec2c-require-encryption
component_secret
to thefocus
componentmuc_domain_mapper
to themuc
component"presence_identiy"
to the list of enabled modules for themeet.jitsi
Virtual Hostrecorder
block (optional)For more details, please take a look at the two configs below.
Thanks already in advance for any tips and help.
EDIT: Added
.env
file.Here's what I have on the old system's
<my-domain>.cfg.lua
:And here's how much I've been able to recreate through the
.env
file:Here's the
.env
file I used:The text was updated successfully, but these errors were encountered: