catalog: repoint HDD_PATH defaults/placeholders to /mnt/felhom-drives/<name>

Intermediary-mount re-architecture: drives are visible in-guest at the stable
/mnt/felhom-drives/<name>. Composes already use ${HDD_PATH}/${USERDATA_PATH}
(injected + repointed by controller v0.67.0); this updates the UI placeholders,
templates.json defaults, and doc/script examples to the new convention.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-15 16:48:52 +02:00
parent f7458487fb
commit 939864f2a6
16 changed files with 26 additions and 26 deletions
+8 -8
View File
@@ -72,8 +72,8 @@
{
"name": "HDD_PATH",
"label": "HDD Path",
"description": "External HDD mount path (e.g., /mnt/hdd_1)",
"default": "/mnt/hdd_1"
"description": "External HDD mount path (e.g., /mnt/felhom-drives/hdd_1)",
"default": "/mnt/felhom-drives/hdd_1"
}
]
},
@@ -118,8 +118,8 @@
{
"name": "HDD_PATH",
"label": "HDD Path",
"description": "External HDD mount path (e.g., /mnt/hdd_1)",
"default": "/mnt/hdd_1"
"description": "External HDD mount path (e.g., /mnt/felhom-drives/hdd_1)",
"default": "/mnt/felhom-drives/hdd_1"
},
{
"name": "DB_PASSWORD",
@@ -169,8 +169,8 @@
{
"name": "HDD_PATH",
"label": "HDD Path",
"description": "External HDD mount path (e.g., /mnt/hdd_1)",
"default": "/mnt/hdd_1"
"description": "External HDD mount path (e.g., /mnt/felhom-drives/hdd_1)",
"default": "/mnt/felhom-drives/hdd_1"
},
{
"name": "PAPERLESS_SECRET_KEY",
@@ -216,8 +216,8 @@
{
"name": "HDD_PATH",
"label": "HDD Path",
"description": "External HDD mount path (e.g., /mnt/hdd_1)",
"default": "/mnt/hdd_1"
"description": "External HDD mount path (e.g., /mnt/felhom-drives/hdd_1)",
"default": "/mnt/felhom-drives/hdd_1"
},
{
"name": "DB_PASSWORD",