Aplikacja webowa do generowania linku do kalendarza na Discourse.
Go to file
kosma 5f7b61eb37
/ build (push) Successful in 42s Details
Clean up code smells in app.py
- Cache public key at startup instead of re-serializing per request
- Remove unused url_for import
- Remove unused session["client_id"]
- Narrow bare except Exception to specific exception types
- Use urlencode for calendar URL query params

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 15:53:40 +01:00
.forgejo/workflows Add Discourse calendar key generator 2026-03-04 15:45:54 +01:00
templates Initial commit: Flask app translating Discourse User API Key flow 2026-03-04 14:53:29 +01:00
.gitignore Ignore compose.yaml 2026-03-04 15:48:59 +01:00
Dockerfile Initial commit: Flask app translating Discourse User API Key flow 2026-03-04 14:53:29 +01:00
app.py Clean up code smells in app.py 2026-03-04 15:53:40 +01:00
config.example.yaml Initial commit: Flask app translating Discourse User API Key flow 2026-03-04 14:53:29 +01:00
requirements.txt Initial commit: Flask app translating Discourse User API Key flow 2026-03-04 14:53:29 +01:00