https://github.com/chronos-tachyon/roxy
Roxy the Frontend Proxy
https://github.com/chronos-tachyon/roxy
autocert frontend-proxy golang grpc letsencrypt proxy reverse-proxy rewrite-headers roxy
Last synced: about 1 month ago
JSON representation
Roxy the Frontend Proxy
- Host: GitHub
- URL: https://github.com/chronos-tachyon/roxy
- Owner: chronos-tachyon
- License: apache-2.0
- Created: 2021-04-11T23:34:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T00:44:17.000Z (about 2 years ago)
- Last Synced: 2025-04-24T04:17:55.108Z (about 1 month ago)
- Topics: autocert, frontend-proxy, golang, grpc, letsencrypt, proxy, reverse-proxy, rewrite-headers, roxy
- Language: Go
- Homepage: https://chronos-tachyon.github.io/roxy/
- Size: 901 KB
- Stars: 49
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Citation: CITATIONS.md
Awesome Lists containing this project
README
# roxy
[](https://golang.org/)
[](https://github.com/chronos-tachyon/roxy/releases)
[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/chronos-tachyon/roxy/actions/workflows/go.yml)
[](https://hub.docker.com/r/chronostachyon/roxy)
[](https://goreportcard.com/report/github.com/chronos-tachyon/roxy)**Roxy the Frontend Proxy**
> 
>
> Our mascot, [Roxy Lalonde](https://mspaintadventures.fandom.com/wiki/Roxy_Lalonde).Roxy is an Internet-facing frontend proxy which provides the following
features:* Automatically obtains TLS certificates from Let's Encrypt; no need to
manage certificates manually or to install and configure Certbot
* Able to inject and rewrite headers in the incoming request, before your
application sees them
* Able to inject and rewrite headers in the outgoing response, allowing you to
centrally control your Internet-visible server headers
* Comprehensive request logging in [JSON Lines](https://jsonlines.org/) format
* Can serve static files directly, without need for nginx, lighttpd, etc.See [our GitHub Pages site](https://chronos-tachyon.github.io/roxy/) for more
documentation.