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
Aine
ebb3b0c249
Synapse Admin v0.10.3-etke30
2024-11-14 09:31:40 +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
renovate[bot]
946ec39954
Update ghcr.io/element-hq/synapse Docker tag to v1.119.0
2024-11-13 17:41:24 +00:00
Aine
9854dc0a71
grafana v11.3.0; cinny v4.2.3
2024-11-12 14:35:47 +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
Aine
7a77d84276
synapse-admin: get rid of lookup and config duplicate var
2024-11-08 18:47:37 +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
Aine
30efde4ed3
add missing synapse-admin config options to /.well-known/matrix/client
2024-11-08 18:04:01 +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
Suguru Hirahara
3c34418ebe
Edit the note about "matrix_homeserver_implementation" variable
...
Since a casual user might want to try another homeserver than Synapse without thinking about its consequence, it is important to clarify that it is not possible to switch homeservers once specified.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-11-08 23:59:14 +09:00
Suguru Hirahara
2fcd824d6b
Fix capitalization: riot → Riot
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-11-08 20:36:35 +09:00
Suguru Hirahara
b61d8f478f
Fix capitalization: ids → IDs
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-11-08 20:31:07 +09:00
Suguru Hirahara
3af7355d14
Fix capitalization: element → Element
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-11-08 20:30:59 +09:00
Suguru Hirahara
b04b658735
Add "Web" to Element and SchildiChat web application ( #3755 )
...
* Replace "Element" with "Element Web"
- If Element indicates the web application, then it is changed to Element Web.
- If it indicates clients branded with Element such as Element desktop, web, mobile clients, then it is changed to Element clients.
- If it is combined with location sharing functionality, it is not changed.
with other some changes, including:
- Change "app.element.io" anchor link to "https://github.com/element-hq/element-web " on README.md, following other documentation files
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Replace "SchildiChat" with "SchildiChat Web"
- If SchildiChat indicates the web application, then it is changed to SchildiChat Web.
- If it indicates clients branded with SchildiChat such as SchildiChat desktop, web, mobile clients, then it is changed to SchildiChat clients.
- If it is combined with location sharing functionality, it is not changed.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Rename configuring-playbook-client-schildichat.md to configuring-playbook-client-schildichat-web.md
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Rename configuring-playbook-client-element.md to configuring-playbook-client-element-web.md
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
---------
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
Co-authored-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-11-07 16:31:26 +02:00
Aine
8308a91afa
synapse-admin v0.10.3-etke29
2024-11-07 13:05:09 +02:00
Aine
95aaf76d0d
add matrix_synapse_oembed_additional_providers var
2024-11-07 11:08:40 +02:00
renovate[bot]
261b5dee07
Update vectorim/element-web Docker tag to v1.11.84
2024-11-05 16:25:11 +00:00
Suguru Hirahara
5ef203777f
Fix capitalization: draupnir → Draupnir
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-11-03 16:53:01 +09:00
renovate[bot]
af992fb43b
chore(deps): update joseluisq/static-web-server docker tag to v2.33.1
2024-11-02 13:38:33 +00:00
renovate[bot]
2ac89b7fb2
chore(deps): update ghcr.io/etkecc/postmoogle docker tag to v0.9.24
2024-11-02 09:23:23 +00: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
Suguru Hirahara
5ebdc0c48d
Add links to matrix-user-verification-service ( #3709 )
...
* Add links to matrix-user-verification-service
Matrix User Authentication Service itself has been available for Jitsi since 42e4e50f5b
.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Update README.md
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
* Update docs/container-images.md
* Update roles/custom/matrix-user-verification-service/defaults/main.yml
---------
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
Co-authored-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2024-10-31 18:26:33 +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
Suguru Hirahara
652feba9cc
Rename variables of Postmoogle to handle it as a bridge ( #3698 )
...
* Rename variables matrix_bot_postmoogle_* with matrix_postmoogle_*
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Rename file names and references to those files
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Move variables block for /matrix-bridge-postmoogle
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Rename matrix_playbook_bot_postmoogle_ to matrix_playbook_bridge_postmoogle_
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Add matrix_playbook_migration_matrix_postmoogle_migration_validation_enabled
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Replace an install tag example with "-bot" prefix
The previous example seems to have been selected to show how components whose name contains "-bot-" needed to be specified.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
---------
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
Co-authored-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-31 10:33:46 +02:00
Aine
15ce998146
synapse-admin: v0.10.3-etke26
2024-10-31 10:19:32 +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
renovate[bot]
81831b550d
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2024.10.30
2024-10-30 06:22:57 +00:00
Slavi Pantaleev
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
renovate[bot]
997e093793
Update ghcr.io/element-hq/synapse Docker tag to v1.118.0
2024-10-29 17:03:02 +00:00
renovate[bot]
e87e7e766d
Update ghcr.io/etkecc/postmoogle Docker tag to v0.9.23
2024-10-29 17:02:57 +00:00
renovate[bot]
ad3f359746
Update vectorim/element-web Docker tag to v1.11.83
2024-10-29 10:22:40 +00: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
Suguru Hirahara
ecd4fc028d
Recategorize Postmoogle ( #3696 )
...
* Update configuring-playbook.md: move a link for docs/configuring-playbook-bot-postmoogle.md to Bots section
The document (on 9c2a8addee93910cb9079f856bc3fb3932592c91; initial commit to add Postmoogle) says:
> Postmoogle is a bot/bridge you can use to forward emails to Matrix rooms
Therefore it is not really incorrect to categorize Postmoogle as bridge document-wise, but since the list on README.md categorizes it as a bot, and based on the file name of the documentation, this commit moves the link for Postmoogle to the Bots section.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Revert "Update configuring-playbook.md: move a link for docs/configuring-playbook-bot-postmoogle.md to Bots section"
This reverts commit 1e2e903cb9
.
* Change the file name of Postmoogle documentation to make it clear that Postmoogle is a bridge
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Update documentation for Postmoogle related to a bridge/bot status
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
---------
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
Co-authored-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-28 16:27:42 +02:00
renovate[bot]
15ad4780d6
Update ghcr.io/etkecc/postmoogle Docker tag to v0.9.22
2024-10-28 10:11:29 +00:00
Suguru Hirahara
ae864830e0
Update the URL to matrix-appservice-discord
...
The URL seems to have been changed at least since several years though the exact date is unknown to me, considering the latest tagged docker image on https://hub.docker.com/r/halfshot/matrix-appservice-discord/tags (https://hub.docker.com/layers/halfshot/matrix-appservice-discord/develop/images/sha256-a1015907545603448d2d8e2ea0d31f0fdb6c7676009e2cb38e324440a9284317 ) is dated Feb 15, 2021.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-28 17:18:03 +09:00
Slavi Pantaleev
560ebd0ae6
Make /tmp for maubot writable
2024-10-28 08:55:55 +02:00
Suguru Hirahara
2d36bf17d5
Fix capitalization: heisenbridge → Heisenbridge
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-28 04:00:51 +09:00
Suguru Hirahara
b71c4a1a3e
Consistent capitalization: honoroit → Honoroit
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-28 04:00:38 +09:00
Suguru Hirahara
601406ddda
Fix capitalization: buscarron → Buscarron
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-28 04:00:30 +09:00
Suguru Hirahara
6dff60e7a4
Fix capitalization: Rageshake → rageshake
...
Based on https://github.com/matrix-org/rageshake
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-24 18:02:19 +09:00
Suguru Hirahara
70e4320eda
Fix capitalization: Sliding Sync Proxy → Sliding Sync proxy
...
Based on MSC3575
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-24 18:02:08 +09:00
Aine
b30823745c
synapse-admin v0.10.3-etke25: fix room state events display
2024-10-23 13:50:00 +03:00
renovate[bot]
0751bdcd39
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2024.10.23
2024-10-23 06:39:59 +00:00
Aine
b35a4293d1
synapse-admin v0.10.3-etke24: enable visual customization
2024-10-23 00:07:40 +03:00
renovate[bot]
94fbad4102
Update vectorim/element-web Docker tag to v1.11.82
2024-10-22 13:15:05 +00:00
Aine
14bd58769c
synapse-admin v0.10.3-etke23: user profile in the top menu
2024-10-22 12:23:16 +03:00
Aine
ffa5484cc3
synapse-admin v0.10.3-etke22
2024-10-21 23:58:05 +03:00
Suguru Hirahara
159daa7466
Use a room alias on Matrix Specification
...
"#matrix:example.org" is used as an example of a room alias on https://spec.matrix.org/v1.12/#room-aliases
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-21 22:00:32 +09:00
Suguru Hirahara
da07b302fa
Replace !anotherRoom with !aaabaa
...
!aaabaa is used as an example of a room ID on https://spec.matrix.org/v1.12/#room-aliases
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-21 21:48:46 +09:00
Suguru Hirahara
5fc2e2f1f9
Replace !anotherroom with !anotherRoom
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-21 21:48:29 +09:00
Suguru Hirahara
0593edbb1a
Replace !example:example.org and !example:example.com with !qporfwt:example.com
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-21 21:48:09 +09:00
Suguru Hirahara
aaa6335053
Replace !someRoom with !qporfwt
...
!qporfwt is used as an example of a room ID on https://spec.matrix.org/v1.12/#room-structure
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-21 21:47:52 +09:00
Suguru Hirahara
1e8030810f
Update internal room ID: !someRoom
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-21 21:47:02 +09:00
Suguru Hirahara
d152bbcd0c
Replace :matrix.org with :example.com
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-21 21:43:02 +09:00
Suguru Hirahara
ec1b18cf6e
Fix internal room ID: id → example.com
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-21 21:42:35 +09:00
Slavi Pantaleev
7b35beb843
Get rid of some double spaces
2024-10-21 14:31:53 +03:00
Slavi Pantaleev
17f98f005e
Upgrade Hydrogen (v0.5.0 -> v0.5.1)
2024-10-21 14:29:04 +03:00
Slavi Pantaleev
a897841f9b
Add missing usage of matrix_authentication_service_syn2mas_process_extra_arguments when constructing matrix_authentication_service_syn2mas_migration_command
2024-10-21 14:26:41 +03:00
Slavi Pantaleev
8f1262b596
Add matrix_authentication_service_syn2mas_process_extra_arguments to allow for --upstreamProviderMapping to be used with syn2mas
...
This makes it possible to migrate from Synapse when OIDC had been used
and the Synapse user database contains OIDC-sourced users.
2024-10-21 11:34:05 +03:00
Slavi Pantaleev
44682a9e0f
Disable automatic user creation when MAS migration is in progress
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3647
2024-10-21 10:52:28 +03:00
Slavi Pantaleev
7139431d46
Make ansible-lint happy
2024-10-19 14:50:21 +03:00
Slavi Pantaleev
8f16524789
Add support for Matrix Authentication Service
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3108
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3562
2024-10-19 14:43:34 +03:00
Suguru Hirahara
d8a638f518
Update roles/custom/matrix-bridge-mx-puppet-*: fix domain names and use same comments
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-19 14:03:44 +09:00
Slavi Pantaleev
08b29e9b92
Replace some docker references with {{ devture_systemd_docker_base_host_command_docker }}
2024-10-18 21:14:04 +03:00
Slavi Pantaleev
e7128055f7
Minor improvements to the baibot role
2024-10-18 21:00:19 +03:00
Suguru Hirahara
55fcaac1f1
Fix capitalization: matrix → Matrix
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-18 23:35:10 +09:00
Slavi Pantaleev
e27fb2e206
Merge pull request #3628 from luixxiul/fix
...
Adopt special-use domain names for documentation purpose
2024-10-18 14:57:54 +03:00
Aine
d564124af7
synapse-admin v0.10.3-etke21: fix 'Sign in' button disabled on SSO-only servers when attempting access token login
2024-10-18 10:25:53 +03:00
Suguru Hirahara
54f7dd587a
Replace second-example.com and third-example.com with example.net and example.org, respectively
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-18 04:03:27 +09:00
Suguru Hirahara
b392b544da
Replace another.com with example.net
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-18 04:03:23 +09:00
Suguru Hirahara
951cdba49b
Replace <server-name> with example.com
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-18 04:03:14 +09:00
Suguru Hirahara
7aab3a4f83
Replace <host> with matrix.example.com
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-18 04:03:08 +09:00
Suguru Hirahara
9089963fa8
Replace server.com with example.com
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-18 04:02:45 +09:00
Suguru Hirahara
ff4155e033
Replace yourserver.com with example.com
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-18 04:02:31 +09:00
Suguru Hirahara
3fb2752714
Replace (your.)server.name with example.com
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-18 04:02:27 +09:00
Suguru Hirahara
faa441029c
Replace <matrix-domain> with example.com
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-18 04:02:18 +09:00
Suguru Hirahara
90cfdabb2b
Replace DOMAIN with example.com
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-18 04:02:02 +09:00
Aine
f6e118bb4c
synapse-admin v0.10.3-etke20: access token login
2024-10-17 18:35:58 +03:00
Suguru Hirahara
95ab7fabd0
Edit user identifier example: example.com → {{ matrix_domain }}
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-18 00:30:41 +09:00
Suguru Hirahara
b2d840482a
Replace domain names on roles/custom/matrix-bot-matrix-reminder-bot/templates/config.yaml.j2
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-18 00:29:23 +09:00
Suguru Hirahara
288a711af6
Replace domain.tld with example.com
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-18 00:28:47 +09:00
Suguru Hirahara
ef8cf740a1
Replace mydomain.tld with example.com
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-18 00:28:24 +09:00
Suguru Hirahara
532babc55b
Replace yourdomain.com with example.com
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-18 00:28:02 +09:00
Suguru Hirahara
7779b747ea
Edit user identifier example (domain.com → example.com)
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-18 00:27:18 +09:00
Slavi Pantaleev
bfc5374fc8
Upgrade mautrix-whatsapp (v0.10.9 -> v0.11.0) (bridgev2) and adapt configuration
...
Related to:
- https://github.com/mautrix/whatsapp/releases/tag/v0.11.0
- https://mau.fi/blog/2024-10-mautrix-release/
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3615
2024-10-17 16:23:13 +03:00
Suguru Hirahara
e961e1b43d
Update Email2Matrix documentation and its default configuration file
...
- Sync list of mailbox to Matrix mappings
- Add explanation for each variable
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-17 20:23:15 +09:00
Slavi Pantaleev
9f0edc628d
Merge pull request #3616 from luixxiul/fix
...
Update docs/configuring-playbook-etherpad.md
2024-10-16 20:39:05 +03:00
Suguru Hirahara
844d8ef4c3
Fix capitalization: etherpad → Etherpad
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-10-17 02:25:35 +09:00
Slavi Pantaleev
d9227a98e5
Merge pull request #3613 from spantaleev/renovate/dock.mau.dev-mautrix-slack-0.x
...
Update dock.mau.dev/mautrix/slack Docker tag to v0.1.2
2024-10-16 20:12:48 +03:00
Slavi Pantaleev
62292ee7e7
Merge pull request #3612 from spantaleev/renovate/dock.mau.dev-mautrix-meta-0.x
...
Update dock.mau.dev/mautrix/meta Docker tag to v0.4.1
2024-10-16 20:12:33 +03:00