What does it do?
- Create ActivityPub profiles
- Mastodon profile links
- Avatar and header images
- Send toots (with Markdown!)
- See replies, boosts, and likes
- Attach photos to toots
- Reply or @mention people in toots
- Edit toots
What doesn't it do?
- Use this with your mastodon client
- Show featured posts on profile
- Allow you to follow accounts
Can I use it for my ActivityPub needs?
You can but you probably shouldn't. I built it as a way to learn how ActivityPub works so although I am using it, I probably wouldn't recommend it. You'd almost definitely be better off with a full Mastodon instance. The installation instructions are here if you really want to use it though:
- Clone the repository
- Copy the example
.env.examplefile.cp .env.example .env - Update
DOMAINwith your domain, database credentials, and S3 credentials (for images) composer installphp artisan migratephp artisan app:create-userto create a user loginnpm inpm run dev- Go to
/loginto login and add manage profiles.