Slavi Pantaleev
079960cbac
Merge pull request #3908 from MrAnno/fix-no-rproxy-network
Fix docker networking when no reverse-proxy is used
1 год назад
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 год назад
Slavi Pantaleev
c0559870b5
Make matrix-registration-bot not try to talk to the homeserver via matrix-traefik:8008 (matrix-internal-client-api)
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3898#issuecomment-2561470366
1 год назад
Slavi Pantaleev
75026d8c3d
Update a few incorrect comments
1 год назад
Slavi Pantaleev
f3dd2c907d
Merge pull request #3906 from spantaleev/renovate/charset-normalizer-3.x
Update dependency charset-normalizer to v3.4.1
1 год назад
renovate[bot]
311607970d
Update dependency charset-normalizer to v3.4.1
1 год назад
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 год назад
Slavi Pantaleev
6a07fb18f7
Merge pull request #3902 from luixxiul/fix
Edit docs: adopt the common instruction
1 год назад
Suguru Hirahara
516a0035c8
Update docs/configuring-playbook-matrix-media-repo.md: replace an external anchor link with an internal one
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Suguru Hirahara
40ef348c48
Update docs: Move "(optional)" on headers to the end of the line
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Suguru Hirahara
362d9cabd8
Update docs: add "recommended" to the "optional" label on the headers
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Suguru Hirahara
a2b9243247
Edit docs/configuring-playbook-email2matrix.md: adopt the common instruction about registering a dedicated user
Based on docs/configuring-playbook-alertmanager-receiver.md
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Suguru Hirahara
2c80aaf980
Edit docs/configuring-playbook-email2matrix.md: adopt the common instruction
Based on docs/configuring-playbook-dimension.md and docs/configuring-playbook-bot-go-neb.md
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Suguru Hirahara
4798888ac7
Edit docs/configuring-playbook-dimension.md: adopt the common instruction for introduction and prerequisites
- Register a dedicated Matrix user (optional)
- Obtain an access token
Since Dimension has been archived, this is purely for possible use as a template of another component.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Slavi Pantaleev
c97dd0b24f
Merge pull request #3901 from luixxiul/fix
Edit docs for obtaining an access token
1 год назад
Suguru Hirahara
66ea709cb3
Replace headers for sections about obtaining an access token
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Suguru Hirahara
7911cdb232
Add a common warning message about not to share an access token
Based on docs/obtaining-access-tokens.md
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Suguru Hirahara
fb05eace5a
Edit instructions to obtain an access token
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Suguru Hirahara
3ad2211d74
Use common instructions for referring to the documentation on obtaining an access token
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Slavi Pantaleev
11a90a4789
Move matrix-registration-bot's token comment inside the if statement
1 год назад
Slavi Pantaleev
d89e627a79
Move some matrix-registration-bot variables around
1 год назад
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
6e3f508d20
Merge pull request #3899 from luixxiul/fix
Edit docs for bots: adopt the common format
1 год назад
Suguru Hirahara
069f1392e0
Update POT files
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Suguru Hirahara
9a56aff933
Edit docs for bots: adopt the common format
- Add "To use the bot" if it does not exist: adopt the format of the docs for bridges
- Add "Prerequisites" section if an API key or user account is required
- Use the common instruction for getting an access token
- Replace "Get" with "Obtain" about getting keys or access tokens
- Replace placeholders for access tokens on docs/configuring-playbook-bot-go.neb.md
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Slavi Pantaleev
2337e62ecf
Merge pull request #3897 from spantaleev/renovate/urllib3-2.x
Update dependency urllib3 to v2.3.0
1 год назад
Slavi Pantaleev
59d9d2995c
Merge pull request #3896 from luixxiul/fix
Edit docs: consistent instructions to generate passphrases or secrets with pwgen
1 год назад
renovate[bot]
c5f4ea6850
Update dependency urllib3 to v2.3.0
1 год назад
Suguru Hirahara
f044bdd279
Update POT files
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Suguru Hirahara
6b87d1aa7d
Edit docs: consistent instructions to generate passphrases or secrets with pwgen
This commit replaces instructions to create passwords, passphrases, or secrets with common ones.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Slavi Pantaleev
f204a3ad01
Merge pull request #3895 from luixxiul/fix
Edit docs for bots
1 год назад
Suguru Hirahara
3be6043b5a
Update POT files
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Suguru Hirahara
93c860305f
Edit docs for bots: fix sentences in the usage sections
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Suguru Hirahara
a6a55961a9
Edit docs/configuring-playbook-bot-buscarron.md: fix list items
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Slavi Pantaleev
8e9ecdfb63
Merge pull request #3894 from spantaleev/renovate/click-8.x
Update dependency click to v8.1.8
1 год назад
Slavi Pantaleev
dc0d74448c
Merge pull request #3893 from spantaleev/renovate/jinja2-3.x
Update dependency Jinja2 to v3.1.5
1 год назад
renovate[bot]
b3b44a1ce8
Update dependency click to v8.1.8
1 год назад
renovate[bot]
4abf6477d3
Update dependency Jinja2 to v3.1.5
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 год назад
Slavi Pantaleev
e533eef620
Upgrade Traefik (v3.2.1-0 -> v3.2.2-0)
1 год назад
Slavi Pantaleev
e5963c5e6c
Merge pull request #3892 from luixxiul/fix
Consistent "send help" messages
1 год назад
Suguru Hirahara
e7ea622279
Update POT files
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Suguru Hirahara
e33bd16dc6
Consistent "send help" messages
The common pattern is "Send `.*?` to the bot (in the room) to see the available commands." If the descripions are about a bot being invited to a certain existing room or room which is not DM, then "in the room" is inserted among them.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Slavi Pantaleev
23bcf87596
Sync translation locales
1 год назад
Slavi Pantaleev
a146f2199b
Fix old directory name in i18n/bin/build-translated-result.sh
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3891
1 год назад