mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix: Drops jicofo-authuser as we use hardcoded value.
This commit is contained in:
7
debian/jitsi-meet-prosody.postinst
vendored
7
debian/jitsi-meet-prosody.postinst
vendored
@@ -44,12 +44,7 @@ case "$1" in
|
|||||||
fi
|
fi
|
||||||
JVB_SECRET="$RET"
|
JVB_SECRET="$RET"
|
||||||
|
|
||||||
db_get jicofo/jicofo-authuser
|
JICOFO_AUTH_USER="focus"
|
||||||
if [ -z "$RET" ] ; then
|
|
||||||
db_input critical jicofo/jicofo-authuser || true
|
|
||||||
db_go
|
|
||||||
fi
|
|
||||||
JICOFO_AUTH_USER="$RET"
|
|
||||||
|
|
||||||
db_get jicofo/jicofo-authpassword
|
db_get jicofo/jicofo-authpassword
|
||||||
if [ -z "$RET" ] ; then
|
if [ -z "$RET" ] ; then
|
||||||
|
|||||||
6
debian/jitsi-meet-prosody.templates
vendored
6
debian/jitsi-meet-prosody.templates
vendored
@@ -13,12 +13,6 @@ Type: password
|
|||||||
_Description: Jitsi Videobridge Component secret:
|
_Description: Jitsi Videobridge Component secret:
|
||||||
The secret used by Jitsi Videobridge to connect to xmpp server as component.
|
The secret used by Jitsi Videobridge to connect to xmpp server as component.
|
||||||
|
|
||||||
Template: jicofo/jicofo-authuser
|
|
||||||
Type: string
|
|
||||||
Default: focus
|
|
||||||
_Description: Jicofo username:
|
|
||||||
The jicofo needs an authenticated admin user to connect to xmpp server.
|
|
||||||
|
|
||||||
Template: jicofo/jicofo-authpassword
|
Template: jicofo/jicofo-authpassword
|
||||||
Type: password
|
Type: password
|
||||||
_Description: Jicofo user password:
|
_Description: Jicofo user password:
|
||||||
|
|||||||
Reference in New Issue
Block a user