Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
- ADD_CHAIN138_TO_LEDGER_LIVE: Ledger form done; public code review repo bis-innovations/LedgerLive; init/push commands - CONTRACT_DEPLOYMENT_RUNBOOK: Chain 138 gas price 1 gwei, 36-addr check, TransactionMirror workaround - CONTRACT_*: AddressMapper, MirrorManager deployed 2026-02-12; 36-address on-chain check - NEXT_STEPS_FOR_YOU: Ledger done; steps completable now (no LAN); run-completable-tasks-from-anywhere - MASTER_INDEX, OPERATOR_OPTIONAL, SMART_CONTRACTS_INVENTORY_SIMPLE: updates - LEDGER_BLOCKCHAIN_INTEGRATION_COMPLETE: bis-innovations/LedgerLive reference Co-authored-by: Cursor <cursoragent@cursor.com>
2.5 KiB
2.5 KiB
Nginx SSL Manual Configuration Checklist
Last Updated: 2026-01-31
Document Version: 1.0
Status: Active Documentation
Date: 2026-01-09
NPM URL: http://192.168.11.26:81
Credentials: nsatoshi2007@hotmail.com / L@ker$2010
Quick Start
- Access NPM: Open
http://192.168.11.26:81 - Log in:
nsatoshi2007@hotmail.com/L@ker$2010 - Configure each domain using the checklist below
Configuration Checklist
For each domain, check off when complete:
sankofa.nexus Zone
sankofa.nexus→http://192.168.11.140:80www.sankofa.nexus→http://192.168.11.140:80phoenix.sankofa.nexus→http://192.168.11.140:80www.phoenix.sankofa.nexus→http://192.168.11.140:80the-order.sankofa.nexus→http://192.168.11.140:80
d-bis.org Zone
explorer.d-bis.org→http://192.168.11.140:80rpc-http-pub.d-bis.org→https://192.168.11.252:443(WebSocket ✅)rpc-ws-pub.d-bis.org→https://192.168.11.252:443(WebSocket ✅)rpc-http-prv.d-bis.org→https://192.168.11.251:443(WebSocket ✅)rpc-ws-prv.d-bis.org→https://192.168.11.251:443(WebSocket ✅)dbis-admin.d-bis.org→http://192.168.11.130:80dbis-api.d-bis.org→http://192.168.11.155:3000dbis-api-2.d-bis.org→http://192.168.11.156:3000secure.d-bis.org→http://192.168.11.130:80
mim4u.org Zone
mim4u.org→http://192.168.11.19:80www.mim4u.org→http://192.168.11.19:80secure.mim4u.org→http://192.168.11.19:80training.mim4u.org→http://192.168.11.19:80
defi-oracle.io Zone
rpc.public-0138.defi-oracle.io→https://192.168.11.252:443(WebSocket ✅)
Total: 19 domains
Per-Domain Configuration Steps
For each domain:
-
Click: Proxy Hosts → Add Proxy Host
-
Details Tab:
- Domain Names:
[domain] - Scheme:
httporhttps(based on target) - Forward Hostname/IP:
[target IP] - Forward Port:
[target port] - Block Common Exploits: ✅
- Websockets Support: ✅ (for RPC domains)
- Domain Names:
-
SSL Tab:
- Request a new SSL Certificate
- Email:
nsatoshi2007@hotmail.com - I Agree to Terms: ✅
- Force SSL: ✅
- HTTP/2 Support: ✅
- HSTS Enabled: ✅
-
Save
Verification
After configuring all domains:
bash scripts/nginx-proxy-manager/verify-ssl-config.sh
Last Updated: 2026-01-09