Files
explorer-monorepo/deployment/common
defiQUG f2ebe824bd
Some checks failed
Deploy Explorer Live / deploy (push) Failing after 14s
Validate Explorer / frontend (push) Successful in 1m27s
Validate Explorer / smoke-e2e (push) Failing after 2m19s
Add WalletConnect stub, track surfaces, legacy SPA retirement, and dual-domain checks.
Publish walletconnect config endpoints, Track 3/4 notes on analytics/operator pages, legacy SPA at /legacy/index.html with root redirect, and a parity verifier for explorer.d-bis.org vs blockscout.defi-oracle.io.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-22 21:55:42 -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).
  • nginx-rpc-api-key-gate.conf Example auth_request pattern for API-key-protected RPC lanes using the explorer access validator.
  • systemd-api-service.example Example systemd unit for a REST API (env and paths to be adjusted).
  • ../scripts/render-rpc-access-gate-nginx.sh Render a concrete nginx gate config for core-rpc, alltra-rpc, or thirdweb-rpc.
  • cloudflare / fail2ban See parent ../cloudflare/ and ../fail2ban/ for full configs.

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