https://github.com/devinrsmith/deephaven-envoy
A Deephaven reverse-proxy setup using Envoy
https://github.com/devinrsmith/deephaven-envoy
Last synced: 2 months ago
JSON representation
A Deephaven reverse-proxy setup using Envoy
- Host: GitHub
- URL: https://github.com/devinrsmith/deephaven-envoy
- Owner: devinrsmith
- Created: 2022-12-14T21:50:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T21:04:46.000Z (4 months ago)
- Last Synced: 2025-02-05T22:22:59.496Z (4 months ago)
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deephaven-envoy
A Deephaven reverse-proxy setup using [envoy](https://www.envoyproxy.io/).
```shell
docker compose up -d
```Then, connect to [https://deephaven-foo.localhost](https://deephaven-foo.localhost) or [https://deephaven-bar.localhost](https://deephaven-bar.localhost) (you'll probably need to accept the self-signed certificate).
## Certs
Development certificates have been generated and placed in [certs/](./certs/).
Do **NOT** use these for production purposes.## Related
* [deephaven-caddy](https://github.com/devinrsmith/deephaven-caddy)
* [deephaven-traefik](https://github.com/devinrsmith/deephaven-traefik)