TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Self hosted CI tightly integrated with Gitea

1 pointsby theSageover 2 years ago
I recently started using Gitea to host all my small projects. This has been great so far, however the lack of an inbuilt CI system like (github &#x2F; gitlab) ended up hitting me hard.<p>I turned to drone CI &#x2F; woodpecker CI &#x2F; agola CI but they all required me to set up a server &#x2F; runner etc so that they could run.<p>That&#x27;s why I build Jaypore CI:<p>- Runs on your laptop &#x2F; remote cloud<p>- CI status is directly posted in pull request description<p>- Uses docker to run everything so we can have caching &#x2F; db services &#x2F; publishing packages etc<p>- Configuration language is normal python. This allows job matrix, complex conditional jobs, multiple languages for each job<p>https:&#x2F;&#x2F;github.com&#x2F;theSage21&#x2F;jaypore_ci

no comments

no comments