Tempus Thales
Tempus Thales
Explore posts from servers
HHomarr
Created by Tempus Thales on 5/26/2024 in #💬・get-help
Github Registry for Homarr
yes I was trying to mark my post above as the solution...
24 replies
HHomarr
Created by Tempus Thales on 5/26/2024 in #💬・get-help
Github Registry for Homarr
ok so the answer to my woes was to go to Portainer > Registries > Create a new Registry:
Name: Homarr
Registry URL: ghcr.io
Username: ajnart
Password: Use generic token
Name: Homarr
Registry URL: ghcr.io
Username: ajnart
Password: Use generic token
This then allowed me to update the image I was using by doing a pull which then grabbed the updated image from ghcr.io/ajnart/homarr:latest and once the image updated, I was able to recreate the container with the :latest tag.
24 replies
HHomarr
Created by Tempus Thales on 5/26/2024 in #💬・get-help
Github Registry for Homarr
BTW I know this is not a homarr issue, all I wanted to know is what registry to use with homarr so i could create it on Portainer.
24 replies
HHomarr
Created by Tempus Thales on 5/26/2024 in #💬・get-help
Github Registry for Homarr
I use Portainer predominantly.
24 replies
HHomarr
Created by Tempus Thales on 5/26/2024 in #💬・get-help
Github Registry for Homarr
I think I figured it out.
24 replies
HHomarr
Created by Tempus Thales on 5/26/2024 in #💬・get-help
Github Registry for Homarr
and that is how its always been configured... thats why I was trying to update, so i could point it to the right registry
24 replies
HHomarr
Created by Tempus Thales on 5/26/2024 in #💬・get-help
Github Registry for Homarr
honestly all I was trying to do was update homarr, but when I try that it doesnt update... and that let me into this rabbit hole
24 replies
HHomarr
Created by Tempus Thales on 5/26/2024 in #💬・get-help
Github Registry for Homarr
24 replies
HHomarr
Created by Tempus Thales on 5/26/2024 in #💬・get-help
Github Registry for Homarr
all I want to know if there is a registry I should be pulling this off from
24 replies
HHomarr
Created by Tempus Thales on 5/26/2024 in #💬・get-help
Github Registry for Homarr
I tried to pull the image first, but then I get a 500 error because the registry i was using is dockerhub-prod-us The error I get from the pull is:
pull access denied for ghcr.io/ajnart/homarr, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
pull access denied for ghcr.io/ajnart/homarr, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
24 replies
HHomarr
Created by Tempus Thales on 5/26/2024 in #💬・get-help
Github Registry for Homarr
- Where were you even pulling from before? It's always been on ghcr. (It's been on ghcr since 1.3), but I've been pulling from ghcr.io/ajnart/homarr:latest - What version are you updating from? 0.15.2 - What are your logs? (When updating what does it say) :
Exporting hostname...
Migrating database...
yarn run v1.22.19
$ ts-node ./migrate.ts
Done in 8.49s.
Starting production server...
Listening on port 7575 url: http://77374868db9a:7575
Exporting hostname...
Migrating database...
yarn run v1.22.19
$ ts-node ./migrate.ts
Done in 8.49s.
Starting production server...
Listening on port 7575 url: http://77374868db9a:7575
24 replies