I use Cloudflare tunnels for most of my self hosted stuff and I wanted to point a subdomain at my piHole, but it seems that you can’t install the cloudflared software on a pi zero. Is there any way to get this working?
It’s not a massive issue if not as I’m currently just pointing to my Pi-hole from my load balancer but it would be nice to have everything tunnelled.
qazwsxedcrfv000@lemmy.unknownsys.com 1 year ago
Pi Zero you mean the original Pi Zero 1 right? Its SoC is driving an ARMv6 CPU.
The most straightfoward way is to try the Cloudflare Package Repository. It should be able to match the OS and arch for you.
You can also try installing the precompiled ARM deb package, specifically
cloudflared-linux-arm.deb
directly if the repo does not work.rarkgrames@lemmy.world 1 year ago
Yeah I’m pretty sure it’s the Armv6. Will give that a go. Cheers.
Andi@feddit.uk 1 year ago
It’s armv7, but should be v6 compat.