Add Gitea health check

This commit is contained in:
2026-02-08 02:41:50 +03:00
parent 857fa86e85
commit 0f7f53cb27
6 changed files with 125 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ system_logs_kb = ReplyKeyboardMarkup(
keyboard=[
[KeyboardButton(text="🧾 Audit"), KeyboardButton(text="📣 Incidents")],
[KeyboardButton(text="🧰 Processes"), KeyboardButton(text="🔒 SSL")],
[KeyboardButton(text="🔑 SSH log"), KeyboardButton(text="🧩 NPMplus")],
[KeyboardButton(text="🔑 SSH log"), KeyboardButton(text="🧩 NPMplus"), KeyboardButton(text="🍵 Gitea")],
[KeyboardButton(text="🌍 External"), KeyboardButton(text="🌐 URLs")],
[KeyboardButton(text="⬅️ System")],
],