https://github.com/devinrsmith/deephaven-caddy
A Deephaven reverse-proxy setup using Caddy
https://github.com/devinrsmith/deephaven-caddy
Last synced: 3 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T22:49:55.000Z (about 1 year ago)
- Last Synced: 2024-05-19T23:34:33.668Z (about 1 year ago)
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
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)