peertube-plugin-glavlit
v0.0.1
Published
Enhanced moderation tools for PeerTube
Downloads
17
Readme
Glavlit
Enhanced moderation tools for PeerTube.
Read First
This plugin is NOT supported by Framasoft, nor any organisation.
This plugin wouldn't be possible without the support of Framasoft and the PeerTube developers in making plugin APIs tailored for flexible filtering of all things a moderation plugin needs.
Features
- registration:
- block email domains (exact, glob)
- block email left parts (exact, glob)
- block email via DNS-based blacklists
- videos:
- put new/updated videos containing known words/glob on blacklist
Why here and not in mainline PeerTube?
- it is easier to use the plugin API than find your way in the codebase of PeerTube (lowers the bar for new developers only interested in moderation)
- it allows to experiment with strategies that could be resource-consuming or using third-party services
- it allows to go faster than PeerTube mainline at deploying changes, a requirement for some moderation strategies