HamPi/ ├── README.md ├── install.sh # main entry ├── config.env.example # copy → config.env ├── .gitignore # ignores config.env ├── configs/ │ ├── 99-ham-radio.rules │ ├── direwolf.conf │ ├── bpq32.cfg │ ├── chrony-gps.conf │ ├── direwolf.service │ ├── linbpq.service │ ├── pat.service │ └── ham-launcher.sh ├── scripts/ │ ├── lib.sh # templating helpers │ ├── 01-packages.sh … 08-launcher.sh └── docs/ └── NOTES.md # post-install checklist