docs: define update status/log files

This commit is contained in:
2025-12-29 00:22:16 +01:00
parent fde207a3e6
commit b64cc5981c
4 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,8 @@ Set in `/etc/skd/env` (see `env.example`):
- `SKD_UPDATE_TOKEN` (API token for update service)
- `SKD_UPDATE_INTERVAL` (seconds; default 3600)
- `SKD_UPDATE_STATUS_URL` (default `https://update.wlkns.org/status`)
- `SKD_UPDATE_STATUS_FILE` (default `/var/lib/skd/update_status.json`)
- `SKD_UPDATE_LOG_FILE` (default `/var/lib/skd/update_logs.jsonl`)
Notes:
- `./scripts/install.sh` will create `/etc/skd/env` from `env.example` if missing (edit afterwards) and ensure the `skd` service user/group exist.