Suguru Hirahara
107e9d205d
Edit YAML files: minor changes ( #3955 )
* Update roles/custom/matrix-coturn/defaults/main.yml: edit an instruction for creating a strong password
Follow-up to 6b87d1aa7d
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Update examples/vars.yml: add a whitespace character for indenting
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>
1 year ago
Suguru Hirahara
2773c053d0
Update files for coturn ( #3953 )
* Update docs/configuring-playbook-turn.md: add a section for description about installing
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Update docs/configuring-playbook-turn.md and a related file
- Edit the introducion based on docs/configuring-playbook-client-element-web.md
- Adopt the commont format by creating the section "Adjusting the playbook configuration"
- Add the section "Extending the configuration"
- Move the section "Disabling Coturn" to the bottom
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Fix capitalization: Coturn → coturn
See: https://github.com/coturn/coturn . Note that "coturn" is not capitalized even on the start of a sentence, except some rare cases like on the releases page: https://github.com/coturn/coturn/releases
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>
1 year ago
renovate[bot]
dc0af85361
Update matrixdotorg/dendrite-monolith Docker tag to v0.14.1
1 year ago
renovate[bot]
9f4ecb1749
Update ghcr.io/t2bot/matrix-media-repo Docker tag to v1.3.8
1 year ago
renovate[bot]
486c55dcab
Update dock.mau.dev/mautrix/twitter Docker tag to v0.2.1
1 year ago
renovate[bot]
3a95862a95
Update dock.mau.dev/mautrix/signal Docker tag to v0.7.5
1 year ago
Aine
35260cd026
Synapse Admin v0.10.3-etke36
1 year ago
Slavi Pantaleev
f2b69feb29
Make catch-all `federation-reader` nginx `location` blocks have less priority than others
Potentially fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3918
1 year ago
renovate[bot]
5cbd7e7652
Update ghcr.io/element-hq/synapse Docker tag to v1.122.0
1 year ago
Slavi Pantaleev
745f04bfa5
Upgrade Element Web (v1.11.89 -> v1.11.90)
1 year ago
Suguru Hirahara
61ace3a063
Edit lines for `vars.yml` ( #3933 )
* Simplify paths to vars.yml if referred multiple times
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Fix the filename: vars.yaml → vars.yml
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>
1 year ago
renovate[bot]
d076a75a0a
Update joseluisq/static-web-server Docker tag to v2.35.0
1 year ago
Slavi Pantaleev
f2585fa171
Adjust matrix-synapse-s3-storage-provider-migrate.{service,timer} permissions
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3917
1 year ago
Slavi Pantaleev
f8b779f8ed
Add `trace` as a valid logging level option for mautrix bridges
bridgev2 mautrix bridges use https://github.com/tulir/zeroconfig for
logging, which does support `trace` as a logging level.
1 year ago
renovate[bot]
eff5e3ac2b
Update dock.mau.dev/maubot/maubot Docker tag to v0.5.1
1 year ago
Slavi Pantaleev
59b8fbb13d
Add customizations support to maubot
1 year ago
László Várady
bbb58c40b6
Fix docker networking when no reverse-proxy is used
For example, synapse-admin connects to additional networks here:
c0559870b5/roles/custom/matrix-synapse-admin/templates/systemd/matrix-synapse-admin.service.j2 (L39-L41)
This defaults to 'traefik' through
matrix_playbook_reverse_proxy_container_network, which is not correct in
case matrix_playbook_reverse_proxy_type is set to none.
1 year ago
Slavi Pantaleev
75026d8c3d
Update a few incorrect comments
1 year ago
pviffx
a1efb78bcb
Make `logout_redirect_url` configuration setting for Element Web configurable ( #3903 )
* Add logout_redirect_url var and option templating for matrix element client
* Simplify logout_redirect_url templating and make it safer
Using `to_json` to make it safer.
Judging by the code here 0b24d33c64/src/Lifecycle.ts (L1026-L1032)
it doesn't seem like it leaving `logout_redirect_url` empty will hurt, so this patch removes the `if` block.
* Add comment for the `matrix_client_element_logout_redirect_url` variable
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
1 year ago
Slavi Pantaleev
11a90a4789
Move matrix-registration-bot's token comment inside the if statement
1 year ago
Slavi Pantaleev
d89e627a79
Move some matrix-registration-bot variables around
1 year ago
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 year ago
Slavi Pantaleev
358b3486f9
Group matrix-registration-bot's self-building tasks in a block
1 year ago
Slavi Pantaleev
47a337258c
Only create docker-src directory for matrix-registration-bot when self building is enabled
1 year ago
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 year ago
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 year ago
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 year ago
Slavi Pantaleev
c95d181c9a
Add `matrix_client_cinny_config_homeserverList` variable
1 year ago
Aine
33b493737d
Synapse Admin v0.10.3-etke35
1 year ago
renovate[bot]
b1769c1f39
chore(deps): update vectorim/element-web docker tag to v1.11.89
1 year ago
renovate[bot]
abfb17e898
chore(deps): update matrixdotorg/dendrite-monolith docker tag to v0.14.0
1 year ago
renovate[bot]
6a124f15b3
chore(deps): update docker.io/metio/matrix-alertmanager-receiver docker tag to v2024.12.18
1 year ago
Catalan Lover
a691b20cf2
Update Mjolnir from 1.9.0 to 1.9.1
1 year ago
renovate[bot]
bfc6bf16d6
chore(deps): update vectorim/element-web docker tag to v1.11.88
1 year ago
Slavi Pantaleev
f5cc79bc88
Fix lint errors
1 year ago
Slavi Pantaleev
bf9bd1f5fb
Adapt mautrix-twitter to bridgev2 configuration
Fixup for 784a5aaef4 .
1 year ago
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 year ago
Aine
784a5aaef4
mautrix twitter v0.2.0
1 year ago
renovate[bot]
1032cbd11a
chore(deps): update dock.mau.dev/mautrix/gmessages docker tag to v0.6.0
1 year ago
renovate[bot]
8283225a0e
chore(deps): update dock.mau.dev/mautrix/whatsapp docker tag to v0.11.2
1 year ago
renovate[bot]
59c348e0bd
chore(deps): update dock.mau.dev/mautrix/slack docker tag to v0.1.4
1 year ago
renovate[bot]
743417c6f1
chore(deps): update dock.mau.dev/mautrix/discord docker tag to v0.7.2
1 year ago
renovate[bot]
1953b89db2
chore(deps): update dock.mau.dev/mautrix/signal docker tag to v0.7.4
1 year ago
renovate[bot]
666830a6c2
chore(deps): update dock.mau.dev/mautrix/meta docker tag to v0.4.3
1 year ago
Aine
2c6dfeadfd
Baibot v1.4.1
1 year ago
Aine
7be14f03a0
Synapse Admin v0.10.3-etke34
1 year ago
renovate[bot]
4140048223
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.121.1
1 year ago
renovate[bot]
95b9d0ff3d
chore(deps): update docker.io/metio/matrix-alertmanager-receiver docker tag to v2024.12.11
1 year ago
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 year ago
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 year ago