Customizing Jitsi
-
Does anyone have Jitsi branded using config.js, are there limitations given Cloudron's read-only file system?
I guess it's not possible to edit close3.html to redirect users elsewhere following call?
-
Does anyone have Jitsi branded using config.js, are there limitations given Cloudron's read-only file system?
I guess it's not possible to edit close3.html to redirect users elsewhere following call?
-
I see changes to Jitsi
config.js
are possible viajitsi-meet-config.js
.I am wondering if changes to the deprecated but still used
interface_config.js
file are possible in Cloudron?Since not all options are available in
config.js
yet, since they have not been completely moved from the old interface configuration file.So, is there any web to modify those settings in a Cloudron Jitsi installation?
For example, the displayed
APP_NAME
, etc.I tried placing a
interface_config.js
inside/app/data
along the other config file, but without any success.Thanks
-
@nebulon said in Customizing Jitsi:
Tweaking via
interface_config.js
is indeed not supported by the package currently.Do you think that might change soonish?
@dev-cb as of https://github.com/jitsi/jitsi-meet/blob/master/interface_config.js#L4 the file is still considered deprecated. So I don't think it makes sense to support this, if those config options, if relevant for future versions, move into the the other config.js over time.
-
@dev-cb as of https://github.com/jitsi/jitsi-meet/blob/master/interface_config.js#L4 the file is still considered deprecated. So I don't think it makes sense to support this, if those config options, if relevant for future versions, move into the the other config.js over time.