matrix-dimension #43

Closed
sophie wants to merge 15 commits from matrix-dimension into main
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 8702e131dc - Show all commits

View file

@ -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']}"
kunsi marked this conversation as resolved Outdated
Outdated
Review

Typo? clientServeUrl vs. clientServerUrl

Typo? `clientServeUrl` vs. `clientServerUrl`

Resolved in 8702e131dc and a65301ee89.

Resolved in `8702e131dc` and `a65301ee89`.
# 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']}"
kunsi marked this conversation as resolved Outdated
Outdated
Review

Typo? homserver vs. homeserver

Typo? `homserver` vs. `homeserver`

Resolved in 8702e131dc and a65301ee89.

Resolved in `8702e131dc` and `a65301ee89`.
# These users can modify the integrations this Dimension supports.
# To access the admin interface, open Dimension in Riot and click the settings icon.

View file

@ -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'),