forked from michael.heier/citadel-apps
Update apps
This commit is contained in:
parent
6681d925c4
commit
1fe60c4c4a
|
@ -105,7 +105,7 @@
|
|||
"id": "synapse",
|
||||
"name": "Synapse",
|
||||
"repo": "https://github.com/matrix-org/synapse",
|
||||
"version": "1.51.0"
|
||||
"version": "1.52.0"
|
||||
},
|
||||
{
|
||||
"id": "thunderhub",
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
"id": "synapse",
|
||||
"name": "Synapse",
|
||||
"repo": "https://github.com/matrix-org/synapse",
|
||||
"version": "1.51.0"
|
||||
"version": "1.52.0"
|
||||
},
|
||||
{
|
||||
"id": "thunderhub",
|
||||
|
|
|
@ -8,10 +8,9 @@ version: 1
|
|||
metadata:
|
||||
category: Social
|
||||
name: Synapse
|
||||
version: 1.51.0
|
||||
version: 1.52.0
|
||||
tagline: Matrix homeserver
|
||||
description: >-
|
||||
Description is coming soon.
|
||||
description: Description is coming soon.
|
||||
developer: Matrix
|
||||
website: https://matrix.org
|
||||
dependencies: []
|
||||
|
@ -23,7 +22,7 @@ metadata:
|
|||
- 3.jpg
|
||||
torOnly: false
|
||||
containers:
|
||||
- image: matrixdotorg/synapse:v1.51.0@sha256:26381613731f0f720bdaa311d0966096ee3e94df994fd15d01bdadda5a042f7f
|
||||
- image: matrixdotorg/synapse:v1.52.0@sha256:fb4a7e2fe44e6d06628e63bbba360d4196bbcf5cb42ff8f4b061ba05e9eb5405
|
||||
entrypoint: bash
|
||||
command: -c './start.py generate && ./start.py migrate_config && exec ./start.py'
|
||||
environment:
|
||||
|
@ -31,9 +30,9 @@ containers:
|
|||
GID: "1000"
|
||||
SYNAPSE_HTTP_PORT: ${APP_SYNAPSE_SERVER_PORT}
|
||||
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