Soselo is a web tool for next level moderation of all your ActivityPub-based servers.
https://www.nobigtech.es
Bofh 12f7213eee | ||
---|---|---|
api/v1 | ||
classes | ||
config | ||
css | ||
fonts/forkawesome | ||
img | ||
js | ||
views | ||
.gitignore | ||
LICENSE | ||
README.md | ||
base.php | ||
cron.php | ||
index.php | ||
login.php |
README.md
Apub-ctpanel
ActivityPub-based software Control Panel for: controlling bad actors, watching new users activity (until you build up trust, then whitelist it), filter posts (federated, unlisted, followers-only and DM (for example, for spamming via DM)), filter on user, automations on configured filters (auto suspend/silence/report users, auto delete posts, manual reporting and management of positives)...
In short: manage your ActivityPub implementation software (ex: Mastodon) in a next level way.
Installation (Standalone)
The project uses only these 4 languages: PHP, HTML, CSS, JS. You have this basic requirements:
- A standalone web server with any PHP version you want.
- Make sure the web server has access to your Mastodon/Pixelfed (or whatever) web, database, redis... (depending on the instance managed and configured in the web interface).
Package requirements
This requirements are specified with their common names, adapt the package name to your needs (version, operating system...):
- php-pqsql (Postgres)
- php-curl (Curl)