Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I love self hosting useful apps. I wish finding more things was easier. Right now I self host a jellyfin server and home assistant. When I learned a subscription for home security was $75/mo I said “there has to be something out there” and there was. I pay the developer their $6/mo even though everything works without it.

Jellyfin has been amazing for physical media backups. It’s nice to experience old VHSes and DVDs in a user friendly way.



Check out https://selfh.st for finding things! Go to the Apps page. Their weekly newsletter is also good.


And now a podcast too!


My favorite podcast in this topic is from Jupiter Broadcasting : https://www.jupiterbroadcasting.com/show/self-hosted/


+1 for all the Jupiter Broadcasting shows. I have my career in IT because I found the network in elementary.


Same! But in my 20s and I switched careers.


nginx-proxy becomes almost a must have if you have multiple services and prefer remembering domain names instead of port numbers https://github.com/nginx-proxy/nginx-proxy


Most people will use nginx-proxy [0] or Traefik [1] for front ending home labs with LetsEncrypt certs... Beyond that people will protect them with things like Tailscale [2], Cloudflare Tunnels [3] or even just mTLS [4] for protected access.

Home labbing today has a lot of amazing software and it's hard to keep up!

And as for dashboarding [5] on top of all this there are a lot of options.

Also, for those new to the game who want an easier way to approach take a look at Tipi [6].

[0] https://nginxproxymanager.com/ [1] https://traefik.io/traefik/ [2] https://tailscale.com [3] https://developers.cloudflare.com/cloudflare-one/connections... [4] https://smallstep.com/blog/build-a-tiny-ca-with-raspberry-pi... [5] https://selfh.st/apps/?tag=Dashboard [6] https://runtipi.io/


I use Tailscale for a bunch of self hosted services on a raspberry pi in my house. Port numbers and TLS certs are my current main problems with this setup but it's not annoyed me quite enough yet to do anything about it.


BTW why bother with TLS over already-encrypted and authenticated Wireguard tunnels? Is this just so that browsers won't complain, or do you have a more complex threat model?


Sorry for late reply, exactly that yeah - so the browser doesn't complain. I'm not worried about the security of HTTP over wireguard or anything like that. And domain names are easier to remember than ports so... http://raspberrypi:8123/ vs homeassistant.raspberrypi.local (or something)


> I use Tailscale...Port numbers and TLS certs are my current main problems with this setup

I've been running a Tailscale container, using the `tailscale serve` feature[0], as a sidecar for each containerized service I want to access. External access, TLS (to make my browser happy), and domain names all come for almost free. This allows me to set up `https://my-cool-service.lemur-pangolin.ts.net` with relative ease.

There's a ton of boilerplate, which drives me a bit nuts. But at least copy/paste is easy to do. Looking just now I have 31 Tailscale containers running that are almost duplicates of each other. You could probably do config generation but for a homelab I'm not motivated to really do that.

The command line interface for this tool is a little bit limited and forces you to share the network stack between your service and the sidecar. I would recommend injecting a config file into each container to give you full flexibility. I put up an example config on pastebin[1].

---

[0] https://tailscale.com/kb/1242/tailscale-serve

[1] https://pastebin.com/raw/PSgLqS0T


Lots of options to proxy and provide automation for certs. I'm personally a huge fan of Traefik, but I know a lot of folks use NPM since it's so simple and Nginx has great performance overall.


Can I suggest giving Caddy a go? I used to do everything with nginx but as soon as I found caddy I haven't looked back.


Why not just have a main page on a single domain that has links to all the services? That way you only need to remember one domain name.


Of course, a service map comes handy, just another simple way of getting it done. What I meant with the proxy was using e.g. jellyfin.example.com and portainer.example.com instead of the ports. Not to mention that two apps might have the same default port.

For those with a multi-machine setup, like running the easy stuff on a 1L machine and having backupservice at multiple locations or the LLMs on a big setup that might even use WakeOnLan the proxy will keep you from having to remember the IPs as well.


You could do that as long as you protected that page from prying eyes.


Yeah? That would apply to NGINX Proxy too...


Many use browser history so type a few characters and hit enter rather than navigating to an index page, locating a link, and clicking it.


Easier to wire up services to each other with domain names, serviceA.domain.tld is obvious, domain.tld:1234 is not


There is also path based, e.g. domain.tld/serviceA, domain.tld/serviceB


Won't work for many services, either they do some websocket stuff or they make assumptions about the URL or whatever. Subdomains are the way to go.


True enough, the app needs to support it.


Another reason to have a domain for each is to get TLS for each service in a standard way.


That doesn't sound like a bad idea, but it's just as easy to create a bunch of LXC containers with their own MAC address and IP for me (and thus own hostname per service).


People do traefik etc for the ssl mostly. A lot of selfhoated things log you out quite fast over http


> When I learned a subscription for home security was $75/mo I said “there has to be something out there” and there was.

Can I ask what it was you found?


Heck you can even cobble stuff together with Home Assistants and various door/window/presence/water/humidity sensors. I was able to build a notification system when doors, windows, or fence gates are open. Same with panic buttons that alert my SO if any of us need assistance when putting kids to bed without whipping out the phones.

All of that can be loaded into HASS using a $26 Sonoff Zigbee dongle and various Zigbee devices like Aqara and others.


ADT; there’s a program through my employer where employees get deals and so I made first contact with them. I chatted with a salesperson who walked me through a sign up process before I could ask any questions (I made contact saying I wanted to inquire about services and then said we couldn’t talk until he collected all my information).

He said normally it’s $100/mo but with this deal, it’s $75/mo.

No thanks. $900/yr to $1200/yr + installation fee for home security kinda stinks. I was told the equipment wouldn’t work if I didn’t have the subscription.

I’m sure I was taken for a ride too, being told false information (the equipment really wouldn’t work? It’s really $75/mo?). I indeed felt like I was being treated like a mark. At the end I said delete my information but honestly I doubt they did. But who cares because now I got myself into this pretty fun world of home automation and security through Home Assistant and self hosting.


I think they're referring to Home Assistant, that's what they found


Have you looked at Konnected? Really great if you already have a system installed but dead like I do.


Frigate is worth looking at as well if you have RTSP cameras as part of your security solution.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: