Skip to content

docs(guides): fix cloudflared installation step in BTCPay guide - #2082

Open
haruu99 wants to merge 1 commit into
ZecHub:mainfrom
haruu99:fix/btcpay-cloudflared-install-step
Open

haruu99 wants to merge 1 commit into
ZecHub:mainfrom
haruu99:fix/btcpay-cloudflared-install-step

Conversation

@haruu99

@haruu99 haruu99 commented Sep 11, 2026

Copy link
Copy Markdown

Summary

Resolves ZecHub Bounty cmtunbvy9008ccvac7mzgg7sz (0.90 ZEC): "BTCPay guide's Cloudflare Tunnel step runs 'apt install cloudflared --legacy', which fails".
Tag: @ZecHub/bounties cmtunbvy9008ccvac7mzgg7sz

Changes Made

  • Replaced the invalid sudo apt install cloudflared --legacy command in site/guides/BTCPayServer_Zcash_Plugin.md (which fails because apt has no --legacy option and cloudflared is not present in default Debian/Raspberry Pi OS repos).
  • Documented the official Cloudflare installation process:
    1. Adding Cloudflare's GPG key to /etc/apt/keyrings/cloudflare-main.gpg.
    2. Adding Cloudflare's official package repository to /etc/apt/sources.list.d/cloudflared.list.
    3. Running sudo apt update && sudo apt install cloudflared.
  • Added explicit alternative fallback command downloading the release .deb for ARM64 (Raspberry Pi) and AMD64 systems.

- Replace non-existent 'apt install cloudflared --legacy' with official Cloudflare GPG key and APT repository configuration.
- Add direct release .deb fallback command for Raspberry Pi (arm64) and amd64 architectures.

Resolves ZecHub Bounty cmtunbvy9008ccvac7mzgg7sz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant