A web interface for http-proxy-middleware
- clone this repo
$ git clone https://github.com/Mitscherlich/http-proxy-webui- via
docker-compose
$ docker-compose up -d
# or
$ docker compose up -d # docker > 1.29.2$ docker build -t http-proxy-web:dev .then create container with following command:
$ docker run -d \
--restar=unless-stop \
--network=host \
-v ./data:/app/data \
-v ./config:/app/config \
-v ./logs:/app/logs \
http-proxy-webui:dev- clone this repo
$ git clone https://github.com/Mitscherlich/http-proxy-webui- install deps via
pnpm
$ pnpm i- start dev server
$ pnpm run devor start server / client specific
- run client in dev mode
$ pnpm run dev:client- run server in dev mode
$ pnpm run dev:servermade with love ❤️ by Mitscherlich