.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
REPORT_BOT_TOKEN
secret
TELEGRAM_ADMIN_CHAT_ID
QUIET_HOURS_START
Optional: skip auto-reminders during these hours (0–23, END exclusive, wraps midnight). Example for 22:00–07:59: START=22, END=8. Leave…
QUIET_HOURS_END
brew install flyctl && fly launch --from https://github.com/thith/teleport
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/thith/teleport
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/thith/teleport