feat: add SEO descriptions to all pages and fix canonical URL

This commit is contained in:
2026-08-11 08:48:59 +00:00
parent bfdef4c47a
commit d22711484b
45 changed files with 46 additions and 2 deletions
@@ -1,6 +1,7 @@
---
navigation: true
title: Servarr corrector
description: A bash script to detect and fix duplicate media files in Sonarr and Radarr libraries by replacing copies with hardlinks to reclaim disk space.
main:
fluid: false
---
@@ -1,6 +1,7 @@
---
navigation: true
title: LUKS Backup
description: A bash script to automatically dump LUKS headers from all encrypted disks, identify them by serial number, and store them in an encrypted archive.
main:
fluid: false
---
@@ -1,6 +1,7 @@
---
navigation: true
title: Socat Proxy
description: Use socat to proxy the Docker socket through Docker Socket Proxy, allowing Beszel to collect container stats without exposing the full Docker socket.
main:
fluid: false
---
+1
View File
@@ -1,6 +1,7 @@
---
navigation: true
title: HotDisk
description: A bash script that monitors hard drive temperatures and automatically shuts down the server when disks stay above a safe threshold for too long.
main:
fluid: false
---
@@ -1,6 +1,7 @@
---
navigation: true
title: Backrest Docker Stop
description: A bash script that stops Docker containers before a Backrest backup runs and restarts them after — ensuring safe database backups without complex dumps.
main:
fluid: false
---