mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
Now the web app can be installed separately from jicofo and jitsi-videobridge, or can be installed on machine running nginx or apache. Currently only nginx will be configured and apache config is left to user. Later we can add and the apache config. Renames jitsi-meet to jitsi-meet-web (just the web content) and jitsi-meet-web-config (configuring jetty, nginx or apache). A new jitsi-meet package will be introduced, a meta package depending on jicofo, jvb and the current packages.
38 lines
1.5 KiB
Plaintext
38 lines
1.5 KiB
Plaintext
Template: jitsi-meet/cert-choice
|
|
Type: select
|
|
__Choices: Self-signed certificate will be generated, A certificate is available and the files are uploaded on the server
|
|
_Description: SSL certificate for the Jitsi Meet instance
|
|
Jitsi Meet is best to be set up with an SSL certificate.
|
|
Having no certificate, a self-signed one will be generated.
|
|
Having a certificate signed by a recognised CA, it can be uploaded on the server
|
|
and point its location. The default filenames will be /etc/ssl/--domain.name--.key
|
|
for the key and /etc/ssl/--domain.name--.crt for the certificate.
|
|
|
|
Template: jitsi-meet/cert-path-key
|
|
Type: string
|
|
_Description: Full local server path to the SSL key file:
|
|
The full path to the SSL key file on the server.
|
|
If it has not been uploaded, now is a good time to do so.
|
|
|
|
Template: jitsi-meet/cert-path-crt
|
|
Type: string
|
|
_Description: Full local server path to the SSL certificate file:
|
|
The full path to the SSL certificate file on the server.
|
|
If you haven't uploaded it, now is a good time to upload it in another console.
|
|
|
|
Template: jitsi-meet/jvb-hostname
|
|
Type: string
|
|
_Description: The hostname of the current installation:
|
|
The value for the hostname that is set in Jitsi Videobridge installation.
|
|
|
|
Template: jitsi-meet/jvb-serve
|
|
Type: boolean
|
|
Default: false
|
|
_Description: for internal use
|
|
for internal use.
|
|
|
|
Template: jitsi-videobridge/jvb-hostname
|
|
Type: string
|
|
_Description: Hostname:
|
|
The Jitsi Meet web config package needs the DNS hostname of your instance.
|