Science Score: 31.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.4%) to scientific vocabulary
Keywords
autocert
frontend-proxy
golang
grpc
letsencrypt
proxy
reverse-proxy
rewrite-headers
roxy
Last synced: 6 months ago
·
JSON representation
·
Repository
Roxy the Frontend Proxy
Basic Info
- Host: GitHub
- Owner: chronos-tachyon
- License: apache-2.0
- Language: Go
- Default Branch: main
- Homepage: https://chronos-tachyon.github.io/roxy/
- Size: 901 KB
Statistics
- Stars: 49
- Watchers: 1
- Forks: 0
- Open Issues: 2
- Releases: 28
Topics
autocert
frontend-proxy
golang
grpc
letsencrypt
proxy
reverse-proxy
rewrite-headers
roxy
Created almost 5 years ago
· Last pushed almost 3 years ago
Metadata Files
Readme
Changelog
Funding
License
Citation
README.md
roxy
Roxy the Frontend Proxy
Our mascot, 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 format
- Can serve static files directly, without need for nginx, lighttpd, etc.
See our GitHub Pages site for more documentation.
Owner
- Name: Donald King
- Login: chronos-tachyon
- Kind: user
- Location: Oakland, CA, US
- Company: @Wikia
- Website: https://chronos-tachyon.net/
- Repositories: 44
- Profile: https://github.com/chronos-tachyon
Gay man, cat dad, software developer, and aspiring science fiction writer.
Citation (CITATIONS.md)
## Citations Cloud provider inter-region latency data sourced from: * [Aviatrix: AWS Inter Region Latency](https://docs.aviatrix.com/HowTos/inter_region_latency.html) * [Aviatrix: Google Cloud Inter Region Latency](https://docs.aviatrix.com/HowTos/gcp_inter_region_latency.html)
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Donald King | c****s@c****t | 164 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 1
- Total pull requests: 3
- Average time to close issues: about 13 hours
- Average time to close pull requests: 33 minutes
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 1.0
- Average comments per pull request: 0.67
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- mxrth (1)
Pull Request Authors
- dependabot[bot] (2)
- mxrth (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels
dependencies (2)
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 28
proxy.golang.org: github.com/chronos-tachyon/roxy
Command "roxy" is an Internet-facing HTTPS frontend proxy that uses ACME (Let's Encrypt et al.) to obtain TLS certificates. https://chronos-tachyon.github.io/roxy/
- Homepage: https://github.com/chronos-tachyon/roxy
- Documentation: https://pkg.go.dev/github.com/chronos-tachyon/roxy#section-documentation
- License: Apache-2.0
-
Latest release: v0.6.5
published over 3 years ago
Rankings
Dependent packages count: 7.0%
Average: 8.2%
Dependent repos count: 9.3%
Last synced:
6 months ago
Dependencies
go.mod
go
- github.com/beorn7/perks v1.0.1
- github.com/cespare/xxhash/v2 v2.1.2
- github.com/coreos/go-semver v0.3.0
- github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534
- github.com/go-zookeeper/zk v1.0.3
- github.com/gogo/protobuf v1.3.2
- github.com/golang/protobuf v1.5.2
- github.com/gorilla/websocket v1.5.0
- github.com/hashicorp/errwrap v1.1.0
- github.com/hashicorp/go-multierror v1.1.1
- github.com/mattn/go-colorable v0.1.12
- github.com/mattn/go-isatty v0.0.14
- github.com/matttproud/golang_protobuf_extensions v1.0.1
- github.com/pborman/getopt/v2 v2.1.0
- github.com/prometheus/client_golang v1.13.0
- github.com/prometheus/client_model v0.2.0
- github.com/prometheus/common v0.37.0
- github.com/prometheus/procfs v0.8.0
- github.com/rs/xid v1.4.0
- github.com/rs/zerolog v1.27.0
- go.etcd.io/etcd/api/v3 v3.5.4
- go.etcd.io/etcd/client/pkg/v3 v3.5.4
- go.etcd.io/etcd/client/v3 v3.5.4
- go.uber.org/atomic v1.10.0
- go.uber.org/multierr v1.8.0
- go.uber.org/zap v1.22.0
- golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
- golang.org/x/net v0.0.0-20220225172249-27dd8689420f
- golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
- golang.org/x/text v0.3.7
- google.golang.org/genproto v0.0.0-20220812140447-cec7f5303424
- google.golang.org/grpc v1.48.0
- google.golang.org/protobuf v1.28.1
go.sum
go
- 548 dependencies
.github/workflows/go.yml
actions
- actions/checkout v3 composite
- actions/setup-go v3 composite
.github/workflows/golangci-lint.yml
actions
- actions/checkout v3 composite
- actions/setup-go v3 composite
- golangci/golangci-lint-action v3 composite
.github/workflows/release.yml
actions
- actions/checkout v3 composite
- actions/setup-go v3 composite
- softprops/action-gh-release v1 composite
Dockerfile
docker
- ${ARCH}/alpine latest build
- golang 1.18-bullseye build
