Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa5efcfb47 | |||
|
1290063204 |
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
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.
|
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.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: docker.io/library/mariadb:11
|
image: docker.io/library/mariadb:12
|
||||||
environment:
|
environment:
|
||||||
- "MARIADB_DATABASE=wordpress"
|
- "MARIADB_DATABASE=wordpress"
|
||||||
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"
|
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue