Slavi Pantaleev
f41c5e89e5
Upgrade riot-web (1.6.6 -> 1.6.7)
4 years ago
Slavi Pantaleev
d2a0ec6aa9
Upgrade riot-web (1.6.5 -> 1.6.6)
4 years ago
Slavi Pantaleev
105b3524bb
Upgrade riot-web (1.6.4 -> 1.6.5)
5 years ago
Slavi Pantaleev
e4edfd5b12
Remove now-unnecessary /dev/null hacks from riot-web
...
`/etc/nginx/conf.d/default.conf` was previously causing
some issues when used with our `--user`.
It's not the case anymore, so we can remove it.
Fixes #369 (Github Issue).
5 years ago
Slavi Pantaleev
88a4a3ab55
Update components
5 years ago
Slavi Pantaleev
0fce642179
Upgrade riot-web (1.6.2 -> 1.6.3)
5 years ago
Chris van Dijk
6334f6c1ea
Remove hardcoded command paths in systemd unit files
...
Depending on the distro, common commands like sleep and chown may either
be located in /bin or /usr/bin.
Systemd added path lookup to ExecStart in v239, allowing only the
command name to be put in unit files and not the full path as
historically required. At least Ubuntu 18.04 LTS is however still on
v237 so we should maintain portability for a while longer.
5 years ago
Slavi Pantaleev
5c7e5c57bd
Upgrade riot-web (1.6.1 -> 1.6.2)
5 years ago
Slavi Pantaleev
7a2dbdc2d7
Update components
5 years ago
Marcel Partap
93f4111654
Prevent 404s when Riot tries to retrieve domain-specific config.json
...
Riot unconditionally asks for a config.${document.domain}.json, c.f.
https://github.com/vector-im/riot-web/blame/develop/src/vector/getconfig.ts#L24
5 years ago
Slavi Pantaleev
36c61b5b4e
Introduce a separate group variable (matrix_user_groupname)
...
Related to #485 (Github Pull Request).
5 years ago
Slavi Pantaleev
4359571d38
Upgrade riot-web to v1.6.0
5 years ago
Chris van Dijk
7585bcc4ac
Allow the matrix user username and groupname to be configured separately
...
No migration steps should be required.
5 years ago
GuillauG
29f606bac7
Add 'permalinkPrefix' and 'default_theme' for configuring riot web ( #472 )
...
* add permalinkPrefix to riot-web config
* add feature to change default theme of riot-web via its config file
* remove matrix_riot_web_change_default_theme and provide sane default
5 years ago
Slavi Pantaleev
69338d045a
Simplify if conditions
5 years ago
John Goerzen
ddc44996e3
Fix to avoid putting an incorrect empty jitsi.preferredDomain when no local jitsi
5 years ago
Slavi Pantaleev
e1774c648a
Upgrade riot-web (v1.5.14 -> v1.5.15)
5 years ago
Slavi Pantaleev
067588b262
Upgrade riot-web
5 years ago
mooomooo
eebc6e13f8
Made directory variables for /etc/systemd/system , /etc/cron.d , /usr/local/bin
5 years ago
Slavi Pantaleev
cdd9ee1962
Add Jitsi support
5 years ago
Slavi Pantaleev
027056e027
Fix weird path creation
...
Fixes #403 (Github Issue).
5 years ago
Dan Arnfield
bfd87000cc
Update riot-web (1.5.12 -> 1.5.13)
5 years ago
Slavi Pantaleev
3cee815baf
Fix some typos
5 years ago
Slavi Pantaleev
2b85fde103
Rename some variables for consistency
5 years ago
Slavi Pantaleev
8fe97abe7d
Wire matrix_container_images_self_build to self_build variables via group_vars/matrix_servers
...
This keeps the roles cleaner and more independent of matrix-base,
which may be important for people building their own playbook
out of the individual roles and not using the matrix-base role.
5 years ago
Horvath Gergely
976f1a4582
fix riot-web version strip
5 years ago
Horvath Gergely
2d537484d5
introduce variable
5 years ago
Horvath Gergely
a164fe485e
fix wrong variable name
5 years ago
Horvath Gergely
3c8535c3bc
check ansible version for self-building in every role
5 years ago
Horvath Gergely
a5d94eec0b
refactor variable names
5 years ago
Horvath Gergely
310aa685f9
refactor based on Slavi's requests
5 years ago
Horvath Gergely
d53d63ab07
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy into raspberry-pi
5 years ago
Slavi Pantaleev
e8d0b72a7b
Merge pull request #394 from swarnat/customization_welcome
...
Customization welcome
5 years ago
Stefan Warnat
46664c4758
Adjust variable names
5 years ago
Slavi Pantaleev
00596452c2
Update riot-web (1.5.11 -> 1.5.12)
5 years ago
Stefan Warnat
054e6fed0c
rearrange main.yml of riot-web and use same logo URL for both logos
5 years ago
Stefan Warnat
0322a5443a
additional customizations of welcome page
5 years ago
Stefan Warnat
8bc4f56385
Improve customization of welcome page
5 years ago
tctovsli
209e716580
New version of matrix-riot-web
5 years ago
Slavi Pantaleev
37f3a2d5a8
Add support for themes to riot-web
5 years ago
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'.
5 years ago
Julian Foad
7a45c651d2
Use new syntax for default HS/IS in Riot config.
...
This change makes no difference in itself, but is a pre-requisite for
adding the 'server name' config, and the old syntax is deprecated.
5 years ago
Horvath Gergely
6366817930
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy into raspberry-pi
5 years ago
Aaron Raimist
6ba961bd11
Upgrade riot-web (1.5.9 -> 1.5.10)
5 years ago
Horvath Gergely
610c98d6ab
add riot-web support for raspberry pi
5 years ago
Slavi Pantaleev
47696056d3
Upgrade riot-web (1.5.8 -> 1.5.9)
5 years ago
Slavi Pantaleev
b323c975cf
Upgrade riot-web (1.5.7 -> 1.5.8)
5 years ago
Dan Arnfield
86eff45e8b
uri.follow_redirects is now a string field
5 years ago
Lyubomir Popov
800dc61335
Upgrade riot-web (1.5.6 -> 1.5.7)
5 years ago
Slavi Pantaleev
783ed766f0
Upgrade riot-web (1.5.5 -> 1.5.6)
5 years ago