feat: add Gitea support with new widgets and API integration

This commit is contained in:
Kayela Claybon
2026-01-15 17:29:27 -06:00
parent 7725cd75a4
commit 22666529d7
14 changed files with 738 additions and 78 deletions

6
.env
View File

@@ -1 +1,5 @@
REACT_APP_GITHUB_TOKEN=your_github_token_here
REACT_APP_GITHUB_TOKEN=your_github_token_here
REACT_APP_GITEA_TOKEN=your_gitea_token_here
GITEA_API_URL='https://git.konceptkit.com/'
GITHUB_API_URL='https://api.github.com/'
GITEA_ACCESS_TOKEN='de037d3d8b7268acd0dc734a83799e4f3761bad3'