From 8702e131dc48bb621f50aead2938f8a572a240ff Mon Sep 17 00:00:00 2001 From: Sophie Schiller Date: Sun, 4 Jul 2021 20:44:17 +0200 Subject: [PATCH] bw/matrix-dimensions fix typos --- bundles/matrix-dimension/files/production.yaml | 6 +++--- nodes/htz-cloud/miniserver.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bundles/matrix-dimension/files/production.yaml b/bundles/matrix-dimension/files/production.yaml index 305ba54..5bfcfdd 100644 --- a/bundles/matrix-dimension/files/production.yaml +++ b/bundles/matrix-dimension/files/production.yaml @@ -8,11 +8,11 @@ web: homeserver: # The domain name of the homeserver. This is used in many places, such as with go-neb # setups, to identify the homeserver. - name: "${config['homserver']['name']}" + name: "${config['homeserver']['name']}" # The URL that Dimension, go-neb, and other services provisioned by Dimension should # use to access the homeserver with. - clientServerUrl: "${config['homserver']['clientServeUrl']}" + clientServerUrl: "${config['homeserver']['clientServerUrl']}" # The URL that Dimension should use when trying to communicate with federated APIs on # the homeserver. If not supplied or left empty Dimension will try to resolve the address @@ -27,7 +27,7 @@ homeserver: # for tracking custom sticker pack updates. This should be a user configured on the homeserver # and be dedicated to Dimension (create a user named "dimension" on your homeserver). For # information on how to acquire an access token, visit https://t2bot.io/docs/access_tokens - accessToken: "${config['homserver']['accessToken']}" + accessToken: "${config['homeserver']['accessToken']}" # These users can modify the integrations this Dimension supports. # To access the admin interface, open Dimension in Riot and click the settings icon. diff --git a/nodes/htz-cloud/miniserver.py b/nodes/htz-cloud/miniserver.py index 50478cd..0a104d4 100644 --- a/nodes/htz-cloud/miniserver.py +++ b/nodes/htz-cloud/miniserver.py @@ -107,7 +107,7 @@ nodes['htz-cloud.miniserver'] = { 'matrix-dimension': { 'url': 'dimension.sophies-kitchen.eu', 'version': 'master', # doesn't have releases yet - 'homserver': { + 'homeserver': { 'name': 'sophies-kitchen.eu', 'clientServeUrl': 'https://matrix.sophies-kitchen.eu', 'accessToken': vault.decrypt('encrypt$gAAAAABg4btB0KGk068ahGZzR0w_Lm1bj1wUbB2WfNNs2bp3PwM4Ftp6MjQnrF-CejZfrF0NjPJw9Z4MrgileHP0sVw04mvgKSHfTf8gv4kTB6WuCIxHeMWHUDx00LTWL73fSlhCK0o1'),