Slavi Pantaleev
18f6b29372
Bump matrix-mailer / exim release (4.92.1-r0-0 -> 4.92.1-r0-1)
...
It adds support for a new `DISABLE_SENDER_VERIFICATION` environment
variable that can be used to disable verification of sender addresses.
It doesn't matter for us, but we upgrade to keep up with latest.
5 years ago
Slavi Pantaleev
0e3b73a612
Upgrade matrix-mailer / exim (4.92 -> 4.92.1)
5 years ago
Slavi Pantaleev
d543780e42
Use mautrix-telegram Docker image from new official registry
5 years ago
Slavi Pantaleev
53ab66eef8
Use mautrix-whatsapp Docker image from new official registry
5 years ago
Slavi Pantaleev
82bb55ae7a
Use new default port config for mautrix-facebook
5 years ago
Slavi Pantaleev
b0162d6f75
Use mautrix-facebook Docker image from new official registry
5 years ago
kingoftheconnors
177ec295b4
Fixed matrix-appservice-slack docker command problems
5 years ago
Slavi Pantaleev
becb9a7b8b
Merge pull request #228 from danbob/fix-apt-warning
...
Fix apt message: docker doesn't support arch 'i386'
5 years ago
kingoftheconnors
49766c5dac
Added Slack role
5 years ago
Dan Arnfield
de6c1c99b2
Fix apt message: docker doesn't support arch 'i386'
5 years ago
Slavi Pantaleev
bd99dd05b4
Upgrade Synapse (1.2.0 -> 1.2.1)
5 years ago
Slavi Pantaleev
255b67a0ce
Update homeserver.yaml with new options from Synapse v1.2.0
...
Related to #223 (Github Pull Request)
5 years ago
Slavi Pantaleev
bb9fd41403
Merge pull request #223 from danbob/synapse-1.2.0
...
Update synapse (1.1.0 -> 1.2.0)
5 years ago
Dan Arnfield
0e54515c9d
Update synapse (1.1.0 -> 1.2.0)
5 years ago
Slavi Pantaleev
25327abbc3
Merge pull request #222 from danbob/nginx-1.17.2
...
Update nginx (1.17.1 -> 1.17.2)
5 years ago
Dan Arnfield
9296dfd094
Update nginx (1.17.1 -> 1.17.2)
5 years ago
Slavi Pantaleev
11b1de5522
Merge pull request #220 from lpopov/patch-1
...
Upgrade riot-web (1.2.4 - 1.3.0)
5 years ago
Lyubomir Popov
5e104e6667
Upgrade riot-web (1.2.4 - 1.3.0)
5 years ago
p5t2vspoqqw
fde8615d4e
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
5 years ago
Slavi Pantaleev
479a5137ca
Merge pull request #218 from RedooNetworks/master
...
introduce configuration to change riot branding / title
5 years ago
Stefan Warnat
2d24779583
remove newline
5 years ago
Stefan Warnat
2706ca9586
add configuration to change Riot.im branding
5 years ago
p5t2vspoqqw
5054fff88b
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
5 years ago
Slavi Pantaleev
3a8ed2dd81
Upgrade riot-web (1.2.3 -> 1.2.4)
5 years ago
Slavi Pantaleev
5a6c546d87
Upgrade Telegram bridge (0.5.2 -> 0.6.0)
5 years ago
Slavi Pantaleev
87e3650327
Ensure Discord client id is passed as a string
...
Looks like these client ids are actually integers,
but unless we pass them as a string, the bridge would complain with
an error like:
{"field":"data.auth.clientID","message":"is the wrong type","value":123456789012345678,"type":"string","schemaPath":["properties","auth","properties","clientID"]}
Explicitly-casting to a string should fix the problem.
The Discord bridge should probably be improved to handle both ints and
strings though.
5 years ago
Slavi Pantaleev
99283ef684
Add note about SMTPS not being supported
...
Fixes #216 (Github Issue).
5 years ago
Slavi Pantaleev
277a6eb7da
Merge pull request #215 from danbob/update-riot-web
...
Update to riot 1.2.3
5 years ago
Dan Arnfield
b087d06f1e
Update to riot 1.2.3
5 years ago
Slavi Pantaleev
0e4030f05c
Add missing word
5 years ago
Slavi Pantaleev
1316d36f8b
Fix deprecation warning (using cron module without name)
5 years ago
Slavi Pantaleev
76862f4f2a
Suggest running start tag after janitor and Postgres vacuum
...
We do restart Synapse explicitly, but some other services
(bridges, matrix-corporal, ..) may not restart sometimes.
It's best to restart all services explicitly.
5 years ago
Slavi Pantaleev
9d07aaefbf
Fix passkey.pem permissions breaking IRC bridge
...
Regression since 174a6fcd1b
, #204 (Github Pull Request),
which only affects new servers.
Old servers which had their passkey.pem file relocated were okay.
5 years ago
Slavi Pantaleev
e317de5ac1
Fix broken link
5 years ago
Slavi Pantaleev
0ca21d80d7
Add Synapse Maintenance docs and synapse-janitor integration
5 years ago
Slavi Pantaleev
631a14bf0c
Rename run control variables for consistency
5 years ago
Slavi Pantaleev
e805044b80
Delete scripts when uninstalling Postgres
5 years ago
p5t2vspoqqw
d88e261150
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
5 years ago
Slavi Pantaleev
84f5a0fa69
Merge pull request #214 from danbob/update-nginx
...
Bump nginx version to 1.17.1
5 years ago
Dan Arnfield
f83bbf8525
Bump nginx version
5 years ago
Slavi Pantaleev
17cd52ced6
Make Synapse log messages a bit prettier
...
ef5e4ad061
intentionally makes us conform to
the logging format suggested by the official Docker image.
Reverting this part, because it's uglier.
This likely should be fixed upstream as well though.
5 years ago
Slavi Pantaleev
ef5e4ad061
Make Synapse not log to text files
...
Somewhat related to #213 (Github Pull Request).
We've been moving in the opposite direction for quite a long time.
All services should just leave logging to systemd's journald.
5 years ago
Slavi Pantaleev
b84139088c
Fix password providers not working on Synapse v1.1.0
...
Fixes a regression introduced during the upgrade to
Synapse v1.1.0 (in 2b3865ceea
).
Since Synapse v1.1.0 upgraded to Python 3.7
(https://github.com/matrix-org/synapse/pull/5546 ),
we need to use a different modules directory when mounting
password provider modules.
5 years ago
Slavi Pantaleev
73158e6c2f
Fix unintentionally inverted boolean
...
Fixes a problem introduced by da6edc9cba
.
Related to #145 (Github Pull Request).
5 years ago
Slavi Pantaleev
da6edc9cba
Add support for disabling Synapse's local database for user auth
...
This is a new feature of Synapse v1.1.0.
Discussed in #145 (Github Pull Request).
5 years ago
Slavi Pantaleev
2b3865ceea
Upgrade Synapse (1.0.0 -> 1.1.0)
5 years ago
Slavi Pantaleev
810028c12b
Merge pull request #210 from spantaleev/discord-bridge-refactoring
...
Make Discord bridge configuration playbook-managed
5 years ago
Slavi Pantaleev
420b46ad2e
Update CHANGELOG.md
5 years ago
p5t2vspoqqw
9874c3df90
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
5 years ago
Slavi Pantaleev
bccfd13c7f
Fix changelog entry typo
5 years ago