Added
Native Telegram command picker
All 19 bot commands are now registered with Telegram via setMyCommands on startup. Type / in the chat and you get the native autocomplete popup with one-line descriptions per command:
🔍 /status — Container overview (add a name for details + action buttons)
🔍 /check — Check for updates now
🔍 /start — Start a stopped container — /start <name>
🔍 /stop — Stop a running container — /stop <name>
🔍 /restart — Restart a container — /restart <name>
🔍 /selfupdate — Update the bot itself (add a version to pin)
... 13 more
Idempotent — Telegram just stores the latest set — so calling on every boot means new commands surface automatically when the bot updates, no setup step on the user's side.
/help discovery hint
A one-line tip at the top of /help points new users at the / picker, and a docs-link footer points at the README. Together they cover the spectrum from "I forgot the command name" (picker) to "I need details" (README).
Re #15
/help <command> for per-command detailed help is still tracked in #15 but not built in this release. The native picker plus the README link covers the practical command-discovery use cases without adding 14 inline buttons or 16 × 19 i18n prose strings. If real usage shows the picker isn't enough, we'll revisit — comment on #15 with your experience.
docker pull amayer1983/docksentry:latest
docker compose up -d