bufferoverflow / verdaccio-gitlab

private npm registry (Verdaccio) using gitlab-ce as authentication and authorization provider
MIT License
161 stars 56 forks source link

I can publish but I can't access #122

Open JokerKu opened 3 years ago

JokerKu commented 3 years ago

this is my config.yaml

`
'@tt-private/*': access: $authenticated publish: $authenticated

proxy: npmjs

gitlab: true

'@/': access: $all publish: $authenticated proxy: npmjs

'**': access: $all `

now,I can successfully push the package but when I login in and look at the page , it was empty , if I login out and refresh the page ,I can see the packages.

please help me slove the probleam, thank you very much !