Crosspost (Misskey+)¶
This page will teach you how to set up automatic crosspost of answers to Fediverse (Misskey & forks). If you use Mastodon or its forks, follow the instructions on this page instead: Fediverse (Mastodon)
Install the dependencies¶
Dependencies for crossposting features aren't installed by default, so you'll need to install them manually:
Enable fediverse crosspost¶
Enable fediverse crosspost in Admin panel -> Crosspost -> Fediverse -> Enabled
Set instance domain¶
Set instance domain in Admin panel -> Crosspost -> Fediverse -> Instance domain
Run setup script¶
- Run the
fedi.pyscript in CatAsk install directory (e.g.python fedi.py) - Go to the authorize URL, choose your account and click on "Accept"
- You're done!
Configure visibility and CWs¶
Configure post visibility and content warnings in admin panel
Restart CatAsk¶
Finally, restart CatAsk after setting this up to not have config issues
Try it out¶
Try out your configuration and whether it does make a post on your account.
If it does, great!
What to do if it doesn't:
- Stop gunicorn
- Start CatAsk in debug mode with
flask run --debug - Make an issue on Codeberg and include your CatAsk logs (they are printed to the terminal)