Slavi Pantaleev
24100342e1
Tell people that federation_ip_range_blacklist is gone
Related to d5945c6e78
hace 5 años
Slavi Pantaleev
d5945c6e78
Upgrade Synapse (v1.24.0 -> v1.25.0) for amd64
hace 5 años
Slavi Pantaleev
21d3802ed7
Fix one more URL typo
hace 5 años
Slavi Pantaleev
018f213c60
Fix URL typo
hace 5 años
Slavi Pantaleev
0b260a133f
Add matrix-aux role to help with managing auxiliary files/directories
hace 5 años
Slavi Pantaleev
0f9be8321c
Document --tags=list-matrix-registration-tokens
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/778
hace 5 años
Slavi Pantaleev
c6382f3c46
Merge pull request #778 from june07/master
Call API list tokens enpoint
hace 5 años
Will
5b0761bf40
Create list_tokens.yml
hace 5 años
Will
1468010194
Update main.yml
hace 5 años
Slavi Pantaleev
3943a747b8
Merge branch 'py-crash-master'
Closes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/755
hace 5 años
Slavi Pantaleev
95ebff1ef1
Announce nginx SSL configuration presets
hace 5 años
Slavi Pantaleev
f7ae050eaf
Remove useless quotes around ssl_ciphers value
Not sure if it breaks with them or not, but no other directive
uses quotes and the nginx docs show examples without quotes,
so we're being consistent with all of that.
hace 5 años
Slavi Pantaleev
5822ba0c01
Use a more natural if statement
hace 5 años
Slavi Pantaleev
de6ecd8818
Update inaccurate comments
hace 5 años
Slavi Pantaleev
4bc8193f69
Fix typos and improve wording
hace 5 años
Agustin Ferrario
5156c63a76
Clean up code
Code was clean up and simplified to make it simpler and easier to
maintain. No features were modified.
hace 5 años
Slavi Pantaleev
d7dba0a2ff
Update some Docker image references
hace 5 años
Agustin Ferrario
25d423e6b6
Fix errors per spantaleev suggestions
The different configurations are now all lower case, for consistent
naming.
`matrix_nginx_proxy_ssl_config` is now called
`matrix_nginx_proxy_ssl_preset`. The different options for "modern",
"intermediate" and "old" are stored in the main.yml file, instead of
being hardcoded in the configuration files. This will improve the
maintainability of the code.
The "custom" preset was removed. Now if one of the variables is set, it
will use it instead of the preset. This will allow to mix and match more
easily, for example using all the intermediate options but only
supporting TLSv1.2. This will also provide better backward
compatibility.
hace 5 años
Agustin Ferrario
7de51b7df3
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
hace 5 años
Slavi Pantaleev
1dec01095a
Merge pull request #774 from teutat3s/fix-appservice-slack-default-db-nedb
Fix appservice-slack default db: nedb
hace 5 años
teutat3s
a2f6adbeaf
Fix appservice-slack default db: nedb
hace 5 años
Slavi Pantaleev
0a977ce113
Fix incorrect path in docs
hace 5 años
Slavi Pantaleev
24d73a554d
Fix incorrect federation port in Traefik example
hace 5 años
Agustin Ferrario
3cb71e7e84
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
hace 5 años
Slavi Pantaleev
6b1e25d843
Do not create matrix_bridge_sms Postgres database
That bridge only supports its own file-based database,
so preparing a Postgres database for it is pointless.
hace 5 años
Slavi Pantaleev
bcb408497d
Fix broken links (mautrix bridges are not on Docker Hub)
hace 5 años
Slavi Pantaleev
23f246b0ad
Mention mautrix-signal migration steps to early adopters
hace 5 años
Slavi Pantaleev
6cce5383bc
Fix Ansible 2.9.6 check
Fixup for https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/769
hace 5 años
Slavi Pantaleev
2c09111a3a
Actually enforce that we run on Ansible >= 2.7.1
Related to 6e652e10ad
hace 5 años
Slavi Pantaleev
8710883064
Merge pull request #743 from pushytoxin/docker_network
Drop the old workaround for an Ansible bug that has been fixed three years ago
hace 5 años
Slavi Pantaleev
6e652e10ad
Bump minimium Ansible version to 2.7.1
Provoked by https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/743
hace 5 años
Slavi Pantaleev
cd2d2f594a
Merge pull request #686 from laszabine/signal
Added a role for the bridge mautrix-signal
hace 5 años
Slavi Pantaleev
3b524ee815
Make mautrix-signal bridge not log to files
We try to only use console logging (going to journald) for everything,
instead of logging things twice (or more).
hace 5 años
Slavi Pantaleev
274f23f668
Make matrix-mautrix-signal-daemon.service depend on docker.service
hace 5 años
Slavi Pantaleev
da2a6682b3
Get rid of matrix_mautrix_signal_configuration_permissions
While it's kind of nice having it, it's also somewhat raw
and unnecessary.
Having a good default and not even mentioning it seems better
for most users.
People who need a more exposed bridge (rare) can use
override the default configuration using
`matrix_mautrix_signal_configuration_extension_yaml`.
hace 5 años
Slavi Pantaleev
aac400664a
Announce mautrix-signal bridge
hace 5 años
Slavi Pantaleev
df8d9cfd34
Remove some TODOs
The answer to these is: it's good to have them in both places.
The role defines the obvious things it depends on (not knowing
what setup it will find itself into), and then
`group_vars/matrix_servers` "extends" it based on everything else it
knows (the homeserver being Synapse, whether or not the internal
Postgres server is being used, etc.)
hace 5 años
Slavi Pantaleev
4805637181
Add support for custom ma1sd view sesion templates
hace 5 años
Slavi Pantaleev
f84c69c164
Relocate custom ma1sd threepid email templates to config/
We used to store them in data/, but that seems inappropriate,
since it's just static configuration that the playbook can recreate.
hace 5 años
Slavi Pantaleev
b5812b539b
Rename ma1sd custom email template variable
Keeps up with a1f64f5159 (diff-0ccf69eb4d59a7645eb4d0a0b077e693948edb33ad06df043bba3fb30122879b)
hace 5 años
Slavi Pantaleev
fb83eccf99
Relocate SQL template file
hace 5 años
Sabine Laszakovits
84cac25c11
added config data_dir (else in ~, which isn't set)
hace 5 años
Sabine Laszakovits
56af2b1a8c
small fixes
hace 5 años
Sabine Laszakovits
89f7f3c3b8
added log level configuration
hace 5 años
Sabine Laszakovits
ffb837d4bc
made the bridge use the default postgres db
hace 5 años
Sabine Laszakovits
a06c58c753
Merge branch 'master' into signal
hace 5 años
Slavi Pantaleev
e39b9ab3fd
Merge pull request #772 from 0hlov3/master
Example Files for Caddy2
hace 5 años
0hlov3
f86d781244
Updates the the caddy2 Readme and comment lines for dimension
hace 5 años
0hlov3
63c92fc2de
Adds Example for Caddy2 Jitsi
hace 5 años
0hlov3
a1ecaf54ef
Adds Example for Caddy2 Jitsi
hace 5 años