docs: ajout du projet Luz (luz.goutailler-olivier.com)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-05 05:51:19 +02:00
parent 135187f69f
commit bd6ee2ba2b
4 changed files with 87 additions and 6 deletions
+23 -4
View File
@@ -131,7 +131,25 @@ L'image `git.goutailler-olivier.com/bonsai/bonsai-webapp:latest` est également
---
## 7. Nextcloud
## 7. Luz
```bash
cd luz/
docker compose up -d
```
L'image `git.goutailler-olivier.com/gato/luz:latest` est construite par la CI Gitea lors d'une release. Aucune variable d'environnement spécifique n'est requise.
**Secrets Gitea à configurer dans le dépôt Luz :**
| Secret | Description |
|---|---|
| `RELEASE_TOKEN` | Token Gitea avec droits `write:packages` et `write:repository` |
| `WATCHTOWER_TOKEN` | Token HTTP de l'API Watchtower pour déclencher le redéploiement |
---
## 9. Nextcloud
```bash
cd nextcloud/
@@ -149,7 +167,7 @@ Variables à personnaliser dans `docker-compose.yml` avant le premier lancement
---
## 8. Trilium
## 10. Trilium
```bash
cd trilium/
@@ -173,8 +191,9 @@ mkdir -p /home/gato/Applications/Trilium/data
4. Gitea
5. Bonsai API
6. Bonsai Webapp
7. Nextcloud
8. Trilium
7. Luz
8. Nextcloud
9. Trilium
```
---