Skip to content

team-kke/love-arrow-shoot

Repository files navigation

ラブアローシュート

ラブアローシュート

A super simple reverse proxy on Warp 💖

What's this?

It's a reverse proxy server with dynamic configuration from web UI. It's basically for webhook development where only HTTPS is allowed. With love-arrow-shoot, HTTPS requests can be proxied to any local HTTP server.

An introduction to love-arrow-shoot can be found in wiki.

As you may already have noticed, love-arrow-shoot shouldn't be used in production for security and performance reason.

Screenshot

screenshot

How to use

Run:

$ stack install
$ love-arrow-shoot

Configuration:

$ love-arrow-shoot --help

PureScript:

$ npm i
$ bower i
$ ./pulpw build
$ ./pulpw watch

License

BSD3