this post was submitted on 02 Jul 2023
1235 points (97.6% liked)

Selfhosted

39245 readers
309 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
[–] netwren 2 points 1 year ago (3 children)

I wish Home assistant was more conducive to running on Kubernetes. I tried it but so much of the local discovery doesn't work without being in the same LAN as all your IoT devices.

[–] Buelldozer 2 points 1 year ago* (last edited 1 year ago) (1 children)

There's an easy answer to that...don't use IoT devices. I recently rebuilt my HA setup into a VM running on Proxmox, added a Zoos USB to ZWave dongle and then replaced every device that needed a network connection with a Z-Wave device. I have nothing left that needs, or can even connect to, the Internet and all of my routines / automations are fully local. I can turn my Router off and the only thing it will impact is remote access and voice control.

[–] netwren 1 points 1 year ago

True. I kind of consider IoT a category of device nomenclature but that's not true.

[–] [email protected] 2 points 1 year ago (1 children)

I run my instance via docker-compose, and it's just a matter of setting network_mode: host on the container (in the YAML).

[–] netwren 3 points 1 year ago

I'll have to take another crack at it sometime. You can do all kinds of container privilege modification in Kubernetes and maybe I just missed the one I need to set. I'll try to find the analog for the one you shared here. Thanks!

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

Looks like it's not all that hard, jsut have to give home assistant some additional permissions to networking at a lower level of the stack