feat(gitea): add gitea integration

This commit is contained in:
Rıdvan Akca
2024-04-28 14:42:25 +02:00
parent 788530be45
commit 99025c6a7c
13 changed files with 240 additions and 0 deletions

View File

@@ -122,6 +122,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/ghost/connection' },
],
},
{
text: 'Gitea',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/gitea/connection' }],
},
{
text: 'GitHub',
collapsible: true,