docs: update documentation

This commit is contained in:
Maël Gangloff 2025-12-07 17:29:30 +01:00
parent f10940e7bf
commit 477eeca909
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ description: Step-by-step guide to installing this project using the Docker imag
import {LinkCard} from '@astrojs/starlight/components'; import {LinkCard} from '@astrojs/starlight/components';
1. Download the [docker-compose.yml](https://github.com/maelgangloff/domain-watchdog/blob/develop/docker-compose.yml) and modify it as needed 1. Download the [docker-compose.yml](https://github.com/maelgangloff/domain-watchdog/blob/develop/docker-compose.yml) and modify it as needed
2. Download the [.env](https://github.com/maelgangloff/domain-watchdog/blob/develop/.env) and modify it as needed 2. Download the [.env](https://github.com/maelgangloff/domain-watchdog/blob/develop/.env), rename it to `.env.local` and modify it as needed
<LinkCard title="Configuration" description="List of environment variables" href="/en/install-config/configuration/#environment-variables"/> <LinkCard title="Configuration" description="List of environment variables" href="/en/install-config/configuration/#environment-variables"/>
3. Add static files to customize your instance (under `public/content`) 3. Add static files to customize your instance (under `public/content`)

View File

@ -6,7 +6,7 @@ description: Guide pour installer le projet en utilisant Docker Compose, avec le
import {LinkCard} from '@astrojs/starlight/components'; import {LinkCard} from '@astrojs/starlight/components';
1. Téléchargez le fichier [docker-compose.yml](https://github.com/maelgangloff/domain-watchdog/blob/develop/docker-compose.yml) et modifiez-le selon vos besoins 1. Téléchargez le fichier [docker-compose.yml](https://github.com/maelgangloff/domain-watchdog/blob/develop/docker-compose.yml) et modifiez-le selon vos besoins
2. Téléchargez le fichier [.env](https://github.com/maelgangloff/domain-watchdog/blob/develop/.env) et modifiez-le selon vos besoins 2. Téléchargez le fichier [.env](https://github.com/maelgangloff/domain-watchdog/blob/develop/.env), renommez-le en `.env.local` et modifiez-le selon vos besoins
<LinkCard title="Configuration" description="Liste des variables d'environnement" href="/en/install-config/configuration/#environment-variables"/> <LinkCard title="Configuration" description="Liste des variables d'environnement" href="/en/install-config/configuration/#environment-variables"/>
3. Ajoutez des fichiers statiques pour personnaliser votre instance (sous `public/content`) 3. Ajoutez des fichiers statiques pour personnaliser votre instance (sous `public/content`)