release: stable-5765
*9bc262aprosody: fix building unstable images *0cbe0d9web: add a env variable to enable/disable deep linking *b22421bmisc: publish nightly unstable images *78699feweb: allow to configure shard name using env variable *a6853efjvb: add octo configuration options *d6fac8ejicofo: disable octo by default *1fa5048doc: add link to Kubernetes setup *e1cebccweb,jvb: add ability to disable web sockets for colibri *6c4dce1jicofo: fix ENABLE_SCTP type *953a4d2jicofo: use a client proxy connection *d27336bweb: always try to renew cert on container boot *73acbadweb: remove deprecated config option *cb4d941web: removed duplicate host headers *ec570bak8s: fix PodSecurityPolicy *c4fc3d3web: make a custom interface config possible *b45b505web: always install acme.sh when container starts *94ca16detherpad: remove quotes from all env vars *c89ccc9jicofo: reintroduce shibboleth auth *a6486b4examples: update traefik v2 example *f4ec023misc: working on latest
This commit is contained in:
25
CHANGELOG.md
25
CHANGELOG.md
@@ -1,3 +1,28 @@
|
|||||||
|
## stable-5765
|
||||||
|
|
||||||
|
Based on stable release 5765.
|
||||||
|
|
||||||
|
* 9bc262a prosody: fix building unstable images
|
||||||
|
* 0cbe0d9 web: add a env variable to enable/disable deep linking
|
||||||
|
* b22421b misc: publish nightly unstable images
|
||||||
|
* 78699fe web: allow to configure shard name using env variable
|
||||||
|
* a6853ef jvb: add octo configuration options
|
||||||
|
* d6fac8e jicofo: disable octo by default
|
||||||
|
* 1fa5048 doc: add link to Kubernetes setup
|
||||||
|
* e1cebcc web,jvb: add ability to disable web sockets for colibri
|
||||||
|
* 6c4dce1 jicofo: fix ENABLE_SCTP type
|
||||||
|
* 953a4d2 jicofo: use a client proxy connection
|
||||||
|
* d27336b web: always try to renew cert on container boot
|
||||||
|
* 73acbad web: remove deprecated config option
|
||||||
|
* cb4d941 web: removed duplicate host headers
|
||||||
|
* ec570ba k8s: fix PodSecurityPolicy
|
||||||
|
* c4fc3d3 web: make a custom interface config possible
|
||||||
|
* b45b505 web: always install acme.sh when container starts
|
||||||
|
* 94ca16d etherpad: remove quotes from all env vars
|
||||||
|
* c89ccc9 jicofo: reintroduce shibboleth auth
|
||||||
|
* a6486b4 examples: update traefik v2 example
|
||||||
|
* f4ec023 misc: working on latest
|
||||||
|
|
||||||
## stable-5390-3
|
## stable-5390-3
|
||||||
|
|
||||||
Based on stable release 5390-3.
|
Based on stable release 5390-3.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
# Frontend
|
# Frontend
|
||||||
web:
|
web:
|
||||||
image: jitsi/web:latest
|
image: jitsi/web:stable-5765
|
||||||
restart: ${RESTART_POLICY}
|
restart: ${RESTART_POLICY}
|
||||||
ports:
|
ports:
|
||||||
- '${HTTP_PORT}:80'
|
- '${HTTP_PORT}:80'
|
||||||
@@ -108,7 +108,7 @@ services:
|
|||||||
|
|
||||||
# XMPP server
|
# XMPP server
|
||||||
prosody:
|
prosody:
|
||||||
image: jitsi/prosody:latest
|
image: jitsi/prosody:stable-5765
|
||||||
restart: ${RESTART_POLICY}
|
restart: ${RESTART_POLICY}
|
||||||
expose:
|
expose:
|
||||||
- '5222'
|
- '5222'
|
||||||
@@ -177,7 +177,7 @@ services:
|
|||||||
|
|
||||||
# Focus component
|
# Focus component
|
||||||
jicofo:
|
jicofo:
|
||||||
image: jitsi/jicofo:latest
|
image: jitsi/jicofo:stable-5765
|
||||||
restart: ${RESTART_POLICY}
|
restart: ${RESTART_POLICY}
|
||||||
volumes:
|
volumes:
|
||||||
- ${CONFIG}/jicofo:/config:Z
|
- ${CONFIG}/jicofo:/config:Z
|
||||||
@@ -223,7 +223,7 @@ services:
|
|||||||
|
|
||||||
# Video bridge
|
# Video bridge
|
||||||
jvb:
|
jvb:
|
||||||
image: jitsi/jvb:latest
|
image: jitsi/jvb:stable-5765
|
||||||
restart: ${RESTART_POLICY}
|
restart: ${RESTART_POLICY}
|
||||||
ports:
|
ports:
|
||||||
- '${JVB_PORT}:${JVB_PORT}/udp'
|
- '${JVB_PORT}:${JVB_PORT}/udp'
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
jibri:
|
jibri:
|
||||||
image: jitsi/jibri:latest
|
image: jitsi/jibri:stable-5765
|
||||||
restart: ${RESTART_POLICY}
|
restart: ${RESTART_POLICY}
|
||||||
volumes:
|
volumes:
|
||||||
- ${CONFIG}/jibri:/config:Z
|
- ${CONFIG}/jibri:/config:Z
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
# SIP gateway (audio)
|
# SIP gateway (audio)
|
||||||
jigasi:
|
jigasi:
|
||||||
image: jitsi/jigasi:latest
|
image: jitsi/jigasi:stable-5765
|
||||||
restart: ${RESTART_POLICY}
|
restart: ${RESTART_POLICY}
|
||||||
ports:
|
ports:
|
||||||
- '${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}:${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}/udp'
|
- '${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}:${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}/udp'
|
||||||
|
|||||||
Reference in New Issue
Block a user