Add Docker/Compose hosting with Caddy 2 reverse-proxy docs
Serves the static index.html via a small nginx container and documents pointing an existing Caddy 2 instance (local or remote) at it via FQDN with automatic HTTPS. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PbwKCCj1vwAoqgRYDoqgeL
This commit is contained in:
@@ -254,6 +254,13 @@ All sounds are generated in real-time using the Web Audio API — no audio files
|
||||
- localStorage for all persistent data
|
||||
- Works on Windows, Linux, and Mac
|
||||
|
||||
## Hosting
|
||||
|
||||
No server is required to play, but if you want it reachable at a URL, a
|
||||
`Dockerfile` + `docker-compose.yml` are included to serve `index.html` from
|
||||
nginx in a container, plus a `DEPLOYMENT.md` with a Caddy 2 reverse-proxy
|
||||
config for putting it behind an FQDN with automatic HTTPS.
|
||||
|
||||
## License
|
||||
|
||||
[MIT](LICENSE)
|
||||
|
||||
Reference in New Issue
Block a user