Settings
Telegram Notifications
Configure your Telegram bot to receive alerts when services go down or recover.
Setup instructions:
- Create a bot via @BotFather on Telegram and copy the token
- Start a chat with your bot or add it to a group
- Get your Chat ID from @userinfobot
- Add the values to your
.env.localfile:
TELEGRAM_BOT_TOKEN=your_bot_token_here TELEGRAM_CHAT_ID=your_chat_id_here
Restart the server after updating the .env.local file.
Data Storage
Health check history is stored as JSON files on the server filesystem.
data/
services.json
history/
YYYY-MM-DD/
<service-id>.json