I hope this post is not too off topic. I thought that it would be nice to see the address of all the small self-hosted instances of Lemmy (1~5 users).
I stood up an instance on linode for myself and a couple friends.
We’re lolimbeer.com !
Which is based on an old meme that I still find hilarious.
But, then I got a registration application that was excited about “lolis & beer”.
I still like the domain and I’ve had it sitting around for a minute, but i never really thought about it or read it that way before.
Sorry to hear that. But the whole thing is hilarious
Lol, I thought so too.
Made me think of the arrested development license plate, A new start,
ANUSTART
.
Hello from onlylans.io
Also on kubernetes, hopefully this message works. First time testing from my self-hosted instance.
I see you 👀
I got it.
biglemmowski.win/
Just two dudes here haha
My instance has 2 users. The domain name is endlesstalk.org
I host it on a k3s cluster with 2 nodes.
Is there a way to host with high availability? Or is that a kubernetes feature?
K8s is just a huge abstraction over your clusters, the real question is if the software/containers support HA.
I’ve been meaning to test it for a while now, but have just been running VMs/Docker. Will check it out.
You can definitely have high availibillity without kubernetes, but its easier(For me atleast) with kubernetes.
What HA options exist outside of k8s?
For container orchestration, which is mostly what k8s provides, then you could use docker swarm or nomad. You could use docker-compose with multiple replicas of the wanted container + a load balancer to divide the load.
In general I don’t think k8s/k3s is needed for hosting lemmy yet, but since I have a setup for k3s, it is easier for me to use it.
Nice, thanks for the info.
how do you handle the sled state for pictrs with 2 nodes? I’ve been having some trouble with it.
I have only 1 container of pictrs running(with no scaling) and are using longhorn for storage, so if the pictrs container switches node, then longhorn handles it for me.
I see, thanks. What volume(s) are you persisting that way exactly? I mean the internal path that pictrs is using.
The internal path, I’m persisting is
/mnt
, but I also use an older version of pictrs(0.3.1). Think the newer version uses a different path.I also needed to add the following for the pictrs container to work correctly.
securityContext: runAsUser: 991 runAsGroup: 991 fsGroup: 991
Thanks a lot!
Well… Mine was once 1~5 users 😅 It’s selfhosted on my own hardware.
Have you had any issues with your ISP?
What kind of issues? Stability? No issues.
I have considered hosting an instance but my ISP has vague terms prohibiting that sort of thing.
Best you can do is ask them directly.
Or just do it and ask later if there are problems ;) from.my experience when you ask they say no.
lemmy.nrd.li
- The domain is pronounced Nerd-ly. I welcome anyone that considers themself a nerd and any community someone feels like being nerdy about.I also have like 20+ others domains… Most of which are unused… I may have a problem.
Hello fellow domain hoarder 🤣
I run lemmyverse.org.
https://lemmings.basic-domain.com (basic-domain.com since I already had it) lemmings because I loved that game, and it had a “lemmy” touch to it
https://leddit.danmark.party, because it’s running a bot named Leddit that pulls content from Reddit. And, uh, Denmark Party, because I love Denmark and I thought it would be really funny to own a domain named this. I also wanted to split my serious and silly projects into different domains, so I bought this extra domain and use it for all of my silly projects now.
(Not posting directly from that instance so I can leave the bot in peace, but federation definitely works because posts from it are getting through to other instances)
I created dis.ney.ink to try to be the Lemmy version of the Disney subreddits (such as r/dvcmember and r/waltdisneyworld) … so far there’s 3 users and ~9 subscribers
I don’t host lemmy (yet) but my domain is zyphr.xyz, I wanted zephry.xyz but it was taken.
Wish I had looked at other options before choosing to be honest.
Mine, though it says 202 users, is only actually 2, me and a test account, cause it got botted due to me leaving open registration. Luckily found out about 10 seconds after it started, but still, annoying. Though yea, just myself on here for now. :D
you might wanna clean up your database there. at least purge anyone from the
local_user
table who doesn’t belong there so that they can’t log in. if you also remove all the relevant entries fromperson
it will fix the displayed user count as well.Hey, it’s been a while, but just wanted to say that following this fixed my instance, and numbers are now normal again. Thanks! 💛
Oof that must have been annoying to clean up, at least you caught them early!
I still haven’t, but I’m going to right now! :P