this post was submitted on 08 Jun 2023
17 points (100.0% liked)

Fediverse

17534 readers
37 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
17
submitted 1 year ago* (last edited 1 year ago) by blitzen@lemmy.ml to c/fediverse@lemmy.ml
 

I heard once that the case for which instance (for any federated app, be it Lemmy or Mastodon etc) on which to sign up is to choose based on "administration" not subject. That is to say, it is better to experience the fediverse through moderation and other administrative decisions than it is to do so on a server that is "subject based." Thoughts?

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

How hard was it to set up an instance? I'm fairly decent with these things, and could spool up an shared server, but have never used Docker if that's the best way.

[–] andrew@lemmy.munsell.io 4 points 1 year ago

I started my own as well (I also run my own Mastodon server) in a Kubernetes cluster. It took maybe 30 minutes to get everything up and running in my home lab setup.

If you've never used Docker before and wanted to give it a shot, there will be a learning curve, but it's honestly very rewarding and depending on whether it's relevant to you, it's a good professional skill to have as well

[–] japps13@beehaw.org 3 points 1 year ago

I run my own Mastodon instance, but I haven’t been able to configure a lemmy instance. The readme is not currently as user-friendly as the one for Mastodon. I will try again sometime later if it’s improved.

[–] cablepick@lemmy.cablepick.net 2 points 1 year ago

I have my own server collocated in a data center so I spun up my instance in a virtual machine. All the infrastructure was ready to go and I’ve got a testing and production environment setup between my colo and my home lab. All that to say I’ve done things like this before so it wasn’t that difficult for me. I complied Lemmy from scratch which I do not recommend unless you really know what you’re doing. Docker would be the easiest way but I don’t really use it so I can’t recommend anything there.