this post was submitted on 20 Oct 2024
21 points (100.0% liked)
homeassistant
13650 readers
8 users here now
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Looks like something in your config is wrong, because ghcr.io/v2/ is not a public address. GHCR is a container registry, so your app shouldn't be trying to pull directly from /v2/. It should be ghcr.io/home-assistant or similar.
My understanding with that information is that it's attempting to go through ghcr.io/home-assistant to do that. I'm just an absolute noob at this stuff
Well, there are a lot of helpful suggestions in this thread, and you can also check out this thread on the Proxmox forums.