docs: Document disable_colors configuration parameter

This commit is contained in:
Vladislav Yaroslavlev 2026-02-19 10:15:03 +03:00
parent 301f829c3c
commit d941873cce
No known key found for this signature in database
GPG Key ID: E74236290ADCDDCD
1 changed files with 4 additions and 1 deletions

View File

@ -183,6 +183,7 @@ prefer_ipv6 = false
fast_mode = true
use_middle_proxy = false
# ad_tag = "..."
# disable_colors = false # Disable colored output in logs (useful for files/systemd)
[network]
ipv4 = true
@ -215,7 +216,9 @@ ip = "::"
# Users to show in the startup log (tg:// links)
[general.links]
show = ["hello"] # Users to show in the startup log (tg:// links)
show = ["hello"] # Only show links for user "hello"
# show = ["alice", "bob"] # Only show links for alice and bob
# show = "*" # Show links for all users
# public_host = "proxy.example.com" # Host (IP or domain) for tg:// links
# public_port = 443 # Port for tg:// links (default: server.port)