adding gitea service

This commit is contained in:
2026-03-26 19:36:25 -03:00
parent 76cdb9654e
commit 83b1cb397d
16 changed files with 658 additions and 166 deletions

View File

@@ -5,5 +5,9 @@
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
"AllowedHosts": "*",
"OPENAI_API_KEY": "",
"GEMINI_API_KEY": "",
"GITEA_REPO_URL": "",
"GITEA_ACCESS_TOKEN": ""
}