#### gitea ##### Information Site : https://gitea.io Source : https://github.com/go-gitea/gitea/ ##### Install ```bash apt install -y wget ca-certificates wget -qO - https://deb.lgy.fr/install.sh | bash apt-get update apt-get install -y gitea systemctl enable --now gitea #configuration with http://:3000 ```