Update apps

This commit is contained in:
GitHub Actions 2022-03-24 19:08:16 +00:00
parent e37161dd7a
commit 3e6d36cb63
3 changed files with 7 additions and 7 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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