Slavi Pantaleev
018e620ee8
Default matrix_bot_honoroit_path_prefix to /honoroit to avoid conflicts with Matrix Client-Server API
il y a 2 ans
Slavi Pantaleev
88c7cf21f7
Make Honoroit not try to capture all matrix.DOMAIN traffic
It only serves a metrics endpoint, so it shouldn't try to capture
anything else.
il y a 2 ans
Slavi Pantaleev
319afc66c1
Fix YAML indentation
il y a 2 ans
Slavi Pantaleev
73209a0554
Update aux role documentation, removing old matrix-aux references
il y a 2 ans
Catalan Lover
6b3ae35ef5
Fix Typo
il y a 2 ans
Catalan Lover
18ab8dfdff
Remove manual Database Access steps and replace with Admin API Guide
il y a 2 ans
Slavi Pantaleev
8ef23a655d
Restore --tags=import-synapse-sqlite-db support
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2669
Removed in 04b9483f0d (2022-11-28) when switching from matrix-postgres to
the devture-postgres external Ansible role.
More details: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/CHANGELOG.md#matrix-postgres-has-been-replaced-by-the-comdevtureansiblerolepostgres-external-role
The `import_synapse_sqlite_db.yml` file and documentation has been adapted somewhat compared to before, so that:
- it doesn't try to start Postgres automatically. You need to handle
this part manually
- it doesn't rely on the integrated Postgres and may potentially work
with external Postgres instances just the same
- it doesn't wipe out the whole database anymore. By default, we assume
it's empty anyway and there's no need for such things. If it's not,
then it's also probably dangerous to be so destructive.
This is all completely untested, but will hopefully work.
il y a 2 ans
Slavi Pantaleev
67cffdfce6
Update configuring-playbook.md
il y a 2 ans
Simon Biggs
d2dbd88a38
Update configuring-playbook.md
il y a 2 ans
spatterlight
beb40134b7
Add support for backup LDAP servers ( #2650 )
* Update homeserver.yaml.j2
* Update configuring-playbook-ldap-auth.md
* Update homeserver.yaml.j2
il y a 2 ans
spatterlight
3d60ce4960
Update configuring-playbook-synapse.md
This change adds a section that lets the reader know that it is possible to enable synapse metrics and references the relevant documentation.
It aims to be short and concise, leaving the specifics to the referenced documentation, while still giving the reader a good idea of what it is and what it is for.
il y a 2 ans
mgoerens
591aa077a2
Removing warning that no longer applies
Similar to:
362954aeab
This warning was added because of:
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2090
The problem has since been fixed by:
e9e84341a9
This current patch was provoked by:
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2352
il y a 2 ans
Aine
7399496d33
one var to control encryption across all bridges ( #2629 )
* one var to control encryption across all bridges
* move var to matrix-base
il y a 2 ans
Slavi Pantaleev
1d00d15482
Switch to exported Jitsi role
il y a 2 ans
Slavi Pantaleev
2135f93c20
Remove jitsi-generate-passwords.sh script
The playbook auto-generates these passwords, so there's no need
to ask people to do it manually.
il y a 2 ans
Slavi Pantaleev
a54d8f82a0
Update configuring-playbook-ntfy.md
il y a 2 ans
Felix Stupp
87b74e6c3e
ntfy doc: Describe web app & how to enable it
See #2529
il y a 2 ans
Slavi Pantaleev
14b8efcad2
Replace matrix-prometheus with an external Prometheus role
il y a 2 ans
Slavi Pantaleev
01db1ae9b7
Mention passlib
It's not strictly required yet, but certain versions of Ansible display warnings
if passlib is missing. The non-passlib crypto usage is deprecated, so
passlib will become a requirement in newer Ansible versions. It's only a
matter of time.
il y a 3 ans
Slavi Pantaleev
a1a37700b9
Update one more devture/ansible reference
il y a 3 ans
Slavi Pantaleev
a542a2ff41
Upgrade devture/ansible (2.13.6-r0-2 -> 2.13.6-r0-3)
il y a 3 ans
Justin Croonenberghs
39f53e81d0
Update sliding sync doc for external DB users
* fixes #2586
il y a 3 ans
Slavi Pantaleev
56b0706863
Fix default database name
For backward-compatibility reasons, this playbook uses `matrix` as its
main and default database.
il y a 3 ans
Slavi Pantaleev
2b49ae79ca
Use just for Postgres maintenance command examples
il y a 3 ans
Slavi Pantaleev
99cc5e4b2f
Fix file name typo
il y a 3 ans
Slavi Pantaleev
d3a0ef22b6
Announce matrix-synapse-auto-compressor
il y a 3 ans
Slavi Pantaleev
43ae0b2943
Minor rewording
il y a 3 ans
Aine
bf3677a9b5
add synapse_auto_compressor
il y a 3 ans
Array in a Matrix
06a390b6b8
Update configuring-playbook-cactus-comments.md
il y a 3 ans
Slavi Pantaleev
bf95204860
Mention Element X Android not being quite ready for testing yet
il y a 3 ans
Slavi Pantaleev
6c1a39e6e9
Announce sliding-sync support
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2515
il y a 3 ans
Slavi Pantaleev
2a872e95fc
Mention external roles in the FAQ
il y a 3 ans
Slavi Pantaleev
db4070fc75
Remove some nginx references
il y a 3 ans
Slavi Pantaleev
e21c44347f
Add Traefik Dashboard warning
il y a 3 ans
Slavi Pantaleev
30f1034767
Remove matrix_playbook_traefik_role_enabled variable and devture-traefik references
The variable was necessary when multiple playbooks could have
potentially tried to manage a shared `devture-traefik.serivce` systemd service
and shared `/devture-traefik` directory.
Since adcc6d9723086f65f1a72, we use our own `/matrix/traefik`
(`matrix-traefik.service`) installation and no conflicts can arise.
It's safe to always enable the role, just like we do with all the other roles.
il y a 3 ans
Slavi Pantaleev
10b5350370
Add Traefik support to Go-NEB bot
Completely untested.
il y a 3 ans
Slavi Pantaleev
124fbeda04
Switch to using an external Etherpad role
This new role also adds native Traefik support and support for other
(non-`amd64`) architectures via self-building.
il y a 3 ans
Slavi Pantaleev
4f74d21ba8
Upgrade devture/ansible (2.13.6-r0-1 -> 2.13.6-r0-2)
The new version includes the `passlib` Python module.
il y a 3 ans
Slavi Pantaleev
a4b401c4da
Upgrade com.devture.ansible.role.traefik and improve front-Traefik-with-another-proxy docs
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2532
il y a 3 ans
Slavi Pantaleev
ba2a3caaf3
Minor improvements to docs/configuring-playbook-ssl-certificates.md
il y a 3 ans
Slavi Pantaleev
7331d314c4
Improve wording
il y a 3 ans
plui29989
4b17a1e73a
formatting
il y a 3 ans
plui29989
32e700f076
Add doc for self-signed certificates
il y a 3 ans
Slavi Pantaleev
bb90536874
Fix variable name typos in docs/configuring-playbook-postgres-backup.md
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2524
il y a 3 ans
Slavi Pantaleev
73f09d4bb0
Remove fronting matrix-nginx-proxy example
We don't need this anymore. No one should be using matrix-nginx-proxy
anymore.
il y a 3 ans
Slavi Pantaleev
faa074f7af
Improve wording
il y a 3 ans
Jost Alemann
84e6677bc0
in own webserver doc link to nginx fronting traefik example
il y a 3 ans
Jost Alemann
724373b123
add nginx to list of own webserver example configs
il y a 3 ans
Slavi Pantaleev
058a54fd05
Add native Traefik support to Dimension
il y a 3 ans
Jan
ffff236167
Update configuring-playbook-own-webserver.md
Change documentation for host bind port when fronting traefik with another reverse proxy
il y a 3 ans