-
Hello everyone, I have configured verdaccio on a centos server and followed the tuto in the documentation. I used a docker container and my repository tree looks like this :
My config.yaml file look like this :
My questions are ? I thought it could be a problem due to the location of the conf file (since I saw in one of the youtube video that the guy had something like ~/verdaccio/conf/verdaccio/config.yaml) and I did the same, restart the docker container but my problem remained. Thanks so much for your time. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Just pinging @verdaccio/kubernetes In case have something to share here. |
Beta Was this translation helpful? Give feedback.
-
@adamspd I'm a bit confused here. Please correct me, If I'm wrong. So, this discussion is not relevant here. But here https://github.com/verdaccio/verdaccio/discussions or discord |
Beta Was this translation helpful? Give feedback.
-
It looks like you have a bit of confusion around docker generally and how the docker virtual filesystems work relative to your machine filesystem. The config paths will need to reflect the docker container filesystem and the files will also need to be mounted within the container. I'd recommend completing some fundamentals material like perhaps https://www.freecodecamp.org/news/the-docker-handbook/ to help cut down on the confusion here. Apologies in advance if this is not the case and I am misunderstanding your question. Also worth noting this is the wrong venue for docker questions as mentioned above but thought it worth sending you to something useful on your way to the right place |
Beta Was this translation helpful? Give feedback.
-
I've resolved my problem in a dirty way but it works anyway. I went to the server and did a |
Beta Was this translation helpful? Give feedback.
I've resolved my problem in a dirty way but it works anyway. I went to the server and did a
find -type f -name "config.yaml"
and therefore I've found the default config file that verdaccio were using, I did some modifications and everything were working fine except the logo that I can't change since according to what I understand, I can't use a path for it but an http link.