this post was submitted on 23 Jun 2023
11 points (92.3% liked)

Self Hosted - Self-hosting your services.

11217 readers
9 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

Out of curiosity I'm currently considering to self-host a Lemmy and a Mastodon instance. Just for me (and maybe 2-3 close friends) privately. The proposition of having full control over my social media sounds appealing to me.

However, I'm not a software developer and I have next to no experience in self-hosting anything. Also, I don't plan to make self-hosting a hobby of mine.

Given these circumstances - how much time investment do you think is needed to keep everything running smoothly. I wouldn't mind spending 1-2 hours a week, but if it's more like 1-2 hours a day, I would stay clear.

Also, are there resources for troubleshooting available? I found the installations guides and some seem to be quite good for a layperson, giving step-by-step advice, however where to go if it doesn't work?

I'm trying to make up my mind if it would be worthwhile to try or if I set myself up with wasting a lot of time :) So, any advise is welcome.

top 18 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 1 year ago* (last edited 1 year ago) (3 children)

Usually, maintaining a server doesn't take much time once set-up. I personally use NixOS to manage my server, but it's very complicated, and I would not recommend it to a non-developer. However, there is tools/OS called YUNoHost, that is able automatically set up a bunch of services including lemmy and mastodon.

They also provide a free third level domain name (or can use your own, but do it before installing Mastodon or Lemmy, as it'll break federatio.), but you'll need to provide a server. You can rent one (I use an OVH VPS), but you may also just use a spare computer at home, or buy a cheap one (Everything that isn't a slow HDD should work well). I'm unsure about what capacity you need to plan for storage thought.

You should also probably make sure your ISP provide a static IP (that may disabled by default) and that they allow to configure port forwarding (can be found in the router settings usually).

Also, don't forget to set up an automatic backup system. YUNoHost probably recommend something in that matter.

[–] Solvena 2 points 1 year ago

I just checked out YUNoHost, which sounds like an excellent stepping stone, thanks for the recommendation! I'll go with a VPS, so ISP shouldn't be a concern. I think, I'll just try it out - at worst I'll lose a couple of hours of my time ;)

[–] [email protected] 1 points 1 year ago

I started with YUNOhost to gain some experience with selfhosting. Along with that I would recommend to read through some security best practices to cover some basic pitfalls.

[–] [email protected] 5 points 1 year ago* (last edited 1 year ago)

Honestly, if you don't feel like self-hosting could be a hobby, just don't do it.

If done correctly, it can take up quite some time, but that can definitely be worth it (privacy, freedom, hobby/fun, etc). But if not done correctly, that can cause problems in security, performance, compatibility and perhaps even financials.

Just find an instance you like (read the rules about privacy, allowed languages, allowed content, etc) and create an account there.

[–] [email protected] 4 points 1 year ago

Kbin has the link aggregator/forum functionality as well asicroblogging built in. So it would give you what Lemmy gives you and what Mastodon gives you all in one.

[–] [email protected] 4 points 1 year ago

I also like the idea of selfhosting lemmy, but i have the impression the user experience will be degraded, as it will get federated events much slower than a server with thousands of users. Also, no "global" tab because you're the only user, so you won't discover new stuff

[–] Dandroid 2 points 1 year ago (1 children)

I'm a software engineer, I have taken classes on docker, I host my own web pages, etc. and I STILL can't get it my own instance of Lemmy running. The instructions are unclear. They have bugs in their docker-compose.yml file. It's really bad. I have been working on it after work each day for the past 4 days. So far I got the UI working, but i can't log in or create an account. And I had to disable logging to get it running because I was getting an error with how the logger was defined in the yml file.

And because I was frustrated, even though I really, really didn't want to, I tried using their ansible setup. It still didn't work, and it completely fucked my server. It took me a few hours to undo all the shit it did.

It's not in a good state right now. Hopefully they fix it soon.

[–] [email protected] 4 points 1 year ago

I STILL can’t get it my own instance of Lemmy running. The instructions are unclear. They have bugs in their docker-compose.yml file. It’s really bad.

It's a whole mess, yes. Also they want to create random containers and random volumes all over the place with random IDs for names and by default suggest messing with upstream files and configuration before creating the containers.

I hope the devs will one day provide a proper container with environment variables for configuration.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

Difficult to say. There will be a lot of new concepts to learn about. Easiest thing would be to spin up a VM and test in there.

Getting Lemmy up and running on my existing Docker infrastructure too about an hour, and only because there's an undocumented restriction that I ran into that I had to google around. Adapting the docker-compose to my Traefik settings took about 5 minutes.

It will likely take you a bit more time to get started, but after that many sites run on without much maintenance. Perhaps not such a rapidly developing project like Lemmy, but Mastodon is fairly stable nowadays.

[–] [email protected] 2 points 1 year ago

and a Mastodon instance

A Mastodon Mastodon instance, or just something to interact with Mastodon-compatible services? For the later maybe have a look in GoToSocial, especially when you host it as single-user instance just for you.

It needs very low resources and fits in a single Docker container with a single volume. All you need to keep in mind is that it is alpha software and not every single feature is fully supported yet. You also need a client because GoToSocial is just a server/back-end.

how much time investment do you think is needed to keep everything running smoothly

For GoToSocial it took me around a weekend, including learning how to use Docker and trying things out a lot.

[–] [email protected] 2 points 1 year ago

It took me a day or two to setup everything for my selfhosted lemmy juggling my day job hehe, I'm guessing it can take a none experienced person one weekend to deploy lemmy in a VPS with docker. After that I've just connected to it to upgrade from 0.17.3 to 0.17.4 and I'll have to update to 0.18.0 when it comes out.

Be sure to set up properly your firewall and follow any security recommendations (they should mostly be one time configurations).

For troubleshooting, google is your friend (or similar search engine). You can also hop into any chat the project may have (matrix, discord). Or you can post in communities specific for the problem you know you're having, or general ones like in here when you're lost.

[–] [email protected] 1 points 1 year ago

Please do add a tag to your post as stated on the sublemmy sidebar! Thank you. :)

[–] [email protected] 1 points 1 year ago

I have been looking into Mastodon a while back but found it way too complex for my single user use case. I ended up with Akkoma running on Docker which seems to be a much better fit for this requirement. I also set up Lemmy on Docker a week ago or so which seems to run fine as well. I noticed the comment here that the Lemmy documentation for Docker is incomplete, which I noticed as well. But I figured it out, so if you hit a road block I may be able to help.

[–] [email protected] 1 points 1 year ago

Also, I don’t plan to make self-hosting a hobby of mine.

Then, don't do it.

There are plenty of mastodon hosting providers out there. Masto.host, Spacebear, and my own Communick. I'm also doing Lemmy hosting.

Even if it feels like you are not "fully controlling" your social media presence, by using a managed provider you still have your own domain, and you can pull out all your data whenever you want.

[–] [email protected] 1 points 1 year ago

I’ve had some bad experience setting up Mastodon. Tried everything, docker, baremetal, OS package, local build… In the end I decided to use Pleroma. Infinitely simpler.

Lemmy is also pretty easy to setup if you don’t use Docker.

As to maintenance, my experience has been…I don’t have to. For small instances, things could generally run themselves indefinitely. I have a dozen servers running on my VPS, ranging from telegram bots to websites to things like Lemmy. Some of them receivs a fair amount of traffic. I pretty much never need to login to my VPS.

load more comments
view more: next ›