https://github.com/devinrsmith/deephaven-caddy
A Deephaven reverse-proxy setup using Caddy
https://github.com/devinrsmith/deephaven-caddy
Last synced: 10 months ago
JSON representation
A Deephaven reverse-proxy setup using Caddy
- Host: GitHub
- URL: https://github.com/devinrsmith/deephaven-caddy
- Owner: devinrsmith
- Created: 2022-08-12T15:05:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-31T00:57:34.000Z (10 months ago)
- Last Synced: 2025-07-31T03:29:26.559Z (10 months ago)
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deephaven-caddy
A Deephaven reverse-proxy setup using [Caddy](https://caddyserver.com).
```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).
## Manual TLS
See [manual-tls-certs branch](https://github.com/devinrsmith/deephaven-caddy/tree/manual-tls-certs).
## Related
* [deephaven-envoy](https://github.com/devinrsmith/deephaven-envoy)
* [deephaven-traefik](https://github.com/devinrsmith/deephaven-traefik)