From 12f7213eeefcb992b66e15948396cd2ffbc49595 Mon Sep 17 00:00:00 2001 From: Bofh Date: Sat, 10 Dec 2022 06:33:12 +0000 Subject: [PATCH] Actualizar 'README.md' --- README.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cfd2a2b..2375436 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,21 @@ -# apub-cpanel +# Apub-ctpanel -ActivityPub-based software Control Panel for controlling bad actors, new users, unwanted content, filter on posts, filter on users, and more automations... +**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 +## Installation (Standalone) -```bash -# requirements (Debian) -apt install php7.4-pgsql -``` +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) \ No newline at end of file