docs: drop third-party names; simplify system panel

README turnkey focus; remove BOT fields and yaskad label; neutral iptables comments; default SERVICE_UNITS without bot units.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-14 21:06:37 +03:00
parent 43daf188c2
commit d3a69e6ec5
6 changed files with 75 additions and 103 deletions

View File

@@ -35,9 +35,7 @@
["Load", data.load],
["Mem", data.mem],
["IPADDR / IPv4", String(data.ipaddrs || "").replace(/\n/g, "<br>")],
["yaskad", data.yaskad_version],
["BOT_TOKEN", data.bot_token_masked],
["BOT_CHAT_ID", data.bot_chat_masked],
["Версия UI", data.ui_version],
];
g.innerHTML = cells
.map(function (kv) {