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
[–] 2 points 3 years ago (1 child)

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

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 3 years 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!

  • source
  • parent