diff --git a/README.md b/README.md index 4a491ed..671527b 100644 --- a/README.md +++ b/README.md @@ -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). ### What lives here: + * `content/` (Optional: Just place your markdown files in the root instead) * `static/` (Images, downloads, icons) * `config/` (Dynamic overrides for the Top Navigation Menu: `menus.en.toml`) @@ -24,4 +25,4 @@ The Runner: 5. Builds the site. 6. Deploys it directly to the Nginx web server volume at `/srv/caddy/sites/wiki`. -**Public URL:** `https://wiki.wompmacho.com` \ No newline at end of file +**Public URL:** `https://wiki.wompmacho.com` diff --git a/_index.md b/_index.md index 28b0db2..eb24ae1 100644 --- a/_index.md +++ b/_index.md @@ -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. > [!Success] Favorite Quote -> Never attribute to malice what can be explained by incompetence \ No newline at end of file +> Never attribute to malice what can be explained by incompetence diff --git a/projects/Pterodactyl/index.md b/projects/Pterodactyl/index.md index ddafc38..73fd9c0 100644 --- a/projects/Pterodactyl/index.md +++ b/projects/Pterodactyl/index.md @@ -69,4 +69,4 @@ money... here is what you can do. proxy_request_buffering off; sudo systemctl restart nginx && systemctl restart wings - ``` \ No newline at end of file + ``` diff --git a/projects/frigate/index.md b/projects/frigate/index.md index ba852a1..1d479fd 100644 --- a/projects/frigate/index.md +++ b/projects/frigate/index.md @@ -104,4 +104,4 @@ proxy_set_header X-Forwarded-Proto $scheme; proxy_redirect off; proxy_buffering off; proxy_request_buffering off; -``` \ No newline at end of file +``` diff --git a/projects/homepage/index.md b/projects/homepage/index.md index 6958f2d..f4ef92c 100644 --- a/projects/homepage/index.md +++ b/projects/homepage/index.md @@ -28,4 +28,4 @@ services: - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations ports: - 7676:3000 -``` \ No newline at end of file +``` diff --git a/projects/jellyfin/index.md b/projects/jellyfin/index.md index 19d6f3e..2d133ff 100644 --- a/projects/jellyfin/index.md +++ b/projects/jellyfin/index.md @@ -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. \ No newline at end of file +the volumes. diff --git a/projects/jellyseer/index.md b/projects/jellyseer/index.md index 1d5ea1c..fe794d4 100644 --- a/projects/jellyseer/index.md +++ b/projects/jellyseer/index.md @@ -28,4 +28,4 @@ services: volumes: - /mnt/store/app/jellyseerr/config:/app/config restart: unless-stopped -``` \ No newline at end of file +``` diff --git a/projects/lab_setup/index.md b/projects/lab_setup/index.md index 29c393b..aa3c682 100644 --- a/projects/lab_setup/index.md +++ b/projects/lab_setup/index.md @@ -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) ---- \ No newline at end of file +--- diff --git a/projects/linkstack/index.md b/projects/linkstack/index.md index cad828a..5435366 100644 --- a/projects/linkstack/index.md +++ b/projects/linkstack/index.md @@ -42,4 +42,4 @@ services: volumes: linkstack_data: -``` \ No newline at end of file +``` diff --git a/projects/mkdocs/index.md b/projects/mkdocs/index.md index d65f2fa..f7756e2 100644 --- a/projects/mkdocs/index.md +++ b/projects/mkdocs/index.md @@ -46,4 +46,4 @@ volumes: type: nfs o: addr=truenas,nolock,soft,ro device: :/mnt/store/vault/app/mkdocs -``` \ No newline at end of file +``` diff --git a/projects/nginx-proxy-manager/index.md b/projects/nginx-proxy-manager/index.md index 22f3a17..ebf72b2 100644 --- a/projects/nginx-proxy-manager/index.md +++ b/projects/nginx-proxy-manager/index.md @@ -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) \ No newline at end of file +![nginx_ssl_internal_scheme_example.png](nginx_ssl_internal_scheme_example.png#center) diff --git a/projects/qbittorent/index.md b/projects/qbittorent/index.md index aaea57a..436317b 100644 --- a/projects/qbittorent/index.md +++ b/projects/qbittorent/index.md @@ -70,4 +70,4 @@ Use magnet link and item hash to avoid logins ``` magnet:?xt=urn:btih:${HASH} -``` \ No newline at end of file +``` diff --git a/projects/uptime-kuma/index.md b/projects/uptime-kuma/index.md index 2f30ec6..bc8ed85 100644 --- a/projects/uptime-kuma/index.md +++ b/projects/uptime-kuma/index.md @@ -30,4 +30,4 @@ services: ports: - 3001:3001 # : restart: always -``` \ No newline at end of file +``` diff --git a/projects/webtop/index.md b/projects/webtop/index.md index 8e4df01..bc4ff2f 100644 --- a/projects/webtop/index.md +++ b/projects/webtop/index.md @@ -32,4 +32,4 @@ services: - 7978:3000 - 7979:3001 restart: unless-stopped -``` \ No newline at end of file +``` diff --git a/projects/wikijs/index.md b/projects/wikijs/index.md index b2d0e9a..6428997 100644 --- a/projects/wikijs/index.md +++ b/projects/wikijs/index.md @@ -42,4 +42,4 @@ services: ports: - 3000:3000 restart: unless-stopped -``` \ No newline at end of file +``` diff --git a/resume.md b/resume.md index 56e519d..01f9751 100644 --- a/resume.md +++ b/resume.md @@ -169,4 +169,4 @@ tags: {{< /button >}} -{{< /rawhtml >}} \ No newline at end of file +{{< /rawhtml >}} diff --git a/search.md b/search.md index 87d6aff..1a265a0 100644 --- a/search.md +++ b/search.md @@ -5,4 +5,4 @@ layout: "search" summary: "search" placeholder: "Search the wiki..." ---- \ No newline at end of file +--- diff --git a/stream/stream_settings.md b/stream/stream_settings.md index 850caee..4db2b66 100644 --- a/stream/stream_settings.md +++ b/stream/stream_settings.md @@ -74,4 +74,4 @@ Specs APS-C (23.5 x 15.6 mm) ISO Auto, 100-32000 (expands to 102800) -``` \ No newline at end of file +```