From a901ea01a379e0a16fbc3cc13baef9da33527dc9 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 21 Jul 2020 19:42:45 +0200 Subject: [PATCH] set bind address --- rootfs/etc/confd/templates/server.yaml.tmpl | 2 +- rootfs/etc/fix-attrs.d/01-synapse | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/rootfs/etc/confd/templates/server.yaml.tmpl b/rootfs/etc/confd/templates/server.yaml.tmpl index 787ba46..abdcfeb 100644 --- a/rootfs/etc/confd/templates/server.yaml.tmpl +++ b/rootfs/etc/confd/templates/server.yaml.tmpl @@ -203,7 +203,7 @@ listeners: tls: false type: http x_forwarded: true - bind_addresses: ['::1', '127.0.0.1'] + bind_addresses: ['::', '0.0.0.0'] resources: - names: [client, federation] diff --git a/rootfs/etc/fix-attrs.d/01-synapse b/rootfs/etc/fix-attrs.d/01-synapse index ef822b8..df4cbb8 100644 --- a/rootfs/etc/fix-attrs.d/01-synapse +++ b/rootfs/etc/fix-attrs.d/01-synapse @@ -1,3 +1,2 @@ /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