Migration gitea => forgejo

This commit is contained in:
Thomas Legay 2023-06-12 15:30:48 +02:00
parent 797dff685b
commit a7592a2b38
15 changed files with 42 additions and 34 deletions

View file

@ -0,0 +1,20 @@
#### 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://<ip>:3000
```