A simple, containerized proxy server based on p-stream/simple-proxy.
- Runs the latest version of
simple-proxyfrom GitHub - Built with Alpine Linux for minimal size
- Automated builds and public image on GitHub Container Registry (GHCR)
podman pull ghcr.io/cosinusalpha/pstream-proxy:latest
# or
docker pull ghcr.io/cosinusalpha/pstream-proxy:latest
podman run -d -p 3000:3000 ghcr.io/cosinusalpha/pstream-proxy:latest
# or
docker run -d -p 3000:3000 ghcr.io/cosinusalpha/pstream-proxy:latest
podman build -t pstream-proxy .
podman run -d -p 3000:3000 pstream-proxy
Configure as needed for your proxy use-case (see the upstream simple-proxy docs).
This repo uses GitHub Actions to automatically build and publish the image to GHCR on every push to main.
MIT (or the license of the upstream project)
This project is not affiliated with p-stream/simple-proxy. For issues with the proxy itself, see the upstream repo.