fork of mjolnir matrix moderation tool
Find a file
Your Name 6d13482015
Some checks failed
Docker Hub - Latest / docker-latest (push) Has been cancelled
Mjolnir / Build & Lint (push) Has been cancelled
Mjolnir / Unit tests (push) Has been cancelled
Mjolnir / Integration tests (push) Has been cancelled
Mjolnir / Application Service Integration tests (push) Has been cancelled
remove debug log spam
2026-01-13 01:46:42 -06:00
.github Update to Node 22 (#631) 2025-12-01 09:24:27 -08:00
.well-known Create funding-manifest-urls (#596) 2025-03-27 21:10:12 -07:00
config add an example for blocking t.me links. 2026-01-12 20:37:01 -06:00
docs Update to Node 22 (#631) 2025-12-01 09:24:27 -08:00
src remove debug log spam 2026-01-13 01:46:42 -06:00
synapse_antispam Update to Node 22 (#631) 2025-12-01 09:24:27 -08:00
test Update to Node 22 (#631) 2025-12-01 09:24:27 -08:00
.dockerignore Absolute bare minimum for a bot 2019-09-25 20:13:20 -06:00
.gitignore Revert "Fix traceback on Abuse Report. (#230)" (#293) 2022-05-13 15:29:49 +02:00
.prettierignore Use Prettier to format code (#542) 2024-10-09 12:32:23 -07:00
.prettierrc.js Use Prettier to format code (#542) 2024-10-09 12:32:23 -07:00
CONTRIBUTING.md remove real name requirement from DCO 2024-07-25 14:52:58 -07:00
Dockerfile lets try with yarn.lock 2026-01-12 21:58:15 -06:00
LICENSE Initial commit 2019-09-25 19:36:12 -06:00
mjolnir-entrypoint.sh manymjolnir appservice (#364) 2022-11-15 18:03:06 +00:00
mx-tester.yml Add commands to suspend/unsuspend user (#506) 2024-07-24 12:16:12 -07:00
package.json install postgres connector 2026-01-12 22:46:31 -06:00
README.md cyberia readme 2026-01-12 20:53:27 -06:00
releasing.md update releasing instructions (#502) 2024-01-23 21:29:43 -08:00
test_tree.jpg Add a NSFW protection (#520) 2024-09-11 15:26:20 -07:00
tsconfig.json Revert update to Node 24 (#630) 2025-11-21 11:04:09 -08:00
tslint.json Fix tlsint 2019-09-27 13:54:34 -06:00
yarn.lock revert yarn.lock 2026-01-12 23:55:21 -06:00

mjolnir

For upstream readme, see:

https://github.com/matrix-org/mjolnir https://github.com/PC-Admin/mjolnir/tree/main

to build a docker image

root@matrix:~# cd /opt/mjolnir
root@matrix:/opt/mjolnir# git pull cyberia wordlist-regex
root@matrix:/opt/mjolnir# docker build --progress plain -t cyberia/mjolnir .