Remix.run Logo
JetSetIlly 6 hours ago

I think there's a gap in the market for a much simpler type of git service. All I need is a remote host to which I can push projects for others to see. I don't particularly want pull requests, actions or anything like that.

Maybe a way of facilitating "releases" with compiled binary assets (built locally and uploaded).

Forks can be handled by people cloning the repository and uploading a new project.

tonymet 10 minutes ago | parent | next [-]

https://sr.ht/

sikozu 6 hours ago | parent | prev [-]

Can't a lot of this be accomplished by disabling features you don't need? I just checked my Forgejo instance and per repository there are options to disable: Code, Projects, Releases, Packages, Actions, Issues, PRs & Wikis.

JetSetIlly 5 hours ago | parent [-]

Yes. But I would like a public service that took care of that for me. So like github but without the bells and whistles.

Part of the reason for not wanting bells and whistles is for the service to have less chance of dying under a heavy load.

skydhash 5 hours ago | parent [-]

Pretty much what sourcehut is. In addition you get a public mailing list where people can send issues and patch to.

JetSetIlly 5 hours ago | parent [-]

Oh interesting! I've heard of sourcehut of course, but never looked at it. Thanks for the pointer.