Actualizar 'README.md'
This commit is contained in:
parent
080bfcf852
commit
12f7213eee
23
README.md
23
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.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
## Installation
|
## Installation (Standalone)
|
||||||
|
|
||||||
```bash
|
The project uses only these 4 languages: PHP, HTML, CSS, JS. You have this basic requirements:
|
||||||
# requirements (Debian)
|
|
||||||
apt install php7.4-pgsql
|
- 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)
|
Loading…
Reference in New Issue