Hello, Im new tiwh HA trying to install HACS on my VM, keep getting 503, Service Temporarily Unavailable. I had also tried wget -O - https://raw.githubusercontent.com/hacs/get/main/get, no working either.
Any help would be greatly appreciated.
Thanks
When the link is accessed from a web browser (even lynx), Cloudflare recognizes it as a valid request, and redirects the request to https://raw.githubusercontent.com/hacs/get/main/get
However, requests from wget or curl are seen as suspicious, and denied. While wget gets a 503 response, curl displays content of a page requesting confirmation that you’re not a bot.
HACS has to change configuration of their service (if possible) to add wget to allowed user agents, but meanwhile you can use the direct URL on githubusercontent.com, or you can tell wget to introduce itself as another browser: