generated from DAM/ts-TEMPLATE
- Add SECURITY.md (matches template)
- Add tailscale/config/serve.headscale.json (HTTP-only variant)
- Default serve.json to Tailscale generic with ${TS_CERT_DOMAIN}
- Use linuxserver env var names (DB_USERNAME not DB_USER)
- Use named Docker volumes for cross-platform portability
- Both db and app use network_mode: service:bookstack-ts
- Rewrite README with Tailscale vs Headscale structure
- Rename db service to bookstack-db to avoid collisions with other ts-* repos
17 lines
206 B
JSON
17 lines
206 B
JSON
{
|
|
"TCP": {
|
|
"80": {
|
|
"HTTP": true
|
|
}
|
|
},
|
|
"Web": {
|
|
"bookstack.example.com:80": {
|
|
"Handlers": {
|
|
"/": {
|
|
"Proxy": "http://127.0.0.1:80"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|