this post was submitted on 08 Jul 2023
163 points (98.2% liked)

Lemmy

523 readers
3 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to [email protected].

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 21 points 1 year ago (1 children)

Just run your own instance, I say.... that way it's your fault when you forget to renew the domain name instead of the poor soul running vlemmy.

[–] can 26 points 1 year ago (1 children)

The domain whois showed it was renewed for years. That's not the hard part about running an instance, not by a longshot.

[–] [email protected] 6 points 1 year ago (1 children)

I am very aware of what it takes to run a small instance, you are indeed correct that domain registration is not the hardest part.

[–] can 4 points 1 year ago (1 children)

What is the hardest part? Aside from funding if it's a personal one. I have a domain I'm barely using and I can think of a funny lemmy url but I think it's still probably more time and work than I'll get out of it at the moment

[–] [email protected] 6 points 1 year ago (1 children)

Honestly it depends on what your experience level with running software is and what you want out of it. For me things have been rather smooth sailing as I already host a number of things for myself (so know all about domains, DNS, servers, reverse proxies, docker, etc.) and I am the only one actively using my instance right now so (local or admin-level) moderation isn't really an issue either.

[–] can 3 points 1 year ago (1 children)

You lose me at docker. Maybe when I have more time I'll research it more.

[–] [email protected] 6 points 1 year ago (1 children)

Docker isn't super necessary, there are some scripts out there that hide a good bit of how it works like the official ansible playbook or lemmy-easy-deploy.

I use docker to easily run many pieces of software in isolation from each other, it's like VMs if you're familiar with those, but different in some key ways that don't really matter for this discussion.

[–] can 1 points 1 year ago

I am familiar with VMs. Thanks for the info.