Dockerfile (multi-stage: base/dev/build/prod with caddy:2-alpine), docker-compose.yml with caddy-docker-proxy labels for birdcage.warehack.ing, Caddyfile, Makefile (up/down/dev/prod/clean), and .env. TUI guide page with 4 screenshots (F1 position, F2 signal, F4 system, F5 console), demo mode docs, and project backstory crediting Gabe Emerson (KL1FI) and Chris Davidson.
12 lines
156 B
Caddyfile
12 lines
156 B
Caddyfile
:80 {
|
|
root * /srv
|
|
encode gzip
|
|
|
|
handle /health {
|
|
respond "ok" 200
|
|
}
|
|
|
|
try_files {path} {path}/index.html {path}/ /index.html
|
|
file_server
|
|
}
|