diff --git a/README.md b/README.md index d2a849e..6d0050c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Apub-ctpanel +# Soselo -**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)... +**Soselo** is a web tool for moderating all your **ActivityPub-based servers**: 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. diff --git a/cli.php b/cli.php index da92a53..87a803c 100644 --- a/cli.php +++ b/cli.php @@ -92,7 +92,7 @@ function cli__cache($args) { } function cli__help($full=true) { - echo 'APub Control cli.php 1.0 author: bofh@nogafam.es'."\n"; + echo 'Soselo cli.php 1.0 author: bofh@nogafam.es'."\n"; echo "\n"; echo ' Parameters:'."\n"; if ($full === false) return; diff --git a/config/application.php.example b/config/application.php.example index 010beb1..a3c7d19 100644 --- a/config/application.php.example +++ b/config/application.php.example @@ -1,5 +1,5 @@ '/var/tmp/apub-ctpanel', + 'data_dir' => '/var/tmp/soselo-data', ]; diff --git a/index.php b/index.php index 2751dab..e6f6211 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,7 @@
-