Label terminal commands and directory trees in code blocks

This commit is contained in:
Djeex
2026-08-31 19:57:52 +02:00
parent 61f4b0447b
commit baf3590186
53 changed files with 214 additions and 206 deletions
@@ -25,7 +25,7 @@ Nous utiliserons l'image docker maintenue par [LinuxServer.io](https://docs.linu
Structure des fichiers
```sh
```text [Arborescence]
root
└── docker
└── speedtest-tracker
@@ -35,7 +35,7 @@ root
Dans un terminal, générez une clé avec la commande suivante :
```sh
```bash [Terminal]
echo -n 'base64:'; openssl rand -base64 32;
```
@@ -68,7 +68,7 @@ services:
Trouvez votre `PUID` et votre `GUID` en tapant la commande suivante :
```sh
```bash [Terminal]
id nomdutilisateur
```
@@ -103,7 +103,7 @@ Speedtest Tracker n'utilise pas d'authentification multifacteur. Exposer Speedte
Ouvrez le fichier speedtest.subdomain.conf :
```sh
```bash [Terminal]
sudo nano /docker/swag/config/nginx/proxy-confs/speedtest.subdomain.conf
```