Limour

Limour

临床医学在读。

[Reprint] Building a WebProxy on replit

@moeyy shared the method of building a WebProxy on replit. Here, I will record the relevant operations.

Step 1: FORK the project#

Step 2: Modify authentication#

chrome_1H7HRJFshk

Step 3: Run and add custom domain#

chrome_VxPyd8ooRX

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

msedge_QTrhGbQ4xL

Step 5: Uptime keep-alive#

msedge_Q9ZzDS8SMv

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.