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.
há 6 anos
Horvath Gergely
447dd94ff9
update documentation
há 6 anos
Horvath Gergely
30fd1ab2d6
add forgotten support for variable for matrix-bridge-mautrix-facebook role
há 6 anos
Horvath Gergely
976f1a4582
fix riot-web version strip
há 6 anos
Horvath Gergely
2d537484d5
introduce variable
há 6 anos
Horvath Gergely
a164fe485e
fix wrong variable name
há 6 anos
Horvath Gergely
3c8535c3bc
check ansible version for self-building in every role
há 6 anos
Horvath Gergely
6232a81caf
check if target distro is Raspbian and install docker accordingly
há 6 anos
Horvath Gergely
a5d94eec0b
refactor variable names
há 6 anos
Horvath Gergely
310aa685f9
refactor based on Slavi's requests
há 6 anos
Horvath Gergely
d53d63ab07
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy into raspberry-pi
há 6 anos
Slavi Pantaleev
8caffe09f9
Merge pull request #397 from lxp/update-synapse-janitor
Update synapse-janitor to support current synapse database schema
há 6 anos
David Gnedt
c55682d099
Update synapse-janitor to support current synapse database schema
há 6 anos
Slavi Pantaleev
e8d0b72a7b
Merge pull request #394 from swarnat/customization_welcome
Customization welcome
há 6 anos
Stefan Warnat
46664c4758
Adjust variable names
há 6 anos
Slavi Pantaleev
00596452c2
Update riot-web (1.5.11 -> 1.5.12)
há 6 anos
Stefan Warnat
054e6fed0c
rearrange main.yml of riot-web and use same logo URL for both logos
há 6 anos
Stefan Warnat
0322a5443a
additional customizations of welcome page
há 6 anos
Stefan Warnat
8bc4f56385
Improve customization of welcome page
há 6 anos
Slavi Pantaleev
4a06e52660
Fix matrix-appservice-slack configuration when matrix-nginx-proxy is disabled
há 6 anos
Slavi Pantaleev
a727e7c497
Upgrade Synapse (v1.11.0 -> v1.11.1)
há 6 anos
Slavi Pantaleev
be6c048abe
Remove useless matrix_appservice_webhooks_webhooks_port
In relation to #392 (Github Issue)
há 6 anos
Slavi Pantaleev
bbe7bff184
Merge pull request #392 from swarnat/fix_webhooks
Switch Webhooks Port, which is exposed for external nginx
há 6 anos
Slavi Pantaleev
c48030cbfc
Merge pull request #393 from tctovsli/patch-1
New version of matrix-riot-web: 1.5.11
há 6 anos
tctovsli
209e716580
New version of matrix-riot-web
há 6 anos
Stefan Warnat
d5e5572f2c
switch Port, which is exposed to same, which is internal used
há 6 anos
Slavi Pantaleev
37f3a2d5a8
Add support for themes to riot-web
há 6 anos
Slavi Pantaleev
cebadf400d
Merge pull request #389 from isbkch/patch-1
quick typo
há 6 anos
iLyas Bakouch
dc5eaddc3d
quick typo
há 6 anos
Slavi Pantaleev
fcc1806119
Merge pull request #388 from julianfoad/riot-config-server-name
Riot config server name
há 6 anos
Julian Foad
0703c31e11
Document the new Riot server name setting.
há 6 anos
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'.
há 6 anos
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.
há 6 anos
Horvath Gergely
6366817930
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy into raspberry-pi
há 6 anos
Horvath Gergely
f56825580d
hangouts-bridge no-proxy warning does not trigger when 'matrix_nginx_proxy_enabled = false' is explicitly set
há 6 anos
Slavi Pantaleev
22c7cda4c3
Merge pull request #387 from aaronraimist/riot-1.5.10
Upgrade riot-web (1.5.9 -> 1.5.10)
há 6 anos
Aaron Raimist
6ba961bd11
Upgrade riot-web (1.5.9 -> 1.5.10)
há 6 anos
Horvath Gergely
470b9875e7
Document raspberry pi support
há 6 anos
Horvath Gergely
610c98d6ab
add riot-web support for raspberry pi
há 6 anos
Horvath Gergely
40d0fea06c
add mautrix-hangouts support for raspberry pi
há 6 anos
Horvath Gergely
ac118d2f25
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy into raspberry-pi
há 6 anos
Horvath Gergely
f28c7b71d2
build mxisd for rapsberry pi
há 6 anos
Slavi Pantaleev
5de8f27122
Upgrade Synapse (v1.10.1 -> v1.11.0)
há 6 anos
Horvath Gergely
8c1e00a6cd
add mautrix-facebook support for raspberry pi
há 6 anos
Horvath Gergely
5a4e4f6fb9
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy into raspberry-pi
há 6 anos
Slavi Pantaleev
88afae328e
Merge pull request #384 from sathiscode/patch-1
Configuring webhooks
há 6 anos
Slavi Pantaleev
dd99b844a0
Link to Dimension setup page
há 6 anos
Sathis
4356a7d405
Configuring webhooks
Added steps to configure appservice webhooks in the dimension manager.
há 6 anos
Horvath Gergely
697f86d06f
minor fix
há 6 anos
Horvath Gergely
7c4a86bc6b
add coturn support for raspberry pi
há 6 anos