mirror of
https://github.com/runcitadel/apps.git
synced 2024-12-26 14:44:37 +00:00
Update apps
This commit is contained in:
parent
e37161dd7a
commit
3e6d36cb63
|
@ -141,7 +141,7 @@
|
||||||
"id": "synapse",
|
"id": "synapse",
|
||||||
"name": "Synapse",
|
"name": "Synapse",
|
||||||
"repo": "https://github.com/matrix-org/synapse",
|
"repo": "https://github.com/matrix-org/synapse",
|
||||||
"version": "1.55.0"
|
"version": "1.55.1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "synapse-admin",
|
"id": "synapse-admin",
|
||||||
|
|
|
@ -141,7 +141,7 @@
|
||||||
"id": "synapse",
|
"id": "synapse",
|
||||||
"name": "Synapse",
|
"name": "Synapse",
|
||||||
"repo": "https://github.com/matrix-org/synapse",
|
"repo": "https://github.com/matrix-org/synapse",
|
||||||
"version": "1.55.0"
|
"version": "1.55.1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "synapse-admin",
|
"id": "synapse-admin",
|
||||||
|
|
|
@ -8,7 +8,7 @@ version: 2
|
||||||
metadata:
|
metadata:
|
||||||
category: Social
|
category: Social
|
||||||
name: Synapse
|
name: Synapse
|
||||||
version: 1.55.0
|
version: 1.55.1
|
||||||
tagline: Matrix homeserver
|
tagline: Matrix homeserver
|
||||||
description: Description is coming soon.
|
description: Description is coming soon.
|
||||||
developer: Matrix
|
developer: Matrix
|
||||||
|
@ -22,7 +22,7 @@ metadata:
|
||||||
- 3.jpg
|
- 3.jpg
|
||||||
torOnly: false
|
torOnly: false
|
||||||
containers:
|
containers:
|
||||||
- image: matrixdotorg/synapse:v1.55.0@sha256:4b750f7a4d0ddb9d1b20838e4005b885017e2a317aa3654821de5251b37ef485
|
- image: matrixdotorg/synapse:v1.55.1@sha256:642279841b19248cf33f4ddc05ca9892619c1de33c08cd922871e8d8187c5b51
|
||||||
entrypoint: bash
|
entrypoint: bash
|
||||||
command: -c './start.py generate && ./start.py migrate_config && exec ./start.py'
|
command: -c './start.py generate && ./start.py migrate_config && exec ./start.py'
|
||||||
port: 8008
|
port: 8008
|
||||||
|
@ -31,9 +31,9 @@ containers:
|
||||||
GID: "1000"
|
GID: "1000"
|
||||||
SYNAPSE_HTTP_PORT: 8008
|
SYNAPSE_HTTP_PORT: 8008
|
||||||
SYNAPSE_SERVER_NAME: ${APP_HIDDEN_SERVICE}
|
SYNAPSE_SERVER_NAME: ${APP_HIDDEN_SERVICE}
|
||||||
SYNAPSE_REPORT_STATS: "yes"
|
SYNAPSE_REPORT_STATS: yes
|
||||||
SYNAPSE_ENABLE_REGISTRATION: "yes"
|
SYNAPSE_ENABLE_REGISTRATION: yes
|
||||||
SYNAPSE_NO_TLS: "yes"
|
SYNAPSE_NO_TLS: yes
|
||||||
name: server
|
name: server
|
||||||
data:
|
data:
|
||||||
- data/synapse:/data
|
- data/synapse:/data
|
||||||
|
|
Loading…
Reference in New Issue
Block a user