Name and icon code blocks by real filename across the site

This commit is contained in:
Djeex
2026-08-31 22:12:47 +02:00
parent baf3590186
commit 6696ed9b23
55 changed files with 277 additions and 252 deletions
+5 -5
View File
@@ -58,7 +58,7 @@ mkdir -p /media/movies /media/library /media/tvseries
Open Dockge in your browser and click `compose`.
Name the stack `plex` and add the following config:
```yaml
```yaml [compose.yaml]
---
services:
linuxserver_plex:
@@ -103,7 +103,7 @@ services:
::tip
✨ Add the Watchtower label to each container to automate updates:
```yaml
```yaml [compose.yaml]
services:
plex:
#...
@@ -127,7 +127,7 @@ id username
Fill in your `.env` file with the retrieved values, for example:
```properties
```properties [.env]
PUID=1000
GUID=1000
```
@@ -182,7 +182,7 @@ We assume you have the subdomain `tautulli.mydomain.com` with a `CNAME` pointing
Go to Dockge and edit SWAGs compose file by adding Tautullis network:
```yaml
```yaml [compose.yaml]
services:
swag:
container_name: # ...
@@ -219,7 +219,7 @@ sudo nano /docker/swag/config/nginx/proxy-confs/tautulli.subdomain.conf
Ensure the configuration matches the following, and edit it if needed:
```nginx
```nginx [tautulli.subdomain.conf]
## Version 2023/05/31
# make sure that your tautulli container is named tautulli
# make sure that your dns has a cname set for tautulli
@@ -55,7 +55,7 @@ mkdir -P /media/downloads
Open Dockge, click on `compose`, and name the stack `seedbox`. Paste the following config:
```yaml
```yaml [compose.yaml]
services:
qbit:
@@ -115,7 +115,7 @@ services:
::tip{icon=""}
✨ __Tip:__ Add the Watchtower label in each container to automate updates
```yaml
```yaml [compose.yaml]
services:
qbittorrent:
#...
@@ -156,7 +156,7 @@ sudo nano /docker/gluetun/config.toml
Enter:
```toml
```toml [config.toml]
[[roles]]
name = "t-anc/GSP-Qbittorent-Gluetun-sync-port-mod"
routes = ["GET /v1/portforward"]
@@ -168,7 +168,7 @@ Press :kbd{value="Ctrl+O"}, then :kbd{value="Enter"} to save, and :kbd{value="Ct
In Dockge, fill in the variables in `.env`:
```properties
```properties [.env]
PUID=
GUID=
UI_PORT=
@@ -227,7 +227,7 @@ We assume you have the subdomain `seedbox.mydomain.com` with a `CNAME` pointing
In Dockge, edit the SWAG compose file and add Gluetuns network:
```yaml
```yaml [compose.yaml]
services:
swag:
container_name: # ...
@@ -263,7 +263,7 @@ sudo nano /docker/swag/config/nginx/proxy-confs/seedbox.subdomain.conf
Paste the following config (check the port):
```nginx
```nginx [seedbox.subdomain.conf]
## Version 2023/12/19
server {
+5 -5
View File
@@ -64,7 +64,7 @@ Without hardlinks, the _arr_ apps will copy the files instead—**doubling the s
::
Open Docker and your `plex` stack. Modify the compose file as follows:
```yaml
```yaml [compose.yaml]
---
services:
linuxserver_plex:
@@ -198,7 +198,7 @@ services:
::tip
✨ Add the Watchtower label to each container to automate updates
```yaml
```yaml [compose.yaml]
services:
plex:
#...
@@ -216,7 +216,7 @@ services:
Set your `.env` file with the variables below:
```properties
```properties [.env]
PUID=
GUID=
MEDIA_PATH=
@@ -420,7 +420,7 @@ We assume you have the subdomain `films.mydomain.com` with a `CNAME` pointing to
Go to Dockge, edit the SWAG compose file, and add the Overseerr network, which is the same as Plex (since its in the Plex stack):
```yaml
```yaml [compose.yaml]
services:
swag:
container_name: # ...
@@ -456,7 +456,7 @@ sudo nano /docker/swag/config/nginx/proxy-confs/films.subdomain.conf
Paste the following:
```nginx
```nginx [films.subdomain.conf]
## Version 2024/07/16
# make sure that your overseerr container is named overseerr
# make sure that your dns has a cname set for overseerr