forked from michael.heier/citadel-apps
Update apps
This commit is contained in:
parent
14ba9b2ecf
commit
aa90d7168e
|
@ -129,7 +129,7 @@
|
|||
"id": "synapse",
|
||||
"name": "Synapse",
|
||||
"repo": "https://github.com/matrix-org/synapse",
|
||||
"version": "1.53.0"
|
||||
"version": "1.54.0"
|
||||
},
|
||||
{
|
||||
"id": "thunderhub",
|
||||
|
|
|
@ -129,7 +129,7 @@
|
|||
"id": "synapse",
|
||||
"name": "Synapse",
|
||||
"repo": "https://github.com/matrix-org/synapse",
|
||||
"version": "1.53.0"
|
||||
"version": "1.54.0"
|
||||
},
|
||||
{
|
||||
"id": "thunderhub",
|
||||
|
|
|
@ -8,7 +8,7 @@ version: 2
|
|||
metadata:
|
||||
category: Social
|
||||
name: Synapse
|
||||
version: 1.53.0
|
||||
version: 1.54.0
|
||||
tagline: Matrix homeserver
|
||||
description: Description is coming soon.
|
||||
developer: Matrix
|
||||
|
@ -22,7 +22,7 @@ metadata:
|
|||
- 3.jpg
|
||||
torOnly: false
|
||||
containers:
|
||||
- image: matrixdotorg/synapse:v1.53.0@sha256:cb89c0f17ba1c531259417dd0dfcc6e5ce31af30b8d4cbeb9697ac713bbdb6d1
|
||||
- image: matrixdotorg/synapse:v1.54.0@sha256:284d9fe43e5645f971fd73d764e288f7e3cc28bce9b4f4a44321cffc13c35634
|
||||
entrypoint: bash
|
||||
command: -c './start.py generate && ./start.py migrate_config && exec ./start.py'
|
||||
port: 8008
|
||||
|
@ -31,9 +31,9 @@ containers:
|
|||
GID: "1000"
|
||||
SYNAPSE_HTTP_PORT: 8008
|
||||
SYNAPSE_SERVER_NAME: ${APP_HIDDEN_SERVICE}
|
||||
SYNAPSE_REPORT_STATS: "yes"
|
||||
SYNAPSE_ENABLE_REGISTRATION: "yes"
|
||||
SYNAPSE_NO_TLS: "yes"
|
||||
SYNAPSE_REPORT_STATS: yes
|
||||
SYNAPSE_ENABLE_REGISTRATION: yes
|
||||
SYNAPSE_NO_TLS: yes
|
||||
name: server
|
||||
data:
|
||||
- data/synapse:/data
|
||||
|
|
Loading…
Reference in New Issue
Block a user