Hey there!
At first I would like to say that SuperProductivity is really awesome and the best productivity app I have tested so far.
My Git-Repositories I host via Gitea on my own or company server.
And I would like to use the Issue Integration with Gitea.
Gitea also gives an API to access Issues and so on, like Gitlab & Github.
Would it be much effort to implement it?
Thanks in advance!
Hey there!
Currently I am not planning to work on implementing Gitea support myself, but I gladly accept any Pull Requests. Depending on how different the Gitea operates compared to GitHub or Gitlab API this might take an experienced developer everything from a couple of hours to a couple of days.
In case you want to make sure that integration for the Gitea provider works, you can simply test the API integration on the _official test instance_ at https://try.gitea.io/. There you can also find the _Swagger API_ definition.
If you rather want to use a _local_ Gitea instance, you might want to use the official _Docker image_ (there's also an example docker-compose.yml).
You can also add something to this issue, in case an useful API method is missing
Most helpful comment
In case you want to make sure that integration for the Gitea provider works, you can simply test the API integration on the _official test instance_ at
https://try.gitea.io/. There you can also find the _Swagger API_ definition.If you rather want to use a _local_ Gitea instance, you might want to use the official _Docker image_ (there's also an example
docker-compose.yml).You can also add something to this issue, in case an useful API method is missing