Sudarsan Reddy

Results 115 comments of Sudarsan Reddy
trafficstars

Awesome, can you have a look at https://github.com/cloudflare/cloudflared/blob/master/cloudflared.wxs? You'll need the binary from https://github.com/sudarshan-reddy/msitools/releases to generate an msi from this wixl. https://github.com/mtrojnar/osslsigncode is the POSIX version of signtool.exe that windows...

@F21 , we’re working on adding this and you should see it soon!

You can now try out our beta pkg downloader if you want! (remember to add sudo wherever necessary) ``` mkdir -p --mode=0755 /usr/share/keyrings curl https://pkg-beta.try.cloudflare.com/cloudflare-main.gpg -o /usr/share/keyrings/cloudflare-main.gpg echo 'deb [signed-by=/usr/share/keyrings/cloudflare-main.gpg]...

To re-iterate what @abelinkinbio said, > as a note, https://pkg.cloudflareclient.com/install is for the Warp Desktop Client and not cloudflared specifically. If all goes well with the testing of the new...

That's being tracked here: https://github.com/cloudflare/cloudflared/issues/686. Did you already have a cloudflared installed as a service?

https://pkg.cloudflare.com/#ubuntu-jammy should work now.

I apologize for the stagnation in checking this PR. This is great work. The delay is because I'm currently evaluating the maintainability of putting this build process in Cloudflare's internal...

> I apologize for the stagnation in checking this PR. This is great work. The delay is because I'm currently evaluating the maintainability of putting this build process in Cloudflare's...

> https://github.com/cloudflare/cloudflared/issues/675#issuecomment-1200132966 This is the official solution for armel packages for now. I'll keep this issue open for when we can schedule it for the future.

@petrolep : I'm going to look into this. Do you have a minimal example I can try and reproduce and iterate on?