Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Verdaccio

8 Topics 133 Posts
  • Verdaccio - Package Updates

    Pinned
    100
    0 Votes
    100 Posts
    32k Views
    Package UpdatesP
    [1.70.0] Update verdaccio to 6.1.2 Full Changelog add missing packages argument on getMatchedPackagesSpec (#5185) (2e572ac), closes #5175 #5160 by @IhToN deps: update core verdaccio dependencies (6.x) (#5179) (adb1373) fixes #5160 (again ) add legacy getMatchedPackagesSpec to config (#5173) (abea8ce) deps: update core verdaccio dependencies (6.x) (#5172) (cbd69af) fix(deps): update dependency compression to v1.8.0 (6.x) by @renovate in https://github.com/verdaccio/verdaccio/pull/5091 feat: refactor add api names and update core dependencies by @juanpicado in https://github.com/verdaccio/verdaccio/pull/5090 feat: upgrade load plugin and auth by @juanpicado in https://github.com/verdaccio/verdaccio/pull/5130 fix(deps): update core verdaccio dependencies (6.x) by @renovate in https://github.com/verdaccio/verdaccio/pull/5154 fix(deps): update dependency @cypress/request to v3.0.8 (6.x) by @renovate in https://github.com/verdaccio/verdaccio/pull/5155
  • Verdaccio Tokens now short-lived

    Solved
    9
    0 Votes
    9 Posts
    80 Views
    J
    in config.yaml, you can adjust the timeouts security: api: jwt: sign: expiresIn: 300d # npm token expiration web: sign: expiresIn: 300d # webUI token expiration
  • Verdaccio OIDC disables npm login

    Solved
    5
    0 Votes
    5 Posts
    57 Views
    philkunzP
    yes. All good.
  • Verdaccio complaining about secret key length

    6
    2
    0 Votes
    6 Posts
    138 Views
    philkunzP
    security: api: migrateToSecureLegacySignature: true solves this.
  • Verdaccio - unable to generate new OpenID app password after update

    Solved
    4
    0 Votes
    4 Posts
    53 Views
    E
    @BrutalBirdie I am sorry the description was to vague. As @girish mentioned, I've meant the App Password. @girish thanks a lot, we've now got it to work
  • http2 proxy for verdaccio

    Solved
    3
    0 Votes
    3 Posts
    198 Views
    philkunzP
    my bad. I just woke up this morning retested, and everything seems fine. I don't know what was happening yesterday. Maybe also some network congestion in the datacenter. Sorry for bothering you.
  • Support for verdaccio-oidc-ui

    Solved
    4
    1 Votes
    4 Posts
    818 Views
    marioM
    Sorted it out by building a custom image.
  • How to Configure Verdaccio after Installing?

    Moved Solved verdaccio
    2
    0 Votes
    2 Posts
    610 Views
    girishG
    @chilkat You can add custom config at /app/data/config.yaml. See https://cloudron.io/documentation/apps/verdaccio/