Update 03-01-2024

This commit is contained in:
2024-01-03 09:17:00 +01:00
parent d78f93eed2
commit efb8d64ac7
22 changed files with 1047 additions and 44 deletions

View File

@@ -18,7 +18,7 @@ Sites Web et Domaines -> <u>Ajouter un sous-domaine</u>:
- Racine du document: gitea.maboiteverte.fr
- Cocher Protéger le domaine avec Let's Encrypt
Sites Web et Domaines -> gitea.maboiteverte.fr -> <u>Paramètres d'Apache et de Nginx</u> -> Directives supplémentaires pour HTTPS :
Sites Web et Domaines -> gitea.maboiteverte.fr -> <u>Hébergement et DNS -> Apache et de Nginx</u> -> Directives supplémentaires pour HTTPS :
```
<Proxy *>
@@ -103,7 +103,7 @@ adduser \
#### Télécharger Gitea:
```bash
VERSION=1.14.4
VERSION=1.12.1
sudo wget -O /tmp/gitea https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64
```
@@ -176,7 +176,7 @@ Confirmer:
```bash
$ gitea --version
Gitea version 1.11.4 built with GNU Make 4.1, go1.13.9 : bindata, sqlite, sqlite_unlock_notify
Gitea version 1.12.1 built with GNU Make 4.1, go1.14.4 : bindata, sqlite, sqlite_unlock_notify
```