Slavi Pantaleev
a8e9f35708
Touch up documentation a bit
пре 5 година
Stuart Thomson
093ecba405
Add more documentation
пре 5 година
Stuart Thomson
f7bea5bb05
Add documentation for new variable
пре 5 година
Stuart Thomson
064b2e533c
Add variable for extra domains to get LE certs for
I felt that adding another variable was probably going to be the easiest way to do this. I may end up adding another variable to enable this feature, for consistency with some of the other things.
пре 5 година
Slavi Pantaleev
62f79af0a8
Merge pull request #857 from ptman/patch-1
Upgrade Element (1.7.19 -> 1.7.20)
пре 5 година
Paul Tötterman
9ad67d7cdf
Upgrade Element (1.7.19 -> 1.7.20)
https://github.com/vector-im/element-web/releases/tag/v1.7.20
https://hub.docker.com/layers/vectorim/element-web/v1.7.20/images/sha256-44cae3a532d86c16940deb70866b522ba6acc8c5d7adf3c661cfc8b06f1de681?context=explore
пре 5 година
Slavi Pantaleev
1523d092f7
Merge pull request #854 from aaronraimist/element-1.7.19
Upgrade Element (1.7.18 -> 1.7.19)
пре 5 година
Aaron Raimist
5cb976c321
Upgrade Element (1.7.18 -> 1.7.19)
пре 5 година
Slavi Pantaleev
47f82f275d
Merge pull request #853 from aaronraimist/tls1.3-fed-tester
Remove note about federation tester not working with TLS 1.3
пре 5 година
Aaron Raimist
47784d465a
Remove note about federation tester not working with TLS 1.3
пре 5 година
Slavi Pantaleev
2467ed4ace
Merge pull request #852 from julianfoad/fix-docs-mautrix-signal-links-1
Fix wrong links in mautrix-signal docs
пре 5 година
Julian Foad
b8ac089562
Fix wrong links in mautrix-signal docs
пре 5 година
Slavi Pantaleev
33e2887876
Merge pull request #851 from julianfoad/postgres-cli-allow-psql-args
Allow psql args to be given to matrix-postgres-cli
пре 5 година
Julian Foad
d1f28d17bb
Allow psql args to be given to matrix-postgres-cli
This passes any arguments given to 'matrix-postgres-cli' to the 'psql' command.
Examples:
$ # start an interactive shell connected to a given db
$ sudo matrix-postgres-cli -d synapse
$ # run a query, non-interactively
$ sudo matrix-postgres-cli -d synapse -c 'SELECT group_id FROM groups;'
пре 5 година
Slavi Pantaleev
c4a05b760a
Make mautrix bridges not overwrite their config
If they do, our next playbook runs would simply revert it
and report "changed" for that task.
There's no benefit to letting the bridge spew a new config file.
This does not apply to the mautrix whatsapp bridge, because that one
is written in Go (not Python) and takes different flags. There's no
equivalent flag there.
пре 5 година
Slavi Pantaleev
ee936b618d
Merge pull request #848 from aaronraimist/hosts
Clarify hosts file wording
пре 5 година
Aaron Raimist
a8b61adb8d
Clarify hosts file wording
пре 5 година
Slavi Pantaleev
889b299bc2
Merge pull request #804 from pushytoxin/matrix-etherpad
Self-hosted Etherpad
пре 5 година
Slavi Pantaleev
5df2f6cdd1
Update docs and changelog
пре 5 година
Slavi Pantaleev
7804060eee
Use Etherpad 1.8.7, not :latest
пре 5 година
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
26b287bd17
Upgrade certbot (1.10.1 -> 1.11.0)
пре 5 година
Slavi Pantaleev
c6feb0b99e
Upgrade Synapse (v1.25.0 -> v1.26.0)
пре 5 година
Slavi Pantaleev
008049f2a9
Fix mautrix-telegram registration file mistake
Regression since f6097fbba1
пре 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
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
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
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 година