Talk App coming back after every restart
-
@jaschaezra I stand corrected
-
@nebulon I would love this Option. The built in TURN/STUN servers are not working reliably for me so I'm using the ones of my High Performance Backend And I need to manually reconfigure them EVERY TIME THE APP REBOOTS or get reminded of it when yet another fails because of conection issues
-
-
@andreasdueren you mean that it configures it to use the internal turn server all the time?
-
@girish was there a way to add something to the start script of an app? I guess it was possible for LAMP. With the option to adjust the start script you could set your own variables (for TALK) instead of the ones that come as default with the package.
-
@andreasdueren @subven I will add it to 7.4 list. I think we have two options:
-
Like for email, we can add a
optional
flag to manifest. When set in manifest, Cloudron will leave the turn configuration alone. -
Alternately, we do this globally somewhere under services where the internal turn server can be disabled and some external URL can be set.
Most likely we can implement the first option since it's a bit more flexible (as it's per app).
-