matrix-docker-ansible-deploy/roles/matrix-riot-web
Julian Foad 3228cfd229 Add custom server name string in Riot config.
This adds into the Riot config.json the field
  'default_server_config.m.homeserver.server_name'
with, by default, the value of the playbook's 'matrix_domain' variable.

Riot displays this string in its login page and will now say 'Sign in to
your Matrix account on example.org' (the server name) instead of 'Sign
in ... on matrix.example.org' (the server domain-name).

This string can be configured by setting the playbook variable
  'matrix_riot_web_default_server_name'
to any string, so we can make Riot say for example 'Sign in ... on Our
Server'.
2020-02-24 14:00:43 +00:00
..
defaults Add custom server name string in Riot config. 2020-02-24 14:00:43 +00:00
tasks uri.follow_redirects is now a string field 2020-01-22 15:36:54 -06:00
templates Add custom server name string in Riot config. 2020-02-24 14:00:43 +00:00
vars Add support for more flexible container port exposing 2019-05-25 07:41:08 +09:00