Mirror — primary at git.dannydannydanny.me
Find a file
Danny 7288d93741 fix(start): force http2 protocol and drain cloudflared output 🐛
QUIC tunnels consistently returned 1033 errors. Forcing http2 fixes it.
Added a daemon thread to drain cloudflared's stdout pipe to prevent
buffer-full blocking that would kill the tunnel.
2026-03-29 18:58:16 +02: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 fix(start): force http2 protocol and drain cloudflared output 🐛 2026-03-29 18:58:16 +02:00