Slavi Pantaleev
98f9619279
Merge pull request #843 from thomwiggers/update-irc
Update IRC bridge to 0.23.0
5年前
Slavi Pantaleev
c97dd5dc2d
Merge pull request #845 from o8F0LY/improve-matrix-postgres-init-additional-db-user-and-role
Add double quotes 'matrix-postgres-init-additional-db-user-and-role.sql.j2' template
5年前
o8F0LY
0a0c9a4efc
Add double quotes to avoid synatx errors
5年前
Slavi Pantaleev
0ac5bee57b
Merge pull request #842 from Peetz0r/bullseye
Fixed missing quotes
5年前
Thom Wiggers
8de739132a
Update IRC bridge to 0.23.0
5年前
Peetz0r
e0e459ac0c
Fixed missing quotes
5年前
Slavi Pantaleev
efbffa26bf
Fix typo
5年前
Slavi Pantaleev
63586acfff
Merge pull request #841 from Peetz0r/bullseye
Use Debian Buster Docker repo on Debian Bullseye
5年前
Peetz0r
473936065d
Use Debian Buster Docker repo on Debian Bullseye
Future maintainer: check on https://docs.docker.com/engine/install/debian/ if Docker for
Debian 11 is released, then undo this commit
5年前
Slavi Pantaleev
29e3ab6967
Merge pull request #840 from aaronraimist/readme-puppet
Add mx-puppet-skype and mx-puppet-slack to README
5年前
Aaron Raimist
bcdc42624f
Add mx-puppet-skype and mx-puppet-slack to README
I also moved matrix-sms-bridge up to match the order from container-images.md
5年前
Slavi Pantaleev
1a0f64f23b
Mention specs on the Prerequisites page
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/682
5年前
Slavi Pantaleev
78b059d9f2
Merge pull request #834 from pushytoxin/rust_compress_database_name
Name the Synapse database on state compression import
5年前
Béla Becker
2edc9cb83c
Name the Synapse database on state compression import
Fixes:
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/833
5年前
Béla Becker
b7261dc098
Etherpad role: Etherpad needs Dimension
The default scalar.vector.im integrations manager doesn't support custom
URL's for etherpad, therefore Dimension needs to be enabled.
5年前
Slavi Pantaleev
3ea90ca436
Upgrade Element (1.7.17 -> 1.7.18)
5年前
Slavi Pantaleev
e7f3f7c431
Enable /devices endpoint for generic workers
5年前
Slavi Pantaleev
26b287bd17
Upgrade certbot (1.10.1 -> 1.11.0)
5年前
Slavi Pantaleev
1cd2a218de
Merge branch 'master' into synapse-workers
5年前
Slavi Pantaleev
c6feb0b99e
Upgrade Synapse (v1.25.0 -> v1.26.0)
5年前
Slavi Pantaleev
39c2d72d17
Merge branch 'master' into synapse-workers
5年前
Slavi Pantaleev
008049f2a9
Fix mautrix-telegram registration file mistake
Regression since f6097fbba1
5年前
Slavi Pantaleev
a49dab76f8
Merge branch 'master' into synapse-workers
5年前
Slavi Pantaleev
e3290d8bcb
Remove |to_json causing trouble
Fixes a regression introduced in f6097fbba1fb, which was cauing Synapse
to die with this error message:
> ValueError: sender_localpart needs characters which are not URL encoded.
5年前
Slavi Pantaleev
a31c9603fa
Merge branch 'master' into synapse-workers
5年前
Slavi Pantaleev
f6097fbba1
E2BE not working for mautrix bridges
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/806
5年前
Slavi Pantaleev
07f1ea24ee
Make it possible to override the welcome.html.j2 template used for Element
5年前
Slavi Pantaleev
d98a1ceadd
Merge branch 'master' into synapse-workers
5年前
Slavi Pantaleev
512f42aa76
Do not report docker kill/rm attempts as errors
These are just defensive cleanup tasks that we run.
In the good case, there's nothing to kill or remove, so they trigger an
error like this:
> Error response from daemon: Cannot kill container: something: No such container: something
and:
> Error: No such container: something
People often ask us if this is a problem, so instead of always having to
answer with "no, this is to be expected", we'd rather eliminate it now
and make logs cleaner.
In the event that:
- a container is really stuck and needs cleanup using kill/rm
- and cleanup fails, and we fail to report it because of error
suppression (`2>/dev/null`)
.. we'd still get an error when launching ("container name already in use .."),
so it shouldn't be too hard to investigate.
5年前
Slavi Pantaleev
869727a402
Add comment to mautrix-facebook bridge regarding alembic migrations
5年前
Slavi Pantaleev
a9af36841d
Merge branch 'master' into synapse-workers
5年前
Slavi Pantaleev
1aec5f9735
Merge pull request #831 from phirz/correct-faq-typos
Correct some typos in FAQ
5年前
phirz
deff7421fb
Correct some typos in FAQ
5年前
Slavi Pantaleev
e443b376b9
Improve "things to do after installation" docs section
5年前
Slavi Pantaleev
346f8b3475
Fix typo
5年前
Slavi Pantaleev
26542308b3
Use |to_json in more places in matrix-appservice-discord config
I don't think this was causing an issue, but it might
if the bot token has a more special value in the future.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/828
5年前
Béla Becker
42f338016b
Etherpad matrix-nginx-proxy configuration
5年前
Béla Becker
7bc9be95cb
Add map directive to the base of nginx.conf
This needs to be added for WebSocket upgrades to work properly (see doc:
http://nginx.org/en/docs/http/websocket.html )
5年前
Béla Becker
38bf1eda70
Etherpad Jitsi integration
5年前
Béla Becker
4b451ff782
Etherpad role
5年前
Béla Becker
8355348aae
Etherpad documentation
5年前
Slavi Pantaleev
d9bf2f59db
Fix adminme.js usage for matrix-appservice-discord (still hacky)
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/795
and https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/822
A better fix will come later: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/825
5年前
Slavi Pantaleev
a535226210
Stop/disable unnecessary worker services before deleting them
5年前
Slavi Pantaleev
dd24942c03
Use |to_json for mautrix-telegram config
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/824
5年前
Slavi Pantaleev
778b66876c
Merge branch 'master' into synapse-workers
5年前
Slavi Pantaleev
70dcdd41a7
Simplify matrix-remove-all
We don't have instantiated services anymore, nor
/etc/systemd/system/matrix-synapse.service.wants/ stuff.
5年前
Slavi Pantaleev
d3ecc6f017
Fix bridges failing to upload media when Synapse workers are enabled
5年前
Slavi Pantaleev
66cdc7bf5a
Clean up worker.yaml generation a bit and make it more flexible
5年前
Slavi Pantaleev
1462409b34
Fix worker listening addresses
Not specifying bind addresses for the worker resulted in this warning:
> synapse.app - 47 - WARNING - None - Failed to listen on 0.0.0.0, continuing because listening on [::]
Additionally, metrics listening only on 127.0.0.1 seems like a no-op.
Only having it accessible from within the container is likely not what
we intend. Changed that to all interfaces as well.
Whether it actually gets exposed or not depends on the systemd service
and `matrix_synapse_workers_container_host_bind_address`.
5年前
Slavi Pantaleev
01747c8cc4
Prevent Synapse warning about enabling metric listeners with enable_metrics: false
> synapse.app.generic_worker - 606 - WARNING - None - Metrics listener configured, but enable_metrics is not True!
5年前