Files
projects/Dockers/verdaccio/verdaccio.yaml
T
Bram 6280b4ee65
Build and Push Docker Images / build-and-push (push) Failing after 35s
verdaccio
2025-03-21 22:34:55 +01:00

19 lines
355 B
YAML

storage: ./storage
auth:
gitea-auth:
url: https://gitea.bramkelchtermans.be
defaultOrg: LaughNCode
htpasswd:
file: ./htpasswd
uplinks:
npmjs:
url: https://registry.npmjs.org/
packages:
"@*/*":
access: $all
publish: $authenticated
proxy: npmjs
"**":
proxy: npmjs
log: { type: stdout, format: pretty, level: http }