this post was submitted on 21 Jul 2023
6 points (75.0% liked)

Selfhosted

61674 readers
278 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] qazwsxedcrfv000@lemmy.unknownsys.com 2 points 3 years ago* (last edited 3 years ago) (1 children)

Pi Zero you mean the original Pi Zero 1 right? Its SoC is driving a 32-bit ARMv6 CPU core.

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.

P.S. If none of the above works, you can try setting up the Go build environment and compiling from source on your Pi Zero.

[–] rarkgrames@lemmy.world 1 points 3 years ago (2 children)

Yeah I’m pretty sure it’s the Armv6. Will give that a go. Cheers.

load more comments (2 replies)