-
Notifications
You must be signed in to change notification settings - Fork 852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📝No install instructions for Linux #1347
Comments
Linux downloads are listed here. On Ubuntu you'll want the .deb file or to follow the instructions in the linux sectuin about adding the Cloudflare Package Repository. |
I'm on an intel nuc with Ubuntu 24.04.1 LTS x86_64 and did the following:
curl -L --output cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb
sudo dpkg -i cloudflared.deb You can verify it's working with `cloudflared version`, Hope that helps |
The line On the other hand, could the repository maintainer for for cloudflared please help to update the repository to support Ubuntu @jackgray-nycbs FYI |
Yes you can workaround by using the deb file but you lose the ability to do auto-upgrade via |
The only resource I could find to install cloudflared on linux is in a tutorial for creating a local tunnel. The repository does not find a compatible version for Ubuntu 24 LTS.
The Linux download link in the README of this repository returns 404.
The text was updated successfully, but these errors were encountered: