Y’all should try it! I loved seeing it popping on other instances’ /instances
page, and seeing it polling other communities. Also changing the background in my theme was lit.
Lemmy’s hosting documentation is a bit rough around the edges, especially the ARM situation (and its contemporary solution), so I had some extra tinkering to do. No shade at all yeah? I appreciate every bit of their work and I jotted down some points that I need to consolidate into a documentation PR soon.
Anyway, I feel like the extra on our usernames should be worn as a badge of honor you feel me? ;)
I’ve just gotten my own instance of Lemmy running here and think I’m getting the hang of how to subscribe and link up to other instances. This is also a teaser to see if my first comment actually works!
I think I have the tech know-how to do it, but what worries me is that users could post illegal content, which my instance could then pull in. Since it’s on my storage, I would be legally responsible for that. So I’d have to constantly check, probably. How do others do this?
deleted by creator
I would love to do this but I’m afraid of exposing my home IP to the world of spammer and what not. Did you selfhost on a cloud provider or did you do it from your home ? How crazy does the security need to be around Lemmy instance ? I really feel like it’s a beacon of come hack me if you can!
One method that many people use to hide their IP address of their host is to use Cloudflare for DNS, that way you don’t directly expose your IP address to the wider internet. A nice bonus to Clouldflare is that it’s free too! Just get yourself a domain, get Cloudflare set up to provide DNS for it and you’re golden.
The more I see this community the more I think about starting a mastodon/Lemmy instance of my own. I used to have a home rack setup, but a 1U in an apartment isn’t ideal. I’ve cut down to just a old desktop with a pair of redundant 8TB drives now and might have to spin up a cheap vps somewhere.
deleted by creator
Frankly I’m not sure what it does haha. What are the “best communities”? Which communities? Also what does it actually do, subscribes all users on your instance to those “best communities”?
deleted by creator
It’s certainly been an adventure for me that’s mostly spurred me to learn about how to user/admin docker. (I need a project to dig into to learn things.)
What are the storage implications of setting up your own instance? Are you syncing the contents of every sub or just the ones you and your friends subscribe to? I like the idea of doing it but will it be TB’s of content in a few months?
You nailed it, it only pulls posts from communities that someone on your instance subbed to. It doesn’t even pull retroactively; your instance only starts pulling posts created after the first subscriber on the instance subbed.
I’m more concerned regarding media, because just like Mastodon, the pics themselves are copied from other instances onto yours. I hope it will be enough to just
find -mtime -delete
once in a whiledeleted by creator
Some people say manually purging the activity table for entries older than a week or so should be safe enough.
I wanna look into self-hosting my own Lemmy instance some time. Once I have more time to figure it out with my home network local server w/ public cloud VPS OpenVPN server setup (likely with Docker containers too) I’ll take a look into it. You’re right, it’ll likely be fun and right up my alley too.
I wish someday self-hosting anything (not just Lemmy) becomes as easy as installing an app. Self-hosting doesn’t need to be a nerd thing.
The hard part is the network. Everything is different with different ISP. The DNS is another challenge, you need to buy your ‘internet real estate’ and have it work correctly if your IP change.
Security is another challenge but I think it’s easier to notice unusual traffic from your basement server than from a mega-tech-bro-corporation. There’s probably some easy software that could do that.
Unraid with some Community Apps and Docker turned on is pretty turn-key with a ton of room for superusers.
It is cool, but lately there has been a bit too much hassle with it - my instance (latest versions mind you) is federating like shit.
There are often posts with wildly different upvote and comment counters, comments not loading at all even after days and so on.
I tried looking into it, both in issues on GH and Matrix room but no-one has time:/How useful it is to actually have a self-hosted lemmy instance if u are alone on it btw ?