The idea is to provide a remote test suite so that admins can test their setup and pinpoint issues.
It should be integrated to the Social App, and only activated with a flag in config/config.php
Admins sends a curl request on a remote Nextcloud installed with Social and the Activation flag. This first test will confirm the setup a Fediverse account.
Next step would be to send Post to a testing Fediverse account from the remote Nextcloud. Commands attached to the Post can trigger some action like following, boosting, ... from the testing Fediverse account.
The idea is to provide a remote test suite so that admins can test their setup and pinpoint issues. It should be integrated to the Social App, and only activated with a flag in
config/config.php