Catalan Lover
5504e8be4d
Set bot.draupnir as default username for the bot in config
hace 1 año
Catalan Lover
04437fdb0a
Rework Draupnir Documentation to Remove Pantalaimon
hace 1 año
Catalan Lover
010832fcfc
Add Self Registration and Native Login to Draupnir
hace 1 año
Catalan Lover
82e8e82baf
Apply Configuration Review Feedback
Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
hace 1 año
Catalan Lover
b5d73516ac
Apply remaining suggestions from code review.
Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
hace 1 año
Catalan Lover
8045f232e2
Further Integrate Code Review Feedback
hace 1 año
Catalan Lover
9e179d74ae
Change Room IDs found in code review to not conform to playbook standard.
Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
hace 1 año
Catalan Lover
05d3764b6e
Apply Review Feedback
Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
hace 1 año
Catalan Lover
c1d412b7b9
Draupnir 2.0.0
The config getting changes all over the place is because of 2.0 having removed a lot of config options due to the code being removed.
hace 1 año
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>
hace 1 año
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>
hace 1 año
renovate[bot]
dc0af85361
Update matrixdotorg/dendrite-monolith Docker tag to v0.14.1
hace 1 año
renovate[bot]
9f4ecb1749
Update ghcr.io/t2bot/matrix-media-repo Docker tag to v1.3.8
hace 1 año
renovate[bot]
486c55dcab
Update dock.mau.dev/mautrix/twitter Docker tag to v0.2.1
hace 1 año
renovate[bot]
3a95862a95
Update dock.mau.dev/mautrix/signal Docker tag to v0.7.5
hace 1 año
Aine
35260cd026
Synapse Admin v0.10.3-etke36
hace 1 año
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
hace 1 año
renovate[bot]
5cbd7e7652
Update ghcr.io/element-hq/synapse Docker tag to v1.122.0
hace 1 año
Slavi Pantaleev
745f04bfa5
Upgrade Element Web (v1.11.89 -> v1.11.90)
hace 1 año
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>
hace 1 año
renovate[bot]
d076a75a0a
Update joseluisq/static-web-server Docker tag to v2.35.0
hace 1 año
Slavi Pantaleev
f2585fa171
Adjust matrix-synapse-s3-storage-provider-migrate.{service,timer} permissions
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3917
hace 1 año
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.
hace 1 año
renovate[bot]
eff5e3ac2b
Update dock.mau.dev/maubot/maubot Docker tag to v0.5.1
hace 1 año
Slavi Pantaleev
59b8fbb13d
Add customizations support to maubot
hace 1 año
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.
hace 1 año
Slavi Pantaleev
75026d8c3d
Update a few incorrect comments
hace 1 año
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>
hace 1 año
Slavi Pantaleev
11a90a4789
Move matrix-registration-bot's token comment inside the if statement
hace 1 año
Slavi Pantaleev
d89e627a79
Move some matrix-registration-bot variables around
hace 1 año
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
hace 1 año
Slavi Pantaleev
358b3486f9
Group matrix-registration-bot's self-building tasks in a block
hace 1 año
Slavi Pantaleev
47a337258c
Only create docker-src directory for matrix-registration-bot when self building is enabled
hace 1 año
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.
hace 1 año
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
hace 1 año
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.
hace 1 año
Slavi Pantaleev
c95d181c9a
Add `matrix_client_cinny_config_homeserverList` variable
hace 1 año
Aine
33b493737d
Synapse Admin v0.10.3-etke35
hace 1 año
renovate[bot]
b1769c1f39
chore(deps): update vectorim/element-web docker tag to v1.11.89
hace 1 año
renovate[bot]
abfb17e898
chore(deps): update matrixdotorg/dendrite-monolith docker tag to v0.14.0
hace 1 año
renovate[bot]
6a124f15b3
chore(deps): update docker.io/metio/matrix-alertmanager-receiver docker tag to v2024.12.18
hace 1 año
Catalan Lover
a691b20cf2
Update Mjolnir from 1.9.0 to 1.9.1
hace 1 año
renovate[bot]
bfc6bf16d6
chore(deps): update vectorim/element-web docker tag to v1.11.88
hace 1 año
Slavi Pantaleev
f5cc79bc88
Fix lint errors
hace 1 año
Slavi Pantaleev
bf9bd1f5fb
Adapt mautrix-twitter to bridgev2 configuration
Fixup for 784a5aaef4 .
hace 1 año
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.
hace 1 año
Aine
784a5aaef4
mautrix twitter v0.2.0
hace 1 año
renovate[bot]
1032cbd11a
chore(deps): update dock.mau.dev/mautrix/gmessages docker tag to v0.6.0
hace 1 año
renovate[bot]
8283225a0e
chore(deps): update dock.mau.dev/mautrix/whatsapp docker tag to v0.11.2
hace 1 año
renovate[bot]
59c348e0bd
chore(deps): update dock.mau.dev/mautrix/slack docker tag to v0.1.4
hace 1 año