I've been migrating our application which includes Jitsi as part of its feature set. I'm trying to replicate our previous installation and our application ID and JWT secret are used by other components which can't easily be changed. This PR allows users to specify their own APP_ID and APP_SECRET variables by setting them as environment variables before running the script, in the same manner as JITSI_HOST and TURN_HOST
Found a small issue, is it worth adding a note to the readme explaining that if APP_SECRET contains & or \ then these need to be escaped with \ to prevent sed trying to parse them?
I've been migrating our application which includes Jitsi as part of its feature set. I'm trying to replicate our previous installation and our application ID and JWT secret are used by other components which can't easily be changed. This PR allows users to specify their own
APP_ID
andAPP_SECRET
variables by setting them as environment variables before running the script, in the same manner asJITSI_HOST
andTURN_HOST