edroot / kubernetes-matrix-dimension-install

How to install matrix-dimension on kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kubernetes-matrix-dimension-install

Proper accessToken must be provided, in order to connect dimension to synapse. Explanation copy+pasted from here: https://t2bot.io/docs/access_tokens/

  1. Create account that would be used as a bot.
  2. In a private/incognito browser window, open Riot.
  3. Log in to the account you want to get the access token for, such as the bot's account.
  4. Click on the bot's name in the top left corner then "Settings".
  5. (Optional) Set your bot's display name and avatar.
  6. Click the "Help & About" tab (left side of the dialog).
  7. Scroll to the bottom and click the part of Access Token: .
  8. Copy your access token to a safe place, like the bot's configuration file.
  9. Do not log out. Instead, just close the window. If you used a private browsing session, you should be able to still use Riot for your own account. Logging out deletes the access token from the server, making the bot unable to use it.
  10. Insert obtained accessToken into config:
      # The access token Dimension should use for miscellaneous access to the homeserver, and
      # 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: "MDAyNWxvY2F0aW9uIHN5bmFwc2Uuc3Vuc2luZ2VydXMuY29tCjAwMTNpZGVudGlmaWVyIGtleQowMDEwY2lkIGdlbiA9IDEKMDAzNWNpZCB1c2VyX2lkID0gQGRpbWVuc2lvbjpzeW5hcHNlLnN1bnNpbmdlcnVzLmNvbQowMDE2Y2lkIHR5cGUgPSBhY2Nlc3MKMDAyMWNpZCBub25jZSA9IENQcGZFa21wWmcuVX5QOlkKMDAyZnNpZ25hdHVyZSB7aVgNJ-NnguroqjOF7skq2lPiA0Kf9XeV2n9_EaFTJwo"

settings

How to install matrix-dimension on kubernetes

Installation instructions https://github.com/turt2live/matrix-dimension/blob/master/docs/installing.md

Dockerile https://hub.docker.com/r/turt2live/matrix-dimension/dockerfile

Take a look into https://t2bot.io/docs/access_tokens/ for explanation on how to get access code for Dimension to access Synapse

About

How to install matrix-dimension on kubernetes

License:Apache License 2.0