Skip Navigation

Posts
2
Comments
132
Joined
3 yr. ago

  • This community is not unmoderated, nor is it micromanaged. As has been shared in these comments, some members of this community appreciate these new release postings. If you don't, ignore/hide it and/or downvote it and move on.

  • Check the ZFS pool status. You could lots of errors that ZFS is correcting.

  • Quick and easy fix attempt would be to replace the HDD with an SSD. As others have said, the drive may just be failing. Replacing with an SSD would not only get rid of the suspect hardware, but would be an upgrade to boot. You can clone the drive, or just start fresh with the backups you have.

  • Usually, the reason is HACS

  • self-hosted doesn't have to mean 'hosted at home'

  • It's a stub and almost worthless.

  • Yeah, and it's so comprehensive.

     
        
    yarn install
    yarn dev
    
      

    My point stands.

  • If you really want to serve the self-hosting community, please improve your documentation. As someone unfamiliar with this product, I have no idea what to do with this once I clone the repo. I hunted and found a compose.yaml file, but it's not clear if this is all I need.

  • Per rule #3, this seems to be a general home computing question and not centered around self-hosting. Please consider adding details to clarify how this involves self-hosting.

  • Deadpool 2 was a disappointment. This seems like it might go back to the simple storytelling of the original, even if they are throwing him into the multiverse. I like it.

  • Except when the ONLY pi-hole is down, which was the original OP’s whole question.

  • Yes, your experience will be different if your DNS is being provided by another kind of DNS resolver. If you want a consistent pi-hole experience (and you can’t avoid downtime of your current pi-hole), add another pi-hole to your network and let that be your secondary DNS resolver.

  • Add another DNS server (1.1.1.1, for instance) to your DHCP options. Your DHCP clients will use 1.1.1.1 when the pi-hole isn’t responsive.

  • VLANs all the way. I have several VLANs, including:

    • Virtual Servers
    • Bare metal
    • Trusted devices
    • IoT devices
    • Guest network etc.

    EDIT: An alternative would be to replace or supplement Proxmox with Docker/Podman on the bare metal of the server. The container networking would be isolated by default. If you can replace your VM needs with containers, that may get you what you want.