renovate[bot]
7ae30239db
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2025
пре 1 година
Suguru Hirahara
2a9cf7de97
Update roles/custom/matrix-authentication-service/tasks/syn2mas.yml: fix punctuation
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
8df253b80a
Update roles/custom/matrix-authentication-service/defaults/main.yml: minor changes to comments
- Fix punctuations
- Set the common expression for matrix_authentication_service_config_email_mode
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
6b52755192
Update files for Pantalaimon: adopt the common description for logging verbosity
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
c202091063
Update roles/custom/matrix-dimension/tasks/setup_install.yml: fix capitalization
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
298bc21d54
Update roles/custom/matrix-bridge-hookshot/defaults/main.yml: fix capitalization
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
e4e34333da
Update files for some mautrix bridges: add the common section "Troubleshooting"
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Slavi Pantaleev
da398b4ba5
Use `config.yml` on the server for baibot
Closes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4039
Partially reverts 30dad8ba27 which renamed
`config.yml` to `config.yaml` in the playbook and on the server, for
consistency with the rest of the playbook.
The problem is that:
- baibot defaults to looking for `config.yml`, not `config.yaml` (as provided).
This can be worked around by specifying a new `BAIBOT_CONFIG_FILE_PATH=config.yaml`
environment variable. This brings more complexity.
- renaming the target file (on the server) to `config.yaml` means people
with an existing installation would drag around the old file (`config.yml`) as well,
unless we create a new Ansible task (`ansible.builtin.file` with `state: absent`) to remove
the old file. This brings more complexity as well.
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4039 adjusts where the file is mounted,
which fixes the immediate problem (baibot not starting), but still means
people will end up with 2 config files for baibot (`config.yml` and `config.yaml`).
This patch, reverts a bit more, so that we still continue to use `config.yml` on the server.
People who have upgraded within the last ~17 hours may end up with 2 files, but it shouldn't be too many of them.
пре 1 година
Suguru Hirahara
6531c61c7a
Update files for matrix-coturn: make the reloading schedule configurable with variables
This commit adopts the common format which can be seen for BorgBackup. It should be probably helpful, though I am not quite sure how much.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
056a502d5f
Update files for Sliding Sync proxy: change "matrix-sliding-sync-proxy" to "matrix-sliding-sync"
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
30dad8ba27
Updat files for baibot: change config.yml.j2 → config.yaml.j2
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
f732007b37
Update files for matrix-registration-bot: add the common section for "Troubleshooting"
See: https://github.com/moan0s/matrix-registration-bot/blob/main/README.md
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
66df132e66
Update files for matrix-registration-bot: change config.yml.j2 → config.yaml.j2
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
51f0a315ac
Update files for rageshake: change config.yml.j2 → config.yaml.j2
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
renovate[bot]
f40b26d3d3
Update nginx Docker tag to v1.27.4
пре 1 година
renovate[bot]
18bd34a665
Update ghcr.io/element-hq/matrix-authentication-service/syn2mas Docker tag to v0.13.0
пре 1 година
renovate[bot]
2123aa5eb2
Update ghcr.io/element-hq/matrix-authentication-service Docker tag to v0.13.0
пре 1 година
Suguru Hirahara
08e34a4a6f
Rename "matrix_synapse_auto_compressor_calendar" to "matrix_synapse_auto_compressor_schedule" for consistency
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Slavi Pantaleev
c399992542
Remove `matrix-bridge-mautrix-hangouts` role
Closes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3863
пре 1 година
Slavi Pantaleev
d5d64f7ca3
Upgrade matrix-corporal (3.1.2 -> 3.1.3)
пре 1 година
renovate[bot]
1034c06fc7
Update gnuxie/draupnir Docker tag to v2.1.0
пре 1 година
Slavi Pantaleev
8889b018f3
Adjust baibot's openai-config.yml.j2 to avoid `max_response_tokens` if unspecified
Reasoning models like `o1` and `o3` and their `-mini` variants
report errors if we try to configure `max_response_tokens` (which
ultimately influences the `max_tokens` field in the API request):
> invalid_request_error: Unsupported parameter: 'max_tokens' is not supported with this model. Use 'max_completion_tokens' instead. (param: max_tokens) (code: unsupported_parameter)
`max_completion_tokens` is not yet supported by baibot, so the best we
can do is at least get rid of `max_response_tokens` (`max_tokens`).
Ref: db9422740c
пре 1 година
Suguru Hirahara
42694883e6
Update files for Mjolnir: add the common section "Troubleshooting"
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
811abc09a8
Update files for matrix-appservice-discord: sort the logging levels
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Slavi Pantaleev
0515787de2
Upgrade Traefik (v3.3.2-0 -> v3.3.2-1) and remove `traefik_config_certificatesResolvers_acme_email` references
Ref:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4014
- 21b36ce336
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4014
пре 1 година
Suguru Hirahara
22ea3b00d6
Update docs for Element Web and SchildiChat Web: add the instruction to change the default country code to help to make the clients less British
Note the order of the instructions is intended to align with that of configurations on main.yml files.
Also: replace the explanations with the one available at https://github.com/element-hq/element-web/blob/develop/docs/config.md
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Aine
a7fcd12b88
Synapse Admin v0.10.3-etke37
пре 1 година
Suguru Hirahara
da378b75da
Update files for go-skype-bridge: common comments for log levels
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
812e6686e0
Update files for matrix-appservice-webhooks: add the common section "Troubleshooting"
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
bad06d01c2
Update files for matrix-appservice-irc: adopt the common description for logging verbosity
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
684f1dc16e
Update files for matrix-appservice-irc: add the common section "Troubleshooting"
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Slavi Pantaleev
1d445dea4b
Update comments for `matrix_*_container_image_customizations_dockerfile_body_custom` variables to mention `matrix_*_container_image_customizations_enabled`
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4011
пре 1 година
renovate[bot]
c9b2278b83
Update vectorim/element-web Docker tag to v1.11.91
пре 1 година
Slavi Pantaleev
8020e6ebb2
Upgrade Synapse (v1.122.0 -> v1.123.0)
пре 1 година
Suguru Hirahara
ce09746003
Update files for matrix-reminder-bot: adopt the common description for logging verbosity levels
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
aaf76adbd7
Update files for matrix-bridge-wechat: sort the logging verbosity levels
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
855ba5581a
Update files for matrix-bridge-wechat: add the common section "Troubleshooting"
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
eb5831efa3
Update files for ma1sd: add the common section "Increase logging verbosity"
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Slavi Pantaleev
43d5596086
Remove Redis and KeyDB support, only leaving Valkey around
пре 1 година
Suguru Hirahara
3c33f0be3b
Update files for Email2Matrix: fix capitalization
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
1db5f76024
Replace double hyphens with "Em Dash" unicode character (U+2014)
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
89864c6de0
Update files for cactus-comments: add the common section "Troubleshooting"
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
acf2b90346
Update files for matrix-bridge-hookshot: change the file path of config.yml.j2 in order to improve consistency
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
e8213768a5
Update files for matrix-bridge-hookshot: sort logging levels
Based on docs/configuring-playbook-alertmanager-receiver.md
We can re-sort the levels it if is found out that debug should be placed at the first.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
Suguru Hirahara
21b5963f63
Update files for the matrix-alertmanager-receiver: rename config.yml.j2 to config.yaml.j2 in order to improve consistency
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
renovate[bot]
292b0704cc
Update gnuxie/draupnir Docker tag to v2.0.2
пре 1 година
Suguru Hirahara
01050c520d
Update roles/custom/matrix-bridge-appservice-slack/defaults/main.yml: fix indentation
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
пре 1 година
renovate[bot]
4b155c276b
Update halfshot/matrix-hookshot Docker tag to v6.0.2
пре 1 година
Slavi Pantaleev
52da325ab8
Cross-link `matrix_synapse_forget_rooms_on_leave` and `matrix_synapse_forgotten_room_retention_period` variables
пре 1 година
renovate[bot]
4d6ee3db7e
Update matrixdotorg/mjolnir Docker tag to v1.9.2
пре 1 година