2022-10-01 17:58:26 +02:00
|
|
|
#### gitea
|
|
|
|
|
|
|
|
##### Information
|
2023-06-12 15:30:48 +02:00
|
|
|
Site : https://codeberg.org/forgejo/forgejo
|
2022-10-01 17:58:26 +02:00
|
|
|
|
2023-06-12 15:30:48 +02:00
|
|
|
Source : https://codeberg.org/forgejo/forgejo
|
2022-10-01 17:58:26 +02:00
|
|
|
|
|
|
|
##### Install
|
|
|
|
|
|
|
|
```bash
|
|
|
|
apt install -y wget ca-certificates
|
|
|
|
wget -qO - https://deb.lgy.fr/install.sh | bash
|
|
|
|
apt-get update
|
2023-06-12 15:30:48 +02:00
|
|
|
apt-get install -y forgejo
|
2022-10-01 17:58:26 +02:00
|
|
|
|
2023-06-12 15:30:48 +02:00
|
|
|
systemctl enable --now forgejo
|
2022-10-01 17:58:26 +02:00
|
|
|
|
|
|
|
#configuration with http://<ip>:3000
|
|
|
|
```
|
|
|
|
|