Files
explorer-monorepo/deployment/common
defiQUG bdae5a9f6e feat: explorer API, wallet, CCIP scripts, and config refresh
- Backend REST/gateway/track routes, analytics, Blockscout proxy paths.
- Frontend wallet and liquidity surfaces; MetaMask token list alignment.
- Deployment docs, verification scripts, address inventory updates.

Check: go build ./... under backend/ (pass).
Made-with: Cursor
2026-04-07 23:22:12 -07:00
..

deployment-common

Reusable deployment snippets (nginx, systemd, Cloudflare, fail2ban). Use as reference or copy into your project.

Contents

  • nginx-api-location.conf Generic location /api/ proxy snippet (upstream host/port to be adjusted).
  • systemd-api-service.example Example systemd unit for a REST API (env and paths to be adjusted).
  • cloudflare / fail2ban See parent ../cloudflare/ and ../fail2ban/ for full configs.

When this is a separate repo, add as submodule at deployment/common.