Add documentation on Jibri and Custom branless mode
parent
90fc94cafe
commit
ecd8223633
|
@ -0,0 +1,60 @@
|
|||
# Custom brandless mode
|
||||
|
||||
We recognize the effort invested by the **Jitsi project and developers** from early stages up to this point, and invite enterprise environments to ask for **8x8, Inc** services.
|
||||
|
||||
This custom mode is set in case you need a brandless environment that prevents branding to surpass the importance on the meetings.
|
||||
|
||||
\############################### **WARNING **#################################\
|
||||
We will not be responsible for any misconfiguration or damage on your setup.\
|
||||
Only make changes if you know what you are doing or if you agree with the responsibility you get by modifying your environment setup.\
|
||||
\#########################################################################
|
||||
|
||||
## Custom environment
|
||||
|
||||
We have identify some places where you can tweak different components.
|
||||
|
||||
### Landing page
|
||||
|
||||
We recommend you don't make changes without backing up the original files.
|
||||
|
||||
The landing page is dynamically constructed by:
|
||||
|
||||
/usr/share/jitsi-meet/libs/app.bundle.min.js
|
||||
|
||||
**Please only modify it if you know what you're doing.**
|
||||
|
||||
#### Translations
|
||||
|
||||
Translation work on the Jitsi Meet platform is done at:
|
||||
|
||||
<http://translate.jitsi.org/>
|
||||
|
||||
Please join there to work on further translations.
|
||||
|
||||
The translations available in the installed platform can be seen at can be seen at:
|
||||
|
||||
/usr/share/jitsi-meet/lang/languages.json
|
||||
|
||||
or the latest available at:\
|
||||
<https://github.com/jitsi/jitsi-meet/blob/master/lang/languages.json>
|
||||
|
||||
Any custom modification can be edited at\
|
||||
/usr/share/jitsi-meet/lang/main-$LANGUAGE.json
|
||||
|
||||
* ToDo: Add translations to unsupported languages.\
|
||||
(<https://community.jitsi.org/t/new-translation-danish/23104/7>)
|
||||
|
||||
### WebUI
|
||||
|
||||
Some few components at the WebUI can be tweak at:
|
||||
|
||||
/usr/share/jitsi-meet/interface_config.js
|
||||
|
||||
\--
|
||||
|
||||
We want to close by repeating us in case you miss it the first time:
|
||||
|
||||
\############################### **WARNING **#################################\
|
||||
We will not be responsible for any misconfiguration or damage on your setup.\
|
||||
Only make changes if you know what you are doing or if you agree with the responsibility you get by modifying your environment setup.\
|
||||
\#########################################################################
|
2
Home.md
2
Home.md
|
@ -1,3 +1,5 @@
|
|||
Welcome to the quick-jibri-installer wiki!
|
||||
|
||||
[[Custom brandless mode]]
|
||||
[[Jibri Recording]]
|
||||
[[Jigasi Transcript]]
|
|
@ -0,0 +1,20 @@
|
|||
# Jibri Recordings
|
||||
|
||||
Here we'll document information that might be relevant to the use of Jibri. Topics will be added according to feedback.
|
||||
|
||||
## Setup Dropbox app
|
||||
|
||||
On of the current requirements is to have configured a Dropbox App as a storage validator. This requirement will be drop at some point but ass for right now it's a must.
|
||||
|
||||
Login into your account and follow this steps,
|
||||
|
||||
1. Open the following URL:\
|
||||
<https://www.dropbox.com/developers/documentation>
|
||||
2. Click on 'App console' > 'Create App'
|
||||
3. Then create one using the following settings,\
|
||||
*- Dropbox API*\
|
||||
*- App Folder*\
|
||||
*- Jibri App*
|
||||
4. On OAuth 2 you'll need to setup your domain as a allowed Redirect URI, you can setup more that one in case you have multiple Jitsi Meet setups.\
|
||||
https://YOUR.DOMAIN.LTD/static/oauth.html
|
||||
5. Now you just copy the ***App key*** to use on your Jitsi Meet setup
|
|
@ -1 +1 @@
|
|||
2019 - SwITNet Ltd
|
||||
2020 - SwITNet Ltd
|
||||
|
|
Loading…
Reference in New Issue