Actualizar 'README.md'

This commit is contained in:
Bofh 2022-12-10 06:33:12 +00:00
parent 080bfcf852
commit 12f7213eee
1 changed files with 16 additions and 7 deletions

View File

@ -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.
<br>
## 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)