meteorlxy / vssue

:mailbox: A Vue-powered Issue-based Comment Plugin
https://vssue.js.org
MIT License
769 stars 105 forks source link

[Feature Request] Add configurable Gitea instances #170

Open f0sh opened 11 months ago

f0sh commented 11 months ago

What problem does the feature solve?

The Gitea Software can be used also as a self-hosted solution. There are big, open to public Gitea instances like Codeberg. They all usually share the same API as gitea.com and therefore make it feasable to use as a provider for vssue. Therefore the hardcoded URL in vssue.gitea.min.js must be configurable.

Proposed solution

Add a new configuration option location which takes an url like https://codeberg.org to add the location of the Gitea instance.

Alternative solutions

none