this post was submitted on 02 Jul 2023
1096 points (97.2% liked)

Selfhosted

39226 readers
683 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I'm already hosting pihole, but i know there's so much great stuff out there! I want to find some useful things that I can get my hands on. Thanks!

Edit: Thanks all! I've got a lil homelab setup going now with Pihole, Jellyfin, Paperless ngx, Yacht and YT-DL. Going to be looking into it more tomorrow, this is so much fun!

you are viewing a single comment's thread
view the rest of the comments
[–] zuccs@lemm.ee 1 points 1 year ago (2 children)

How hard is it? Did you use the official guide? I looked into Mastodon and it was a bit too custom and annoying to spin up.

[–] EuphoricPenguin22@normalcity.life 1 points 1 year ago (1 children)

The Ansible install does make things a lot more simple, but it's still pretty involved if you're new to self-hosting in general. For example, you might need to set up an SMTP relay if you can't port forward a workable port, and you also will probably want to change your Nginx configs to allow uploading larger images than a single megabyte.

[–] SeeJayEmm@lemmy.procrastinati.org 1 points 1 year ago (1 children)

change your Nginx configs to allow uploading larger images than a single megabyte.

Huh? What do you need to do there?

The max_client_body_size setting in a few of the nginx config files needs increased. I don't have the link handy, but it's basically something you need to edit in both the /srv/lemmy internal config and several of the nginx external ones. The external ones are in a standard path for nginx installs, so a quick look for help on StackOverflow is how I got mine sorted.

[–] fuser@quex.cc 0 points 1 year ago* (last edited 1 year ago)

Lemmy setup about is as easy as you could make it. The ansible approach is very simple on Ubuntu. You need a host with ports 443 and 80 open and ssh key login for the server. Happy to help if you need it.