Gogs — самостоятельный Git-сервер для команды

★ 47.7K

Gogs is an open-source Git server you run yourself — your own GitHub inside the company. Reach for it when code must not sit on someone else's servers while the team still needs the familiar things: repositories, issues, pull requests, a wiki, access control. Its defining trait is lightness: a single Go binary that runs on modest hardware, Raspberry Pi and old mini-servers included, with no enterprise-grade database and no elaborate setup. It works on Linux, macOS, Windows and ARM, and supports SSH, HTTP and HTTPS access, organisations, protected branches and Git LFS for large files. A sensible choice for a small team or personal projects; larger teams with heavy process and CI usually need a more developed platform.