Open Source
Gitea is open source, allowing users to freely inspect, modify, and contribute to its codebase. This fosters transparency and community-driven development.
Lightweight
Gitea is designed to be lightweight, making it easy to run even on resource-limited systems. This makes it ideal for self-hosted environments.
Easy Installation
Gitea offers a straightforward installation process, making it simple for users to get up and running quickly without complex setup procedures.
Rich Feature Set
Despite being lightweight, Gitea provides a robust feature set, including issue tracking, pull requests, and continuous integration support, which covers the majority of use cases.
Active Community
Gitea has an active and growing community, which contributes to its development and provides support through forums, documentation, and tutorials.
Customizable
Gitea allows for extensive customization through configuration options and extensions, enabling users to tailor the platform to their specific needs.
Self-Hosting
Users have full control over their repositories and data when self-hosting Gitea, which enhances privacy and security compared to third-party hosting services.
This reminds me of Gogs [0], where the original author refused a lot of good ideas and improvements, eventually leading to a fork [1] that’s now a lot more popular and active than the original. [0] https://gogs.io/ [1] https://gitea.io/en-us/.
– Source: Hacker News
/
over 1 year ago
Yes, we do this using https://gitea.io/en-us/ on a private server. Firewall, backups and a replica running for most projects. Github is only used when it’s required by a stakeholder.
– Source: Hacker News
/
over 1 year ago
There’s a number of places out there, some of which also support alternatives to Git itself. By no means a complete list and in no particular order: GitLab – https://about.gitlab.com/ Sourcehut – https://sourcehut.org/ Codeberg – https://codeberg.org/ Launchpad – https://launchpad.net/ Debian Salsa – https://salsa.debian.org/public Pagure – https://pagure.io/pagure For self hsoted options, there’s these below…
– Source: Hacker News
/
over 1 year ago
And if you need GitLab (for runner, etc…) then it’s not too bad to run in Docker. But if anyone is looking for a somewhat simpler git solution, gitea is pretty great.
Source:
over 1 year ago
Check: Configuration and syntax changes and Special packages. The latter includes changes on PostgreSQL, Python and Gitea.
– Source: dev.to
/
over 1 year ago
Personally, I run a Gitea server as our enterprise GitHub doesn’t allow personal repos. This is run on an in-office desktop. I have a laptop which I use to WFH, and the desktop is my main hub. I connect to the desktop with Visual Studio Code SSH server, so even compiling is done remotely. So my office PC being always on is critical even ignoring the self-hosted Git client.
Source:
over 1 year ago
Something like https://gitea.io/en-us/ ?
Source:
over 1 year ago
I use gitea (free) on my own server (5€/month). If you don’t mind a bit sysadmin stuff setting it up and/or want full control over your data, it might be worth it.
Source:
over 1 year ago
There are a couple of self-hosted Git services, I think Gitea is pretty popular.
Source:
over 1 year ago
Gitea is actually very good. https://gitea.io/en-us/.
Source:
over 1 year ago
GitHub is Microsoft’s privately owned service that provides hosting and other features for Git repositories. There are other services which provide comparable services: GitLab, BitBucket.. You can also self-host such a service (Gogs, Gitea..).
Source:
over 1 year ago
For general development, I still run old server licenses of Atlassian Jira, Confluence, Bitbucket, and Bamboo. Though I am planning on migrating to Gitea, Woodpecker, Tiaga, and Bookstack eventually. Or the Jetbrains suite. Not sure yet.
For my CI pipeline, I plan to use Act in my runners to enable me to use GitHub actions locally.
Source:
over 1 year ago
And it’s probably going to be hosting a Gitea instance soon as well.
Source:
over 1 year ago
I also have the source codes stored on my own server where I host Gitea.
– Source: dev.to
/
almost 2 years ago
You could use Gitea (https://gitea.io/en-us/). It may be overkill for the task, but it is extremely easy to setup and has a imho. Good Markdown renderer.
Source:
almost 2 years ago
Https://gitea.io/en-us/ (some drama right now).
Source:
almost 2 years ago
Gitea is very nice: https://gitea.io/en-us/.
– Source: Hacker News
/
almost 2 years ago
Finally you get to how you will be hosting your software. You don’t mention what kind of software you are hosting. It sounds like its code-based so you might look at something like gitea.
Source:
almost 2 years ago
Look into https://gitea.io/en-us/ for a lighter option or gitlab to have CI too.
Source:
almost 2 years ago
There’s really no need to write your own git frontend just for that. It seems like you already have a running webserver. Check out cgit or gitea, both are small and easy to setup, and should allow short repo URLs like git clone git.myDomain.com/navy/project.
Source:
almost 2 years ago
Someone suggested looking at https://gitea.io/en-us/ for git hosting and Drone CI: https://www.drone.io/ – no idea how this looks the pipeline ci yaml looks super easy to get started with.
Source:
almost 2 years ago