xarantolus / fdroid

Auto-updating F-Droid repo using GitHub Actions
31 stars 16 forks source link

Add support for GitLab, Codeberg, self hosted git repositories, etc. #6

Open s3tupw1zard opened 1 month ago

s3tupw1zard commented 1 month ago

Hello,

Could you please add support for Git hosting solutions like GitLab, Codeberg, Gitea and Forgejo and possibly also self-hosted git servers?

My main problem is that I want to add an app which releases are hosted on codeberg.org and metascoop tries to fetch the releases from GitHub, what apparently doesn't work.

I would really appreciate it.

xarantolus commented 1 month ago

Hmm it's unlikely that I'll add support for this, as I don't really have time right now and because the code was hacked together in like 3 days and is not really extensible. Maybe codebergs API is somewhat compatible with the GitHub API (as in similar requests and responses), but not sure. I do think it's a nice suggestion though, and if someone were to do a pull request with that I'd merge it