retoor 668c4eac9c feat: add initial Gitea issue viewer with FastAPI backend and WebSocket support
The commit introduces a new application for browsing Gitea issues, consisting of a FastAPI backend with a GiteaClient class for API interactions, a WebSocket endpoint for real-time updates, and an HTML frontend with login form and issue display. The .gitignore file is also added to exclude .env files from version control.
2025-10-03 17:42:01 +00:00
S
Description
System for easily creating tickets on a gitea instance through the API. It extracts the right project name to create tickets under and will give the tickets a clear title and description. This is handy for low effort bug reports over email for example.
35 KiB
Languages
Python 59.4%
HTML 40.6%