Mirror — primary at git.dannydannydanny.me
Find a file
Danny f2cfe72d63 Switch from localtunnel to cloudflared, fix static file serving
- Replace localtunnel with cloudflared (no interstitial password page)
- Wait for "Registered tunnel connection" before starting bot
- Serve index.html at / instead of directory listing
- Remove localtunnel npm package build from flake.nix

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 20:35:05 +01:00
webapp Add Telegram Mini App (web UI + API server + localtunnel) 2026-03-24 20:17:36 +01:00
.env.example feat(tg-fitness-bot): initial Telegram workout tracker bot 2026-03-24 15:50:05 +01:00
.gitignore feat(tg-fitness-bot): initial Telegram workout tracker bot 2026-03-24 15:50:05 +01:00
bot.py Add Telegram Mini App (web UI + API server + localtunnel) 2026-03-24 20:17:36 +01:00
db.py feat(tg-fitness-bot): initial Telegram workout tracker bot 2026-03-24 15:50:05 +01:00
flake.lock feat(tg-fitness-bot): initial Telegram workout tracker bot 2026-03-24 15:50:05 +01:00
flake.nix Switch from localtunnel to cloudflared, fix static file serving 2026-03-24 20:35:05 +01:00
parser.py feat(tg-fitness-bot): initial Telegram workout tracker bot 2026-03-24 15:50:05 +01:00
requirements.txt feat(tg-fitness-bot): initial Telegram workout tracker bot 2026-03-24 15:50:05 +01:00
server.py Switch from localtunnel to cloudflared, fix static file serving 2026-03-24 20:35:05 +01:00
start.py Switch from localtunnel to cloudflared, fix static file serving 2026-03-24 20:35:05 +01:00