The Jesse's audit #1

Merged
Djeex merged 20 commits from the-jesse-audit into main 2026-09-07 15:07:21 +02:00
14 changed files with 46 additions and 46 deletions
Showing only changes of commit be4b79026b - Show all commits
@@ -56,7 +56,7 @@ services:
- ${PORT}:80 - ${PORT}:80
environment: environment:
- PUID=${PUID} - PUID=${PUID}
- PGID=${GUID} - PGID=${PGID}
- TZ=Europe/Paris - TZ=Europe/Paris
- APP_KEY=${API_KEY} - APP_KEY=${API_KEY}
- DB_CONNECTION=sqlite - DB_CONNECTION=sqlite
@@ -67,19 +67,19 @@ services:
### Set your environment variables ### 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] ```bash [Terminal]
id yourusername 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] ```properties [.env]
SCHEDULE=15 */6 * * * # every 6 hours SCHEDULE=15 */6 * * * # every 6 hours
API_KEY=base64:zihejehkj8_nzhY/OjeieR= # your key API_KEY=base64:zihejehkj8_nzhY/OjeieR= # your key
PUID=1000 PUID=1000
GUID=1000 PGID=1000
PORT=3225 # port to access the web UI PORT=3225 # port to access the web UI
``` ```
+3 -3
View File
@@ -59,7 +59,7 @@ services:
container_name: jellyfin container_name: jellyfin
environment: environment:
- PUID=${PUID} - PUID=${PUID}
- PGID=${GUID} - PGID=${PGID}
- TZ=Europe/Paris - TZ=Europe/Paris
volumes: volumes:
- /srv/docker/jellyfin/config:/config - /srv/docker/jellyfin/config:/config
@@ -86,7 +86,7 @@ services:
### Set your environment variables ### Set your environment variables
Find your PUID and GUID by running: Find your PUID and PGID by running:
```bash [Terminal] ```bash [Terminal]
id username id username
@@ -96,7 +96,7 @@ Fill in your `.env` file with the retrieved values, for example:
```properties [.env] ```properties [.env]
PUID=1000 PUID=1000
GUID=1000 PGID=1000
``` ```
Deploy the stack. The local interface is available at `http://yourserverip:8096`. Deploy the stack. The local interface is available at `http://yourserverip:8096`.
@@ -67,7 +67,7 @@ services:
- DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent|ghcr.io/t-anc/gsp-qbittorent-gluetun-sync-port-mod:main - DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent|ghcr.io/t-anc/gsp-qbittorent-gluetun-sync-port-mod:main
- TZ=Europe/Paris - TZ=Europe/Paris
- PUID=${PUID} - PUID=${PUID}
- PGID=${GUID} - PGID=${PGID}
- WEBUI_PORT=${UI_PORT} - WEBUI_PORT=${UI_PORT}
- GSP_GTN_API_KEY=${GSP_KEY} - GSP_GTN_API_KEY=${GSP_KEY}
- GSP_QBT_USERNAME=${ID} - GSP_QBT_USERNAME=${ID}
@@ -164,7 +164,7 @@ In Dockge, fill in the variables in `.env`:
```properties [.env] ```properties [.env]
PUID= PUID=
GUID= PGID=
UI_PORT= UI_PORT=
PR_KEY= PR_KEY=
GSP_KEY= # the key you generated and entered in config.toml GSP_KEY= # the key you generated and entered in config.toml
@@ -177,7 +177,7 @@ Detailed info:
| Variable | Description | Example | | Variable | Description | Example |
|------------|-------------|---------| |------------|-------------|---------|
| `PUID` | User ID (`id yourusername`) | `1000` | | `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` | | `UI_PORT` | Port for accessing the web UI | `5695` |
| `PR_KEY` | Private key from Proton | `buKsjNHLyzKMM1qYnzOy4s7SHfly` | | `PR_KEY` | Private key from Proton | `buKsjNHLyzKMM1qYnzOy4s7SHfly` |
| `GSP_KEY` | Key you generated for port update | `MnBa47MeVmk7xiv` | | `GSP_KEY` | Key you generated for port update | `MnBa47MeVmk7xiv` |
+3 -3
View File
@@ -43,7 +43,7 @@ services:
container_name: nextcloud container_name: nextcloud
environment: environment:
- PUID=${PUID} - PUID=${PUID}
- PGID=${GUID} - PGID=${PGID}
- TZ=Etc/UTC - TZ=Etc/UTC
volumes: volumes:
- /srv/docker/nextcloud/config:/config - /srv/docker/nextcloud/config:/config
@@ -60,7 +60,7 @@ If youre using a NAS or network-shared drive via **Samba**, replace `/srv/doc
### Set your environment variables ### 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] ```bash [Terminal]
id username id username
@@ -70,7 +70,7 @@ Then fill out the `.env` file with your preferred port and the values found abov
```properties [.env] ```properties [.env]
PUID=1000 PUID=1000
GUID=1000 PGID=1000
PORT=4545 PORT=4545
``` ```
@@ -43,7 +43,7 @@ services:
container_name: code-server container_name: code-server
environment: environment:
- PUID=${PUID} - PUID=${PUID}
- PGID=${GUID} - PGID=${PGID}
- TZ=Etc/UTC - TZ=Etc/UTC
- HASHED_PASSWORD=${PW} - HASHED_PASSWORD=${PW}
volumes: volumes:
@@ -76,7 +76,7 @@ Choose a password and generate its hash:
echo -n "yourpassword" | npx argon2-cli -e 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] ```bash [Terminal]
id yourusername id yourusername
@@ -87,7 +87,7 @@ Fill in the `.env` file with the values you found, for example:
```properties [.env] ```properties [.env]
PW='$argon2i$v=19$m=4096,t=3,p=1$wST5QhBgk2lu1ih4DMuxvg$LS1alrVdIWtvZHwnzCM1DUGg+5DTO3Dt1d5v9XtLws4' PW='$argon2i$v=19$m=4096,t=3,p=1$wST5QhBgk2lu1ih4DMuxvg$LS1alrVdIWtvZHwnzCM1DUGg+5DTO3Dt1d5v9XtLws4'
PUID=1000 PUID=1000
GUID=1000 PGID=1000
``` ```
::warning ::warning
@@ -72,7 +72,7 @@ services:
network_mode: host network_mode: host
environment: environment:
- PUID=${PUID} - PUID=${PUID}
- PGID=${GUID} - PGID=${PGID}
- TZ=Europe/Paris - TZ=Europe/Paris
- VERSION=docker - VERSION=docker
volumes: volumes:
@@ -90,7 +90,7 @@ services:
container_name: tautulli container_name: tautulli
environment: environment:
- PUID=${PUID} - PUID=${PUID}
- PGID=${GUID} - PGID=${PGID}
- TZ=Europe/Paris - TZ=Europe/Paris
volumes: volumes:
- /srv/docker/tautulli/config:/config - /srv/docker/tautulli/config:/config
@@ -119,7 +119,7 @@ services:
### Set your environment variables ### Set your environment variables
Find your PUID and GUID by running: Find your PUID and PGID by running:
```bash [Terminal] ```bash [Terminal]
id username id username
@@ -129,7 +129,7 @@ Fill in your `.env` file with the retrieved values, for example:
```properties [.env] ```properties [.env]
PUID=1000 PUID=1000
GUID=1000 PGID=1000
``` ```
Deploy the stack. Deploy the stack.
@@ -72,7 +72,7 @@ services:
- DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent|ghcr.io/t-anc/gsp-qbittorent-gluetun-sync-port-mod:main - DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent|ghcr.io/t-anc/gsp-qbittorent-gluetun-sync-port-mod:main
- TZ=Europe/Paris - TZ=Europe/Paris
- PUID=${PUID} - PUID=${PUID}
- PGID=${GUID} - PGID=${PGID}
- WEBUI_PORT=${UI_PORT} - WEBUI_PORT=${UI_PORT}
- GSP_GTN_API_KEY=${GSP_KEY} - GSP_GTN_API_KEY=${GSP_KEY}
- GSP_QBT_USERNAME=${ID} - GSP_QBT_USERNAME=${ID}
@@ -169,7 +169,7 @@ In Dockge, fill in the variables in `.env`:
```properties [.env] ```properties [.env]
PUID= PUID=
GUID= PGID=
UI_PORT= UI_PORT=
PR_KEY= PR_KEY=
GSP_KEY= # the key you generated and entered in config.toml GSP_KEY= # the key you generated and entered in config.toml
@@ -182,7 +182,7 @@ Detailed info:
| Variable | Description | Example | | Variable | Description | Example |
|------------|-------------|---------| |------------|-------------|---------|
| `PUID` | User ID (`id yourusername`) | `1000` | | `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` | | `UI_PORT` | Port for accessing the web UI | `5695` |
| `PR_KEY` | Private key from Proton | `buKsjNHLyzKMM1qYnzOy4s7SHfly` | | `PR_KEY` | Private key from Proton | `buKsjNHLyzKMM1qYnzOy4s7SHfly` |
| `GSP_KEY` | Key you generated for port update | `MnBa47MeVmk7xiv` | | `GSP_KEY` | Key you generated for port update | `MnBa47MeVmk7xiv` |
@@ -56,7 +56,7 @@ services:
- ${PORT}:80 - ${PORT}:80
environment: environment:
- PUID=${PUID} - PUID=${PUID}
- PGID=${GUID} - PGID=${PGID}
- TZ=Europe/Paris - TZ=Europe/Paris
- APP_KEY=${API_KEY} - APP_KEY=${API_KEY}
- DB_CONNECTION=sqlite - DB_CONNECTION=sqlite
@@ -67,19 +67,19 @@ services:
### Renseigner vos variables d'environnement ### 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] ```bash [Terminal]
id votreutilisateur 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] ```properties [.env]
SCHEDULE=15 */6 * * * # toutes les 6 heures SCHEDULE=15 */6 * * * # toutes les 6 heures
API_KEY=base64:zihejehkj8_nzhY/OjeieR= # votre clé API_KEY=base64:zihejehkj8_nzhY/OjeieR= # votre clé
PUID=1000 PUID=1000
GUID=1000 PGID=1000
PORT=3225 # port d'accès à l'interface web PORT=3225 # port d'accès à l'interface web
``` ```
+3 -3
View File
@@ -59,7 +59,7 @@ services:
container_name: jellyfin container_name: jellyfin
environment: environment:
- PUID=${PUID} - PUID=${PUID}
- PGID=${GUID} - PGID=${PGID}
- TZ=Europe/Paris - TZ=Europe/Paris
volumes: volumes:
- /srv/docker/jellyfin/config:/config - /srv/docker/jellyfin/config:/config
@@ -86,7 +86,7 @@ services:
### Renseigner vos variables d'environnement ### Renseigner vos variables d'environnement
Trouvez vos PUID et GUID en lançant : Trouvez vos PUID et PGID en lançant :
```bash [Terminal] ```bash [Terminal]
id utilisateur id utilisateur
@@ -96,7 +96,7 @@ Remplissez votre fichier `.env` avec les valeurs récupérées, par exemple :
```properties [.env] ```properties [.env]
PUID=1000 PUID=1000
GUID=1000 PGID=1000
``` ```
Déployez la stack. L'interface locale est disponible sur `http://ipdevotreserveur:8096`. Déployez la stack. L'interface locale est disponible sur `http://ipdevotreserveur:8096`.
@@ -67,7 +67,7 @@ services:
- DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent|ghcr.io/t-anc/gsp-qbittorent-gluetun-sync-port-mod:main - DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent|ghcr.io/t-anc/gsp-qbittorent-gluetun-sync-port-mod:main
- TZ=Europe/Paris - TZ=Europe/Paris
- PUID=${PUID} - PUID=${PUID}
- PGID=${GUID} - PGID=${PGID}
- WEBUI_PORT=${UI_PORT} - WEBUI_PORT=${UI_PORT}
- GSP_GTN_API_KEY=${GSP_KEY} - GSP_GTN_API_KEY=${GSP_KEY}
- GSP_QBT_USERNAME=${ID} - GSP_QBT_USERNAME=${ID}
@@ -164,7 +164,7 @@ Dans Dockge, renseignez les variables du `.env` :
```properties [.env] ```properties [.env]
PUID= PUID=
GUID= PGID=
UI_PORT= UI_PORT=
PR_KEY= PR_KEY=
GSP_KEY= # la clé générée et saisie dans config.toml GSP_KEY= # la clé générée et saisie dans config.toml
@@ -177,7 +177,7 @@ Détail :
| Variable | Description | Exemple | | Variable | Description | Exemple |
|------------|-------------|---------| |------------|-------------|---------|
| `PUID` | ID utilisateur (`id votreutilisateur`) | `1000` | | `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` | | `UI_PORT` | Port d'accès à l'interface web | `5695` |
| `PR_KEY` | Clé privée fournie par Proton | `buKsjNHLyzKMM1qYnzOy4s7SHfly` | | `PR_KEY` | Clé privée fournie par Proton | `buKsjNHLyzKMM1qYnzOy4s7SHfly` |
| `GSP_KEY` | Clé générée pour la mise à jour du port | `MnBa47MeVmk7xiv` | | `GSP_KEY` | Clé générée pour la mise à jour du port | `MnBa47MeVmk7xiv` |
+3 -3
View File
@@ -43,7 +43,7 @@ services:
container_name: nextcloud container_name: nextcloud
environment: environment:
- PUID=${PUID} - PUID=${PUID}
- PGID=${GUID} - PGID=${PGID}
- TZ=Etc/UTC - TZ=Etc/UTC
volumes: volumes:
- /srv/docker/nextcloud/config:/config - /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 ### 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] ```bash [Terminal]
id utilisateur id utilisateur
@@ -70,7 +70,7 @@ Remplissez ensuite le fichier `.env` avec le port de votre choix et les valeurs
```properties [.env] ```properties [.env]
PUID=1000 PUID=1000
GUID=1000 PGID=1000
PORT=4545 PORT=4545
``` ```
@@ -43,7 +43,7 @@ services:
container_name: code-server container_name: code-server
environment: environment:
- PUID=${PUID} - PUID=${PUID}
- PGID=${GUID} - PGID=${PGID}
- TZ=Etc/UTC - TZ=Etc/UTC
- HASHED_PASSWORD=${PW} - HASHED_PASSWORD=${PW}
volumes: volumes:
@@ -76,7 +76,7 @@ Choisissez un mot de passe et générez son hash :
echo -n "votremotdepasse" | npx argon2-cli -e 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] ```bash [Terminal]
id votreutilisateur id votreutilisateur
@@ -87,7 +87,7 @@ Remplissez le fichier `.env` avec les valeurs trouvées, par exemple :
```properties [.env] ```properties [.env]
PW='$argon2i$v=19$m=4096,t=3,p=1$wST5QhBgk2lu1ih4DMuxvg$LS1alrVdIWtvZHwnzCM1DUGg+5DTO3Dt1d5v9XtLws4' PW='$argon2i$v=19$m=4096,t=3,p=1$wST5QhBgk2lu1ih4DMuxvg$LS1alrVdIWtvZHwnzCM1DUGg+5DTO3Dt1d5v9XtLws4'
PUID=1000 PUID=1000
GUID=1000 PGID=1000
``` ```
::warning ::warning
@@ -72,7 +72,7 @@ services:
network_mode: host network_mode: host
environment: environment:
- PUID=${PUID} - PUID=${PUID}
- PGID=${GUID} - PGID=${PGID}
- TZ=Europe/Paris - TZ=Europe/Paris
- VERSION=docker - VERSION=docker
volumes: volumes:
@@ -90,7 +90,7 @@ services:
container_name: tautulli container_name: tautulli
environment: environment:
- PUID=${PUID} - PUID=${PUID}
- PGID=${GUID} - PGID=${PGID}
- TZ=Europe/Paris - TZ=Europe/Paris
volumes: volumes:
- /srv/docker/tautulli/config:/config - /srv/docker/tautulli/config:/config
@@ -119,7 +119,7 @@ services:
### Renseigner vos variables d'environnement ### Renseigner vos variables d'environnement
Trouvez vos PUID et GUID en lançant : Trouvez vos PUID et PGID en lançant :
```bash [Terminal] ```bash [Terminal]
id utilisateur id utilisateur
@@ -129,7 +129,7 @@ Remplissez votre fichier `.env` avec les valeurs récupérées, par exemple :
```properties [.env] ```properties [.env]
PUID=1000 PUID=1000
GUID=1000 PGID=1000
``` ```
Déployez la stack. Déployez la stack.
@@ -72,7 +72,7 @@ services:
- DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent|ghcr.io/t-anc/gsp-qbittorent-gluetun-sync-port-mod:main - DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent|ghcr.io/t-anc/gsp-qbittorent-gluetun-sync-port-mod:main
- TZ=Europe/Paris - TZ=Europe/Paris
- PUID=${PUID} - PUID=${PUID}
- PGID=${GUID} - PGID=${PGID}
- WEBUI_PORT=${UI_PORT} - WEBUI_PORT=${UI_PORT}
- GSP_GTN_API_KEY=${GSP_KEY} - GSP_GTN_API_KEY=${GSP_KEY}
- GSP_QBT_USERNAME=${ID} - GSP_QBT_USERNAME=${ID}
@@ -169,7 +169,7 @@ Dans Dockge, renseignez les variables du `.env` :
```properties [.env] ```properties [.env]
PUID= PUID=
GUID= PGID=
UI_PORT= UI_PORT=
PR_KEY= PR_KEY=
GSP_KEY= # la clé générée et saisie dans config.toml GSP_KEY= # la clé générée et saisie dans config.toml
@@ -182,7 +182,7 @@ Détail :
| Variable | Description | Exemple | | Variable | Description | Exemple |
|------------|-------------|---------| |------------|-------------|---------|
| `PUID` | ID utilisateur (`id votreutilisateur`) | `1000` | | `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` | | `UI_PORT` | Port d'accès à l'interface web | `5695` |
| `PR_KEY` | Clé privée fournie par Proton | `buKsjNHLyzKMM1qYnzOy4s7SHfly` | | `PR_KEY` | Clé privée fournie par Proton | `buKsjNHLyzKMM1qYnzOy4s7SHfly` |
| `GSP_KEY` | Clé générée pour la mise à jour du port | `MnBa47MeVmk7xiv` | | `GSP_KEY` | Clé générée pour la mise à jour du port | `MnBa47MeVmk7xiv` |