Slavi Pantaleev
63586acfff
Merge pull request #841 from Peetz0r/bullseye
Use Debian Buster Docker repo on Debian Bullseye
před 5 roky
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
před 5 roky
Slavi Pantaleev
29e3ab6967
Merge pull request #840 from aaronraimist/readme-puppet
Add mx-puppet-skype and mx-puppet-slack to README
před 5 roky
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
před 5 roky
Slavi Pantaleev
1a0f64f23b
Mention specs on the Prerequisites page
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/682
před 5 roky
Slavi Pantaleev
78b059d9f2
Merge pull request #834 from pushytoxin/rust_compress_database_name
Name the Synapse database on state compression import
před 5 roky
Béla Becker
2edc9cb83c
Name the Synapse database on state compression import
Fixes:
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/833
před 5 roky
Slavi Pantaleev
3ea90ca436
Upgrade Element (1.7.17 -> 1.7.18)
před 5 roky
Slavi Pantaleev
26b287bd17
Upgrade certbot (1.10.1 -> 1.11.0)
před 5 roky
Slavi Pantaleev
c6feb0b99e
Upgrade Synapse (v1.25.0 -> v1.26.0)
před 5 roky
Slavi Pantaleev
008049f2a9
Fix mautrix-telegram registration file mistake
Regression since f6097fbba1
před 5 roky
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.
před 5 roky
Slavi Pantaleev
f6097fbba1
E2BE not working for mautrix bridges
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/806
před 5 roky
Slavi Pantaleev
07f1ea24ee
Make it possible to override the welcome.html.j2 template used for Element
před 5 roky
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.
před 5 roky
Slavi Pantaleev
869727a402
Add comment to mautrix-facebook bridge regarding alembic migrations
před 5 roky
Slavi Pantaleev
1aec5f9735
Merge pull request #831 from phirz/correct-faq-typos
Correct some typos in FAQ
před 5 roky
phirz
deff7421fb
Correct some typos in FAQ
před 5 roky
Slavi Pantaleev
e443b376b9
Improve "things to do after installation" docs section
před 5 roky
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
před 5 roky
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
před 5 roky
Slavi Pantaleev
dd24942c03
Use |to_json for mautrix-telegram config
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/824
před 5 roky
Slavi Pantaleev
6fc214480c
Fix Signal role using incorrect database string variable
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/823
před 5 roky
Slavi Pantaleev
8fa913dca7
Fix Ansible warning
před 5 roky
Slavi Pantaleev
42f60142c0
Merge pull request #819 from jolly-jump/patch-1
small fix to CHANGELOG.md
před 5 roky
T. Küchel
67fab21d7e
Update CHANGELOG.md
propose explicit showing single quotes around the password, since I forgot to put them there.
před 5 roky
Slavi Pantaleev
9b5daf54f0
Fix wording a bit
před 5 roky
Slavi Pantaleev
07c7afb861
Make README more tidy
před 5 roky
Slavi Pantaleev
a56cb34850
Notify people if /matrix/postgres/data-auto-upgrade-backup exists
před 5 roky
Slavi Pantaleev
a2422c458a
Notify of remaining matrix-postgres local data in a better way
před 5 roky
Slavi Pantaleev
1cd251ed78
Don't delete Docker images which may have been pulled by another
Some people run Coturn or Jitsi, etc., by themselves and disable it
in the playbook.
Because the playbook is trying to be nice and clean up after itself,
it was deleting these Docker images.
However, people wish to pull and use them separately and would rather
they don't get deleted.
We could make this configurable for the sake of this special case, but
it's simpler to just avoid deleting these images.
It's not like this "cleaning things up" thing works anyway.
As time goes on, the playbook gets updated with newer image tags
and we leave so many images behind. If one doesn't run
`docker system prune -a` manually once in a while, they'd get swamped
with images anyway. Whether we leave a few images behind due to the lack
of this cleanup now is pretty much irrelevant.
před 5 roky
Slavi Pantaleev
f085362149
Fix some Postgres CLI scripts to target the correct database
Fixes a regression introduced in 95346f3117 .
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/814
Using `matrix_synapse_` variables in the `matrix-postgres` role is not
ideal, but.. this script belongs neither here, nor there.
We'll have it be like that for now.
před 5 roky
Slavi Pantaleev
acf7866442
Fix step number
před 5 roky
Slavi Pantaleev
ec9fda4cd7
Merge pull request #812 from prapooskur/master
Fixed typo
před 5 roky
Prasiddh Pooskur
b61c8a7e72
fixed typo
před 5 roky
Slavi Pantaleev
c2e970ee61
Merge pull request #810 from drpaneas/irc
Selfbuild appservice-irc bridge
před 5 roky
Slavi Pantaleev
3051655d21
Ensure matrix_appservice_irc_docker_src_files_path created when self-building
The git module will create it anyway, but that would likely use `root:root`.
před 5 roky
Panagiotis Georgiadis
f10e3fef0d
Merge branch 'master' into irc
před 5 roky
Panagiotis Georgiadis
e502ee33da
Selfbuild appservice-irc bridge
před 5 roky
Slavi Pantaleev
0f64f4dc4b
Stop using + to mean "or newer"
před 5 roky
Slavi Pantaleev
f9968b6981
Fix matrix_postgres_connection_password length check
před 5 roky
Slavi Pantaleev
3647b23628
Add some warning about ; in SQL statements (take 2)
před 5 roky
Slavi Pantaleev
49c0e254db
Add some warning about ; in SQL statements
I got at least a few reports of people pasting these statements one by
one and missing the `;`.
před 5 roky
Slavi Pantaleev
2997a7fc3e
Make mx-puppet-* bridges not log to files
We log everything in systemd/journald for every service already,
so there's no need for double-logging, bridges rotating log files
manually and other such nonsense.
před 5 roky
Slavi Pantaleev
f3dd346724
Try to tighten Signal bridge security
před 5 roky
Slavi Pantaleev
8ec975e3c8
Use matrix:matrix for Signal bridge (not root)
před 5 roky
Slavi Pantaleev
37909aa7a9
Create signald/{avatars,attachments,data} and rename config dir
před 5 roky
Slavi Pantaleev
88addd71fc
Fix Postgres imports going to the matrix DB by default
Well, they still do go to that DB by default,
but our docs give a better command to users, which would do the right
thing.
před 5 roky
Slavi Pantaleev
bef0702fea
Wait some more when starting Postgres during setup on ARM
před 5 roky
Slavi Pantaleev
3273f023dc
Fix Postgres importing guide
This fixes things to make them compatible
with the changes done in 95346f3117
před 5 roky