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
+10
View File
@@ -0,0 +1,10 @@
FROM verdaccio/verdaccio
USER root
RUN yarn add verdaccio-github-oauth-ui@5
RUN yarn add verdaccio-gitea-auth
COPY verdaccio.yaml /verdaccio/conf/config.yaml
USER verdaccio
+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 }
+1
View File
@@ -0,0 +1 @@
1.0