Slavi Pantaleev and GitHub
8f9dfdee4e
Merge pull request #3785 from luixxiul/fix
...
Edit docs/configuring-playbook-client-schildichat-web.md
2024-11-17 09:43:57 +02:00
Slavi Pantaleev and GitHub
d8c288c941
Merge pull request #3784 from xylobol/patch-1
...
Correct issuer URL in OIDC example section
2024-11-17 08:48:59 +02:00
Slavi Pantaleev and GitHub
e5c4650cf8
Merge pull request #3783 from luixxiul/fix
...
Change "Configuring your DNS server" to "Configuring your DNS settings"
2024-11-17 08:42:33 +02:00
Slavi Pantaleev and GitHub
09c42477bb
Merge pull request #3781 from spantaleev/renovate/dock.mau.dev-mautrix-slack-0.x
...
Update dock.mau.dev/mautrix/slack Docker tag to v0.1.3
2024-11-16 21:08:52 +02:00
Slavi Pantaleev and GitHub
bba3b95344
Merge pull request #3782 from spantaleev/renovate/dock.mau.dev-mautrix-whatsapp-0.x
...
Update dock.mau.dev/mautrix/whatsapp Docker tag to v0.11.1
2024-11-16 21:08:45 +02:00
Slavi Pantaleev and GitHub
757233d53c
Merge pull request #3780 from spantaleev/renovate/dock.mau.dev-mautrix-signal-0.x
...
Update dock.mau.dev/mautrix/signal Docker tag to v0.7.3
2024-11-16 21:08:15 +02:00
Slavi Pantaleev and GitHub
471e004ff7
Merge pull request #3779 from spantaleev/renovate/dock.mau.dev-mautrix-meta-0.x
...
Update dock.mau.dev/mautrix/meta Docker tag to v0.4.2
2024-11-16 21:08:04 +02:00
Slavi Pantaleev
cdbdb43514
Upgrade Jitsi (v9823-0 -> v9823-1)
2024-11-16 21:07:24 +02:00
Slavi Pantaleev and GitHub
131e164e46
Merge pull request #3777 from spantaleev/renovate/dock.mau.dev-mautrix-gmessages-0.x
...
Update dock.mau.dev/mautrix/gmessages Docker tag to v0.5.2
2024-11-16 20:48:14 +02:00
Slavi Pantaleev and GitHub
af89261b92
Merge pull request #3776 from spantaleev/renovate/dock.mau.dev-mautrix-discord-0.x
...
Update dock.mau.dev/mautrix/discord Docker tag to v0.7.1
2024-11-16 20:48:04 +02:00
Slavi Pantaleev and GitHub
bb827f44b1
Merge pull request #3775 from luixxiul/fix
...
Edit documentation pages for installation procedure
2024-11-16 20:45:47 +02:00
Slavi Pantaleev and GitHub
edc24022f2
Merge pull request #3774 from luixxiul/fix
...
Update docs/howto-server-delegation.md: related to removal of matrix-nginx-proxy
2024-11-16 15:20:22 +02:00
Slavi Pantaleev and GitHub
774f3de863
Merge pull request #3772 from luixxiul/fix
...
Update docs/configuring-playbook-federation.md: add note about setting server delegation
2024-11-15 14:23:37 +02:00
Slavi Pantaleev and GitHub
f62bdcc697
Merge pull request #3771 from luixxiul/fix
...
Make hierarchy among documentation pages related to installation
2024-11-15 09:12:49 +02:00
Slavi Pantaleev
f7d4ffc20c
FIx indentation and reword a paragraph on docs/configuring-well-known.md
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3767
2024-11-15 08:38:18 +02:00
Slavi Pantaleev
91787fc0bd
Announce HTTP-compression and timeout adjustments for Traefik-based setups
2024-11-14 17:13:14 +02:00
Slavi Pantaleev
57c5271d9d
Enable (Traefik compression middleware)-assisted compression for synapse-reverse-proxy-companion
...
This likely breaks QR code login for Synapse-worker setups.
See https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3749
2024-11-14 16:30:09 +02:00
Slavi Pantaleev
609cf5940e
Enable (Traefik compression middleware)-assisted compression for Synapse
...
This likely breaks QR code login for non-worker Synapse setups.
See https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3749
2024-11-14 16:24:30 +02:00
Slavi Pantaleev
4a61bd49e3
Enable (Traefik compression middleware)-assisted compression for Cinny, Element & Hydrogen
2024-11-14 15:54:10 +02:00
Slavi Pantaleev
5cad571296
Add variables & wiring to support Traefik's compression middleware
...
This merely hooks the playbook to the Traefik role's compression
middleware configuration (`traefik_config_http_middlewares_compression_*`)
The Traefik role enables the `compression` middleware by default.
Actual usage will land in a future commit.
2024-11-14 15:54:10 +02:00
Slavi Pantaleev
4bb16fef54
Increase default Traefik readTimeout for web/web-secure/matrix-federation entrypoints (60s -> 300s) to accommodate large/slow file uploads
2024-11-14 15:54:10 +02:00
Slavi Pantaleev
bddd6015ad
Upgrade Traefik (v3.2.0-0 -> v3.2.0-1)
2024-11-14 15:54:10 +02:00
Slavi Pantaleev
58a8f79d95
Remove gzip support from synapse-reverse-proxy-companion
...
gzipping certain responses is known to cause problems with QR code logins.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3749
Gzipping at the synapse-reverse-proxy-companion level and not at the
level of the outer-most reverse-proxy (Traefik) also sounds non-ideal.
This change only affects setups powered by Synapse workers.
Non-worker setups (and setups powered by other homeservers) were not
having their requests go through synapse-reverse-proxy-companion anyway,
so this change does not affect them.
Future patches may enable response compression support at the Traefik level for
all setups.
2024-11-13 21:48:18 +02:00
Slavi Pantaleev
5f6c3c27d8
Fix site-packages path for Synapse v1.119.0
...
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3768
- https://github.com/element-hq/synapse/pull/17887
2024-11-13 21:41:06 +02:00
Slavi Pantaleev and GitHub
0865e32635
Merge pull request #3768 from spantaleev/renovate/ghcr.io-element-hq-synapse-1.x
...
Update ghcr.io/element-hq/synapse Docker tag to v1.119.0
2024-11-13 21:40:10 +02:00
Slavi Pantaleev and GitHub
26f91e5944
Merge pull request #3763 from luixxiul/fix
...
Update docs/installing.md: add a link to maintenance-migrating.md
2024-11-12 21:08:02 +02:00
Slavi Pantaleev and GitHub
cce3f23a74
Merge pull request #3766 from adam-kress/master
...
Upgrade Jitsi (v9779-0 -> v9823-0)
2024-11-12 18:15:15 +02:00
Slavi Pantaleev
9b99e41fba
Upgrade Element Web (v1.11.84 -> v1.11.85)
2024-11-12 13:46:36 +02:00
Slavi Pantaleev
763dcec11f
Upgrade baibot (v1.3.1 -> v1.3.2)
2024-11-12 13:45:22 +02:00
Slavi Pantaleev
509542ccaf
Enable QR code login (MSC4108) support for Synapse when Matrix Authentication Service is enabled
...
Related to 8a6b822bbd
Related to https://github.com/matrix-org/matrix-spec-proposals/pull/4108
Potential (unconfirmed) fix for https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3749
2024-11-09 21:19:40 +02:00
Slavi Pantaleev
3a11881120
Mention publicly hosted services for Cinny, Element and synapse-admin
2024-11-09 21:18:39 +02:00
Slavi Pantaleev and GitHub
92086867eb
Merge pull request #3761 from luixxiul/fix
...
Update docs/installing.md
2024-11-09 21:06:47 +02:00
Slavi Pantaleev
d34b490a3d
Announce auto-configuration for synapse-admin
...
Related to https://github.com/etkecc/synapse-admin/pull/126
2024-11-09 10:49:41 +02:00
Slavi Pantaleev
28a4434f55
Document why matrix_synapse_admin_well_known_client_configuration duplicates matrix_synapse_admin_configuration (roles/custom/matrix-synapse-admin/templates/config.json.j2)
2024-11-08 18:34:50 +02:00
Slavi Pantaleev
0cb3e530d9
Add support for auto-configuring synapse-admin via /.well-known/matrix/client
...
Related to:
- https://github.com/etkecc/synapse-admin/pull/126
- https://github.com/etkecc/synapse-admin/releases/tag/v0.10.3-etke27
People who wish to disable this and keep their `/.well-known/matrix/client` file tidier
can do it via:
```yml
matrix_static_files_file_matrix_client_property_cc_etke_synapse_admin_enabled: false
```
2024-11-08 17:48:37 +02:00
Slavi Pantaleev and GitHub
260421beb1
Merge pull request #3760 from luixxiul/fix
...
Edit the note about "matrix_homeserver_implementation" variable
2024-11-08 17:02:45 +02:00
Slavi Pantaleev and GitHub
885b8e9204
Merge pull request #3759 from luixxiul/fix
...
Fix capitalization: element, ids, riot
2024-11-08 16:21:37 +02:00
Slavi Pantaleev and GitHub
fcf3755f9c
Merge pull request #3758 from luixxiul/fix
...
Update docs/container-images.md: use emoji
2024-11-08 10:28:24 +02:00
Slavi Pantaleev and GitHub
f4eada6f10
Merge pull request #3756 from luixxiul/fix
...
Update docs/configuring-playbook-sliding-sync-proxy.md: Element X is no longer beta
2024-11-07 20:43:46 +02:00
Slavi Pantaleev
1a87f92647
Emojify main README
...
✓ and x indicators provide less visibility, as they're very similarly
looking.
Emojis (especially when colored) make it much easier to see which
component is a default one and which isn't.
Section headings are also prefixed with an emoji now to make
decrease the "wall of text" feeling.
2024-11-06 09:24:46 +02:00
Slavi Pantaleev
db57c95cc0
Remove redundant Installation section from main README
...
Superseded by the new "Getting started" section, which is higher up and
gets more visibility.
2024-11-06 09:17:55 +02:00
Slavi Pantaleev and GitHub
8b9833bfd2
Merge pull request #3747 from luixxiul/fix
...
Update docs/configuring-dns.md and docs/prerequisites.md: add the common horizontal line
2024-11-05 15:41:56 +02:00
Slavi Pantaleev and GitHub
eb452b4e3e
Merge pull request #3744 from luixxiul/fix
...
Update docs/configuring-dns.md: remove an incorrect instruction to the next step
2024-11-05 10:43:29 +02:00
Slavi Pantaleev
c8c83252be
Add "Getting started" section to main README
...
We were linking to the "guided installation" even now, but there are so
many links and no explicit "Getting started" link anywhere.
This tries to make things better.
Inspired by:
- https://news.ycombinator.com/item?id=42039447
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3744
2024-11-05 10:39:05 +02:00
Slavi Pantaleev
9e5bb8629c
Move sliding-sync proxy Note to the top of its docs page
...
People should be made aware of the status of this component as soon as
possible.
This is consitent with the positioning of Note messages we have for other deprecated
components (e.g. bot-chatgpt, bot-go-neb, etc).
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3735
2024-11-05 09:46:02 +02:00
Slavi Pantaleev
4cd4835888
De-emphasize the old sliding-sync proxy further
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3735
2024-11-05 09:41:16 +02:00
Slavi Pantaleev
c720e9531c
Upgrade backup-borg (v1.4.0-1.9.0-1 -> v1.4.0-1.9.0-2)
2024-11-05 09:06:32 +02:00
Slavi Pantaleev and GitHub
71b00a817d
Merge pull request #3738 from luixxiul/fix
...
Update documentation related to FAQ
2024-11-04 10:47:23 +02:00
Slavi Pantaleev
a2d193f163
Upgrade Traefik (v3.1.3-3 -> v3.2.0-0)
2024-11-04 10:30:52 +02:00
Slavi Pantaleev
6b83f00f8e
Upgrade Traefik (v3.1.3-2 -> v3.1.3-3)
2024-11-04 10:28:09 +02:00
Slavi Pantaleev and GitHub
970ae997b6
Merge pull request #3736 from ikkemaniac/patch-1
...
improve readability configuring-dns.md
2024-11-04 08:31:27 +02:00
Slavi Pantaleev and GitHub
08a19ac4ee
Merge pull request #3737 from luixxiul/fix
...
Update README.md and docs/container-images.md
2024-11-04 08:13:40 +02:00
Slavi Pantaleev and GitHub
8078a8ad2e
Merge pull request #3734 from luixxiul/fix
...
Update docs/configuring-playbook.md: adopt the same structure and order for entries as ones on README.md
2024-11-03 21:08:42 +02:00
Slavi Pantaleev and GitHub
22ef4aed3c
Merge pull request #3732 from luixxiul/fix
...
Update docs/configuring-playbook.md: remove "optional" from links
2024-11-03 11:29:59 +02:00
Slavi Pantaleev and GitHub
4a5243228c
Merge pull request #3731 from luixxiul/fix
...
Fix capitalization: draupnir → Draupnir
2024-11-03 09:57:12 +02:00
Slavi Pantaleev and GitHub
b3f3fca295
Merge pull request #3730 from luixxiul/fix
...
Update docs/updating-users-passwords.md
2024-11-03 08:11:34 +02:00
Slavi Pantaleev and GitHub
9a9b913bc5
Merge pull request #3727 from luixxiul/fix
...
Update docs/configuring-playbook-bridge-appservice-webhooks.md
2024-11-02 21:41:31 +02:00
Slavi Pantaleev and GitHub
f8ef45a9a3
Merge pull request #3725 from spantaleev/renovate/joseluisq-static-web-server-2.x
...
chore(deps): update joseluisq/static-web-server docker tag to v2.33.1
2024-11-02 16:46:17 +02:00
Slavi Pantaleev and GitHub
34f9cd9435
Merge pull request #3723 from spantaleev/renovate/ghcr.io-etkecc-postmoogle-0.x
...
chore(deps): update ghcr.io/etkecc/postmoogle docker tag to v0.9.24
2024-11-02 11:24:24 +02:00
Slavi Pantaleev and GitHub
0a192bcfcf
Merge pull request #3722 from luixxiul/fix
...
Update docs/configuring-playbook-s3.md: replace the URL to matrix-media-repo
2024-11-02 11:23:00 +02:00
Slavi Pantaleev and GitHub
48a2ee2db1
Merge pull request #3721 from luixxiul/fix
...
Update docs/configuring-playbook-backup-borg.md and docs/configuring-playbook-ntfy.md: fix URLs
2024-11-02 11:03:15 +02:00
Slavi Pantaleev and GitHub
c085efc9e0
Merge pull request #3718 from luixxiul/fix
...
Update docs/container-images.md: create tables following README.md
2024-11-02 10:36:07 +02:00
Slavi Pantaleev and GitHub
3c5664b809
Merge pull request #3720 from luixxiul/patch-1
...
Update files related to repository management
2024-11-02 10:33:33 +02:00
Slavi Pantaleev and GitHub
177e49ab47
Merge pull request #3717 from luixxiul/fix
...
Update docs/configuring-playbook-bridge-mautrix-meta-messenger.md: add a note about user ID of the new bridge's bot
2024-11-01 15:01:19 +02:00
Slavi Pantaleev and GitHub
981a659159
Merge pull request #3716 from luixxiul/patch-1
...
Add labels to issue templates
2024-11-01 11:40:33 +02:00
Slavi Pantaleev and GitHub
085587b103
Merge pull request #3715 from luixxiul/fix
...
Update documentation titles of deprecated or unmaintained services
2024-11-01 11:01:45 +02:00
Slavi Pantaleev and GitHub
644fa5fdf7
Merge pull request #3714 from luixxiul/fix
...
Update docs/configuring-playbook-s3.md about object storage providers
2024-11-01 10:00:25 +02:00
Slavi Pantaleev
8a6b822bbd
Always send /rendezvous routes to the same Synapse worker process (main) to fix QR code login
...
Related to https://github.com/matrix-org/matrix-spec-proposals/pull/4108
2024-11-01 09:52:41 +02:00
Slavi Pantaleev and GitHub
1be9944282
Merge pull request #3713 from luixxiul/fix
...
Update README.md: remove deprecated or unmaintained services from the supported services section
2024-11-01 09:18:04 +02:00
Slavi Pantaleev
8ef2671f2b
Upgrade ntfy (v2.10.0-2 -> v2.11.0-0)
2024-11-01 08:51:08 +02:00
Slavi Pantaleev and GitHub
477afec6d3
Merge pull request #3712 from luixxiul/fix
...
Update docs/container-images.md: add unlisted Docker images and create a section for container images of deprecated or unmaintained services
2024-11-01 08:39:08 +02:00
Slavi Pantaleev and GitHub
ddf60ac45b
Merge pull request #3711 from luixxiul/fix
...
Update docs/configuring-playbook.md: add link to configuring-playbook-synapse-auto-accept-invite.md
2024-11-01 07:10:09 +02:00
Slavi Pantaleev and GitHub
0fdb4a652f
Merge pull request #3710 from luixxiul/fix
...
Add ddclient to documentation
2024-10-31 20:23:38 +02:00
Slavi Pantaleev and GitHub
aa612348bb
Merge pull request #3708 from luixxiul/fix
...
Update README.md and docs/configuring-playbook.md: add other unlisted services / container images
2024-10-31 14:37:23 +02:00
Slavi Pantaleev and GitHub
cb0ea1b23e
Merge pull request #3707 from luixxiul/fix
...
Add several components to README.md and docs/container-images.md
2024-10-31 12:56:50 +02:00
Slavi Pantaleev
c20fcedd2c
Detect and remove legacy Postmoogle service (matrix-bot-postmoogle.service)
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3698
2024-10-31 10:55:32 +02:00
Slavi Pantaleev
e26fea0289
Fix validation task (matrix_postmoogle_ -> matrix_bot_postmoogle_)
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3698
2024-10-31 10:44:35 +02:00
Slavi Pantaleev
2234fbbb8a
Fix Postmoogle service name file to match what is being deployed
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3698
2024-10-31 10:36:39 +02:00
Slavi Pantaleev and GitHub
fd39392ec5
Merge pull request #3705 from aine-etke/patch-175241
...
synapse-admin: v0.10.3-etke26
2024-10-31 10:23:23 +02:00
Slavi Pantaleev
446e656424
Mark matrix_client_cinny_path_prefix as not supported anymore
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3701
We can restore support for it by making a non-/ path prefix trigger a
self-build with a modified build config, so that a Cinny version with
path-prefix support would be produced. Traefik label changes may also be
required.
For now, we're not doing all that work, but simply dropping support for path
prefixes for Cinny.
2024-10-30 09:53:03 +02:00
Slavi Pantaleev and GitHub
c7d11b71c7
Merge pull request #3704 from spantaleev/renovate/docker.io-metio-matrix-alertmanager-receiver-2024.x
...
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2024.10.30
2024-10-30 09:24:05 +02:00
Slavi Pantaleev and GitHub
1008362719
Merge pull request #3703 from spantaleev/renovate/ghcr.io-element-hq-synapse-1.x
...
Update ghcr.io/element-hq/synapse Docker tag to v1.118.0
2024-10-29 20:59:28 +02:00
Slavi Pantaleev and GitHub
75c0e88ccd
Merge pull request #3702 from spantaleev/renovate/ghcr.io-etkecc-postmoogle-0.x
...
Update ghcr.io/etkecc/postmoogle Docker tag to v0.9.23
2024-10-29 20:58:19 +02:00
Slavi Pantaleev and GitHub
38838983d5
Merge pull request #3699 from spantaleev/renovate/etherpad-2.x
...
Update dependency etherpad to v2.2.6-0
2024-10-29 19:02:51 +02:00
Slavi Pantaleev and GitHub
756bfbdc25
Merge pull request #3700 from spantaleev/renovate/vectorim-element-web-1.x
...
Update vectorim/element-web Docker tag to v1.11.83
2024-10-29 19:02:33 +02:00
Slavi Pantaleev
059cf13021
Add note about syn2mas not migrating user admin status flag
...
Related to https://github.com/element-hq/matrix-authentication-service/issues/3440
2024-10-29 09:59:05 +02:00
Slavi Pantaleev
2cd79e785f
Mention matrix-reminder-bot incompatibility with Matrix Authentication Service
2024-10-29 09:41:21 +02:00
Slavi Pantaleev
304016982e
Set matrix_bot_matrix_reminder_bot_docker_repo_version correctly if matrix_bot_matrix_reminder_bot_version is latest
2024-10-29 09:40:28 +02:00
Slavi Pantaleev and GitHub
4dec2ff563
Merge pull request #3697 from luixxiul/fix
...
Update README.md and container-images.md: replace links to the original synapse-admin with ones to its fork
2024-10-28 17:09:24 +02:00
Slavi Pantaleev and GitHub
c110ba89b1
Merge pull request #3695 from luixxiul/fix
...
Update docs/container-images.md: replace URLs
2024-10-28 14:07:18 +02:00
Slavi Pantaleev and GitHub
ec4daa1d3a
Merge pull request #3694 from spantaleev/renovate/ghcr.io-etkecc-postmoogle-0.x
...
Update ghcr.io/etkecc/postmoogle Docker tag to v0.9.22
2024-10-28 12:20:19 +02:00
Slavi Pantaleev and GitHub
4bf2477064
Merge pull request #3693 from luixxiul/fix
...
Create a section for deprecated, unmaintained, or removed services on docs/configuring-playbook.md
2024-10-28 12:11:08 +02:00
Slavi Pantaleev and GitHub
7c504d9d53
Merge pull request #3692 from luixxiul/fix
...
Update the URL to matrix-appservice-discord
2024-10-28 10:37:27 +02:00
Slavi Pantaleev and GitHub
a1c01cda5f
Merge pull request #3691 from luixxiul/fix
...
Replace existing links to matrix-org/synapse which should be replaced
2024-10-28 09:52:45 +02:00
Slavi Pantaleev and GitHub
7e0b5753d7
Merge pull request #3690 from luixxiul/fix
...
Update deprecation notices on documentation
2024-10-28 09:34:31 +02:00
Slavi Pantaleev and GitHub
dc461004b4
Merge pull request #3689 from luixxiul/fix
...
Update documentation regarding beeper forks
2024-10-28 08:58:48 +02:00
Slavi Pantaleev
560ebd0ae6
Make /tmp for maubot writable
2024-10-28 08:55:55 +02:00
Slavi Pantaleev and GitHub
d1c7f7eef1
Merge pull request #3685 from luixxiul/fix
...
Fix more capitalizations on documentation
2024-10-27 22:25:19 +02:00
Slavi Pantaleev and GitHub
a74bd65d56
Merge pull request #3682 from luixxiul/fix
...
Synchronize document titles and links based on configuring-playbook.md
2024-10-27 20:39:56 +02:00
Slavi Pantaleev
f9e37fc614
Adjust step number on alertmanager-receiver docs page
2024-10-26 10:32:22 +03:00