Mastodon/Bluesky to Memos
A Python script that listens to your Bluesky/Mastodon posts and captures them in your Memos instance.
A Python script that listens to your Bluesky/Mastodon posts and captures them in your Memos instance.
In order to host Elk yourself you can use the provided Dockerfile to build a container with elk. Be aware, that Elk only loads properly if the connection is done via SSL/TLS. The Docker container itself does not provide any SSL/TLS handling. You’ll have to add this bit yourself. One could put Elk behind popular reverse proxies with SSL Handling like Traefik, NGINX etc.
An alternative to Phanpy, which also works with GoToSocial instances. At least this looks more robust than Phanpy. Gotta deploy one soon.
Edit: Wasn’t able to deploy successfully. Sad.
Browse most recent public posts across the fediverse by hashtag.
This is a great project. Lots of posts I’ve discovered from using this hashtag search. I know the source is on Github, but I wish this is easily selfhostable complete with Docker and compose documentation.
See Github page and blog post.
Mastodon and other Fediverse instance Front end
A step-by-step guide on installing Mastodon via Docker, configuration tailored especially for 2024
This is the first in probably a series of posts as I dig into the technical aspects of mastodon. My goal is to get a better understanding of the design of ActivityPub and how mastodon itself is designed to use ActivityPub. Eventually I want to learn enough to maybe do some hacking and create some of the experiences I want that mastodon doesn’t support today.
The first milestone is just getting a mastodon instance set up on my laptop.
Hollo is a federated single-user microblogging software powered by Fedify. Although it is for single-user, it is designed to be federated through ActivityPub, which means that you can follow and be followed by other users from other instances, even from other software that supports ActivityPub like Mastodon, Misskey, and so on.
Hollo does not have its own web interface. Instead, it implements Mastodon-compatible APIs so that you can integrate it with the most of the existing Mastodon clients.