-
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
Wow how pathetic that github is refusing to export their data:
https://github.com/go-gitea/gitea/issues/1029#issuecomment-1...
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
> I wish it had some sort of CI like github actions or bitbucket pipeline
I use Gitea with Drone CI and it works pretty well: https://www.drone.io/
Some might also prefer the Woodpecker CI fork due to the license: https://woodpecker-ci.org/
I setup Drone as a part of my migration away from GitLab Omnibus and have no complaints so far: https://blog.kronis.dev/articles/goodbye-gitlab-hello-gitea-...
-
I am thinking about self-hosting my private repositories for some time now. I also want a simple web interface for convenience. I don't need a "Github clone" like Gogs, Gitea..
What simpler alternatives are there? I found https://github.com/jonashaag/klaus . Is there something else?
-
resolves to whatever the reflog thinks the master branch was pointing to 24 hours ago. There are a bunch of places in the GitHub API and UI that look like they only accept a branch or commit OID but actually accept a revision specifier. So e.g
https://github.com/torvalds/linux/tree/master@{yesterday}