this post was submitted on 01 Sep 2023
40 points (95.5% liked)

Selfhosted

37442 readers
43 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've had a "home lab server" for a while now, it's nothing special but I think I can do more with it, I just don't know what to do with it... I currently use it just for a pihole and (sometimes) a Minecraft server or a web server... I used to also have a nexcloud and a searxng instance (which I will probably bring back)... Any ideas for other things I can run on it?

top 18 comments
sorted by: hot top controversial new old
[–] Bristlerock@kbin.social 13 points 10 months ago* (last edited 10 months ago) (2 children)

That's a really open-ended question. Depends purely upon your interests and appetite for risk, etc.

Might be worth looking at, from a Docker perspective:

  • AdGuard Home (I think it's better than Pi-Hole)
  • Wireguard or similar. Great for reaching your services when away from home.
  • Audiobookshelf. Audiobooks. There are good apps.
  • Calibre-Web. Ebooks.
  • RSS feed reader, for non-social media websites you visit. Plenty to choose from: FreshRSS, TT-RSS, Sismics, etc.
  • Gitlab CE. If you're a developer or can otherwise make use of version control.
  • Gotify. Alerting on your containers. Has a good mobile app.
  • Heimdall. A dashboard for everything you're running.
  • Komga. If you're into manga. The best iOS app is meh, but the best Android app is awesome.
  • Mealie. Recipe database.
  • Paperless-ngx. Excellent for storing your PDFs and other digital life.
  • PhotoPrism. Basically Google Photos.
  • Portainer. Great for managing Docker containers/stacks.
  • qBitTorrent. Guess what that's for.
  • SWAG with Authelia. SWAG does reverse proxying with a Let's Encrypt certificate, and automatically renews it for you. Authelia provides MFA (Authy, Google Authenticator, etc) on top of it.
  • Vikunja. Todoist or Toodledoo without having to pay for features.
  • Wallabag. Basically Pocket.
  • Watchtower. Automatically updates containers for you. Can exclude the ones you don't want to update, etc.
  • Webtrees. Family tree research, if that's your thing.
  • YouTransfer. Useful for sharing files without having to use Dropbox, etc.

I have in the past run a Valheim server and a VRising server, too. FWIW.

[–] skadden@ctrlaltelite.xyz 3 points 10 months ago

Why do you think AdGuard is better than Pihole? I'm not upset with the job Pihole is doing but always looking for improvements.

[–] Father_Redbeard@lemmy.ml 1 points 10 months ago

I'll echo AGH being better. And there's a sync if you run two instances like I do. Wallabag is solid and its even better with Minflux as your RSS reader. Super tight integration to save from RSS to Wallabag. Love it.

[–] Lemongrab@lemmy.one 11 points 10 months ago

Bitwarden for hosting your own password manager.

Not sure if you have any smart home devices, homeassistant is another great self host program

[–] qjkxbmwvz@lemmy.sdf.org 3 points 10 months ago (3 children)

I'm a huge fan of Immich (Google Photos clone). I disabled the ML features which kneecaps it a little, but it runs totally fine on an rpi 4 (4GB).

There are other self hosted image solutions, e.g. PhotoPrism, so check out the options first. I used PhotoPrism for a while, but I like the Immich mobile apps (Android and iOS!), so am sticking with it.

I'm also running pihole, Wireguard, and Home Assistant (and fail2ban). Simple nginx web server handles the proxy business for Immich, and I also use that for sharing stuff with friends and family (e.g., a link to a PDF or something). I finally got around to installing SSL certs, and it was almost disappointingly simple! certbot just worked for me.

[–] PhilBro@lemmy.world 2 points 10 months ago

Immich is so good. I love it

[–] Father_Redbeard@lemmy.ml 2 points 10 months ago

Plus Photoprsim put some stuff behind a paywall which is a bit lame. Immich is fantastic!

[–] spez_@lemmy.world 2 points 9 months ago

I've got Immich with ML enabled on my Rpi (8GB) along with many other services

[–] zerodawn@leaf.dance 2 points 10 months ago (1 children)

What public services do you use that you think you'd want to self host? I'm trying to reduce the data i give to big companies so i starred running an instance of Audiobook-shelf and use it to auto grab my podcasts from an rss feed and keep a copy on my server plus it serves up all my audio books too. Or you could set up a vpn back to your network via wireguard and get the benefits of pihole when you're not home. If you feel like really digging into things you could host your own lemmy instance, or matrix chat and bridge in other serviced but that requires a bit more advanced knowledge.

[–] Presi300@lemmy.world 2 points 10 months ago (1 children)

I already have wireguard setup to pass my pihole through a VPN. As for my own Lemmy instance, I've thought about it, but I don't have the storage nor bandwidth for it...

[–] zerodawn@leaf.dance 0 points 10 months ago

If i remember correct the vm i'm running lemmy on has less than 300gigs of storage and i've used less than half of that with running lemmy for a couple of months with a hand full of users. I can't speak to the bandwidth aspect but i'd imagine self hosting lemmy would almost be better suited for low bandwidth so it can pull down the posts over time and hold them locally for you when you're ready, but thats just a guess.

[–] beeng@discuss.tchncs.de 2 points 10 months ago

Matrix with bridges to all your chat apps

[–] possiblylinux127@lemmy.zip 2 points 10 months ago

Jellyfin, nextcloud, gitea if your a Dev, matrix and maybe even lemmy

[–] Anafroj@sh.itjust.works 2 points 10 months ago (1 children)

Take back the control on your data, that's the whole point.. :) Where are you regularly saving data? Those are the prime candidates. Look at self-hosted alternatives for those services. I know big webapps hosted in docker containers managed by kubernetes is all the rage around here, but you can often find Unix style equivalent for such services, the main advantage of putting it on a server being to be able to access it from multiple devices. But you do you, if you prefer hosting big webapps, that's fine too. :)

[–] Presi300@lemmy.world 1 points 10 months ago* (last edited 10 months ago)

Thing is, I already have control over my data, now I'm wondering what else I can do with it. I mostly save data locally, the only things I'm really missing are a sync for my password manager and for my Firefox stuff (I don't use ff sync), but I'm also planning to upgrade my "server" and am wondering what to upgrade it with, that's why I'm asking for ideas, because idk what to upgrade it with... It's got a fairly decent CPU (some AMD FX 8core), 16GB ram, but no GPU ( fully headless rn) and only 128GB storage... So yeah, that's why I'm asking for ideas...

[–] Tywele@lemmy.dbzer0.com 1 points 10 months ago

I use mine for FreshRSS, Komga, Nextcloud and Syncthing.

[–] Decronym@lemmy.decronym.xyz 1 points 10 months ago* (last edited 9 months ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
HTTP Hypertext Transfer Protocol, the Web
RPi Raspberry Pi brand of SBC
SBC Single-Board Computer
SSL Secure Sockets Layer, for transparent encryption
VPN Virtual Private Network
nginx Popular HTTP server

4 acronyms in this thread; the most compressed thread commented on today has 10 acronyms.

[Thread #101 for this sub, first seen 1st Sep 2023, 17:55] [FAQ] [Full list] [Contact] [Source code]