Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e88b1bcc81 | |||
|
d422b9660a |
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ title: Matrix Moderation
|
||||||
# Matrix Moderation
|
# Matrix Moderation
|
||||||
|
|
||||||
All Matrix rooms created around CCCHH and which are considered *official* are subject to centralized moderation.
|
All Matrix rooms created around CCCHH and which are considered *official* are subject to centralized moderation.
|
||||||
This moderation is enforced by a [Mjolnir](https://github.com/matrix-org/mjolnir) bot on a techincal level and operated by a dedicated sub-team of the Infra Group.
|
This moderation is enforced by a [Draupnir](https://github.com/the-draupnir-project/Draupnir) bot on a techincal level and operated by a dedicated sub-team of the Infra Group.
|
||||||
|
|
||||||
The moderation team can be reached at [matrix-moderation@hamburg.ccc.de](mailto:matrix-moderation@hamburg.ccc.de).
|
The moderation team can be reached at [matrix-moderation@hamburg.ccc.de](mailto:matrix-moderation@hamburg.ccc.de).
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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