Aine
86d0a01f19
synapse-admin: authenticated media and options to delete media and redact events on user removal
1年前
renovate[bot]
4243957825
Update matrixdotorg/mjolnir Docker tag to v1.8.1
1年前
renovate[bot]
88f3996cae
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2024.10.2
1年前
renovate[bot]
c6da799a52
Update matrixdotorg/mjolnir Docker tag to v1.8.0
1年前
Slavi Pantaleev
61c6e09fd8
Upgrade baibot (v1.1.1 -> v1.2.0)
1年前
Slavi Pantaleev
4b047b3d63
Fix pickle_key configuration value for mautrix-slack for compatibility with the old bridge
1年前
renovate[bot]
d40be5aca6
Update ghcr.io/element-hq/synapse Docker tag to v1.116.0
1年前
renovate[bot]
148d842386
Update vectorim/element-web Docker tag to v1.11.79
1年前
krassle
a2db5c3d70
Fix validate_config.yml
`devture_postgres_*` -> `postgres_*`
1年前
Slavi Pantaleev
54b715e7fe
Fix endpoint URL in comment
1年前
Slavi Pantaleev
f93101f791
Switch traefik/traefik-certs-dumper Ansible role sources and adjust variable names (devture_traefik_ -> traefik_)
1年前
Slavi Pantaleev
8445843562
Switch postgres/postgres-backup Ansible role sources and adjust variable names (devture_postgres_ -> postgres_)
1年前
Aine
8efdfaf854
synapse-admin v0.10.3-etke17: add `Contact support` menu item
1年前
Aine
a541f51944
enable hookshot outbound webhooks
1年前
Aine
338e6d91c3
synapse-admin v0.10.3-etke16: Upgrade to react-admin v5, restrict actions on specific users ( #3543 )
* synapse-admin v0.10.3-etke15: Upgrade to react-admin v5
* v0.10.3-etke16
* fix linter
* add _auto and _custom vars
* Use 2 spaces before #noqa var-naming
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
1年前
renovate[bot]
7cbef06c4f
Update vectorim/element-web Docker tag to v1.11.78
1年前
Slavi Pantaleev
032809a053
Adjust default openai model id for baibot (`gpt-4o` -> gpt-4o-2024-08-06)
`gpt-4o` will point to `gpt-4o-2024-08-06` after 2nd of October 2024
anyway. At that time, we can revert to pointing to `gpt-4o`.
The reason `gpt-4o-2024-08-06` was chosen now instead of `gpt-4o`:
- the `max_response_tokens` configuration was set to 16k, which matches
`gpt-4o-2024-08-06`, but is too large for `gpt-4o` (max 4k)
- baibot's own configs for dynamically created agents, as well as static
config examples use `gpt-4o-2024-08-06` and the larger
`max_response_tokens` value
1年前
Slavi Pantaleev
be96be8b3c
Pin baibot to v1.1.1 and add default prompt for all statically-defined agents
The playbook did not use to define a prompt for statically-defined
agents.
Since prompt variables support landed in v1.1.0
(see 2a5a2d6a4d )
it makes sense to make use of it for a better out-of-the-box experience
(see https://github.com/etkecc/baibot/issues/10 ).
1年前
David Mehren
c89c356e53
Add a global config option for Docker network MTU ( #3502 )
* Add a global config option for Docker network MTU
* Upgrade systemd_docker_base (v1.2.0-0 -> v1.3.0-0)
The new version includes `devture_systemd_docker_base_container_networks_driver_options`
due to 3cc7d12396
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3502
* Switch from passing matrix_playbook_docker_network_mtu to respecting devture_systemd_docker_base_container_networks_driver_options
Related to:
- 3cc7d12396
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3502
* Update all roles to versions that respect `devture_systemd_docker_base_container_networks_driver_options`
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
1年前
Slavi Pantaleev
4d52880170
Upgrade matrix-alertmanager-receiver (2024.8.28 -> 2024.9.18)
Supersedes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3539
Related to https://github.com/metio/matrix-alertmanager-receiver/pull/42
1年前
Aine
14a31e3e40
synapse-admin v0.10.3-etke14: bulk registration works again, add ability to change avatars
1年前
renovate[bot]
34634f144c
Update joseluisq/static-web-server Docker tag to v2.33.0
1年前
Slavi Pantaleev
cf5763978b
Upgrade synapse-s3-storage-provider (1.3.0 -> 1.5.0) and adapt configuration
1.3.0 fails to work against the new Synapse (v1.115.0) image.
See: https://github.com/matrix-org/synapse-s3-storage-provider/pull/114
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3535
1年前
renovate[bot]
605d054549
Update ghcr.io/element-hq/synapse Docker tag to v1.115.0
1年前
Slavi Pantaleev
aee7d2ca6c
Do not use command_prefix = default for Meta bridges anymore
Seems like `default` is not a supported value and will not
make the bridge autoconfigure itself with the correct prefix anymore.
A value of `default` would be taken literally.
1年前
Slavi Pantaleev
d3b1060428
Fix Gmessages regression (missing homeserver.address and homeserver.domain configuration)
f9705b3323 reworked the configuration and missed wiring
these to the existing variables.
1年前
Slavi Pantaleev
53f3c94bef
Enable backfilling for mautrix-gmessages, mautrix-signal and mautrix-slack
We'be already been going against upstream defaults and have been
enabling backfilling for a few other bridges (Messenger, Instagram, Telegram, Twitter).
Now I'm enabling backfilling by default for the remaining ones, for
consistency.
1年前
Slavi Pantaleev
f9705b3323
Upgrade mautrix-gmessages (v0.4.3 -> v0.5.0) and adapt configuration
Related to:
- https://github.com/mautrix/gmessages/releases/tag/v0.5.0
- https://mau.fi/blog/2024-09-mautrix-release/
It seems like the new version does not support a `/metrics` endpoint.
We skip keep the Ansible variables, but they're not doing anything.
1年前
Slavi Pantaleev
01e5514c4b
Upgrade mautrix-meta (v0.3.2 -> v0.4.0) and adapt configuration
Related to:
- https://github.com/mautrix/meta/releases/tag/v0.4.0
- https://mau.fi/blog/2024-09-mautrix-release/
It seems like the new version does not support a `/metrics` endpoint.
We skip keep the Ansible variables, but they're not doing anything.
1年前
Slavi Pantaleev
626a851c82
Fix username_template potentially not being taken into account for mautrix-slack
While working on upgrading the Meta bridges to bridgev2, I've noticed
that {% raw %} and {% endraw %} on lines like that (immediately
preceding `username_template` may cause YAML indentation issues.
1年前
renovate[bot]
ca0abda581
Update dock.mau.dev/mautrix/slack Docker tag to v0.1.1
1年前
renovate[bot]
7507383a90
Update dock.mau.dev/mautrix/signal Docker tag to v0.7.1
1年前
renovate[bot]
3622d71d09
Update ajbura/cinny Docker tag to v4.2.1
1年前
Aine
97cf596683
Synapse-Admin: Add UI option to block deleted rooms from being rejoined
1年前
renovate[bot]
71abb52d59
Update matrixdotorg/dendrite-monolith Docker tag to v0.13.8
1年前
renovate[bot]
9ac29e7055
Update matrixdotorg/mjolnir Docker tag to v1.7.0
1年前
Slavi Pantaleev
00910248d2
Add baibot preset for Mistral
1年前
Slavi Pantaleev
1851973734
Add support for baibot
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3369
1年前
Aine
951c9c97a8
fix synapse-admin image prefix ( #3521 )
* fix synapse-admin image prefix
* fix typo
1年前
Aine
9cb3ca2f2d
add missing prefix to synapse-admin version
1年前
Aine
73d338d9d1
Switch Synapse-Admin to etke.cc fork ( #3519 )
* switch to synapse-admin fork
* Fix typo
* Close unclosed ) and reword sentence
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
1年前
Slavi Pantaleev
5778e84925
Make use of `media_path` setting to fix media URLs for Heisenbridge
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3518
- https://github.com/hifi/heisenbridge/issues/294
With this patch, when `matrix_heisenbridge_path_prefix` is the default
one we use (`/heisenbrdige`), URLs like this are constructed:
https://matrix.DOMAIN/heisenbridge/_heisenbridge/media/SERVER_NAME/MEDIA_ID/CHECKSUM/FILENAME
If `matrix_heisenbridge_path_prefix` is set to `/`, URLs like this are constructed:
https://matrix.DOMAIN/_heisenbridge/media/SERVER_NAME/MEDIA_ID/CHECKSUM/FILENAME
Our Traefik labels support handling both cases correctly.
1年前
Daniel A. Maierhofer
716177d5bc
Add temp suffix for container name to avoid conflict
1年前
renovate[bot]
a482b95149
Update ajbura/cinny Docker tag to v4.2.0
1年前
renovate[bot]
15127c6f52
Update vectorim/element-web Docker tag to v1.11.77
1年前
renovate[bot]
f98caedd98
Update ghcr.io/etkecc/honoroit Docker tag to v0.9.26
1年前
Slavi Pantaleev
165b24bea3
Fix container image in renovate annotation for schildichat-web
`matrix_client_schildichat_docker_image` was adjusted to use the
Github Container Registry in 171f5f84a2cd058f0c53780, but the Renovate marker was not adjusted.
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3485
1年前
Slavi Pantaleev
283dd6494f
Switch all etke.cc links (from Gitlab to Github)
Related to https://etke.cc/news/d3uw4utq4t3_rpxicrrfqqou_ynmptqjgk95pt-3n2s/
1年前
Slavi Pantaleev
05b79057aa
Do not add quotes around already-backtick-quoted Traefik rules
As reported in https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3451#issuecomment-2331316593
Likely the solution to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3451
1年前
Slavi Pantaleev
d19f93349a
Upgrade Synapse (v1.113.0 -> v1.114.0)
1年前