Compare commits

...
Author SHA1 Message Date
8c58fd7f8d Update docker.io/library/postgres Docker tag to v14
All checks were successful
/ build (pull_request) Successful in 29s
/ Ansible Lint (push) Successful in 6m5s
/ Ansible Lint (pull_request) Successful in 6m0s
2026-09-08 13:46:11 +00:00
1290063204
update our moderation policy room access policy
All checks were successful
/ build (push) Successful in 50s
/ Ansible Lint (push) Successful in 4m12s
2026-09-08 15:44:10 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -31,5 +31,5 @@ The bot is controlled and configured via a privileged *CCCHH Moderation Manageme
There, individual actions can also be triggered through the bot as needed, such as redacting messages, kicking users from all or some channels, etc.
It is also possible to make our moderation bot's local lists available to other entities and subscribe our bot to other entities' lists.
Our list is published in `#general-moderation:hamburg.ccc.de` and can be made available to others upon request.
Our list is published in `#general-moderation:hamburg.ccc.de` where other moderation bots can freely watch it.

View file

@ -62,7 +62,7 @@ services:
- POSTGRES_DB=mailmandb
- POSTGRES_USER=mailman
- "POSTGRES_PASSWORD={{ secret__lists__postgres_password }}"
image: docker.io/library/postgres:12-alpine
image: docker.io/library/postgres:14-alpine
volumes:
- /opt/mailman/database:/var/lib/postgresql/data
networks: