this post was submitted on 02 Jul 2023
49 points (100.0% liked)

Selfhosted

59999 readers
793 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 3 years 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
[–] thanatos@lemmy.world 1 points 3 years ago* (last edited 3 years ago) (1 children)

Portainer - For docker containers.

AdGuard Home on 2 separate Raspberry Pi Pico W.

HomeAssistant on its own hardware. Home automation

SearXNG - private search.

Whoogle - private search.

Shaarli - Bookmarks.

youtube-dl - downloading videos.

PaperlessNGX - document storage.

Trilium Notes - notes app

These are the ones I can't live without. All docker containers running on a NAS.

[–] zuccs@lemm.ee 0 points 3 years ago (1 children)

Why do you need to host youtube-dl?

[–] einsteinx2@programming.dev 1 points 3 years ago

I guess it’s not so much “hosting” as having it on your home NAS with some scripts to backups channels and videos that you like. At least that’s what I do.

Thought I should make a point to mention youtube-dl is dead, yt-dlp is the replacement and it works great. Even has a command line flag to make its options work the same as the options in youtube-dl so it can be a drop in replacement for existing scripts.