ProxSave v0.13.5
🧩 Config var expansion, clearer docs, and correct PVE ACL collection
- Config var expansion: Added
${VAR}/$VARexpansion for scalar config values (config keys first, then environment) with caching + cycle protection; preserves historicalBASE_DIRbehavior. Includes unit tests. - Docs/templates updated: Documented expansion behavior and clarified
backup.envvalues are resolved by ProxSave without requiring export. - PVE ACL correctness: Aligned collection and docs with Proxmox behavior (ACLs live in
user.cfg), updated collector logic and tests accordingly.
Overall: more flexible configuration, clearer guidance, and more accurate PVE ACL handling.