blob: 633e98f6e7fd01caf103d02f11d08b086809547a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Site-local configuration (not committed)
Your own copies live here. This directory is **gitignored** except this file.
**Never commit** live INI files, passwords, hostnames, or other site-private data. The setup wizard (`max25-lite-setup.sh`) can write here for you when you choose "No" at the save-location screen.
**Localhost only:** MAX25-Stack-Lite runs max25d, the modem, and the terminal on the **same PC** — see the vault [localhost-policy.md](https://github.com/ngteq/MAX25-Stack-Lite) (or the copy shipped with your build). Do not set `tcp_host` to a LAN address.
## Typical files
| File | Written by | Used by |
|------|------------|---------|
| `max25d.ini` | wizard or manual copy of `share/max25/max25d.lite*.ini.example` | `run-max25d.sh ./local/max25d.ini` |
| `crdop.ini` | wizard (CRDOP path) | `crdop -c ./local/crdop.ini` |
| `max25-bcpr.ini` | wizard (BayCom/based path) | `max25-bcpr-ctl start --ini ./local/max25-bcpr.ini` |
## Quick start (no sudo)
```bash
./scripts/max25-lite-setup.sh # choose "No" (system config) at the save-location screen
./scripts/run-max25d.sh ./local/max25d.ini
./scripts/run-max25-terminal.sh -U /run/max25/modem.sock
```
`tcp_password` stays empty on Lite — loopback only, no LAN auth to manage.
|