File tree 4 files changed +3
-6
lines changed
prosody/rootfs/defaults/conf.d 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -329,9 +329,6 @@ JIBRI_LOGS_DIR=/config/logs
329
329
# Necessary for Let's Encrypt, relies on standard HTTPS port (443)
330
330
#ENABLE_HTTP_REDIRECT=1
331
331
332
- # Enabled XMPP traffic over WebSocket (PUBLIC_URL must be defined!)
333
- #ENABLE_XMPP_WEBSOCKET=1
334
-
335
332
# Container restart policy
336
333
# Defaults to unless-stopped
337
334
RESTART_POLICY=unless-stopped
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ http_default_host = "{{ .Env.XMPP_DOMAIN }}"
15
15
{{ $JWT_TOKEN_AUTH_MODULE := .Env .JWT_TOKEN_AUTH_MODULE | default " token_verification" }}
16
16
{{ $ENABLE_LOBBY := .Env .ENABLE_LOBBY | default " 0" | toBool }}
17
17
18
- {{ $ENABLE_XMPP_WEBSOCKET := .Env .ENABLE_XMPP_WEBSOCKET | default " 0 " | toBool }}
18
+ {{ $ENABLE_XMPP_WEBSOCKET := .Env .ENABLE_XMPP_WEBSOCKET | default " 1 " | toBool }}
19
19
{{ $PUBLIC_URL := .Env .PUBLIC_URL | default " https://localhost:8443" - }}
20
20
21
21
{{ if and $ENABLE_AUTH (eq $AUTH_TYPE " jwt" ) .Env .JWT_ACCEPTED_ISSUERS }}
Original file line number Diff line number Diff line change 1
- {{ $ENABLE_XMPP_WEBSOCKET := .Env.ENABLE_XMPP_WEBSOCKET | default "0 " | toBool }}
1
+ {{ $ENABLE_XMPP_WEBSOCKET := .Env.ENABLE_XMPP_WEBSOCKET | default "1 " | toBool }}
2
2
3
3
server_name _;
4
4
Original file line number Diff line number Diff line change 2
2
{ { $ENABLE_AUTH := . Env . ENABLE_AUTH | default "false" | toBool - } }
3
3
{ { $ENABLE_GUESTS := . Env . ENABLE_GUESTS | default "false" | toBool - } }
4
4
{ { $ENABLE_SUBDOMAINS := . Env . ENABLE_SUBDOMAINS | default "false" | toBool - } }
5
- { { $ENABLE_XMPP_WEBSOCKET := . Env . ENABLE_XMPP_WEBSOCKET | default "false " | toBool - } }
5
+ { { $ENABLE_XMPP_WEBSOCKET := . Env . ENABLE_XMPP_WEBSOCKET | default "1 " | toBool - } }
6
6
{ { $JICOFO_AUTH_USER := . Env . JICOFO_AUTH_USER | default "focus" } }
7
7
{ { $PUBLIC_URL_DOMAIN := . Env . PUBLIC_URL | default "https://localhost:8443" | trimPrefix "https://" | trimSuffix "/" - } }
8
8
{ { $XMPP_AUTH_DOMAIN := . Env . XMPP_AUTH_DOMAIN - } }
You can’t perform that action at this time.
0 commit comments