From be4b79026b703f9e82fbe88405a1afca5c1f3ed2 Mon Sep 17 00:00:00 2001 From: Djeex Date: Mon, 7 Sep 2026 14:44:01 +0200 Subject: [PATCH] Fix GUID/PGID mismatch in 7 more app guides missed by the earlier pass --- content/en/3.serveex/4.monitoring/3.speedtest-tracker.md | 8 ++++---- content/en/3.serveex/5.media/1.jellyfin.md | 6 +++--- content/en/3.serveex/5.media/2.qbittorrent.md | 6 +++--- content/en/3.serveex/6.cloud/2.nextcloud.md | 6 +++--- content/en/3.serveex/8.development/1.code-server.md | 6 +++--- content/en/6.recycled/3.alternatives/1.plex.md | 8 ++++---- .../6.recycled/3.alternatives/2.qbittorrent-for-plex.md | 6 +++--- content/fr/3.serveex/4.monitoring/3.speedtest-tracker.md | 8 ++++---- content/fr/3.serveex/5.media/1.jellyfin.md | 6 +++--- content/fr/3.serveex/5.media/2.qbittorrent.md | 6 +++--- content/fr/3.serveex/6.cloud/2.nextcloud.md | 6 +++--- content/fr/3.serveex/8.development/1.code-server.md | 6 +++--- content/fr/6.recycled/3.alternatives/1.plex.md | 8 ++++---- .../6.recycled/3.alternatives/2.qbittorrent-for-plex.md | 6 +++--- 14 files changed, 46 insertions(+), 46 deletions(-) diff --git a/content/en/3.serveex/4.monitoring/3.speedtest-tracker.md b/content/en/3.serveex/4.monitoring/3.speedtest-tracker.md index 7e957b8..4396510 100644 --- a/content/en/3.serveex/4.monitoring/3.speedtest-tracker.md +++ b/content/en/3.serveex/4.monitoring/3.speedtest-tracker.md @@ -56,7 +56,7 @@ services: - ${PORT}:80 environment: - PUID=${PUID} - - PGID=${GUID} + - PGID=${PGID} - TZ=Europe/Paris - APP_KEY=${API_KEY} - DB_CONNECTION=sqlite @@ -67,19 +67,19 @@ services: ### Set your environment variables -Find your `PUID` and `GUID` by running the following command: +Find your `PUID` and `PGID` by running the following command: ```bash [Terminal] id yourusername ``` -In the `.env` file, set the variable `API_KEY` with the key you generated and add a cron-style test schedule, as well as your `PUID` and `GUID`, for example: +In the `.env` file, set the variable `API_KEY` with the key you generated and add a cron-style test schedule, as well as your `PUID` and `PGID`, for example: ```properties [.env] SCHEDULE=15 */6 * * * # every 6 hours API_KEY=base64:zihejehkj8_nzhY/OjeieR= # your key PUID=1000 -GUID=1000 +PGID=1000 PORT=3225 # port to access the web UI ``` diff --git a/content/en/3.serveex/5.media/1.jellyfin.md b/content/en/3.serveex/5.media/1.jellyfin.md index 9989124..e34e36a 100644 --- a/content/en/3.serveex/5.media/1.jellyfin.md +++ b/content/en/3.serveex/5.media/1.jellyfin.md @@ -59,7 +59,7 @@ services: container_name: jellyfin environment: - PUID=${PUID} - - PGID=${GUID} + - PGID=${PGID} - TZ=Europe/Paris volumes: - /srv/docker/jellyfin/config:/config @@ -86,7 +86,7 @@ services: ### Set your environment variables -Find your PUID and GUID by running: +Find your PUID and PGID by running: ```bash [Terminal] id username @@ -96,7 +96,7 @@ Fill in your `.env` file with the retrieved values, for example: ```properties [.env] PUID=1000 -GUID=1000 +PGID=1000 ``` Deploy the stack. The local interface is available at `http://yourserverip:8096`. diff --git a/content/en/3.serveex/5.media/2.qbittorrent.md b/content/en/3.serveex/5.media/2.qbittorrent.md index 6034f51..f78a697 100644 --- a/content/en/3.serveex/5.media/2.qbittorrent.md +++ b/content/en/3.serveex/5.media/2.qbittorrent.md @@ -67,7 +67,7 @@ services: - DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent|ghcr.io/t-anc/gsp-qbittorent-gluetun-sync-port-mod:main - TZ=Europe/Paris - PUID=${PUID} - - PGID=${GUID} + - PGID=${PGID} - WEBUI_PORT=${UI_PORT} - GSP_GTN_API_KEY=${GSP_KEY} - GSP_QBT_USERNAME=${ID} @@ -164,7 +164,7 @@ In Dockge, fill in the variables in `.env`: ```properties [.env] PUID= -GUID= +PGID= UI_PORT= PR_KEY= GSP_KEY= # the key you generated and entered in config.toml @@ -177,7 +177,7 @@ Detailed info: | Variable | Description | Example | |------------|-------------|---------| | `PUID` | User ID (`id yourusername`) | `1000` | -| `GUID` | Group ID (`id yourusername`) | `1000` | +| `PGID` | Group ID (`id yourusername`) | `1000` | | `UI_PORT` | Port for accessing the web UI | `5695` | | `PR_KEY` | Private key from Proton | `buKsjNHLyzKMM1qYnzOy4s7SHfly` | | `GSP_KEY` | Key you generated for port update | `MnBa47MeVmk7xiv` | diff --git a/content/en/3.serveex/6.cloud/2.nextcloud.md b/content/en/3.serveex/6.cloud/2.nextcloud.md index 4359b8f..f330f3a 100644 --- a/content/en/3.serveex/6.cloud/2.nextcloud.md +++ b/content/en/3.serveex/6.cloud/2.nextcloud.md @@ -43,7 +43,7 @@ services: container_name: nextcloud environment: - PUID=${PUID} - - PGID=${GUID} + - PGID=${PGID} - TZ=Etc/UTC volumes: - /srv/docker/nextcloud/config:/config @@ -60,7 +60,7 @@ If you’re using a NAS or network-shared drive via **Samba**, replace `/srv/doc ### Set your environment variables -Find your `PUID` and `GUID` by running the following command: +Find your `PUID` and `PGID` by running the following command: ```bash [Terminal] id username @@ -70,7 +70,7 @@ Then fill out the `.env` file with your preferred port and the values found abov ```properties [.env] PUID=1000 -GUID=1000 +PGID=1000 PORT=4545 ``` 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 e1bd7b6..7f68dc7 100644 --- a/content/en/3.serveex/8.development/1.code-server.md +++ b/content/en/3.serveex/8.development/1.code-server.md @@ -43,7 +43,7 @@ services: container_name: code-server environment: - PUID=${PUID} - - PGID=${GUID} + - PGID=${PGID} - TZ=Etc/UTC - HASHED_PASSWORD=${PW} volumes: @@ -76,7 +76,7 @@ Choose a password and generate its hash: echo -n "yourpassword" | npx argon2-cli -e ``` -Save the result carefully. Find your PUID and GUID with: +Save the result carefully. Find your PUID and PGID with: ```bash [Terminal] id yourusername @@ -87,7 +87,7 @@ Fill in the `.env` file with the values you found, for example: ```properties [.env] PW='$argon2i$v=19$m=4096,t=3,p=1$wST5QhBgk2lu1ih4DMuxvg$LS1alrVdIWtvZHwnzCM1DUGg+5DTO3Dt1d5v9XtLws4' PUID=1000 -GUID=1000 +PGID=1000 ``` ::warning diff --git a/content/en/6.recycled/3.alternatives/1.plex.md b/content/en/6.recycled/3.alternatives/1.plex.md index 6722a51..fe5c4af 100644 --- a/content/en/6.recycled/3.alternatives/1.plex.md +++ b/content/en/6.recycled/3.alternatives/1.plex.md @@ -72,7 +72,7 @@ services: network_mode: host environment: - PUID=${PUID} - - PGID=${GUID} + - PGID=${PGID} - TZ=Europe/Paris - VERSION=docker volumes: @@ -90,7 +90,7 @@ services: container_name: tautulli environment: - PUID=${PUID} - - PGID=${GUID} + - PGID=${PGID} - TZ=Europe/Paris volumes: - /srv/docker/tautulli/config:/config @@ -119,7 +119,7 @@ services: ### Set your environment variables -Find your PUID and GUID by running: +Find your PUID and PGID by running: ```bash [Terminal] id username @@ -129,7 +129,7 @@ Fill in your `.env` file with the retrieved values, for example: ```properties [.env] PUID=1000 -GUID=1000 +PGID=1000 ``` Deploy the stack. 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 bd0e2c5..fea14bc 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 @@ -72,7 +72,7 @@ services: - DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent|ghcr.io/t-anc/gsp-qbittorent-gluetun-sync-port-mod:main - TZ=Europe/Paris - PUID=${PUID} - - PGID=${GUID} + - PGID=${PGID} - WEBUI_PORT=${UI_PORT} - GSP_GTN_API_KEY=${GSP_KEY} - GSP_QBT_USERNAME=${ID} @@ -169,7 +169,7 @@ In Dockge, fill in the variables in `.env`: ```properties [.env] PUID= -GUID= +PGID= UI_PORT= PR_KEY= GSP_KEY= # the key you generated and entered in config.toml @@ -182,7 +182,7 @@ Detailed info: | Variable | Description | Example | |------------|-------------|---------| | `PUID` | User ID (`id yourusername`) | `1000` | -| `GUID` | Group ID (`id yourusername`) | `1000` | +| `PGID` | Group ID (`id yourusername`) | `1000` | | `UI_PORT` | Port for accessing the web UI | `5695` | | `PR_KEY` | Private key from Proton | `buKsjNHLyzKMM1qYnzOy4s7SHfly` | | `GSP_KEY` | Key you generated for port update | `MnBa47MeVmk7xiv` | diff --git a/content/fr/3.serveex/4.monitoring/3.speedtest-tracker.md b/content/fr/3.serveex/4.monitoring/3.speedtest-tracker.md index c9388a2..41da074 100644 --- a/content/fr/3.serveex/4.monitoring/3.speedtest-tracker.md +++ b/content/fr/3.serveex/4.monitoring/3.speedtest-tracker.md @@ -56,7 +56,7 @@ services: - ${PORT}:80 environment: - PUID=${PUID} - - PGID=${GUID} + - PGID=${PGID} - TZ=Europe/Paris - APP_KEY=${API_KEY} - DB_CONNECTION=sqlite @@ -67,19 +67,19 @@ services: ### Renseigner vos variables d'environnement -Trouvez vos `PUID` et `GUID` avec la commande suivante : +Trouvez vos `PUID` et `PGID` avec la commande suivante : ```bash [Terminal] id votreutilisateur ``` -Dans le fichier `.env`, renseignez la variable `API_KEY` avec la clé générée et ajoutez une planification des tests au format cron, ainsi que vos `PUID` et `GUID`, par exemple : +Dans le fichier `.env`, renseignez la variable `API_KEY` avec la clé générée et ajoutez une planification des tests au format cron, ainsi que vos `PUID` et `PGID`, par exemple : ```properties [.env] SCHEDULE=15 */6 * * * # toutes les 6 heures API_KEY=base64:zihejehkj8_nzhY/OjeieR= # votre clé PUID=1000 -GUID=1000 +PGID=1000 PORT=3225 # port d'accès à l'interface web ``` diff --git a/content/fr/3.serveex/5.media/1.jellyfin.md b/content/fr/3.serveex/5.media/1.jellyfin.md index ea9f694..d1251c3 100644 --- a/content/fr/3.serveex/5.media/1.jellyfin.md +++ b/content/fr/3.serveex/5.media/1.jellyfin.md @@ -59,7 +59,7 @@ services: container_name: jellyfin environment: - PUID=${PUID} - - PGID=${GUID} + - PGID=${PGID} - TZ=Europe/Paris volumes: - /srv/docker/jellyfin/config:/config @@ -86,7 +86,7 @@ services: ### Renseigner vos variables d'environnement -Trouvez vos PUID et GUID en lançant : +Trouvez vos PUID et PGID en lançant : ```bash [Terminal] id utilisateur @@ -96,7 +96,7 @@ Remplissez votre fichier `.env` avec les valeurs récupérées, par exemple : ```properties [.env] PUID=1000 -GUID=1000 +PGID=1000 ``` Déployez la stack. L'interface locale est disponible sur `http://ipdevotreserveur:8096`. diff --git a/content/fr/3.serveex/5.media/2.qbittorrent.md b/content/fr/3.serveex/5.media/2.qbittorrent.md index c378bf8..885ef42 100644 --- a/content/fr/3.serveex/5.media/2.qbittorrent.md +++ b/content/fr/3.serveex/5.media/2.qbittorrent.md @@ -67,7 +67,7 @@ services: - DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent|ghcr.io/t-anc/gsp-qbittorent-gluetun-sync-port-mod:main - TZ=Europe/Paris - PUID=${PUID} - - PGID=${GUID} + - PGID=${PGID} - WEBUI_PORT=${UI_PORT} - GSP_GTN_API_KEY=${GSP_KEY} - GSP_QBT_USERNAME=${ID} @@ -164,7 +164,7 @@ Dans Dockge, renseignez les variables du `.env` : ```properties [.env] PUID= -GUID= +PGID= UI_PORT= PR_KEY= GSP_KEY= # la clé générée et saisie dans config.toml @@ -177,7 +177,7 @@ Détail : | Variable | Description | Exemple | |------------|-------------|---------| | `PUID` | ID utilisateur (`id votreutilisateur`) | `1000` | -| `GUID` | ID de groupe (`id votreutilisateur`) | `1000` | +| `PGID` | ID de groupe (`id votreutilisateur`) | `1000` | | `UI_PORT` | Port d'accès à l'interface web | `5695` | | `PR_KEY` | Clé privée fournie par Proton | `buKsjNHLyzKMM1qYnzOy4s7SHfly` | | `GSP_KEY` | Clé générée pour la mise à jour du port | `MnBa47MeVmk7xiv` | diff --git a/content/fr/3.serveex/6.cloud/2.nextcloud.md b/content/fr/3.serveex/6.cloud/2.nextcloud.md index 173b98f..a2eaa0d 100644 --- a/content/fr/3.serveex/6.cloud/2.nextcloud.md +++ b/content/fr/3.serveex/6.cloud/2.nextcloud.md @@ -43,7 +43,7 @@ services: container_name: nextcloud environment: - PUID=${PUID} - - PGID=${GUID} + - PGID=${PGID} - TZ=Etc/UTC volumes: - /srv/docker/nextcloud/config:/config @@ -60,7 +60,7 @@ Si vous utilisez un NAS ou un disque partagé sur le réseau via **Samba**, remp ### Renseigner vos variables d'environnement -Trouvez vos `PUID` et `GUID` avec la commande suivante : +Trouvez vos `PUID` et `PGID` avec la commande suivante : ```bash [Terminal] id utilisateur @@ -70,7 +70,7 @@ Remplissez ensuite le fichier `.env` avec le port de votre choix et les valeurs ```properties [.env] PUID=1000 -GUID=1000 +PGID=1000 PORT=4545 ``` 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 8436387..6cfd6bb 100644 --- a/content/fr/3.serveex/8.development/1.code-server.md +++ b/content/fr/3.serveex/8.development/1.code-server.md @@ -43,7 +43,7 @@ services: container_name: code-server environment: - PUID=${PUID} - - PGID=${GUID} + - PGID=${PGID} - TZ=Etc/UTC - HASHED_PASSWORD=${PW} volumes: @@ -76,7 +76,7 @@ Choisissez un mot de passe et générez son hash : echo -n "votremotdepasse" | npx argon2-cli -e ``` -Conservez précieusement le résultat. Trouvez vos PUID et GUID avec : +Conservez précieusement le résultat. Trouvez vos PUID et PGID avec : ```bash [Terminal] id votreutilisateur @@ -87,7 +87,7 @@ Remplissez le fichier `.env` avec les valeurs trouvées, par exemple : ```properties [.env] PW='$argon2i$v=19$m=4096,t=3,p=1$wST5QhBgk2lu1ih4DMuxvg$LS1alrVdIWtvZHwnzCM1DUGg+5DTO3Dt1d5v9XtLws4' PUID=1000 -GUID=1000 +PGID=1000 ``` ::warning diff --git a/content/fr/6.recycled/3.alternatives/1.plex.md b/content/fr/6.recycled/3.alternatives/1.plex.md index a5119ba..150276c 100644 --- a/content/fr/6.recycled/3.alternatives/1.plex.md +++ b/content/fr/6.recycled/3.alternatives/1.plex.md @@ -72,7 +72,7 @@ services: network_mode: host environment: - PUID=${PUID} - - PGID=${GUID} + - PGID=${PGID} - TZ=Europe/Paris - VERSION=docker volumes: @@ -90,7 +90,7 @@ services: container_name: tautulli environment: - PUID=${PUID} - - PGID=${GUID} + - PGID=${PGID} - TZ=Europe/Paris volumes: - /srv/docker/tautulli/config:/config @@ -119,7 +119,7 @@ services: ### Renseigner vos variables d'environnement -Trouvez vos PUID et GUID en lançant : +Trouvez vos PUID et PGID en lançant : ```bash [Terminal] id utilisateur @@ -129,7 +129,7 @@ Remplissez votre fichier `.env` avec les valeurs récupérées, par exemple : ```properties [.env] PUID=1000 -GUID=1000 +PGID=1000 ``` Déployez la stack. 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 7077d1d..d8c801b 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 @@ -72,7 +72,7 @@ services: - DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent|ghcr.io/t-anc/gsp-qbittorent-gluetun-sync-port-mod:main - TZ=Europe/Paris - PUID=${PUID} - - PGID=${GUID} + - PGID=${PGID} - WEBUI_PORT=${UI_PORT} - GSP_GTN_API_KEY=${GSP_KEY} - GSP_QBT_USERNAME=${ID} @@ -169,7 +169,7 @@ Dans Dockge, renseignez les variables du `.env` : ```properties [.env] PUID= -GUID= +PGID= UI_PORT= PR_KEY= GSP_KEY= # la clé générée et saisie dans config.toml @@ -182,7 +182,7 @@ Détail : | Variable | Description | Exemple | |------------|-------------|---------| | `PUID` | ID utilisateur (`id votreutilisateur`) | `1000` | -| `GUID` | ID de groupe (`id votreutilisateur`) | `1000` | +| `PGID` | ID de groupe (`id votreutilisateur`) | `1000` | | `UI_PORT` | Port d'accès à l'interface web | `5695` | | `PR_KEY` | Clé privée fournie par Proton | `buKsjNHLyzKMM1qYnzOy4s7SHfly` | | `GSP_KEY` | Clé générée pour la mise à jour du port | `MnBa47MeVmk7xiv` |