Slavi Pantaleev
deb19fb67c
Switch container image for synapse-auto-compressor (etke.cc/rust-synapse-compress-state -> mb-saces/rust-synapse-tools)
...
Lock Threads / action (push) Has been cancelled
Matrix CI / yamllint (push) Has been cancelled
Matrix CI / ansible-lint (push) Has been cancelled
Matrix CI / Run pre-commit (push) Has been cancelled
Both container images provide the same version (v0.1.4) of the upstream software
(https://github.com/matrix-org/rust-synapse-compress-state ).
The new container image is also available multiarch and is available for `arm64`,
removing the need to self-build on this architecture.
2025-09-12 13:23:59 +03:00
Slavi Pantaleev
e8c9a0e410
Randomize matrix-synapse-auto-compressor.timer start with a RandomizedDelaySec (defaults to 6h)
2025-03-29 10:34:37 +02:00
Suguru Hirahara
a039174f96
Add license information to files for matrix-synapse-auto-compressor
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2025-03-03 00:17:47 +09:00
Slavi Pantaleev
c47eca389b
Rework all roles to include component_(docker|container)_image_registry_prefix* variables
...
This:
- brings consistency - no more mixing `_name_prefix` and `_registry_prefix`
- adds extensibility - a future patch will allow reconfiguring all registry prefixes for all roles in the playbook
We still have `_docker_` vs `_container_` inconsistencies.
These may be worked on later.
2025-02-24 11:38:47 +02:00
Suguru Hirahara
c27fb2a832
Fix capitalization: postgres → Postgres
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2025-02-13 14:00:41 +09:00
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 >
2025-02-05 00:25:11 +09:00
Aine
70cbf3d5ae
add synapse-auto-compressor workaround, fixes #3397 ( #3473 )
...
* add synapse-auto-compressor workaround, fixes #3397
* Clarify what the PG-prefixed variables are for
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com >
2024-08-15 11:36:48 +03:00
Slavi Pantaleev
9f2eff2ac7
Respect devture_systemd_docker_base_docker_service_name
...
Related to https://github.com/devture/com.devture.ansible.role.systemd_docker_base/commit/0241c71a4c08ff5e203b55d50a424387e3b077c8
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3270#issuecomment-2143782962
With this change, it should be possible for people to adjust the Docker
dependency from `docker.service` to something else (e.g. `pkg-ContainerManager-dockerd.service`),
or to completely eliminate it by setting `devture_systemd_docker_base_docker_service_name` to an empty string.
This makes it easier for people to use the playbook against a Synology DSM server.
2024-06-04 13:14:34 +03:00
Slavi Pantaleev
c89e437579
Upgrade synapse-auto-compressor (v0.1.3 -> v0.1.4)
...
This also removes the condition that made it use `latest` when
self-building is enabled.
v0.1.4 is expected to build correctly now, given that this issue is fixed:
https://github.com/matrix-org/rust-synapse-compress-state/issues/134
2024-04-13 09:50:19 +03:00
Slavi Pantaleev
d48a70b052
Connect matrix-synapse-auto-compressor directly to Postgres network, if integrated Postgres is used
...
This saves us one container network in the ideal case.
2024-01-13 20:01:06 +02:00
Slavi Pantaleev
06f561f0dd
Build latest/main branch of rust-synapse-compress-state for non-amd64 users
...
The latest tagged release (v0.1.3) does not pin any versions in its
Dockerfile and as such fails to build right now.
The `main` branch of rust-synapse-compress-state has already addressed
this and is buildable, but there's no tagged release yet.
Reported here: https://github.com/matrix-org/rust-synapse-compress-state/issues/134
2024-01-05 07:05:28 +02:00
Samuel Meenzen
c846ed199b
Annotate version numbers with renovate metadata
2023-10-06 14:14:03 +02:00
Slavi Pantaleev
cf7f9701b7
urlencode matrix_synapse_auto_compressor_database_username/matrix_synapse_auto_compressor_database_password
2023-03-13 11:59:14 +02:00
Slavi Pantaleev
bb89d7b3fb
Fix self-building for matrix-synapse-auto-compressor
2023-03-12 10:39:19 +02:00
Slavi Pantaleev
328d0d8a5f
Move synapse-auto-compressor Postgres argument to an environment variable
...
This provides an additional security benefit. The password won't leak in
the process list anymore.
2023-03-12 10:18:33 +02:00
Slavi Pantaleev
26d5719df4
Make matrix-synapse-auto-compressor live in its own container network
...
It will, additionally, be connected to the devture-postgres network, if
devture-postgres is enabled.
2023-03-12 10:18:33 +02:00
Slavi Pantaleev
0f2e568b30
Add validation tasks to matrix-synapse-auto-compressor
2023-03-12 10:18:33 +02:00
Slavi Pantaleev
b28d779c6c
Add matrix-synapse-auto-compressor section in group_vars/matrix_servers
2023-03-12 09:48:46 +02:00
Aine
bf3677a9b5
add synapse_auto_compressor
2023-03-10 23:48:43 +02:00