verdaccio
Build and Push Docker Images / build-and-push (push) Failing after 35s

This commit is contained in:
2025-03-21 22:34:55 +01:00
parent aadc62794d
commit 6280b4ee65
3 changed files with 29 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
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 }