https://github.com/moomerman/go-lib
🛠A collection of useful reusable go packages
https://github.com/moomerman/go-lib
acme consul etcd go kv-store letsencrypt reverse-proxy
Last synced: 7 months ago
JSON representation
🛠A collection of useful reusable go packages
- Host: GitHub
- URL: https://github.com/moomerman/go-lib
- Owner: moomerman
- License: mit
- Created: 2018-02-01T21:30:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T21:02:58.000Z (over 6 years ago)
- Last Synced: 2025-01-25T03:57:53.937Z (9 months ago)
- Topics: acme, consul, etcd, go, kv-store, letsencrypt, reverse-proxy
- Language: Go
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-lib
A collection of useful reusable go packages* [autocert](https://github.com/moomerman/go-lib/tree/master/autocert) - automatic SSL certificate issuance & renewal from LetsEncrypt (and any other ACME-based CA) with DNS and HTTP verification methods suitable for distributed environments
* [kvstore](https://github.com/moomerman/go-lib/tree/master/kvstore) - an interface for operations on a KV store with multiple implementations
* [rproxy](https://github.com/moomerman/go-lib/tree/master/rproxy) - a http.ReverseProxy that adds support for Host override,
websockets and SSE