Commit bdab255
committed
Fix broken Quick Start and document prerequisites
Both arr/ and infra/ compose files use `env_file: ./.env` and `${VAR}` interpolation, which resolve relative to each compose file's directory — so a single root .env fails in both ways. Add `ln -s ../.env {arr,infra}/.env` so one root-level .env stays visible to each stack.
Promote prerequisites to a real section listing the Tailscale ACL ports actually published (80, 443, 8096) and the minimum Cloudflare token scopes (Zone:Read + DNS:Edit) for the ACME DNS-01 challenge.1 parent 3e429af commit bdab255
1 file changed
Lines changed: 16 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
15 | 26 | | |
16 | 27 | | |
17 | 28 | | |
18 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
19 | 32 | | |
20 | 33 | | |
21 | 34 | | |
22 | | - | |
| 35 | + | |
23 | 36 | | |
24 | 37 | | |
25 | | - | |
| 38 | + | |
26 | 39 | | |
27 | 40 | | |
28 | 41 | | |
| |||
0 commit comments