Label terminal commands and directory trees in code blocks
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user