citadel-apps/apps/synapse/app.yml
GitHub Actions 3e6d36cb63 Update apps
2022-03-24 19:08:16 +00:00

43 lines
1.1 KiB
YAML

# SPDX-FileCopyrightText: 2022 Citadel and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# yaml-language-server: $schema=../../app-standard-v2.json
version: 2
metadata:
category: Social
name: Synapse
version: 1.55.1
tagline: Matrix homeserver
description: Description is coming soon.
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:
- image: matrixdotorg/synapse:v1.55.1@sha256:642279841b19248cf33f4ddc05ca9892619c1de33c08cd922871e8d8187c5b51
entrypoint: bash
command: -c './start.py generate && ./start.py migrate_config && exec ./start.py'
port: 8008
environment:
UID: "1000"
GID: "1000"
SYNAPSE_HTTP_PORT: 8008
SYNAPSE_SERVER_NAME: ${APP_HIDDEN_SERVICE}
SYNAPSE_REPORT_STATS: yes
SYNAPSE_ENABLE_REGISTRATION: yes
SYNAPSE_NO_TLS: yes
name: server
data:
- data/synapse:/data
hiddenServicePorts:
- 80
- 8008