Cloudflared now in all repositories

Based on this recent change, I think we should update the Cloudflared tutorial to steer users towards installing from the package managers: pkg.cloudflare.com changes · Issue #719 · cloudflare/cloudflared · GitHub

Also, Cloudflared now supports DynamicUser when running as a service, so there's no need to run as root or configure a separate user. Furthermore, adding a "Wants" directive in the systemd script quiets down some errors when it initiates on boot, while "syslog.target" has been deprecated for some time now, so we can remove that to simplify the config.

I'm more than happy to take a stab at these updates; I just installed Cloudflared on an Rpi with pihole, and it's working perfectly. Just let me know how best to contribute!

1 Like

Pull requests are welcomed.

https://github.com/pi-hole/docs/pulls

1 Like

When considering to contribute via GitHub, note that clicking the pencil on a doc page will take you to the respective GitHub source:

Thanks! I'll take a stab at it this weekend.