-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Gitea #7
Comments
Seems that Gitea does not support OAuth now. It's part of the Milestone of Gitea v1.8.0 (see go-gitea/gitea#27). Vssue will try to support gitea after that. |
@meteorlxy @moqmar maybe have a look one this PR:go-gitea/gitea#5378 it includes the oauth2 provider and could be used for evaluation and testing. |
You did a great work! I'm not familiar with gitea. Could you please give some notes that why deleting and editing a comment is deprecated? |
Gitea is an alternative to GitLab that's lightweight enough to be run on something like a Raspberry Pi. The API should have everything required to add support for it to Vssue.
This would allow anyone to self-host their comments with way lower resource requirements, or use a non-profit hosting service like codeberg.org.
The text was updated successfully, but these errors were encountered: