You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I have tested so far for private gitlab repo is
I need to set export NODE_EXTRA_CA_CERTS=/path/to/cert.pem in .zshrc
For example, my private repo is a self hosted gitlab then I need to modify the domain on line 87 & 88 in /giget/shared/gitget.xxxx.mjs
url: https://gitlab.domain.com/${parsed.repo}/tree/${parsed.ref}${parsed.subdir},
tar: https://gitlab.domain.com/${parsed.repo}/-/archive/${parsed.ref}.tar.gz
is there anything I can do for gitlab custom domain, for example to set GIGET_GITLAB_URL in .env so that it will pick up custom domain?
set GIGET_REGISTRY, GIGET_AUTH in .env
The only downside is I need to modify the gitlab domain myself.
From what I have tested so far for private gitlab repo is
export NODE_EXTRA_CA_CERTS=/path/to/cert.pem
in.zshrc
/giget/shared/gitget.xxxx.mjs
url:
https://gitlab.domain.com/${parsed.repo}/tree/${parsed.ref}${parsed.subdir}
,tar:
https://gitlab.domain.com/${parsed.repo}/-/archive/${parsed.ref}.tar.gz
is there anything I can do for gitlab custom domain, for example to set GIGET_GITLAB_URL in .env so that it will pick up custom domain?
GIGET_REGISTRY
,GIGET_AUTH
in .envThe only downside is I need to modify the gitlab domain myself.
_Originally posted by @hanzoz in nuxt/nuxt#13367
The text was updated successfully, but these errors were encountered: