Docker image URL is invalid!

Hi, I’m trying it install from this URL Package roonserver · GitHub , but it’s invalid, is there any working links for Docker on Synology?

Thanks

Can you try the url without https://?

Still not working,

Here the

Not sure what is going on. I’m able to pull using this url:
ghcr.io/roonlabs/roonserver:latest

What version of Synology are you using? I don’t have a synology device, but let me see what I can figure out.

Is there any image file available to download and install?

Thanks

All images should be available. Just not sure yet why it is giving you problems :frowning:

Have you tried using ghcr.io/roonlabs/roonserver:1.0.6?

Some quick googling, it seems like Synology pre-7.2 has some docker issues. The recommended workaround that I’m seeing so far is to ssh into the NAS and use docker pull manually, update the Synology to at least 7.2+, or potentially use something like portainer or dockhand.

Yes, still the same error msg!

Here are the steps I’m doing ( I don’t know if some steps are missing)

1- Open Docker

2- Go directly to image tab.

3- Click add

4- Add from URL

5- Paste the given URL.

And I get the error msg.

Do I have to edit something on other tabs?

Thanks

I downloaded from this link on the screenshot, it shows as version 2.65, is it OK?

This is NOT the official container by RoonLas.

By default, Docker on Synology will only look for images in the Docker repository. This is not where the official RoonServer container is located.

As suggested by Steven, log into the NAS through SHS will allow you to pull the container from GitHub.

Alternatively, you can also add ghcr.io as a repository on the Docker app on your NAS, but I believe this requires the creation of an account.

@Stephen, @mjw, et. al.

This was not fun to figure out, but I understand what’s happening now and why @Twista_XP is having issues. The good news is there’s no emergency here.

@Twista_XP is trying to directly pull an image from the “Images” tab. This hits the issues that you read about on the internet with Synology accessing ghcr. There are legitimate Synology issues with that.

The installation guidance, which @Twista_XP should be following, is to go to the Projects tab and create a Project using the compose YAML created by the configurator. The compose file will begin with something like:

services:
  roonx:
    image: ghcr.io/roonlabs/roonserver:latest

That should work just fine with no custom registry configuration, ssh, use of portainer/dockhand. The reason why is that Container Manager just pushes the complete compose into Docker and then Docker does the pull, which works fine.

I don’t use Synology but I dusted my old one off to try this and it works just perfectly. Also note that the path that @Twista_XP was on was, best case, just going to get an image downloaded by no container would have been created.

@Twista_XP - you need to follow this guide. I think it’s missing a step or two but it’s the right way to do it.

@gTunes Thanks! I was starting down the route of seeing if I could afford picking up a Synology somewhere.

@Twista_XP If you get a chance to try out what @gTunes was talking about, please let me know if it works ok for you.

Come on @danny @Jeff_P get your wallets out and buy @Stephen the equipment he needs :squinting_face_with_tongue:

Amen.

Amen.

Seriously!!

Problem solved, thanks for the help, now it’s working fine.

I just updated my Synology to version 7.3, and followed the instructions, and used this Configuration generator: roonlabs.github.io/roon-docker/