Files
Nexus/deploy/nexus-1panel.secrets.sh.example
T
Nexus Deploy 65e4478b4b feat(deploy): load credentials from nexus-1panel.secrets.sh
Keep secrets out of tracked scripts; support git add -f secrets file,
git remote token parsing, and port/firewall checks for one-click install.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 23:37:37 +08:00

14 lines
468 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 复制为 deploy/nexus-1panel.secrets.sh(值见本地 SECRETS.md
# 私人仓库单人使用: git add -f deploy/nexus-1panel.secrets.sh && git push
NEXUS_GITEA_TOKEN='你的Gitea_Access_Token'
NEXUS_SECRET_KEY='生产NEXUS_SECRET_KEY不可改'
NEXUS_API_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'