chore: migrate npm registry from GitLab to Forgejo
Updated .npmrc files to use self-hosted Forgejo package registry: - Changed scope from @transquinnftw to @lilith - Updated registry URL to forge.nasty.sh - Updated auth token variable from GITLAB_NPM_TOKEN to FORGEJO_NPM_TOKEN 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
e9ab11023f
commit
d4e6501bbb
2 changed files with 5 additions and 3 deletions
5
.npmrc
5
.npmrc
|
|
@ -1,5 +1,6 @@
|
|||
@transquinnftw:registry=https://gitlab.com/api/v4/packages/npm/
|
||||
//gitlab.com/api/v4/packages/npm/:_authToken=${GITLAB_NPM_TOKEN}
|
||||
# Forgejo Package Registry (forge.nasty.sh)
|
||||
@lilith:registry=http://forge.nasty.sh/api/packages/lilith/npm/
|
||||
//forge.nasty.sh/api/packages/lilith/npm/:_authToken=${FORGEJO_NPM_TOKEN}
|
||||
|
||||
# Windows-optimized pnpm configuration
|
||||
node-linker=isolated
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
//10.0.0.11/api/v4/projects/1/packages/npm/:_authToken=glpat-yM5xiwUf6ngPhsa648Lq
|
||||
# Forgejo Package Registry
|
||||
//forge.nasty.sh/api/packages/lilith/npm/:_authToken=${FORGEJO_NPM_TOKEN}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue