21 lines
320 B
Markdown
21 lines
320 B
Markdown
#### 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://<ip>:3000
|
|
```
|
|
|