From 064d8f1576fa4309c13a216e299926ac4db5c37a Mon Sep 17 00:00:00 2001 From: Djeex Date: Mon, 7 Sep 2026 21:28:08 +0200 Subject: [PATCH] Normalize formatting conventions across guides (chapter D) --- .../7.files/1.file-browser-quantum.md | 15 ++++++------ content/en/3.serveex/7.files/2.pingvin.md | 24 +++++++++---------- .../3.serveex/8.development/1.code-server.md | 15 ++++++------ .../en/3.serveex/8.development/3.it-tools.md | 15 ++++++------ content/en/5.nonsense/3.bash/3.socat-proxy.md | 2 +- .../6.recycled/2.deprecated/1.wireguard-14.md | 6 ++--- .../3.alternatives/2.qbittorrent-for-plex.md | 4 ++-- .../7.files/1.file-browser-quantum.md | 15 ++++++------ content/fr/3.serveex/7.files/2.pingvin.md | 24 +++++++++---------- .../3.serveex/8.development/1.code-server.md | 15 ++++++------ .../fr/3.serveex/8.development/3.it-tools.md | 15 ++++++------ content/fr/6.recycled/1.summary.md | 2 +- .../6.recycled/2.deprecated/1.wireguard-14.md | 2 +- .../3.alternatives/2.qbittorrent-for-plex.md | 4 ++-- 14 files changed, 74 insertions(+), 84 deletions(-) diff --git a/content/en/3.serveex/7.files/1.file-browser-quantum.md b/content/en/3.serveex/7.files/1.file-browser-quantum.md index 4692b73..41d869c 100644 --- a/content/en/3.serveex/7.files/1.file-browser-quantum.md +++ b/content/en/3.serveex/7.files/1.file-browser-quantum.md @@ -84,14 +84,13 @@ Mount every folder you listed under `sources` in `config.yaml` at the same path ::tip{icon=""} ✨ __Tip:__ Add the watchtower label to automate updates. - ```yaml [compose.yaml] - services: - filebrowser-quantum: - #... - labels: - - - com.centurylinklabs.watchtower.enable=true - ``` +```yaml [compose.yaml] +services: + filebrowser-quantum: + #... + labels: + - com.centurylinklabs.watchtower.enable=true +``` :: Deploy the container and go to `http://yourserverip:8020`. Log in with the default `admin` / `admin` credentials, then immediately change the password in your profile settings. diff --git a/content/en/3.serveex/7.files/2.pingvin.md b/content/en/3.serveex/7.files/2.pingvin.md index d32e230..f198535 100644 --- a/content/en/3.serveex/7.files/2.pingvin.md +++ b/content/en/3.serveex/7.files/2.pingvin.md @@ -48,20 +48,18 @@ From here on, we assume the network name for SWAG is `swag_default`. ::tip{icon=""} ✨ __Tip:__ Add the watchtower label to each container to automate updates. - ```yaml [compose.yaml] - services: - pingvin-share: - #... - labels: +```yaml [compose.yaml] +services: + pingvin-share: + #... + labels: + - com.centurylinklabs.watchtower.enable=true - - com.centurylinklabs.watchtower.enable=true - - clamav: - #... - labels: - - - com.centurylinklabs.watchtower.enable=true - ``` + clamav: + #... + labels: + - com.centurylinklabs.watchtower.enable=true +``` :: Deploy the container and go to `http://yourserverip:3600`. That's it! Your Pingvin web UI instance is up and running! diff --git a/content/en/3.serveex/8.development/1.code-server.md b/content/en/3.serveex/8.development/1.code-server.md index d3deca6..01e0214 100644 --- a/content/en/3.serveex/8.development/1.code-server.md +++ b/content/en/3.serveex/8.development/1.code-server.md @@ -58,14 +58,13 @@ services: ::tip{icon=""} ✨ Add the Watchtower label to each container to automate updates - ```yaml [compose.yaml] - services: - code-server: - #... - labels: - - - com.centurylinklabs.watchtower.enable=true - ``` +```yaml [compose.yaml] +services: + code-server: + #... + labels: + - com.centurylinklabs.watchtower.enable=true +``` :: ### Set your environment variables diff --git a/content/en/3.serveex/8.development/3.it-tools.md b/content/en/3.serveex/8.development/3.it-tools.md index 88043bc..9841d0d 100644 --- a/content/en/3.serveex/8.development/3.it-tools.md +++ b/content/en/3.serveex/8.development/3.it-tools.md @@ -31,14 +31,13 @@ services: ::tip{icon=""} ✨ __Tip:__ Add the Watchtower label to each container to enable automatic updates. - ```yaml [compose.yaml] - services: - it-tools: - #... - labels: - - - com.centurylinklabs.watchtower.enable=true - ``` +```yaml [compose.yaml] +services: + it-tools: + #... + labels: + - com.centurylinklabs.watchtower.enable=true +``` :: Deploy the container and visit `http://yourserverip:3222`. That’s it, your IT Tools web UI instance is up and running! diff --git a/content/en/5.nonsense/3.bash/3.socat-proxy.md b/content/en/5.nonsense/3.bash/3.socat-proxy.md index cc64ea1..e79193f 100644 --- a/content/en/5.nonsense/3.bash/3.socat-proxy.md +++ b/content/en/5.nonsense/3.bash/3.socat-proxy.md @@ -77,6 +77,6 @@ services: More information is available on the repository: -::card{title="🐋 **Socat Proxy**" to="https://git.djeex.fr/Djeex/socat-proxy" target="_blank"} +::card{title="🐋 __Socat Proxy__" to="https://git.djeex.fr/Djeex/socat-proxy" target="_blank"} A lightweight bind-mount socket proxy :: diff --git a/content/en/6.recycled/2.deprecated/1.wireguard-14.md b/content/en/6.recycled/2.deprecated/1.wireguard-14.md index be0b58a..e74bd06 100644 --- a/content/en/6.recycled/2.deprecated/1.wireguard-14.md +++ b/content/en/6.recycled/2.deprecated/1.wireguard-14.md @@ -156,7 +156,7 @@ sudo sysctl net.ipv4.conf.all.src_valid_mark=1 To configure clients, download the config files from the server: -- Visit `http://your-server-ip:51821` +- Visit `http://yourserverip:51821` - Create a client - Download the config file - Rename it to `wg0.conf` @@ -257,13 +257,13 @@ Repeat for each client ## Other Devices -- **Phone:** Install WireGuard and scan the QR code from the web UI (`http://your-server-ip:51821`) +- **Phone:** Install WireGuard and scan the QR code from the web UI (`http://yourserverip:51821`) - **PC:** Install the WireGuard client and import the config file ::warning __Warning:__ If a client device is on the same LAN as the server, edit `wg0.conf` and change the endpoint to the local server IP: -`Endpoint = your-server-ip:51820` +`Endpoint = yourserverip:51820` :: And this is the result: diff --git a/content/en/6.recycled/3.alternatives/2.qbittorrent-for-plex.md b/content/en/6.recycled/3.alternatives/2.qbittorrent-for-plex.md index e49df9c..287c111 100644 --- a/content/en/6.recycled/3.alternatives/2.qbittorrent-for-plex.md +++ b/content/en/6.recycled/3.alternatives/2.qbittorrent-for-plex.md @@ -206,7 +206,7 @@ Once done, deploy the container. ### Log in and secure your account -Login at `http://server-ip:5695` (or the port you set). +Login at `http://yourserverip:5695` (or the port you set). ::caution @@ -262,7 +262,7 @@ Click "Deploy" and wait for SWAG to fully initialize. ::note -We assume the network name is `seedbox_default`. You can confirm by checking the SWAG dashboard at http://server-ip:81. +We assume the network name is `seedbox_default`. You can confirm by checking the SWAG dashboard at http://yourserverip:81. :: ### Create the subdomain.conf file diff --git a/content/fr/3.serveex/7.files/1.file-browser-quantum.md b/content/fr/3.serveex/7.files/1.file-browser-quantum.md index 07d1eea..9613a92 100644 --- a/content/fr/3.serveex/7.files/1.file-browser-quantum.md +++ b/content/fr/3.serveex/7.files/1.file-browser-quantum.md @@ -84,14 +84,13 @@ Montez chaque dossier listé sous `sources` dans `config.yaml` au même chemin ::tip{icon=""} ✨ __Astuce :__ ajoutez le label watchtower pour automatiser les mises à jour. - ```yaml [compose.yaml] - services: - filebrowser-quantum: - #... - labels: - - - com.centurylinklabs.watchtower.enable=true - ``` +```yaml [compose.yaml] +services: + filebrowser-quantum: + #... + labels: + - com.centurylinklabs.watchtower.enable=true +``` :: Déployez le conteneur et allez sur `http://ipdevotreserveur:8020`. Connectez-vous avec les identifiants par défaut `admin` / `admin`, puis changez immédiatement le mot de passe dans les réglages de votre profil. diff --git a/content/fr/3.serveex/7.files/2.pingvin.md b/content/fr/3.serveex/7.files/2.pingvin.md index 3a7a698..dfba311 100644 --- a/content/fr/3.serveex/7.files/2.pingvin.md +++ b/content/fr/3.serveex/7.files/2.pingvin.md @@ -48,20 +48,18 @@ services: ::tip{icon=""} ✨ __Astuce :__ ajoutez le label watchtower à chaque conteneur pour automatiser les mises à jour. - ```yaml [compose.yaml] - services: - pingvin-share: - #... - labels: +```yaml [compose.yaml] +services: + pingvin-share: + #... + labels: + - com.centurylinklabs.watchtower.enable=true - - com.centurylinklabs.watchtower.enable=true - - clamav: - #... - labels: - - - com.centurylinklabs.watchtower.enable=true - ``` + clamav: + #... + labels: + - com.centurylinklabs.watchtower.enable=true +``` :: Déployez le conteneur et allez sur `http://ipdevotreserveur:3600`. Et voilà ! Votre instance web Pingvin est en route ! diff --git a/content/fr/3.serveex/8.development/1.code-server.md b/content/fr/3.serveex/8.development/1.code-server.md index af3e6a4..3661ba5 100644 --- a/content/fr/3.serveex/8.development/1.code-server.md +++ b/content/fr/3.serveex/8.development/1.code-server.md @@ -58,14 +58,13 @@ services: ::tip{icon=""} ✨ Ajoutez le label Watchtower à chaque conteneur pour automatiser les mises à jour - ```yaml [compose.yaml] - services: - code-server: - #... - labels: - - - com.centurylinklabs.watchtower.enable=true - ``` +```yaml [compose.yaml] +services: + code-server: + #... + labels: + - com.centurylinklabs.watchtower.enable=true +``` :: ### Renseigner vos variables d'environnement diff --git a/content/fr/3.serveex/8.development/3.it-tools.md b/content/fr/3.serveex/8.development/3.it-tools.md index 572a256..c52b7d2 100644 --- a/content/fr/3.serveex/8.development/3.it-tools.md +++ b/content/fr/3.serveex/8.development/3.it-tools.md @@ -31,14 +31,13 @@ services: ::tip{icon=""} ✨ __Astuce :__ ajoutez le label Watchtower à chaque conteneur pour activer les mises à jour automatiques. - ```yaml [compose.yaml] - services: - it-tools: - #... - labels: - - - com.centurylinklabs.watchtower.enable=true - ``` +```yaml [compose.yaml] +services: + it-tools: + #... + labels: + - com.centurylinklabs.watchtower.enable=true +``` :: Déployez le conteneur et visitez `http://ipdevotreserveur:3222`. Voilà, votre instance web IT Tools est en route ! diff --git a/content/fr/6.recycled/1.summary.md b/content/fr/6.recycled/1.summary.md index a84784d..6fe0273 100644 --- a/content/fr/6.recycled/1.summary.md +++ b/content/fr/6.recycled/1.summary.md @@ -1,5 +1,5 @@ --- -title: Poubelle +title: Recyclés description: Des tutoriels obsolètes gardés pour référence, et des applications alternatives remplacées ailleurs sur le site mais qui fonctionnent toujours très bien. navigation: icon: i-lucide-bookmark diff --git a/content/fr/6.recycled/2.deprecated/1.wireguard-14.md b/content/fr/6.recycled/2.deprecated/1.wireguard-14.md index 81bd460..7cc43bc 100644 --- a/content/fr/6.recycled/2.deprecated/1.wireguard-14.md +++ b/content/fr/6.recycled/2.deprecated/1.wireguard-14.md @@ -263,7 +263,7 @@ Répétez pour chaque client ::warning __Attention :__ si un appareil client est sur le même réseau local que le serveur, modifiez `wg0.conf` et remplacez l'endpoint par l'IP locale du serveur : -`Endpoint = ip-de-votre-serveur:51820` +`Endpoint = ipdevotreserveur:51820` :: Et voici le résultat : diff --git a/content/fr/6.recycled/3.alternatives/2.qbittorrent-for-plex.md b/content/fr/6.recycled/3.alternatives/2.qbittorrent-for-plex.md index c0d64f0..91437e9 100644 --- a/content/fr/6.recycled/3.alternatives/2.qbittorrent-for-plex.md +++ b/content/fr/6.recycled/3.alternatives/2.qbittorrent-for-plex.md @@ -206,7 +206,7 @@ Une fois fait, déployez le conteneur. ### Se connecter et sécuriser son compte -Connectez-vous sur `http://ipduserveur:5695` (ou le port que vous avez défini). +Connectez-vous sur `http://ipdevotreserveur:5695` (ou le port que vous avez défini). ::caution @@ -262,7 +262,7 @@ Cliquez sur « Deploy » et attendez que SWAG soit complètement initialisé. ::note -Nous partons du principe que le nom du réseau est `seedbox_default`. Vous pouvez le confirmer en consultant le tableau de bord de SWAG sur http://ipduserveur:81. +Nous partons du principe que le nom du réseau est `seedbox_default`. Vous pouvez le confirmer en consultant le tableau de bord de SWAG sur http://ipdevotreserveur:81. :: ### Créer le fichier subdomain.conf