GitDeployHub

thith/teleport

github.com/thith/teleport ↗
Unknown stack
4 environment variables found in .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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/thith/teleport
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/thith/teleport
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/thith/teleport
Or deploy to a different host
← Try another repo