Gitea
Overview
This installation happens on the
dsb-hub
.
According to Gitea's documentation, Gitea is a painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD. It's open source under MIT license. It is designed to be lightweight, easy to use, and highly customizable, making it an ideal choice for both small teams and large organizations.
Prerequisites
-
Install PostgreSQL:
-
Run the following command to install PostgreSQL and its contrib package:
sudo apt install postgresql postgresql-contrib
-
Switch to the PostgreSQL user:
sudo -i -u postgres
-