Slowbeam.dev
๐Ÿ’ผWorkspace

Creating an Internal GitHub with Gitea (Open Source)

language
eng
date
Nov 24, 2025
slug
InstallGitea
author
status
Public
tags
Open Source
Github
Gitea
summary
Running an internal GitHub-like service on a private network using the open-source Gitea.
type
Post
thumbnail
์Šคํฌ๋ฆฐ์ƒท 2025-11-25 021850.png
category
๐Ÿ’ผWorkspace
updatedAt
Jan 4, 2026 04:38 AM
For my personal projects, Iโ€™d been using GitHub as usual. For work-related code, I managed things either with GitHub private repositories or with Git on my own PC, and it was fineโ€”no major inconvenience.
But then I ran into a situation where I needed to develop something together with other people in the company, and I had to think about what we should use.
Using GitHub Enterprise felt way too expensiveโ€”especially since weโ€™d have fewer than five people using it. I didnโ€™t want to spend that kind of money just to host code.
I also considered Bitbucket, since our company platform already relies heavily on Atlassian products. But I expected there would be limitations around policies and pricing, so I decided to try hosting our own server on the internal network instead.
Thatโ€™s when I found Gitea, a well-made open-source project. Itโ€™s also nicely prepared for quick deployment with Docker, so standing it up is straightforward.
notion image
During installation I ran into issues (it turned out a specific port was blocked), which led to a lot of trial and error. But once I finished the initial setup, it felt surprisingly satisfying. I didnโ€™t need anything fancy, so it was a good fit.
What I needed
  • Git remote management (obviously)
  • User registration / accounts
  • Issue and pull request management
  • A GitHub-like UI via the web interface
  • Markdown rendering for README files
notion image
The main languages we use are C/C++/C#/Python, so for now I donโ€™t really need Actions or automated builds. As long as the source code is managed properly and the team can collaborate smoothly, thatโ€™s enough.
If we start using it more seriously, Iโ€™ll probably need to make it more reliableโ€”run it on a dedicated server machine and set up regular backups. That sounds a bit annoying, though. For now, Iโ€™ll try it with a few teammates, and if it proves useful, Iโ€™ll improve it step by step.
ย 
โ† Back

Related posts

ThunderScope: The Open-Source Oscilloscope That Moves the Display and Processing to a PC

Aug 12, 2026

ThunderScope is an open-source oscilloscope that streams four channels of 1 GS/s data to a PC in real time over Thunderbolt, USB4, or PCI Express. This article explores its PC-based display and processing architecture, the ngscopeclient and TS.NET software stack, multi-unit synchronization, and the potential for custom gateware.