go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.92k stars 5.48k forks source link

Would it be possible to provide Gitea as a Nextcloud app? #21839

Open jerabaul29 opened 1 year ago

jerabaul29 commented 1 year ago

Feature Description

Nextcloud is more and more common as a self hosted alternative to cloud services. Nextcloud has a number of apps that make it easy to enable additional functionalities - for example, there is "Collabora", ie making it possible to use LibreOffice from Nextcloud in the same way as GoogleDocs, etc.

At the moment there is no way to provide git hosting through an app on Nextcloud. Do you think it could be possible somehow to provide Gitea as a Nextcloud app, so that nextcloud users could deploy gitea just by installing the app? That could make it very easy to deploy gitea for many users who already are running their nextcloud instance.

Screenshots

No response

markuman commented 1 year ago

I think as an integrated app, authentication becomes difficult to implement.

But you can use nextcloud as an authentication provider for gitea: https://github.com/go-gitea/gitea/pull/10562