HN user

tboerger

46 karma

Husband, father, DevOps Architect at Proact Deutschland GmbH, open source contributor, go evangelist and proud to be a Webhippie.

[ my public key: https://keybase.io/tboerger; my proof: https://keybase.io/tboerger/sigs/FK0io3VvgLoGeWPMK7Aniwym9whnaW5TmJfB0ExVJWk ]

Posts1
Comments33
View on HN

For those who are using prometheus and also use apt-dater to control updates of multiple servers I have created a new tool to automatically generate the hosts configuration file. Hopefully this not only useful to me :)

But some (like Gitea) are working on it to start hosting it on their own. Gitea will also get federation features to make contributions between independent Gitea instances possible.

But even when it starts to host, it will get GitHub OAuth2, just to keep the barrier small to receive contributions.

Please provide constructive feedback on the docs issue tracker, or even better create pull requests to improve the documentation.

Everything including the website, documentation, blog, Hugo theme and so on is public available and also opensource.

I wouldn't say that directly, maybe it gains more trust because it's serving on their own code, but maybe this could also decrease the contributions because the people got to authenticate on just another system to contribute something.

We will see how well this works out, most required features are already there, the remaining will follow soonish.

Something have not been mentioned at all, Gitea still got support for OAuth2 which have been simply dropped by Gogs because "nobody needs that".

Beside that Gitea still got more really useful features compared to Gogs. But Gitea will always focus on Git hosting and won't bundle with CI, Chat and all that stuff what Gitlab does. There are enough tools you can easily connect to get features that Gitlab got, only if you need it.

Why do you think gitea doesn't care about code quality? To improve the code quality we even include linting and things like vet into the ci process. Beside multiple refactorings to improve the quality. Gogs got more than 1k lint errors, gitea got none ;)

As already said, nearly all people in the org are former Gogs contributors, the owners have been elected by the other people who joined the effort, everybody who has contributed 4 pull requests can join the maintainers team of gitea, the owners will be elected every year by the community, EVERY scripting for the infrastructure and the website and so on its entirely published. The only thing that is a secret shared between the current owners are the secrets for the services like github tokens, github oauth or email credentials. Everything else is open, accessible by everybody.

After the integration of the missing features like OAuth2, protected branches, ci status and some others we will start dog-fooding, than Github will just stay as a mirror for contributors that don't want to login to our gitea instance.

Is gogs dead? 11 years ago

Thanks! When @lunny finishes the outstand pull request feature it should be a real alternative as it is damn lightweight. There are already plans to im prove the UI as well :)

Is gogs dead? 11 years ago

Why? There is still the version history and the admins of the organizations are the top contributors beside of Unknwon ;). I just started to contribute smaller pieces...