feat: add HTTPS RPC proxy for MetaMask mobile support
Some checks failed
Deploy / deploy (push) Has been cancelled

Nginx SSL reverse proxy (port 8443) in front of Geth using Let's
Encrypt cert via Cloudflare DNS challenge. MetaMask mobile requires
HTTPS for custom RPC URLs.

Also adds AFC token icon served from bridge API static files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
consultoria-as
2026-02-26 01:34:12 +00:00
parent 14279a878c
commit eac2671529
5 changed files with 209 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ COPY package.json package-lock.json* ./
RUN npm install --production
COPY contracts/ ./contracts/
COPY public/ ./public/
COPY src/ ./src/
EXPOSE 3001