This commit is contained in:
onysd 2026-08-27 13:23:17 +03:00
parent ef325f31da
commit 79c64ee916
14 changed files with 283 additions and 50 deletions

View file

@ -100,6 +100,11 @@ TELESRV_PUBLIC_DOWNLOAD_URL=https://owpengram.org
# scam/fake. Leave empty to use the built-in English text.
TELESRV_SCAM_WARNING=
TELESRV_FAKE_WARNING=
# Usernames a user/channel can never self-service claim (account.updateUsername,
# channels.updateUsername) -- brand-adjacent or staff-sounding words, plus
# your own real handle if you want it protected too. Comma-separated, not
# case-sensitive. The admin panel can still assign any of these on purpose.
TELESRV_RESERVED_USERNAMES=owpengram,admin,administrator,support,staff,moderator,official,root,owner
## Admin Panel -- Login and access for the web-based admin dashboard.