beb802802a
push 读取 deploy/nexus-1panel.secrets.sh(gitignore),clone/pull 仍可匿名。 Co-authored-by: Cursor <cursoragent@cursor.com>
18 lines
622 B
Plaintext
18 lines
622 B
Plaintext
# 复制: cp deploy/nexus-1panel.secrets.sh.example deploy/nexus-1panel.secrets.sh
|
||
# 用于 git push(scripts/git-push.sh);clone/pull 仍可匿名
|
||
|
||
# NEXUS_GITEA_HOST='66.154.115.8:3000'
|
||
# NEXUS_GITEA_REPO='admin/Nexus.git'
|
||
# admin 账号密码或 Access Token:
|
||
# NEXUS_GITEA_TOKEN='你的密码或令牌'
|
||
|
||
# 新机安装勿填下面三项(install-nexus-fresh / --fresh 会自动按机生成)
|
||
# NEXUS_SECRET_KEY=''
|
||
# NEXUS_API_KEY=''
|
||
# NEXUS_ENCRYPTION_KEY=''
|
||
|
||
NEXUS_DOMAIN='api.synaglobal.vip'
|
||
NEXUS_ROOT='/opt/nexus'
|
||
NEXUS_PROFILE='2c8g'
|
||
NEXUS_FROM_ENV='/www/wwwroot/api.synaglobal.vip/.env'
|