Style: Enforce mandatory empty lines following all headings
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 23s
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 23s
This commit is contained in:
@@ -69,4 +69,4 @@ money... here is what you can do.
|
||||
proxy_request_buffering off;
|
||||
|
||||
sudo systemctl restart nginx && systemctl restart wings
|
||||
```
|
||||
```
|
||||
|
||||
@@ -104,4 +104,4 @@ proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_redirect off;
|
||||
proxy_buffering off;
|
||||
proxy_request_buffering off;
|
||||
```
|
||||
```
|
||||
|
||||
@@ -28,4 +28,4 @@ services:
|
||||
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
|
||||
ports:
|
||||
- 7676:3000
|
||||
```
|
||||
```
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -28,4 +28,4 @@ services:
|
||||
volumes:
|
||||
- /mnt/store/app/jellyseerr/config:/app/config
|
||||
restart: unless-stopped
|
||||
```
|
||||
```
|
||||
|
||||
@@ -11,6 +11,7 @@ showEditURL: true
|
||||
---
|
||||
|
||||
## 2024 Home Lab
|
||||
|
||||

|
||||
|
||||
---
|
||||
@@ -22,6 +23,7 @@ showEditURL: true
|
||||
---
|
||||
|
||||
## 2020 Home Lab
|
||||
|
||||

|
||||
|
||||
---
|
||||
@@ -30,4 +32,4 @@ showEditURL: true
|
||||
|
||||

|
||||
|
||||
---
|
||||
---
|
||||
|
||||
@@ -42,4 +42,4 @@ services:
|
||||
|
||||
volumes:
|
||||
linkstack_data:
|
||||
```
|
||||
```
|
||||
|
||||
@@ -46,4 +46,4 @@ volumes:
|
||||
type: nfs
|
||||
o: addr=truenas,nolock,soft,ro
|
||||
device: :/mnt/store/vault/app/mkdocs
|
||||
```
|
||||
```
|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
@@ -70,4 +70,4 @@ Use magnet link and item hash to avoid logins
|
||||
|
||||
```
|
||||
magnet:?xt=urn:btih:${HASH}
|
||||
```
|
||||
```
|
||||
|
||||
@@ -30,4 +30,4 @@ services:
|
||||
ports:
|
||||
- 3001:3001 # <Host Port>:<Container Port>
|
||||
restart: always
|
||||
```
|
||||
```
|
||||
|
||||
@@ -32,4 +32,4 @@ services:
|
||||
- 7978:3000
|
||||
- 7979:3001
|
||||
restart: unless-stopped
|
||||
```
|
||||
```
|
||||
|
||||
@@ -42,4 +42,4 @@ services:
|
||||
ports:
|
||||
- 3000:3000
|
||||
restart: unless-stopped
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user