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:
@@ -7,6 +7,7 @@ This repository exclusively contains the **Markdown content, static assets, and
|
|||||||
Your Wiki architecture is decoupled. This repository contains the text, but the `hugo-framework` repository contains the styling and engine (Blowfish).
|
Your Wiki architecture is decoupled. This repository contains the text, but the `hugo-framework` repository contains the styling and engine (Blowfish).
|
||||||
|
|
||||||
### What lives here:
|
### What lives here:
|
||||||
|
|
||||||
* `content/` (Optional: Just place your markdown files in the root instead)
|
* `content/` (Optional: Just place your markdown files in the root instead)
|
||||||
* `static/` (Images, downloads, icons)
|
* `static/` (Images, downloads, icons)
|
||||||
* `config/` (Dynamic overrides for the Top Navigation Menu: `menus.en.toml`)
|
* `config/` (Dynamic overrides for the Top Navigation Menu: `menus.en.toml`)
|
||||||
@@ -24,4 +25,4 @@ The Runner:
|
|||||||
5. Builds the site.
|
5. Builds the site.
|
||||||
6. Deploys it directly to the Nginx web server volume at `/srv/caddy/sites/wiki`.
|
6. Deploys it directly to the Nginx web server volume at `/srv/caddy/sites/wiki`.
|
||||||
|
|
||||||
**Public URL:** `https://wiki.wompmacho.com`
|
**Public URL:** `https://wiki.wompmacho.com`
|
||||||
|
|||||||
@@ -12,4 +12,4 @@ author: wompmacho
|
|||||||
The goal of this site is to document my home apps, services, infrastructure and other projects I am working on. Additionally I am using it as a learning tool, to document things I already know, fill in some gaps, add to that knowledge and further refine my understanding on complicated topics. I find its much easier to master something if you are forced to explain it to someone else. With that spirit in mind, lemme see what I can float your way.
|
The goal of this site is to document my home apps, services, infrastructure and other projects I am working on. Additionally I am using it as a learning tool, to document things I already know, fill in some gaps, add to that knowledge and further refine my understanding on complicated topics. I find its much easier to master something if you are forced to explain it to someone else. With that spirit in mind, lemme see what I can float your way.
|
||||||
|
|
||||||
> [!Success] Favorite Quote
|
> [!Success] Favorite Quote
|
||||||
> Never attribute to malice what can be explained by incompetence
|
> Never attribute to malice what can be explained by incompetence
|
||||||
|
|||||||
@@ -69,4 +69,4 @@ money... here is what you can do.
|
|||||||
proxy_request_buffering off;
|
proxy_request_buffering off;
|
||||||
|
|
||||||
sudo systemctl restart nginx && systemctl restart wings
|
sudo systemctl restart nginx && systemctl restart wings
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -104,4 +104,4 @@ proxy_set_header X-Forwarded-Proto $scheme;
|
|||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
proxy_request_buffering off;
|
proxy_request_buffering off;
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -28,4 +28,4 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
|
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
|
||||||
ports:
|
ports:
|
||||||
- 7676:3000
|
- 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 -
|
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 +
|
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
|
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:
|
volumes:
|
||||||
- /mnt/store/app/jellyseerr/config:/app/config
|
- /mnt/store/app/jellyseerr/config:/app/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ showEditURL: true
|
|||||||
---
|
---
|
||||||
|
|
||||||
## 2024 Home Lab
|
## 2024 Home Lab
|
||||||
|
|
||||||

|

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

|

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

|

|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -42,4 +42,4 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
linkstack_data:
|
linkstack_data:
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -46,4 +46,4 @@ volumes:
|
|||||||
type: nfs
|
type: nfs
|
||||||
o: addr=truenas,nolock,soft,ro
|
o: addr=truenas,nolock,soft,ro
|
||||||
device: :/mnt/store/vault/app/mkdocs
|
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
|
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.
|
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}
|
magnet:?xt=urn:btih:${HASH}
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -30,4 +30,4 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 3001:3001 # <Host Port>:<Container Port>
|
- 3001:3001 # <Host Port>:<Container Port>
|
||||||
restart: always
|
restart: always
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -32,4 +32,4 @@ services:
|
|||||||
- 7978:3000
|
- 7978:3000
|
||||||
- 7979:3001
|
- 7979:3001
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -42,4 +42,4 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -169,4 +169,4 @@ tags:
|
|||||||
{{< /button >}}
|
{{< /button >}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{< /rawhtml >}}
|
{{< /rawhtml >}}
|
||||||
|
|||||||
@@ -5,4 +5,4 @@ layout: "search"
|
|||||||
summary: "search"
|
summary: "search"
|
||||||
placeholder: "Search the wiki..."
|
placeholder: "Search the wiki..."
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -74,4 +74,4 @@ Specs
|
|||||||
APS-C (23.5 x 15.6 mm)
|
APS-C (23.5 x 15.6 mm)
|
||||||
ISO
|
ISO
|
||||||
Auto, 100-32000 (expands to 102800)
|
Auto, 100-32000 (expands to 102800)
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user