mirror of
https://github.com/euzu/tuliprox.git
synced 2026-09-26 19:12:25 +02:00
- **New Features** - Added configurable QoS snapshot compaction to periodically reclaim storage from expired snapshots. - Compaction runs daily by default and can be disabled by setting the interval to `0`. - QoS config hot-reload now recognizes compaction interval changes. - Older saved snapshot checkpoints remain compatible with the new setting. - **Documentation** - Updated configuration examples and reverse-proxy QoS documentation to include `compaction_interval_secs`, its default, and disable behavior.
Sample configuration.
stalker_aliases.csv is an example for a stalker_batch input. Its portal URLs deliberately retain the full Stalker
path, while authentication mode, MAC address, MAG preset, and endpoint preference can vary per alias.
Login user credentials
The user.txt file uses the format username:argon2_hash[:group1,group2,...]:
test:test.secret(no groups = defaults toadmin)nobody:nobody.secret
Generate password hashes with tuliprox --genpwd.
RBAC groups
The optional groups.txt file defines permission groups in group_name:permission1,permission2,... format.
See the Config Reference for the full permission list and file format.