this post was submitted on 04 Jun 2023
8 points (100.0% liked)

Fediverse

17538 readers
3 users here now

A community dedicated to fediverse news and discussion.

Fediverse is a portmanteau of "federation" and "universe".

Getting started on Fediverse;

founded 4 years ago
MODERATORS
 

I am wondering about the different fediverse software options and what would be best for various usecases.

Currently, I run a Mastodon and a Lemmy instance that is mostly just for myself, which is great for doing microblogging and link-aggregation/replacing Reddit. In the past I've also used various blog platforms for long-form text posts (documentation/guides), and to host some photography pics.

It feels like Mastodon isn't a good option for hosting long-form content (most instances have 500 char limits lol), nor would it be the best for trying to create a photo space akin to Instagram.

What software options would you recommend for either long-form blog posts or photo hosting? I know Pixelfed is an option (that I am looking into hosting), but is there a good blog option?

I think calckey can host pages and galleries, so it might be a good all-in-one solution? I'm not really sure.

p.s. If I export my content from Mastodon, shut down the instance, then bring up an instance of Calckey with the same domain/username, am I going to break things?

you are viewing a single comment's thread
view the rest of the comments
[–] maegul@lemmy.ml 3 points 1 year ago (1 children)

So, lemmy is an option for running a blog. See it mentioned in the documentation here: https://join-lemmy.org/docs/en/users/06-other-features.html?highlight=blog#lemmy-as-a-blog.

There would be a few levels of complexity to it. But if you're hosting a lemmy instance already, it shouldn't be any trouble for you ... basically make yourself the only account but allow people to federate with your instance. Add your own modified front end too if you like (as lemmy has separate backend and front end software stacks AFAIU). Interestingly, I think it would be a cool project for people to work on ... a front end suitable for hosting a single (or even multi) user blog on the fediverse.

An additional option would be microblog: https://docs.microblog.pub/. It's a single-user fediverse platform written in python and relying on sqlite (which sounds to me like a nice sweet spot for single-user instances).

[–] jax@lemmy.cloudhub.social 2 points 1 year ago (1 children)

Ahh, I didn't get that far in the docs, but seeing as there are no (that I can tell) post limits, running a blog on Lemmy would work pretty well with a bit of a UI change.

[–] maegul@lemmy.ml 1 points 1 year ago

Yep, totally, there's search, sorting, comments etc, all in one backend.

A neat blog-focused front-end would actually be super awesome IMO. Many want to be on the fediverse but interact just through blogs. A sort of blogo-verse (not sphere). Lemmy might be the best foundation to make that happen.