All Projects → s1ntaxe770r → pawxi

s1ntaxe770r / pawxi

Licence: other
Dead simple reverse proxy for all your containerized needss

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to pawxi

Altair
Lightweight and Robust API Gateway written in Go
Stars: ✭ 34 (+142.86%)
Mutual labels:  proxies, reverse-proxy
mps
MPS is a high-performance HTTP(S) proxy library that supports forward proxies, reverse proxies, man-in-the-middle proxies, tunnel proxies, Websocket proxies. MPS 是一个高性能HTTP(s)中间代理库,它支持正向代理、反向代理、中间人代理、隧道代理、Websocket代理
Stars: ✭ 64 (+357.14%)
Mutual labels:  proxies, reverse-proxy
freeproxy
Get http proxies from some free proxy sites. (爬取免费HTTP代理)
Stars: ✭ 18 (+28.57%)
Mutual labels:  proxies
torchestrator
Spin up Tor containers and then proxy HTTP requests via these Tor instances
Stars: ✭ 32 (+128.57%)
Mutual labels:  proxies
trickster
Open Source HTTP Reverse Proxy Cache and Time Series Dashboard Accelerator
Stars: ✭ 1,753 (+12421.43%)
Mutual labels:  reverse-proxy
matryoshka
an image transformation reverse proxy written in elixir
Stars: ✭ 17 (+21.43%)
Mutual labels:  reverse-proxy
Pretendo
Project moved to https://github.com/PretendoNetwork/Pretendo
Stars: ✭ 20 (+42.86%)
Mutual labels:  reverse-proxy
swarm-router
Scalable stateless «zero config» service-name ingress for docker swarm mode with a fresh more secure approach
Stars: ✭ 58 (+314.29%)
Mutual labels:  reverse-proxy
reproxy
Simple edge server / reverse proxy
Stars: ✭ 994 (+7000%)
Mutual labels:  reverse-proxy
proxy fetcher
💪 Ruby / JRuby / TrufflleRuby gem & CLI for dealing with proxy lists from various sources
Stars: ✭ 119 (+750%)
Mutual labels:  proxies
traefik-docker-ansible
🐳 🐹  This is an Ansible playbook to install multiple Web applications on a single Ubuntu server with Docker and Traefik.
Stars: ✭ 75 (+435.71%)
Mutual labels:  reverse-proxy
PuppyProxy
A simple HTTP proxy in C# including support for HTTP CONNECT tunneling
Stars: ✭ 37 (+164.29%)
Mutual labels:  reverse-proxy
detect-cloudflare-plus
True Sight Firefox extension.
Stars: ✭ 34 (+142.86%)
Mutual labels:  reverse-proxy
multiproxy
multiproxy: multiple environments per application
Stars: ✭ 15 (+7.14%)
Mutual labels:  reverse-proxy
proxy-rotator
Simple proxy rotation service
Stars: ✭ 28 (+100%)
Mutual labels:  proxies
web-proxy
⛺️ A reverse proxy for web site based on Tornado
Stars: ✭ 50 (+257.14%)
Mutual labels:  reverse-proxy
cloudflared
Cloudflare Tunnel Instructions and Template for Unraid
Stars: ✭ 129 (+821.43%)
Mutual labels:  reverse-proxy
proftpd-mod proxy
FTP proxy support for ProFTPD
Stars: ✭ 35 (+150%)
Mutual labels:  reverse-proxy
bproxy
high-performance minimal HTTP reverse proxy
Stars: ✭ 28 (+100%)
Mutual labels:  reverse-proxy
lura
Ultra performant API Gateway with middlewares. A project hosted at The Linux Foundation
Stars: ✭ 5,159 (+36750%)
Mutual labels:  proxies

paw

Whats this ?

Pawxi is yet another reverse proxy designed with simplicity in mind. Born out of a certain users frustration at the complexity of setting up certain proxies.

Features

  • GZIP compression

  • Live Reload 🔃

  • TLS termination ( coming soon! ) 🔥

Usage

Using the binary.

Create a pawxi.toml file

[proxy]
usegzip = "True"
binds = "8080"
routes = [
    {path="/",destination="http://localhost:6000/"},
    {path="/home",destination="http://localhost:5000"},
    {path="/app",destination="http://localhost:4000"},
]

usegzip -> enable or disable gzip

Binds -> what port should the proxy run on

routes -> paths you want to proxy to

Demo

demo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].