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