diff --git a/content/en/3.serveex/3.security/3.tinyauth.md b/content/en/3.serveex/3.security/3.tinyauth.md index 1dd2097..d7f2d81 100644 --- a/content/en/3.serveex/3.security/3.tinyauth.md +++ b/content/en/3.serveex/3.security/3.tinyauth.md @@ -152,9 +152,9 @@ Go to Dockge and edit SWAG's compose file by adding TinyAuth's network: --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Attach container to custom network + networks: # Attach container to custom network # ... - tinyauth # Name of the declared network diff --git a/content/en/3.serveex/3.security/4.pocket-id.md b/content/en/3.serveex/3.security/4.pocket-id.md index 2e03b85..1221214 100644 --- a/content/en/3.serveex/3.security/4.pocket-id.md +++ b/content/en/3.serveex/3.security/4.pocket-id.md @@ -131,9 +131,9 @@ Go to Dockge and edit SWAG's compose file by adding Pocket ID's network: --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Attach container to custom network + networks: # Attach container to custom network # ... - pocket-id # Name of the declared network diff --git a/content/en/3.serveex/4.monitoring/1.uptime-kuma.md b/content/en/3.serveex/4.monitoring/1.uptime-kuma.md index 8213fce..5fff270 100644 --- a/content/en/3.serveex/4.monitoring/1.uptime-kuma.md +++ b/content/en/3.serveex/4.monitoring/1.uptime-kuma.md @@ -153,9 +153,9 @@ In Dockge, edit the SWAG compose and add the Uptime-Kuma network: --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Link container to custom network + networks: # Link container to custom network # ... - uptime-kuma # Name of the declared network diff --git a/content/en/3.serveex/4.monitoring/2.dozzle.md b/content/en/3.serveex/4.monitoring/2.dozzle.md index a5aa945..579fa9f 100644 --- a/content/en/3.serveex/4.monitoring/2.dozzle.md +++ b/content/en/3.serveex/4.monitoring/2.dozzle.md @@ -97,9 +97,9 @@ Go to Dockge and edit the SWAG compose file to add Dozzle’s network: --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Connects the container to a custom network + networks: # Connects the container to a custom network # ... - dozzle # Network name declared in the stack diff --git a/content/en/3.serveex/4.monitoring/4.beszel.md b/content/en/3.serveex/4.monitoring/4.beszel.md index cf073c4..e1b6ea5 100644 --- a/content/en/3.serveex/4.monitoring/4.beszel.md +++ b/content/en/3.serveex/4.monitoring/4.beszel.md @@ -167,9 +167,9 @@ In Dockge, edit Swag's compose file and add Beszel’s network: --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: + networks: # ... - beszel # network declared in the stack diff --git a/content/en/3.serveex/4.monitoring/5.upsnap.md b/content/en/3.serveex/4.monitoring/5.upsnap.md index 8526cd2..a6c8537 100644 --- a/content/en/3.serveex/4.monitoring/5.upsnap.md +++ b/content/en/3.serveex/4.monitoring/5.upsnap.md @@ -109,9 +109,9 @@ Go to Dockge, and edit the SWAG compose by adding the UpSnap network: --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Connects the container to the custom network + networks: # Connects the container to the custom network # ... - upsnap # Network name declared in the stack diff --git a/content/en/3.serveex/5.media/3.servarr.md b/content/en/3.serveex/5.media/3.servarr.md index a1a7b49..79f97e1 100644 --- a/content/en/3.serveex/5.media/3.servarr.md +++ b/content/en/3.serveex/5.media/3.servarr.md @@ -26,7 +26,7 @@ tree: - srv: - docker: - jellyfin: - - compose.yml + - compose.yaml - .env - config/ - sonarr: @@ -406,9 +406,9 @@ Go to Dockge, edit the SWAG compose file, and add the Seerr network, which is th --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Connects the container to a custom network + networks: # Connects the container to a custom network # ... - jellyfin # Name of the network declared in the stack diff --git a/content/en/3.serveex/6.cloud/1.immich.md b/content/en/3.serveex/6.cloud/1.immich.md index 1fefa9e..5f5a8b6 100644 --- a/content/en/3.serveex/6.cloud/1.immich.md +++ b/content/en/3.serveex/6.cloud/1.immich.md @@ -71,9 +71,9 @@ In Dockge, open the SWAG stack and edit the compose file to add Immich's network --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Connects the container to the custom network + networks: # Connects the container to the custom network # ... - immich # Network name defined in the stack diff --git a/content/en/3.serveex/6.cloud/2.nextcloud.md b/content/en/3.serveex/6.cloud/2.nextcloud.md index 02e5970..6d241cc 100644 --- a/content/en/3.serveex/6.cloud/2.nextcloud.md +++ b/content/en/3.serveex/6.cloud/2.nextcloud.md @@ -101,9 +101,9 @@ In Dockge, go to your SWAG stack and edit the compose to add Nextcloud's network --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: + networks: # ... - nextcloud 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 69bca9c..046f906 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 @@ -127,9 +127,9 @@ In Dockge, go to the SWAG stack and edit the compose file to add File Browser Qu --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Connects the container to the custom network + networks: # Connects the container to the custom network # ... - filebrowser-quantum # Name of the network declared in the stack diff --git a/content/en/3.serveex/7.files/2.pingvin.md b/content/en/3.serveex/7.files/2.pingvin.md index 9f5082c..11d0cbf 100644 --- a/content/en/3.serveex/7.files/2.pingvin.md +++ b/content/en/3.serveex/7.files/2.pingvin.md @@ -91,9 +91,9 @@ In Dockge, go to the SWAG stack and edit the compose file to add the pingvin net --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Connects the container to the custom network + networks: # Connects the container to the custom network # ... - pingvin # Name of the network declared in the stack 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 761535a..26cad0e 100644 --- a/content/en/3.serveex/8.development/1.code-server.md +++ b/content/en/3.serveex/8.development/1.code-server.md @@ -135,9 +135,9 @@ In Dockge, go to the SWAG stack and edit the compose file to add code-server’s --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Connects the container to a custom network + networks: # Connects the container to a custom network # ... - code-server # Name of the network defined in the stack diff --git a/content/en/3.serveex/8.development/2.forgejo.md b/content/en/3.serveex/8.development/2.forgejo.md index 0a20b55..cadcb6e 100644 --- a/content/en/3.serveex/8.development/2.forgejo.md +++ b/content/en/3.serveex/8.development/2.forgejo.md @@ -90,9 +90,9 @@ In Dockge, go to the SWAG stack and edit the compose file by adding Forgejo's ne --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Connect the container to the custom network + networks: # Connect the container to the custom network # ... - forgejo # Name of the declared network 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 cec03d2..c383806 100644 --- a/content/en/3.serveex/8.development/3.it-tools.md +++ b/content/en/3.serveex/8.development/3.it-tools.md @@ -68,9 +68,9 @@ In Dockge, go to the SWAG stack and edit the compose file to add the IT Tools ne --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Connects the container to the custom network + networks: # Connects the container to the custom network # ... - it-tools # Network name as defined in the IT Tools stack diff --git a/content/en/3.serveex/9.apps/1.adguard.md b/content/en/3.serveex/9.apps/1.adguard.md index e62504f..4b0d50b 100644 --- a/content/en/3.serveex/9.apps/1.adguard.md +++ b/content/en/3.serveex/9.apps/1.adguard.md @@ -126,9 +126,9 @@ In Dockge, go to the SWAG stack and edit the compose file to add the AdGuard net --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Connect the container to the custom network + networks: # Connect the container to the custom network # ... - adguard # Name of the network declared in the stack diff --git a/content/en/3.serveex/9.apps/2.vaultwarden.md b/content/en/3.serveex/9.apps/2.vaultwarden.md index eed3fce..f896236 100644 --- a/content/en/3.serveex/9.apps/2.vaultwarden.md +++ b/content/en/3.serveex/9.apps/2.vaultwarden.md @@ -124,9 +124,9 @@ In Dockge, go to the SWAG stack and edit the compose file to add the Vaultwarden --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Connects container to custom network + networks: # Connects container to custom network # ... - vaultwarden # Name of the declared network diff --git a/content/en/3.serveex/91.advanced/1.authentik.md b/content/en/3.serveex/91.advanced/1.authentik.md index 5c1fd2a..7e1f7a1 100644 --- a/content/en/3.serveex/91.advanced/1.authentik.md +++ b/content/en/3.serveex/91.advanced/1.authentik.md @@ -43,7 +43,7 @@ tree: - docker: - authentik: - .env - - compose.yml + - compose.yaml - media/ - certs/ - custom-template/ @@ -69,9 +69,9 @@ echo "AUTHENTIK_SECRET_KEY=$(openssl rand 60 | base64)" | sudo tee -a .env ::note -To generate the keys, we created the folders ahead of deployment using Dockge. Dockge will prevent you from creating a stack with the same name in these folders unless a `compose.yml` file exists. So, create an empty `compose.yml` so it appears as an inactive stack: +To generate the keys, we created the folders ahead of deployment using Dockge. Dockge will prevent you from creating a stack with the same name in these folders unless a `compose.yaml` file exists. So, create an empty `compose.yaml` so it appears as an inactive stack: ```bash [Terminal] - sudo nano /srv/docker/authentik/compose.yml + sudo nano /srv/docker/authentik/compose.yaml ``` :: @@ -284,9 +284,9 @@ Go to Dockge, and edit the SWAG compose file to add the Authentik network: --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Attach the container to the custom network + networks: # Attach the container to the custom network # ... - authentik # Name of the network declared in the stack @@ -493,9 +493,9 @@ sudo nano /srv/docker/swag/compose.yaml --- services: swag: - container_name: #... + container_name: #... # ... - networks: # Attach the container to the custom network + networks: # Attach the container to the custom network - authentik-outpost # Network name as declared in the stack diff --git a/content/en/3.serveex/91.advanced/2.arcane.md b/content/en/3.serveex/91.advanced/2.arcane.md index 7cd28ba..96000ac 100644 --- a/content/en/3.serveex/91.advanced/2.arcane.md +++ b/content/en/3.serveex/91.advanced/2.arcane.md @@ -172,9 +172,9 @@ Go to Dockge and edit SWAG's compose file by adding Arcane's network: --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Attach container to custom network + networks: # Attach container to custom network # ... - arcane # Name of the declared network diff --git a/content/en/6.recycled/2.deprecated/2.file-browser.md b/content/en/6.recycled/2.deprecated/2.file-browser.md index fe2febf..e7806e2 100644 --- a/content/en/6.recycled/2.deprecated/2.file-browser.md +++ b/content/en/6.recycled/2.deprecated/2.file-browser.md @@ -81,9 +81,9 @@ In Dockge, go to the SWAG stack and edit the compose file to add File Browser’ --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Connects the container to the custom network + networks: # Connects the container to the custom network # ... - filebrowser # Name of the network declared in the stack diff --git a/content/en/6.recycled/3.alternatives/1.plex.md b/content/en/6.recycled/3.alternatives/1.plex.md index 56b0e06..0526c7a 100644 --- a/content/en/6.recycled/3.alternatives/1.plex.md +++ b/content/en/6.recycled/3.alternatives/1.plex.md @@ -36,7 +36,7 @@ tree: - srv: - docker: - plex: - - compose.yml + - compose.yaml - .env - config/ - transcode/ @@ -192,9 +192,9 @@ Go to Dockge and edit SWAG’s compose file by adding Tautulli’s network: --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Attach container to custom network + networks: # Attach container to custom network # ... - tautulli # Name of the declared network diff --git a/content/en/6.recycled/3.alternatives/3.servarr for plex.md b/content/en/6.recycled/3.alternatives/3.servarr for plex.md index d2a1995..5c88410 100644 --- a/content/en/6.recycled/3.alternatives/3.servarr for plex.md +++ b/content/en/6.recycled/3.alternatives/3.servarr for plex.md @@ -31,7 +31,7 @@ tree: - srv: - docker: - plex: - - compose.yml + - compose.yaml - config/ - transcode/ - tautulli: @@ -427,9 +427,9 @@ Go to Dockge, edit the SWAG compose file, and add the Overseerr network, which i --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Connects the container to a custom network + networks: # Connects the container to a custom network # ... - plex # Name of the network declared in the stack diff --git a/content/en/6.recycled/3.alternatives/4.gitea.md b/content/en/6.recycled/3.alternatives/4.gitea.md index f803d34..f99f624 100644 --- a/content/en/6.recycled/3.alternatives/4.gitea.md +++ b/content/en/6.recycled/3.alternatives/4.gitea.md @@ -92,9 +92,9 @@ In Dockge, go to the SWAG stack and edit the compose file by adding Gitea's netw --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Connect the container to the custom network + networks: # Connect the container to the custom network # ... - gitea # Name of the declared network diff --git a/content/fr/3.serveex/3.security/3.tinyauth.md b/content/fr/3.serveex/3.security/3.tinyauth.md index f3eb292..8409028 100644 --- a/content/fr/3.serveex/3.security/3.tinyauth.md +++ b/content/fr/3.serveex/3.security/3.tinyauth.md @@ -152,9 +152,9 @@ Allez dans Dockge et modifiez le fichier compose de SWAG en y ajoutant le résea --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Rattache le conteneur au réseau personnalisé + networks: # Rattache le conteneur au réseau personnalisé # ... - tinyauth # Nom du réseau déclaré diff --git a/content/fr/3.serveex/3.security/4.pocket-id.md b/content/fr/3.serveex/3.security/4.pocket-id.md index 247ec74..ff34e47 100644 --- a/content/fr/3.serveex/3.security/4.pocket-id.md +++ b/content/fr/3.serveex/3.security/4.pocket-id.md @@ -131,9 +131,9 @@ Allez dans Dockge et modifiez le fichier compose de SWAG en y ajoutant le résea --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Rattache le conteneur au réseau personnalisé + networks: # Rattache le conteneur au réseau personnalisé # ... - pocket-id # Nom du réseau déclaré diff --git a/content/fr/3.serveex/4.monitoring/1.uptime-kuma.md b/content/fr/3.serveex/4.monitoring/1.uptime-kuma.md index 38d3481..294a79b 100644 --- a/content/fr/3.serveex/4.monitoring/1.uptime-kuma.md +++ b/content/fr/3.serveex/4.monitoring/1.uptime-kuma.md @@ -153,9 +153,9 @@ Dans Dockge, modifiez le compose de SWAG et ajoutez le réseau d'Uptime-Kuma : --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Relie le conteneur au réseau personnalisé + networks: # Relie le conteneur au réseau personnalisé # ... - uptime-kuma # Nom du réseau déclaré diff --git a/content/fr/3.serveex/4.monitoring/2.dozzle.md b/content/fr/3.serveex/4.monitoring/2.dozzle.md index 16d10f7..7e37edb 100644 --- a/content/fr/3.serveex/4.monitoring/2.dozzle.md +++ b/content/fr/3.serveex/4.monitoring/2.dozzle.md @@ -97,9 +97,9 @@ Allez dans Dockge et modifiez le fichier compose de SWAG pour y ajouter le rése --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Rattache le conteneur à un réseau personnalisé + networks: # Rattache le conteneur à un réseau personnalisé # ... - dozzle # Nom du réseau déclaré dans la stack diff --git a/content/fr/3.serveex/4.monitoring/4.beszel.md b/content/fr/3.serveex/4.monitoring/4.beszel.md index dc13dc6..cd67c3f 100644 --- a/content/fr/3.serveex/4.monitoring/4.beszel.md +++ b/content/fr/3.serveex/4.monitoring/4.beszel.md @@ -167,9 +167,9 @@ Dans Dockge, modifiez le fichier compose de Swag et ajoutez le réseau de Beszel --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: + networks: # ... - beszel # réseau déclaré dans la stack diff --git a/content/fr/3.serveex/4.monitoring/5.upsnap.md b/content/fr/3.serveex/4.monitoring/5.upsnap.md index 4192898..c83fdfd 100644 --- a/content/fr/3.serveex/4.monitoring/5.upsnap.md +++ b/content/fr/3.serveex/4.monitoring/5.upsnap.md @@ -109,9 +109,9 @@ Allez dans Dockge et modifiez le compose de SWAG en y ajoutant le réseau d'UpSn --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Rattache le conteneur au réseau personnalisé + networks: # Rattache le conteneur au réseau personnalisé # ... - upsnap # Nom du réseau déclaré dans la stack diff --git a/content/fr/3.serveex/5.media/3.servarr.md b/content/fr/3.serveex/5.media/3.servarr.md index b73aae0..a390482 100644 --- a/content/fr/3.serveex/5.media/3.servarr.md +++ b/content/fr/3.serveex/5.media/3.servarr.md @@ -26,7 +26,7 @@ tree: - srv: - docker: - jellyfin: - - compose.yml + - compose.yaml - .env - config/ - sonarr: @@ -406,9 +406,9 @@ Allez dans Dockge, modifiez le fichier compose de SWAG, et ajoutez le réseau de --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Connects the container to a custom network + networks: # Connects the container to a custom network # ... - jellyfin # Name of the network declared in the stack diff --git a/content/fr/3.serveex/6.cloud/1.immich.md b/content/fr/3.serveex/6.cloud/1.immich.md index 0411578..3b09557 100644 --- a/content/fr/3.serveex/6.cloud/1.immich.md +++ b/content/fr/3.serveex/6.cloud/1.immich.md @@ -71,9 +71,9 @@ Dans Dockge, ouvrez la stack SWAG et modifiez le fichier compose pour y ajouter --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Rattache le conteneur au réseau personnalisé + networks: # Rattache le conteneur au réseau personnalisé # ... - immich # Nom du réseau défini dans la stack diff --git a/content/fr/3.serveex/6.cloud/2.nextcloud.md b/content/fr/3.serveex/6.cloud/2.nextcloud.md index a9b458f..cdc1ccf 100644 --- a/content/fr/3.serveex/6.cloud/2.nextcloud.md +++ b/content/fr/3.serveex/6.cloud/2.nextcloud.md @@ -101,9 +101,9 @@ Dans Dockge, allez sur votre stack SWAG et modifiez le compose pour y ajouter le --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: + networks: # ... - nextcloud 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 e2f7a99..9a60d0e 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 @@ -127,9 +127,9 @@ Dans Dockge, allez sur la stack SWAG et modifiez le fichier compose pour y ajout --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Rattache le conteneur au réseau personnalisé + networks: # Rattache le conteneur au réseau personnalisé # ... - filebrowser-quantum # Nom du réseau déclaré dans la stack diff --git a/content/fr/3.serveex/7.files/2.pingvin.md b/content/fr/3.serveex/7.files/2.pingvin.md index 2b9d1c0..483b268 100644 --- a/content/fr/3.serveex/7.files/2.pingvin.md +++ b/content/fr/3.serveex/7.files/2.pingvin.md @@ -91,9 +91,9 @@ Dans Dockge, allez sur la stack SWAG et modifiez le fichier compose pour y ajout --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Rattache le conteneur au réseau personnalisé + networks: # Rattache le conteneur au réseau personnalisé # ... - pingvin # Nom du réseau déclaré dans la stack 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 f327b28..d1da7fd 100644 --- a/content/fr/3.serveex/8.development/1.code-server.md +++ b/content/fr/3.serveex/8.development/1.code-server.md @@ -135,9 +135,9 @@ Dans Dockge, allez sur la stack SWAG et modifiez le fichier compose pour y ajout --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Rattache le conteneur à un réseau personnalisé + networks: # Rattache le conteneur à un réseau personnalisé # ... - code-server # Nom du réseau défini dans la stack diff --git a/content/fr/3.serveex/8.development/2.forgejo.md b/content/fr/3.serveex/8.development/2.forgejo.md index 5e575c0..023087e 100644 --- a/content/fr/3.serveex/8.development/2.forgejo.md +++ b/content/fr/3.serveex/8.development/2.forgejo.md @@ -90,9 +90,9 @@ Dans Dockge, allez sur la stack SWAG et modifiez le fichier compose en y ajoutan --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Rattache le conteneur au réseau personnalisé + networks: # Rattache le conteneur au réseau personnalisé # ... - forgejo # Nom du réseau déclaré 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 641af20..83df628 100644 --- a/content/fr/3.serveex/8.development/3.it-tools.md +++ b/content/fr/3.serveex/8.development/3.it-tools.md @@ -68,9 +68,9 @@ Dans Dockge, allez sur la stack SWAG et modifiez le fichier compose pour y ajout --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Rattache le conteneur au réseau personnalisé + networks: # Rattache le conteneur au réseau personnalisé # ... - it-tools # Nom du réseau tel que défini dans la stack IT Tools diff --git a/content/fr/3.serveex/9.apps/1.adguard.md b/content/fr/3.serveex/9.apps/1.adguard.md index f136022..aab4092 100644 --- a/content/fr/3.serveex/9.apps/1.adguard.md +++ b/content/fr/3.serveex/9.apps/1.adguard.md @@ -126,9 +126,9 @@ Dans Dockge, allez sur la stack SWAG et modifiez le fichier compose pour y ajout --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Rattache le conteneur au réseau personnalisé + networks: # Rattache le conteneur au réseau personnalisé # ... - adguard # Nom du réseau déclaré dans la stack diff --git a/content/fr/3.serveex/9.apps/2.vaultwarden.md b/content/fr/3.serveex/9.apps/2.vaultwarden.md index 62bd80a..3bf6439 100644 --- a/content/fr/3.serveex/9.apps/2.vaultwarden.md +++ b/content/fr/3.serveex/9.apps/2.vaultwarden.md @@ -124,9 +124,9 @@ Dans Dockge, allez sur la stack SWAG et modifiez le fichier compose pour y ajout --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Rattache le conteneur au réseau personnalisé + networks: # Rattache le conteneur au réseau personnalisé # ... - vaultwarden # Nom du réseau déclaré diff --git a/content/fr/3.serveex/91.advanced/1.authentik.md b/content/fr/3.serveex/91.advanced/1.authentik.md index 18a10c2..1183db7 100644 --- a/content/fr/3.serveex/91.advanced/1.authentik.md +++ b/content/fr/3.serveex/91.advanced/1.authentik.md @@ -43,7 +43,7 @@ tree: - docker: - authentik: - .env - - compose.yml + - compose.yaml - media/ - certs/ - custom-template/ @@ -69,9 +69,9 @@ echo "AUTHENTIK_SECRET_KEY=$(openssl rand 60 | base64)" | sudo tee -a .env ::note -Pour générer les clés, nous avons créé les dossiers avant le déploiement par Dockge. Dockge vous empêchera de créer une stack du même nom dans ces dossiers tant qu'un fichier `compose.yml` n'existe pas. Créez donc un `compose.yml` vide pour qu'elle apparaisse comme stack inactive : +Pour générer les clés, nous avons créé les dossiers avant le déploiement par Dockge. Dockge vous empêchera de créer une stack du même nom dans ces dossiers tant qu'un fichier `compose.yaml` n'existe pas. Créez donc un `compose.yaml` vide pour qu'elle apparaisse comme stack inactive : ```bash [Terminal] - sudo nano /srv/docker/authentik/compose.yml + sudo nano /srv/docker/authentik/compose.yaml ``` :: @@ -284,9 +284,9 @@ Allez dans Dockge, et modifiez le fichier compose de SWAG pour y ajouter le rés --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Attach the container to the custom network + networks: # Attach the container to the custom network # ... - authentik # Name of the network declared in the stack @@ -493,9 +493,9 @@ sudo nano /srv/docker/swag/compose.yaml --- services: swag: - container_name: #... + container_name: #... # ... - networks: # Attach the container to the custom network + networks: # Attach the container to the custom network - authentik-outpost # Network name as declared in the stack diff --git a/content/fr/3.serveex/91.advanced/2.arcane.md b/content/fr/3.serveex/91.advanced/2.arcane.md index 8438ef9..3755976 100644 --- a/content/fr/3.serveex/91.advanced/2.arcane.md +++ b/content/fr/3.serveex/91.advanced/2.arcane.md @@ -172,9 +172,9 @@ Allez dans Dockge et modifiez le fichier compose de SWAG en y ajoutant le résea --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Rattache le conteneur au réseau personnalisé + networks: # Rattache le conteneur au réseau personnalisé # ... - arcane # Nom du réseau déclaré diff --git a/content/fr/6.recycled/2.deprecated/2.file-browser.md b/content/fr/6.recycled/2.deprecated/2.file-browser.md index 64b9751..a69dfad 100644 --- a/content/fr/6.recycled/2.deprecated/2.file-browser.md +++ b/content/fr/6.recycled/2.deprecated/2.file-browser.md @@ -81,9 +81,9 @@ Dans Dockge, allez sur la stack SWAG et modifiez le fichier compose pour y ajout --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Rattache le conteneur au réseau personnalisé + networks: # Rattache le conteneur au réseau personnalisé # ... - filebrowser # Nom du réseau déclaré dans la stack diff --git a/content/fr/6.recycled/3.alternatives/1.plex.md b/content/fr/6.recycled/3.alternatives/1.plex.md index f396f60..b1befa7 100644 --- a/content/fr/6.recycled/3.alternatives/1.plex.md +++ b/content/fr/6.recycled/3.alternatives/1.plex.md @@ -36,7 +36,7 @@ tree: - srv: - docker: - plex: - - compose.yml + - compose.yaml - .env - config/ - transcode/ @@ -192,9 +192,9 @@ Allez dans Dockge et modifiez le fichier compose de SWAG en y ajoutant le résea --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Rattache le conteneur au réseau personnalisé + networks: # Rattache le conteneur au réseau personnalisé # ... - tautulli # Nom du réseau déclaré diff --git a/content/fr/6.recycled/3.alternatives/3.servarr for plex.md b/content/fr/6.recycled/3.alternatives/3.servarr for plex.md index d75c980..b8966e5 100644 --- a/content/fr/6.recycled/3.alternatives/3.servarr for plex.md +++ b/content/fr/6.recycled/3.alternatives/3.servarr for plex.md @@ -31,7 +31,7 @@ tree: - srv: - docker: - plex: - - compose.yml + - compose.yaml - config/ - transcode/ - tautulli: @@ -427,9 +427,9 @@ Allez dans Dockge, modifiez le fichier compose de SWAG, et ajoutez le réseau d' --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Connects the container to a custom network + networks: # Connects the container to a custom network # ... - plex # Name of the network declared in the stack diff --git a/content/fr/6.recycled/3.alternatives/4.gitea.md b/content/fr/6.recycled/3.alternatives/4.gitea.md index 6b037dd..da83d87 100644 --- a/content/fr/6.recycled/3.alternatives/4.gitea.md +++ b/content/fr/6.recycled/3.alternatives/4.gitea.md @@ -92,9 +92,9 @@ Dans Dockge, allez sur la stack SWAG et modifiez le fichier compose en y ajoutan --- services: swag: - container_name: # ... + container_name: # ... # ... - networks: # Rattache le conteneur au réseau personnalisé + networks: # Rattache le conteneur au réseau personnalisé # ... - gitea # Nom du réseau déclaré