sandstorm-org / powerbox-http-proxy

External network requests for your Sandstorm app
Apache License 2.0
2 stars 0 forks source link
sandstorm

powerbox-http-proxy is a daemon that is sometimes helpful for porting legacy applications that want HTTP access to Sandstorm. It acts as an HTTP proxy, and makes powerbox requests on-demand for domains that the legacy application tries to access. It is used by the Tiny Tiny RSS Port

Building

Install a recent Go toolchain and run:

go build

This will create an executable powerbox-http-proxy.

Configuration

To use powerbox-http-proxy with your application, you need to do the following:

The daemon is mainly configured through environment variables: