65e4478b4b
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>
14 lines
468 B
Plaintext
14 lines
468 B
Plaintext
# 复制为 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'
|