mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
docs: update documentation
This commit is contained in:
parent
f10940e7bf
commit
477eeca909
@ -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`)
|
||||||
|
|||||||
@ -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`)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user