Skip to content

Mitscherlich/Argo

Repository files navigation

http-proxy-webui

A web interface for http-proxy-middleware

Quick start

Docker services

  1. clone this repo
$ git clone https://github.com/Mitscherlich/http-proxy-webui
  1. via docker-compose
$ docker-compose up -d
# or
$ docker compose up -d # docker > 1.29.2

Build your own docker image

$ 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

Local deployment

  1. clone this repo
$ git clone https://github.com/Mitscherlich/http-proxy-webui
  1. install deps via pnpm
$ pnpm i
  1. start dev server
$ pnpm run dev

or start server / client specific

  • run client in dev mode
$ pnpm run dev:client
  • run server in dev mode
$ pnpm run dev:server

License

MIT


made with love ❤️ by Mitscherlich

About

Aka `http-proxy-middleware` webui

Resources

Stars

Watchers

Forks

Used by

Contributors

Languages