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.
This commit is contained in:
2025-10-03 17:42:01 +00:00
commit 668c4eac9c
3 changed files with 613 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
.env
.env.example