@moeyy shared the method of building a WebProxy on replit. Here, I will record the relevant operations.
Step 1: FORK the project#
- The project is hideipnetwork-web and has been updated to V3.
- https://replit.com/@Limour-dev/webproxy
Step 2: Modify authentication#
Step 3: Run and add custom domain#
Step 4: Deploy Uptime#
mkdir -p ~/app/Uptime && cd ~/app/Uptime && nano docker-compose.yml
sudo docker-compose up -d
version: '3.3'
services:
uptime-kuma:
image: louislam/uptime-kuma
volumes:
- ./uptime-kuma:/app/data
restart: always
networks:
default:
external: true
name: ngpm