Migration gitea => forgejo
This commit is contained in:
parent
797dff685b
commit
a7592a2b38
15 changed files with 42 additions and 34 deletions
20
ressources/forgejo/README.MD
Normal file
20
ressources/forgejo/README.MD
Normal 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
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue