mirror of
https://github.com/euzu/tuliprox.git
synced 2026-09-27 03:22:36 +02:00
* Fixed sanitizing url scheme batch and provder * local date in Stream history * Fixed EPG programme time display to render in local timezone for improved readability. * Improved stream history date range filtering to accurately use local date boundaries. * Enhanced credential sanitization for stream URLs to properly mask sensitive information. * Fix EPG path selection for mixed Xtream/M3U targets * Fix EPG selection and complete Xtream series_info for input/custom requests * Add configurable interner GC tuning
Sample configuration.
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.