feat: add HTTPS RPC proxy for MetaMask mobile support
Some checks failed
Deploy / deploy (push) Has been cancelled
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user