maggie44
maggie44
> @maggie0002 Temporary workaround: logon to your modem's UI, go to Advanced Setup, Cyber Security page, and turn on Disable Modem Security. > > If you want it permanently removed,...
Here is an example build process, deploying to GitHub Container Registry, but the theory is the same. I haven't got hardware to test the arm/v7 but the arm64 image works...
You tried it on armv6 too? Did you build your own through a fork of the repo or pull from the current one? I didn't think I had added an...
I think armv6 is pretty obscure for cloudflared, and not sure I would be supporting it if I was CloudFlare. But for the sake of curiosity, I will add an...
Should be there in about 25-30 minutes.
> @maggie0002 just wondering if your container will work on RPI4 running Debian 64? Yes, Raspberry PI 64 is `linux/arm64` and it builds a container for this. When you pull...
> @maggie0002 thanks for this it work like a charms. Any possibility in retrieving it with version instead latest? something like this `docker pull ghcr.io/maggie0002/cloudflared:2022.5.1-ma` > > NVM.. found it...
Seems the auto-building is mostly working: https://github.com/maggie0002/cloudflared-docker-multiarch/pkgs/container/cloudflared Only issue seems to be that the current `2022.5.2` build will tell you that it is `2022.5.1` when you pass `version` (it is...
> @maggie0002 thanks for this it work like a charms. Any possibility in retrieving it with version instead latest? something like this `docker pull ghcr.io/maggie0002/cloudflared:2022.5.1-ma` `2022.5.3` built properly, so can...
> ```shell > docker pull ghcr.io/maggie0002/cloudflared:latest > ``` I just tried `docker pull ghcr.io/maggie0002/cloudflared:latest` from a brand new VPS and it pulled without any issues. It may be an issue...