Slavi Pantaleev
4d39efe6f6
Rename variable (`matrix_bot_matrix_registration_bot_matrix_homeserver_url` -> `matrix_bot_matrix_registration_bot_api_base_url`)
We were overriding the `matrix_bot_matrix_registration_bot_matrix_homeserver_url` variable via `group_vars/matrix_servers`
to point it to the container-local homeserver URL, but this variable was not being used at all.
The actual variable name (which was being used) is `matrix_bot_matrix_registration_bot_api_base_url`.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3898
1 년 전
Slavi Pantaleev
358b3486f9
Group matrix-registration-bot's self-building tasks in a block
1 년 전
Slavi Pantaleev
47a337258c
Only create docker-src directory for matrix-registration-bot when self building is enabled
1 년 전
Slavi Pantaleev
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.
1 년 전
Slavi Pantaleev
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
1 년 전
Slavi Pantaleev
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.
1 년 전
Slavi Pantaleev
c95d181c9a
Add `matrix_client_cinny_config_homeserverList` variable
1 년 전
Aine
33b493737d
Synapse Admin v0.10.3-etke35
1 년 전
renovate[bot]
b1769c1f39
chore(deps): update vectorim/element-web docker tag to v1.11.89
1 년 전
renovate[bot]
abfb17e898
chore(deps): update matrixdotorg/dendrite-monolith docker tag to v0.14.0
1 년 전
renovate[bot]
6a124f15b3
chore(deps): update docker.io/metio/matrix-alertmanager-receiver docker tag to v2024.12.18
1 년 전
Catalan Lover
a691b20cf2
Update Mjolnir from 1.9.0 to 1.9.1
1 년 전
renovate[bot]
bfc6bf16d6
chore(deps): update vectorim/element-web docker tag to v1.11.88
1 년 전
Slavi Pantaleev
f5cc79bc88
Fix lint errors
1 년 전
Slavi Pantaleev
bf9bd1f5fb
Adapt mautrix-twitter to bridgev2 configuration
Fixup for 784a5aaef4 .
1 년 전
Slavi Pantaleev
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.
1 년 전
Aine
784a5aaef4
mautrix twitter v0.2.0
1 년 전
renovate[bot]
1032cbd11a
chore(deps): update dock.mau.dev/mautrix/gmessages docker tag to v0.6.0
1 년 전
renovate[bot]
8283225a0e
chore(deps): update dock.mau.dev/mautrix/whatsapp docker tag to v0.11.2
1 년 전
renovate[bot]
59c348e0bd
chore(deps): update dock.mau.dev/mautrix/slack docker tag to v0.1.4
1 년 전
renovate[bot]
743417c6f1
chore(deps): update dock.mau.dev/mautrix/discord docker tag to v0.7.2
1 년 전
renovate[bot]
1953b89db2
chore(deps): update dock.mau.dev/mautrix/signal docker tag to v0.7.4
1 년 전
renovate[bot]
666830a6c2
chore(deps): update dock.mau.dev/mautrix/meta docker tag to v0.4.3
1 년 전
Aine
2c6dfeadfd
Baibot v1.4.1
1 년 전
Aine
7be14f03a0
Synapse Admin v0.10.3-etke34
1 년 전
renovate[bot]
4140048223
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.121.1
1 년 전
renovate[bot]
95b9d0ff3d
chore(deps): update docker.io/metio/matrix-alertmanager-receiver docker tag to v2024.12.11
1 년 전
Slavi Pantaleev
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
1 년 전
Slavi Pantaleev
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
1 년 전
renovate[bot]
e5a03ec273
chore(deps): update matrixdotorg/mjolnir docker tag to v1.9.0
1 년 전
Slavi Pantaleev
d5556260f0
Mark mautrix-hangouts bridge as due-for-removal
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3863
1 년 전
Suguru Hirahara
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>
1 년 전
Suguru Hirahara
bb81885a5b
Edit roles file for matrix-bot-chatgpt: align example user ID with the documentation
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 년 전
Suguru Hirahara
1d4451ccd2
Use common strings: "user ID"
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 년 전
Suguru Hirahara
64d6f77abf
Edit user identifier examples: to `@alice`
From `@<username>`, `@your_username`, `@example`, etc.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 년 전
Suguru Hirahara
f0cc5da229
Edit user identifier examples: to `@alice` and `@bob`
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 년 전
Kim Brose
d8ebf28ebc
Remove the dupe MSC3202 flag from hookshot registration
1 년 전
Slavi Pantaleev
3104126099
Upgrade matrix-corporal (3.1.1 -> 3.1.2)
1 년 전
Suguru Hirahara
c1c1b3ada0
Replace triple dots with horizontal ellipsis (U+2026)
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 년 전
janonym1
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>
1 년 전
renovate[bot]
05ba03f9af
Update joseluisq/static-web-server Docker tag to v2.34.0
1 년 전
Aine
0e5d0aec65
Synapse Admin v0.10.3-etke33
1 년 전
Aine
bf123e7ad5
synapse v1.120.2
1 년 전
renovate[bot]
819ca21954
Update vectorim/element-web Docker tag to v1.11.87
1 년 전
Slavi Pantaleev
2c719b2ef7
Update beeper-linkedin configuration to latest upstream config and properly pass double-puppeting login shared secrets
We used to pass the shared secret for double-puppeting via a
`login_shared_secret` parameter, which doesn't seem to exist anymore.
The proper way to do it is via `login_shared_secret_map`.
The comments for `login_shared_secret_map` seem to indicate that it's
only usable with the shared-secret-auth password provider.
However, this bridge is based on mautrix-python (`>=0.20.5,<0.21`) as
per its `requirements.txt`
Support for double-puppeting via arbitrary access tokens landed in
mautrix-python 0.20.1 (6f25b62e80/CHANGELOG.md (L44-L53),)
so it should be possible to use appservice double-puppet.
Related to af04ca1238
A bunch of other parameters seem to have moved around as well.
This patch introduces some new Ansible variables for controlling
additional settings related to encryption, etc.
1 년 전
Slavi Pantaleev
e5a2935d0f
Move configuration-creation tasks for beeper-linkedin before container-related tasks
1 년 전
Slavi Pantaleev
34d1586f25
Actually make use of the matrix_mautrix_discord_bridge_double_puppet_server_map variable
1 년 전
Aine
dd31bf0a0a
synapse-admin: remove deprecated vars, introduce matrix_synapse_admin_configuration_extension_json_auto
1 년 전
Aine
14a3a01f43
SchildiChat Web v1.11.86-sc.0.test.0
1 년 전
Slavi Pantaleev
119e78bc11
Upgrade Hookshot (5.4.1 -> 6.0.1)
1 년 전