358b3486f9
Group matrix-registration-bot's self-building tasks in a block
2024-12-23 08:56:08 +02:00
47a337258c
Only create docker-src directory for matrix-registration-bot when self building is enabled
2024-12-23 08:55:48 +02:00
cea437c844
Expose mautrix-discord's avatar proxy
...
Possibly fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3900
This patch hasn't been tested.
2024-12-23 08:36:18 +02:00
f1c238e732
Update mautrix-discord config to latest upstream sample and introduce a few new Ansible variables
...
Provoked by https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3900
2024-12-23 08:20:56 +02:00
3b81f09748
Make various Cinny options configurable via dedicated variables
...
Provoked by https://github.com/etkecc/mrs/pull/4
I've discovered that Cinny supports various configuration options and it'd be better
if we add support for them.
2024-12-21 13:57:01 +02:00
c95d181c9a
Add matrix_client_cinny_config_homeserverList
variable
2024-12-21 13:45:00 +02:00
33b493737d
Synapse Admin v0.10.3-etke35
2024-12-19 11:31:16 +02:00
3ed5d8ec7c
Merge pull request #3889 from spantaleev/renovate/vectorim-element-web-1.x
...
chore(deps): update vectorim/element-web docker tag to v1.11.89
2024-12-19 08:51:57 +02:00
b1769c1f39
chore(deps): update vectorim/element-web docker tag to v1.11.89
2024-12-18 19:49:27 +00:00
abfb17e898
chore(deps): update matrixdotorg/dendrite-monolith docker tag to v0.14.0
2024-12-18 15:53:37 +00:00
6a124f15b3
chore(deps): update docker.io/metio/matrix-alertmanager-receiver docker tag to v2024.12.18
2024-12-18 06:27:54 +00:00
a691b20cf2
Update Mjolnir from 1.9.0 to 1.9.1
2024-12-17 22:56:30 +01:00
bfc6bf16d6
chore(deps): update vectorim/element-web docker tag to v1.11.88
2024-12-17 17:16:58 +00:00
f5cc79bc88
Fix lint errors
2024-12-17 12:13:14 +02:00
bf9bd1f5fb
Adapt mautrix-twitter to bridgev2 configuration
...
Fixup for 784a5aaef4
.
2024-12-17 12:09:30 +02:00
beeb8a7933
Remove some "generate" values from various mautrix bridges
...
We do not let bridges update config files, so generation cannot happen.
We don't want the bridge to manage the config file anyway.
2024-12-17 12:00:39 +02:00
784a5aaef4
mautrix twitter v0.2.0
2024-12-17 10:43:23 +02:00
7f7871f100
Merge pull request #3878 from spantaleev/renovate/dock.mau.dev-mautrix-whatsapp-0.x
...
chore(deps): update dock.mau.dev/mautrix/whatsapp docker tag to v0.11.2
2024-12-17 08:40:53 +00:00
40f1ed8450
Merge pull request #3879 from spantaleev/renovate/dock.mau.dev-mautrix-gmessages-0.x
...
chore(deps): update dock.mau.dev/mautrix/gmessages docker tag to v0.6.0
2024-12-17 08:40:37 +00:00
58c6a262d1
Merge pull request #3873 from spantaleev/renovate/dock.mau.dev-mautrix-meta-0.x
...
chore(deps): update dock.mau.dev/mautrix/meta docker tag to v0.4.3
2024-12-17 08:40:21 +00:00
703ba5ea68
Merge pull request #3874 from spantaleev/renovate/dock.mau.dev-mautrix-signal-0.x
...
chore(deps): update dock.mau.dev/mautrix/signal docker tag to v0.7.4
2024-12-17 08:39:40 +00:00
1032cbd11a
chore(deps): update dock.mau.dev/mautrix/gmessages docker tag to v0.6.0
2024-12-17 08:39:34 +00:00
8283225a0e
chore(deps): update dock.mau.dev/mautrix/whatsapp docker tag to v0.11.2
2024-12-17 08:39:28 +00:00
21bf12b921
Merge pull request #3875 from spantaleev/renovate/dock.mau.dev-mautrix-discord-0.x
...
chore(deps): update dock.mau.dev/mautrix/discord docker tag to v0.7.2
2024-12-17 08:39:18 +00:00
59c348e0bd
chore(deps): update dock.mau.dev/mautrix/slack docker tag to v0.1.4
2024-12-16 21:34:45 +00:00
743417c6f1
chore(deps): update dock.mau.dev/mautrix/discord docker tag to v0.7.2
2024-12-16 21:34:39 +00:00
1953b89db2
chore(deps): update dock.mau.dev/mautrix/signal docker tag to v0.7.4
2024-12-16 18:42:34 +00:00
666830a6c2
chore(deps): update dock.mau.dev/mautrix/meta docker tag to v0.4.3
2024-12-16 18:42:30 +00:00
2c6dfeadfd
Baibot v1.4.1
2024-12-12 13:56:27 +02:00
7be14f03a0
Synapse Admin v0.10.3-etke34
2024-12-12 10:52:27 +02:00
81c1a529c9
Merge pull request #3862 from luixxiul/fix
...
Use common expressions for user IDs, bridge usage, etc.
2024-12-12 09:29:21 +02:00
4140048223
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.121.1
2024-12-11 21:06:42 +00:00
95b9d0ff3d
chore(deps): update docker.io/metio/matrix-alertmanager-receiver docker tag to v2024.12.11
2024-12-11 07:34:34 +00:00
a4e3e519d9
Make sure Hookshot is stopped while resetting encryption
...
Ref: https://matrix-org.github.io/matrix-hookshot/latest/advanced/encryption.html#enabling-encryption-in-hookshot
> To fix such issues, stop Hookshot, then reset its crypto store by running yarn start:resetcrypto.
Somewhat related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3868
2024-12-11 09:33:19 +02:00
bac0f7546a
Fix Hookshot encryption-resetting
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3868
Related to https://github.com/matrix-org/matrix-hookshot/issues/730
2024-12-11 09:32:47 +02:00
e5a03ec273
chore(deps): update matrixdotorg/mjolnir docker tag to v1.9.0
2024-12-09 18:52:33 +00:00
d5556260f0
Mark mautrix-hangouts bridge as due-for-removal
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3863
2024-12-09 09:46:40 +02:00
1eb02f82c4
Edit docs/configuring-playbook-email2matrix.md: setting a dedicated sender user
...
As using `@alice` and `@bob` on this context is confusing, this commit replaces them with `@email2matrix1` and `@email2matrix2`, respectively.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-09 14:41:34 +09:00
bb81885a5b
Edit roles file for matrix-bot-chatgpt: align example user ID with the documentation
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-09 14:41:21 +09:00
1d4451ccd2
Use common strings: "user ID"
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-09 14:41:08 +09:00
64d6f77abf
Edit user identifier examples: to @alice
...
From `@<username>`, `@your_username`, `@example`, etc.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-09 14:40:49 +09:00
f0cc5da229
Edit user identifier examples: to @alice
and @bob
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-09 14:40:41 +09:00
d8ebf28ebc
Remove the dupe MSC3202 flag from hookshot registration
2024-12-08 12:08:17 +01:00
3104126099
Upgrade matrix-corporal (3.1.1 -> 3.1.2)
2024-12-08 12:07:00 +02:00
75bb7732f6
Merge pull request #3857 from luixxiul/fix
...
Housekeeping: preparation for l10n with Weblate
2024-12-06 18:51:17 +02:00
c1c1b3ada0
Replace triple dots with horizontal ellipsis (U+2026)
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-12-06 13:34:50 +09:00
d1fa7378f7
hookshot: Allow the localpart of the hookshot-bot to be defined ( #3853 )
...
* set localpart of hookshot bot in main.yml
* set sender_localpart in registration.yml.j2 template to variable
* prettier location for bot localpart in main.yml
* Update main.yml
* Update registration.yml.j2
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com >
2024-12-06 05:21:34 +02:00
05ba03f9af
Update joseluisq/static-web-server Docker tag to v2.34.0
2024-12-04 01:55:57 +00:00
0e5d0aec65
Synapse Admin v0.10.3-etke33
2024-12-04 00:19:24 +02:00
bf123e7ad5
synapse v1.120.2
2024-12-03 18:38:17 +02:00