Gitea

Open-source projects categorized as Gitea

Top 23 Gitea Open-Source Projects

  • 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

  • Project mention: Ask HN: What software sparks joy when using? | news.ycombinator.com | 2024-04-17

    Linux Mint with Cinnamon: https://www.linuxmint.com/ as far as desktop OSes go it's familiar (Ubuntu without snaps by default), whereas the UI feels both snappy, doesn't use too much resources and is actually pretty to look at.

    MobaXTerm: https://mobaxterm.mobatek.net/ this one is a bit more Windows centric but I ended up paying for it and replaced mRemoteNg and PuTTY with it, it's even better than Remmina or whatever Linux has to offer - you can manage SSH/RDP/VNC/... sessions, input across multiple sessions side by side and it just simplifies things a lot (jump host support, a port forwarding too and so much more).

    GitKraken: https://www.gitkraken.com/ also a piece of software that I paid for, this one actually makes using Git pleasant, feels better to use than SourceTree and Git Cola (even though that latter is wonderfully lightweight, too) and honestly I prefer that to the CLI nowadays.

    Kanboard: https://kanboard.org/ is a lightweight Kanban project management tool, it might not have every feature under the sun but it's the most snappy project management tool I've ever used, looks simple and runs well. I honestly love it, what a nice thing to have.

    Most modern text editors and IDEs: I personally pay for JetBrains IDEs but also like Visual Studio Code as a text editor and both have helped me immensely, they're reasonably performant when you have the RAM, look nice, often give you suggestions about how to improve your code and also have a plethora of plugins in their ecosystems. Nowadays I unapologetically use LLMs as well and overall it feels like I have these great tools and cool autocomplete (that is sometimes a bit silly and wrong) at my disposal, that makes me happy.

    Kdenlive: https://kdenlive.org/ imagine if there was a successor to Windows Movie Maker, though something that gets most of the important stuff out of Sony Vegas, except is also completely free and works on most platforms. Kdenlive is all of that and also somehow quite pleasant to use, I actually prefer it to DaVinci resolve. There is a bit of a learning curve to any piece of software like this, but everything mostly makes sense in this one.

    Gitea: https://about.gitea.com/ I still use this for my personal Git repositories and integrating with CI systems and it's lightweight, looks good and just feels pleasant to use. Previously I self-hosted GitLab and constantly ran into resource exhaustion as well as doubts about the next update is going to corrupt all of my data and break (it did), so now I use Gitea instead.

    Drone CI: https://www.drone.io/ a container native CI solution that I can also self host. It's container oriented, integrates with Gitea nicely, is similarly nice to GitLab CI and doesn't cause me headaches like Jenkins would.

    Docker: https://www.docker.com/ yes, even Docker desktop. It just makes working with containers really pleasant and predictable, even when something like Podman also exists (and also is great). I don't know, I feel like Docker really saved me from having brittle legacy environments, even self-contained containers with health checks and resource limits with still the same brittle code inside of those make me feel way more safe.

  • git-touch

    An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ghorg

    Quickly clone an entire org/users repositories into one directory - Supports GitHub, GitLab, Bitbucket, and more 🥚

  • agola

    Agola: CI/CD Redefined

  • Project mention: The worst thing about Jenkins is that it works | news.ycombinator.com | 2023-12-03
  • awgo

    Go library for Alfred 3 + 4 workflows

  • gitty

    Contextual information about your git projects, right on the command-line

  • kooder

    🔍An open source GitLab/Gitee/Gitea code search tool. Kooder 是一个为 Gitee/GitLab 开发的开源代码搜索工具,这是一个镜像仓库,主仓库在 Gitee。

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • nurl

    Generate Nix fetcher calls from repository URLs [maintainer=@figsoda]

  • mash-playbook

    🐋 Ansible playbook which helps you host various FOSS services as Docker containers on your own server

  • Project mention: Adding a new Ghost via docker-compose to your traefik setup | dev.to | 2024-02-02

    Sometimes the easiest and quickest way to try (or even deploy) a new service is by using the recommended docker-compose-setup that they often have as an example. But if you have an existing infrastructure, like we do with the great mother of all self-hosting ansible playbooks, this isn't always easy to integrate. In particular when that infrastructure is managed and started and stopped independently from the additional docker-compose you intend to add. Lucky, who is running their out-most proxy using traefik, because with just a few extra labels your docker-compose becomes available TLS-certs included.

  • operator

    🧊 Glasskube Apps Operator (by glasskube)

  • Project mention: 🔥Matomo 5 UPGRADE - A step-by-step GUIDE 🤌 | dev.to | 2024-01-04

    But Upgrading Matomo - especially in a containerized environment - can be quite challenging. We recently implemented Matomo 5 support into Glasskube and are happy to share our learnings.

  • xsrv

    [mirror] Install and manage self-hosted services/applications, on your own server(s) - ansible collection and utilities

  • Project mention: Graylog upgrade from 2 to 5 version | /r/graylog | 2023-06-28
  • github-gitea-mirror

    Simple Python Script To Mirror Repository From Github To Gitea

  • actions-template-sync

    :octocat: Github action for syncing other repositories (templates) with current repository. Any git provider like GitHub (enterprise), GitLab, Gittea,.. are supported for the source repository

  • docker-gitea-act-runner

    Docker image based on debian:stable-slim to run Gitea's act_runner as a Docker container

  • Project mention: For those who use Gitea + CI/CD | /r/selfhosted | 2023-07-10

    No it's not build in. I am using https://github.com/vegardit/docker-gitea-act-runner.

  • Attribouter

    A lightweight "about screen" library to allow quick but customizable attribution in Android apps.

  • soba

    backup github, gitlab, bitbucket, azure devops, and gitea repositories

  • octarchive

    Simple tool to back up all repos on a GitHub/Gitea account to a local folder.

  • caddy-gitea

    Github pages (and more) for gitea using caddy

  • Project mention: 42wim/caddy-gitea: Github pages (and more) for gitea using caddy | /r/devopsish | 2023-04-26
  • jaypore_ci

    A small, very flexible, powerful CI system. Works offline and is configured in Python.

  • Project mention: The worst thing about Jenkins is that it works | news.ycombinator.com | 2023-12-03
  • host-your-own

    Ansible script to set up your self-hosting VPS in one go.

  • Project mention: Roast my setup | /r/selfhosted | 2023-05-11

    Host Your Own is a simple ansible script that automates my deploys for a bunch of stuff.

  • glim

    Glim is a simple identity access management system that speaks some LDAP and has a REST API to manage users and groups (by doncicuto)

  • gitea-buildkite-connector

    Connect Gitea & Buildkite

  • buildtea

    Tool to connect Gitea and Buildkite together

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Gitea related posts

Index

What are some of the best open-source Gitea projects? This list will help you:

Project Stars
1 Gitea 41,851
2 git-touch 1,494
3 ghorg 1,453
4 agola 1,431
5 awgo 849
6 gitty 498
7 kooder 399
8 nurl 370
9 mash-playbook 363
10 operator 302
11 xsrv 288
12 github-gitea-mirror 163
13 actions-template-sync 161
14 docker-gitea-act-runner 132
15 Attribouter 117
16 soba 113
17 octarchive 107
18 caddy-gitea 95
19 jaypore_ci 36
20 host-your-own 32
21 glim 21
22 gitea-buildkite-connector 17
23 buildtea 9

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com