Files
euzuandGitHub fa5d3237f1 added docker ulimits, .env support, ptt fix (#867)
- **New Features**
  - Added automatic `.env` loading for secrets and environment variables, with custom file paths and existing-environment precedence.
  - Added a `--env-file` option and a sample environment configuration template.
  - Increased Docker file descriptor limits for improved reliability under high connection counts.

- **Bug Fixes**
  - Fixed title parsing for multi-byte UTF-8 characters, preventing crashes and incorrect volume extraction.

- **Documentation**
  - Added guidance for `.env` configuration, Docker usage, restart requirements, and resolving file descriptor exhaustion.
2026-09-15 12:51:09 +02:00
..
2026-08-21 14:50:12 +02:00
2026-08-21 14:50:12 +02:00
2026-08-21 14:50:12 +02:00
2026-07-20 14:58:06 +02:00
2026-07-20 14:58:06 +02:00
2025-05-27 12:42:11 +02:00

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 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.