https://github.com/yankeguo-deprecated/reko
path based reverse proxy for consul services
https://github.com/yankeguo-deprecated/reko
Last synced: about 2 months ago
JSON representation
path based reverse proxy for consul services
- Host: GitHub
- URL: https://github.com/yankeguo-deprecated/reko
- Owner: yankeguo-deprecated
- License: mit
- Created: 2019-08-04T14:10:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T12:13:33.000Z (over 5 years ago)
- Last Synced: 2025-02-14T16:58:50.113Z (3 months ago)
- Language: Go
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reko
path based reverse proxy for consul services
## Environment Variables
* `BIND`, bind address, default `127.0.0.1:9001`
## Usage
```
// service with tags
GET /service-name:tag1,tag2/path1/path2// service with specified id
GET /service-name@service-id/path1/path2
```## Persisted Storage
`reko` will register self as a `consul` service, the instance id will be persisted to current directory
```
reko-id
```To deregister current reko instance, run `reko --deregister` manually.
## Credits
Guo Y.K., MIT License