diff --git a/rootfs/etc/confd/templates/server.yaml.tmpl b/rootfs/etc/confd/templates/server.yaml.tmpl index 5343828..0422683 100644 --- a/rootfs/etc/confd/templates/server.yaml.tmpl +++ b/rootfs/etc/confd/templates/server.yaml.tmpl @@ -117,7 +117,7 @@ room_invite_state_types: app_service_config_files: {{if not (getenv "REGISTRATIONS")}}[]{{end}} {{if (getenv "REGISTRATIONS")}} {{range $registration := split (getenv "REGISTRATIONS") ";"}} - - "registrations/{{ $registration }}" + - "{{ $registration }}" {{end}} {{end}} diff --git a/rootfs/etc/fix-attrs.d/01-synapse b/rootfs/etc/fix-attrs.d/01-synapse index 1a03dd8..ef822b8 100644 --- a/rootfs/etc/fix-attrs.d/01-synapse +++ b/rootfs/etc/fix-attrs.d/01-synapse @@ -1,4 +1,3 @@ /var/lib/matrix-synapse/signing/ true matrix-synapse 0640 0750 /var/lib/matrix-synapse/media_store/ true matrix-synapse 0640 0750 /var/lib/matrix-synapse/uploads true matrix-synapse 0640 0750 -/var/lib/matrix-synapse/registrations true matrix-synapse 0640 0750