Slavi Pantaleev
51ab9ed9ff
Adjust lstrip_blocks
to use a bool
value for compatibility with ansible-core>=2.19.0
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4445
2025-07-26 17:58:12 +03:00
Suguru Hirahara
c385bee7af
Re-run "reuse annotate" to sort statements
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2025-03-05 12:43:41 +09:00
Suguru Hirahara
4a92cc11d0
Add license information to files for matrix-rageshake
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2025-02-27 18:31:49 +09:00
Slavi Pantaleev
d12643eb91
Do not use docker stop --time
(deprecated in Docker v28 in favor of --timeout
or just -t
)
...
`-t` works on both old and new Docker versions, so it's best to use that.
2025-02-22 21:42:18 +02:00
Suguru Hirahara
51f0a315ac
Update files for rageshake: change config.yml.j2 → config.yaml.j2
...
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2025-02-06 18:26:08 +09:00
Suguru Hirahara
6dff60e7a4
Fix capitalization: Rageshake → rageshake
...
Based on https://github.com/matrix-org/rageshake
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
2024-10-24 18:02:19 +09:00
Slavi Pantaleev
51df34e7ae
Ensure each container labels file defines at least one service
...
Most of these files were defining a service, usually toward the end.
These lines have been moved upward.
Some components (mautrix-signal, mautrix-gmessages, etc.) were defining
a service conditionally (only if metrics are exposed, etc). This was
causing issues like these in the Traefik logs:
> level=error msg="service \"matrix-mautrix-twitter\" error: port is missing" providerName=docker container=matrix-mautrix-twitter-..
2024-01-17 17:56:45 +02:00
Slavi Pantaleev
2511b34a7c
Stop containers gracefully, instead of outright killing them
2023-12-06 11:52:23 +02:00
Slavi Pantaleev
233e253264
Add native Traefik support to rageshake
2023-02-25 13:46:42 +02:00
Slavi Pantaleev
9a8ebf3d8c
matrix_rageshake_docker_ -> matrix_rageshake_container_
2023-02-25 13:01:11 +02:00
Slavi Pantaleev
8339ebdf58
Redo the way matryx-rageshake configuration is done
...
This makes it consistent with the rest of the playbook:
- there's a default config which has various variables controlling
settings
- there's also an `_extension_yaml` variable, which lets you override it
2023-02-25 12:29:22 +02:00
Slavi Pantaleev
db0104978f
Extract api_prefix rageshake configuration into matrix_rageshake_config_api_prefix
2023-02-25 12:23:07 +02:00
Benjamin Kampmann
40f037b36d
Add rageshake server
2023-02-24 16:55:49 +01:00