corpusops / docker-riot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Riot docker based image

ENVIRONMENT

  • DEFAULT_HS_URL: This is the default home server url. Default: https://matrix.org
  • DEFAULT_IS_URL: This is the default identity server url (this is the server used for verifying third party identifiers like email addresses). If this is blank, registering with an email address, adding an email address to your account, or inviting users via email address will not work. Matrix identity servers are very simple web services which map third party identifiers (currently only email addresses) to matrix IDs: see http://matrix.org/docs/spec/identity_service/unstable.html for more details. Currently the only public matrix identity servers are https://matrix.org and https://vector.im. In future identity servers will be decentralised. Default: https://vector.im
  • BRAND: Riot Branding. Default: Riot
  • INTEGRATIONS_UI_URL: URL to the web interface for the integrations server. Default: https://scalar.vector.im/
  • INTEGRATIONS_REST_URL: URL to the REST interface for the integrations server. Default: https://scalar.vector.im/api

About


Languages

Language:Makefile 36.6%Language:Shell 32.3%Language:Dockerfile 31.1%