Thread
Stories related to "Deploying Gitea on NixOS (Git self-hosting)" across the full archive.
I built a platform for deploying HTTP microservices in seconds using Github Gists. Feedback?
(hook.io)
Launched the platform about a week ago. Looking for early users and feedback to help improve the service. My goal is to make this a paid service, but there is ( and always will be ) a free plan for developers.
hook.io is a service where you can build "Hooks", which are HTTP microservices ( think ...
Fork of Gogs and why.
Gitea is the fork of [Gogs](https://gogs.io/), a super-lightweight Git hosting tool written in Go. I'm linking to this particular release because part of the promise of Gitea was that they were going to move a *lot* faster than Gogs, implementing many features and pull requests that Gogs' author had...
I needed a quick and dirty solution to handle bug reports without requiring users to register in the gitea instance, but also keep track of them in gitea's issue tracker. Eventually I'd like to move the issue tracking to something else, but this was quicker. Haven't deployed it in production yet. Ye...