update config file
This commit is contained in:
parent
ef6b6b8f3c
commit
c6541e55b2
@ -37,4 +37,4 @@ ADD /rootfs /
|
|||||||
RUN chown -R matrix-synapse:matrix-synapse /var/lib/matrix-synapse
|
RUN chown -R matrix-synapse:matrix-synapse /var/lib/matrix-synapse
|
||||||
ENV HOME /var/lib/matrix-synapse
|
ENV HOME /var/lib/matrix-synapse
|
||||||
|
|
||||||
VOLUME /var/lib/matrix-synapse/media_store/ /var/lib/matrix-synapse/uploads /var/lib/matrix-synapse/signing/ /etc/ssl/matrix-synapse/ /var/lib/matrix-synapse/registrations/
|
VOLUME /var/lib/matrix-synapse/media_store/ /var/lib/matrix-synapse/signing/ /etc/ssl/matrix-synapse/ /var/lib/matrix-synapse/registrations/
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
# Volumes
|
# Volumes
|
||||||
- `/var/lib/matrix-synapse/media_store/`
|
- `/var/lib/matrix-synapse/media_store/`
|
||||||
- `/var/lib/matrix-synapse/signing/`
|
- `/var/lib/matrix-synapse/signing/`
|
||||||
- `/var/lib/matrix-synapse/uploads/`
|
|
||||||
- `/etc/ssl/matrix-synapse/:ro`: certificates have to be here
|
|
||||||
- `/var/lib/matrix-synapse/registrations/`
|
- `/var/lib/matrix-synapse/registrations/`
|
||||||
|
|
||||||
# Environment Variables
|
# Environment Variables
|
||||||
@ -64,9 +62,6 @@ Maximum number of pixels that will be thumbnailed.
|
|||||||
|
|
||||||
Whether to generate new thumbnails on the fly to precisely match the resolution requested by the client.
|
Whether to generate new thumbnails on the fly to precisely match the resolution requested by the client.
|
||||||
|
|
||||||
## REPORT_STATS
|
|
||||||
- default: no
|
|
||||||
|
|
||||||
## REGISTRATIONS
|
## REGISTRATIONS
|
||||||
- default: []
|
- default: []
|
||||||
|
|
||||||
|
@ -1321,7 +1321,7 @@ metrics_flags:
|
|||||||
|
|
||||||
# Whether or not to report anonymized homeserver usage statistics.
|
# Whether or not to report anonymized homeserver usage statistics.
|
||||||
#
|
#
|
||||||
#report_stats: false
|
report_stats: true
|
||||||
|
|
||||||
# The endpoint to report the anonymized homeserver usage statistics to.
|
# The endpoint to report the anonymized homeserver usage statistics to.
|
||||||
# Defaults to https://matrix.org/report-usage-stats/push
|
# Defaults to https://matrix.org/report-usage-stats/push
|
||||||
@ -1707,13 +1707,13 @@ oidc_config:
|
|||||||
#
|
#
|
||||||
# This must be configured if using the default mapping provider.
|
# This must be configured if using the default mapping provider.
|
||||||
#
|
#
|
||||||
localpart_template: "{{ user.preferred_username }}"
|
localpart_template: "user.preferred_username"
|
||||||
|
|
||||||
# Jinja2 template for the display name to set on first login.
|
# Jinja2 template for the display name to set on first login.
|
||||||
#
|
#
|
||||||
# If unset, no displayname will be set.
|
# If unset, no displayname will be set.
|
||||||
#
|
#
|
||||||
#display_name_template: "{{ user.given_name }} {{ user.last_name }}"
|
#display_name_template: "user.given_name user.last_name"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -2369,7 +2369,7 @@ encryption_enabled_by_default_for_room_type: invite
|
|||||||
|
|
||||||
## Opentracing ##
|
## Opentracing ##
|
||||||
|
|
||||||
# These settings enable opentracing, which implements distributed tracing.
|
# These settings enable opentracing, which im plements distributed tracing.
|
||||||
# This allows you to observe the causal chains of events across servers
|
# This allows you to observe the causal chains of events across servers
|
||||||
# including requests, key lookups etc., across any server running
|
# including requests, key lookups etc., across any server running
|
||||||
# synapse or any other other services which supports opentracing
|
# synapse or any other other services which supports opentracing
|
||||||
|
Loading…
Reference in New Issue
Block a user