FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Gitea Has a Free Self-Hosted Git Service
How-ToDevOps

Gitea Has a Free Self-Hosted Git Service

via Dev.to DevOpsAlex Spinov2h ago

Gitea is a free, open-source Git hosting solution that you can run on your own server. Think of it as a self-hosted GitHub/GitLab — lightweight and fast. What Is Gitea? Gitea is a painless, self-hosted Git service written in Go. It's one of the lightest-weight Git platforms available, running on minimal hardware. Key features: Repository hosting with web UI Pull requests and code review Issue tracking and project boards CI/CD with Gitea Actions (GitHub Actions compatible!) Package registry (npm, PyPI, Docker, Maven, etc.) Wiki per repository Organization and team management OAuth2 and LDAP authentication Mirrors from/to GitHub, GitLab Webhooks Runs on a Raspberry Pi Quick Start Docker docker run -d \ --name gitea \ -p 3000:3000 \ -p 222:22 \ -v gitea-data:/data \ gitea/gitea:latest Open http://localhost:3000 . Complete setup wizard. Done. Binary (any platform) # Download wget https://dl.gitea.com/gitea/1.22/gitea-1.22-linux-amd64 chmod +x gitea-1.22-linux-amd64 # Run ./gitea-1.22-linux

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
0 views

Related Articles

The DSA Illusion: Why Most Data Structures Don’t Actually Exist
How-To

The DSA Illusion: Why Most Data Structures Don’t Actually Exist

Medium Programming • 32m ago

This modular crafting machine can create custom shirts, phone cases, and molds
How-To

This modular crafting machine can create custom shirts, phone cases, and molds

The Verge • 37m ago

I built an expense tracker because every other one wanted my bank login
How-To

I built an expense tracker because every other one wanted my bank login

Dev.to • 1h ago

Samsung Galaxy S26 and Galaxy S26+ Review: Lacking Ambition
How-To

Samsung Galaxy S26 and Galaxy S26+ Review: Lacking Ambition

Wired • 5h ago

5 kitchen splurges that I can't recommend enough
How-To

5 kitchen splurges that I can't recommend enough

ZDNet • 6h ago

Discover More Articles