Files
tuliprox/config
euzuandGitHub c1f0063e07 Feature/show local time (#773)
* 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
2026-06-08 11:55:51 +02:00
..
2026-06-08 11:55:51 +02:00
2025-06-07 10:23:19 +02:00
2026-02-14 17:52:35 +01:00
2025-05-27 12:42:11 +02:00

Sample configuration.

Login user credentials

The user.txt file uses the format username:argon2_hash[:group1,group2,...]:

  • test:test.secret (no groups = defaults to admin)
  • 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.