The only comment I'd add here is that you should make sure you have a real domain, that you've paid actual money to, when setting this up. ActivityPub assumes the domain is immutable, and the free dynamic domain names you can get (or free TLDs like, say, .ml was) are a bad choice. Spend the $10 or whatever, because if something happens to your domain name, you cannot just update it in the database and fix federation: it completely breaks everything in a way that's not repairable.
Fediverse
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
Shit good to know.
I've had mine up since 6/15 and in total between attachments, DB, and misc other stuff it uses just under 30 GB of space. I've also ran one of the subscriber bots for a couple days so there's who knows how many communities subscribed in total at this point.
Between the major parts, the DB is about 6GB the rest is attachments and such that could be wiped without any real harm. I'm hoping to see a 'purge data after X days' function at some point, or even better a 'after last interaction' so active posts don't get purged. No use keeping the data from some some simple meme that had 2 comments forever though.
Hello! I did the same thing, and this is my first post on my instance!
I just put it on an old computer with 8GB of RAM, a HDD, and an old i5. Its running great so far.
One disapointment for me is viewing "all". Since im the only one on my instance, the only communities I see are the ones im subscribed to. Let me know if you find a way around this please!
I've heard instances are using some sort of bot to "discover" communities
Indeed. !test@mylemmy.win is my community for, well, testing. It has 63 subscribers. One is me, the rest are bots that managed to find the community.
GitHub Link for one of those bots, which mentions in the README that there are similar bots here and here
Can you elaborate on the issue with viewing all? If I just want to scroll and see stuff will I be bc able to see anything across the fediverse that I am federated with or is it really only stuff I am subbed to?
Servers only receive content from communities that at least one user on them is subbed to. Servers do not download the entire fediverse, only the bare minimum to cover what the users on it have asked for.
I used this bot to populate lemmy.fan - it works well, runs within a container/portainer stack, and the logs show everything when it runs.
This is awesome! Can't wait to give it a try, thank you!
Lemmy doesn't require a lot of resources to run smoothly, especially for instances with a low number of users. The only concern may be if you upload a lot of images, they are stored on your drive.
If you don't want to manage a single user instance you can join someone's instance (like mine, I am the only one in my instance)
that should be easily enough. My instance after a month and subbed to 120 communities is using about 1-2gb of disk space. 18.3 did a ton of work in performance.
Consider object storage for pictures, that's all I can say. That, and the community seeder bot is extremely helpful.
Is there a guide on setting up object storage?
I've found the biggest thing isn't any real resource. My instance runs on a core 2 duo with 4GB of RAM, and I really try to get it to waste memory and barely fill the 4GB.
The thing is your instance will be blasted by all the other instances you subscribe to. If you subscribe to too many big communities you might find you're locked out during peak times, but it should be just fine as long as you're not crazy with follows like I am lol
You’ll be fine, it’s pretty light on resources. Your internet connection (bandwidth and stability) is really the biggest factor