https://github.com/joaocarmo/docker-cloudflared-arm-build
Use Docker to make a cloudflared arm build
https://github.com/joaocarmo/docker-cloudflared-arm-build
arm bash cloudflare cloudflared docker pi pihole raspberry raspberrypi raspbian
Last synced: 3 months ago
JSON representation
Use Docker to make a cloudflared arm build
- Host: GitHub
- URL: https://github.com/joaocarmo/docker-cloudflared-arm-build
- Owner: joaocarmo
- License: mit
- Created: 2021-01-27T23:45:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-27T23:54:06.000Z (over 4 years ago)
- Last Synced: 2025-01-16T21:23:08.939Z (5 months ago)
- Topics: arm, bash, cloudflare, cloudflared, docker, pi, pihole, raspberry, raspberrypi, raspbian
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-cloudflared-arm-build
Use Docker to make a cloudflared arm build. This is useful for the non-64bit
Raspberry Pi.## How to use
Clone this repo and then use one of the options below.
```sh
# Build the latest available version
./build# Build a specific version
./build
```After a successful build, you should have your compiled `cloudflared` binary in
the root directory. Just copy this over to its destination (e.g., use `scp`).## Other
After following this [Pi-hole guide][pi-hole-doh], some useful scripts to copy
over are available in the `scripts` directory.[pi-hole-doh]: https://docs.pi-hole.net/guides/dns/cloudflared/