Gitea for Source Control #706
Replies: 3 comments 4 replies
-
Gitea can be added via developing a plugin. All you need is to develop Gitea.php in a plugin that implements the SourceControlProvide interface or extends the AbstractSourceControlProvider class. example: https://github.com/vitodeploy/vito/blob/3.x/app/SourceControlProviders/Github.php |
Beta Was this translation helpful? Give feedback.
-
Hi @saeedvaziry i couldnt figure it out, it was a bit out of my league. So i did a workaround - I setup a mirror from Gitea to Github, and used the default Github Source Provider on Vito This is working well. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I just recently picked up Vito, it does everything i wanted in regards to Laravel deployments.
One crucial bottleneck i face is the support for Gitea.
I host all my major Git repos on my own Gitea instance.
It would be great to see support for Gitea.
Beta Was this translation helpful? Give feedback.
All reactions