You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
999 B
46 lines
999 B
description: Synapse
|
|
maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
|
|
docker-image: docker.0k.io/synapse:py3.6
|
|
data-resources:
|
|
- /data
|
|
host-resources:
|
|
- /etc/localtime:ro
|
|
|
|
default-options:
|
|
report-stats: no
|
|
enable-registration: no
|
|
allow-guest: no
|
|
event-cache-size: 10K
|
|
max-upload-size: 10M
|
|
|
|
# recaptcha:
|
|
# ## https://www.google.com/recaptcha/admin/create
|
|
# public-key: XXX
|
|
# private-key: XXX
|
|
# turn:
|
|
# uris:
|
|
# secret:
|
|
|
|
# docker-compose:
|
|
# ports:
|
|
|
|
uses:
|
|
postgres-database:
|
|
constraint: required
|
|
auto: summon
|
|
solves:
|
|
database: "main storage"
|
|
# log-rotate:
|
|
# constraint: recommended
|
|
# auto: pair
|
|
# solves:
|
|
# disk-leak: "/data/logs"
|
|
web-proxy:
|
|
constraint: recommended
|
|
auto: pair
|
|
solves:
|
|
proxy: "Public access"
|
|
default-options:
|
|
## ``nocanon`` is mandatory
|
|
## see: https://github.com/matrix-org/synapse/blob/master/docs/reverse_proxy.rst
|
|
apache-proxy-pass-options: retry=0 nocanon
|