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:
+8
-8
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user