2022-02-02 09:47:37 +00:00
|
|
|
# SPDX-FileCopyrightText: 2022 Citadel and contributors
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
2022-02-10 13:58:36 +00:00
|
|
|
# yaml-language-server: $schema=../../app-standard-v2.json
|
|
|
|
|
|
|
|
version: 2
|
2022-02-02 09:47:37 +00:00
|
|
|
metadata:
|
|
|
|
category: Social
|
|
|
|
name: Synapse
|
2022-04-05 14:10:16 +00:00
|
|
|
version: 1.56.0
|
2022-02-02 09:47:37 +00:00
|
|
|
tagline: Matrix homeserver
|
2022-02-08 12:12:48 +00:00
|
|
|
description: Description is coming soon.
|
2022-02-02 09:47:37 +00:00
|
|
|
developer: Matrix
|
|
|
|
website: https://matrix.org
|
|
|
|
dependencies: []
|
|
|
|
repo: https://github.com/matrix-org/synapse
|
|
|
|
support: https://matrix.to/#/#synapse:matrix.org
|
|
|
|
gallery:
|
|
|
|
- 1.jpg
|
|
|
|
- 2.jpg
|
|
|
|
- 3.jpg
|
|
|
|
torOnly: false
|
|
|
|
containers:
|
2022-04-05 14:10:16 +00:00
|
|
|
- image: matrixdotorg/synapse:v1.56.0@sha256:70fdddfcba9058d2471ae7764f887b6db781d7527debcb75a1b8083217c342f1
|
2022-02-02 09:47:37 +00:00
|
|
|
entrypoint: bash
|
|
|
|
command: -c './start.py generate && ./start.py migrate_config && exec ./start.py'
|
2022-02-10 13:58:36 +00:00
|
|
|
port: 8008
|
2022-02-02 09:47:37 +00:00
|
|
|
environment:
|
|
|
|
UID: "1000"
|
|
|
|
GID: "1000"
|
2022-02-10 13:58:36 +00:00
|
|
|
SYNAPSE_HTTP_PORT: 8008
|
2022-02-02 09:47:37 +00:00
|
|
|
SYNAPSE_SERVER_NAME: ${APP_HIDDEN_SERVICE}
|
2022-03-24 19:08:16 +00:00
|
|
|
SYNAPSE_REPORT_STATS: yes
|
|
|
|
SYNAPSE_ENABLE_REGISTRATION: yes
|
|
|
|
SYNAPSE_NO_TLS: yes
|
2022-02-02 09:47:37 +00:00
|
|
|
name: server
|
|
|
|
data:
|
|
|
|
- data/synapse:/data
|
2022-02-10 13:58:36 +00:00
|
|
|
hiddenServicePorts:
|
|
|
|
- 80
|
2022-02-13 18:32:28 +00:00
|
|
|
- 8008
|