View quoted note → Once upon a time I started hosting my small projects on a self-hosted Gitea (I think this was it) server. The problem was that once someone showed up and wanted to make a contribution they were totally unable to. They had to create an account on that stupid server, then the ssh access didn't work for them, then they lost their password on my server and I didn't have SMTP configured to send them a password reset, it was all very very painful. It would have been beautiful if they could have done - git nostr send-patch <branch> And then I would do - git nostr list-patches - git nostr apply-patch <event id> Or my repositories could have webpages that would list pending patches found on relays and also allow people to comment on them from their browsers.

Replies (3)

The login part could be solved with SSO, gitea already has some support for that.