Style: Enforce mandatory empty lines following all headings
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 23s

This commit is contained in:
2026-03-25 04:34:46 +00:00
parent 1144980295
commit 09a41554e5
18 changed files with 21 additions and 18 deletions

View File

@@ -69,4 +69,4 @@ money... here is what you can do.
proxy_request_buffering off;
sudo systemctl restart nginx && systemctl restart wings
```
```

View File

@@ -104,4 +104,4 @@ proxy_set_header X-Forwarded-Proto $scheme;
proxy_redirect off;
proxy_buffering off;
proxy_request_buffering off;
```
```

View File

@@ -28,4 +28,4 @@ services:
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
ports:
- 7676:3000
```
```

View File

@@ -49,4 +49,4 @@ running. {.is-warning}
Once you server is running, head over to the to your opened port (docker_container_ip:8096) to start the setup proccess. When adding libraries -
select the content type, set the display name and then click the FOLDERS +
option. This is where you will select the path to your media that you set up in
the volumes.
the volumes.

View File

@@ -28,4 +28,4 @@ services:
volumes:
- /mnt/store/app/jellyseerr/config:/app/config
restart: unless-stopped
```
```

View File

@@ -11,6 +11,7 @@ showEditURL: true
---
## 2024 Home Lab
![sc_apartment_network_diagram_2024.png](sc_apartment_network_diagram_2024.png)
---
@@ -22,6 +23,7 @@ showEditURL: true
---
## 2020 Home Lab
![nc_home_network_diagram_white_background_2020.jpg](nc_home_network_diagram_white_background_2020.jpg)
---
@@ -30,4 +32,4 @@ showEditURL: true
![atl_home_network_2019.jpg](atl_home_network_2019.jpg)
---
---

View File

@@ -42,4 +42,4 @@ services:
volumes:
linkstack_data:
```
```

View File

@@ -46,4 +46,4 @@ volumes:
type: nfs
o: addr=truenas,nolock,soft,ro
device: :/mnt/store/vault/app/mkdocs
```
```

View File

@@ -158,4 +158,4 @@ point the dns to.
Use https here only if you have ssl setup on your origin server and your server
is set up to accept https, otherwise you make get bad gateway 502 errors.
![nginx_ssl_internal_scheme_example.png](nginx_ssl_internal_scheme_example.png#center)
![nginx_ssl_internal_scheme_example.png](nginx_ssl_internal_scheme_example.png#center)

View File

@@ -70,4 +70,4 @@ Use magnet link and item hash to avoid logins
```
magnet:?xt=urn:btih:${HASH}
```
```

View File

@@ -30,4 +30,4 @@ services:
ports:
- 3001:3001 # <Host Port>:<Container Port>
restart: always
```
```

View File

@@ -32,4 +32,4 @@ services:
- 7978:3000
- 7979:3001
restart: unless-stopped
```
```

View File

@@ -42,4 +42,4 @@ services:
ports:
- 3000:3000
restart: unless-stopped
```
```