Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akagi201/httpproxy

HTTP proxy with sso auth and https support in Go.
https://github.com/akagi201/httpproxy

golang http-proxy http-server sso

Last synced: about 1 month ago
JSON representation

HTTP proxy with sso auth and https support in Go.

Awesome Lists containing this project

README

        

# httpproxy

HTTP proxy with sso auth and https support in Go.

## Features
- [x] Use [light](https://github.com/Akagi201/light) as http framework.
- [x] Support http proxy.
- [ ] Support https proxy to http.
- [ ] Support websocket proxy.
- [ ] Support GitHub SSO.

## Build
* docker: `docker build -t httpproxy .`
* `go build -o httpproxy`

## Run
* `httpproxy -h` for help
* `./httpproxy --upstream="http://localhost:8081" --app="http://localhost:8080" --encrypt="sa8OoLei6eWiezah9ohk8Wah6Ow6pee9" --csrf="oxei9aebonogh1Gaina4ePaitheechei" --auth="Akagi201"`