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:
@@ -143,7 +143,7 @@ deploy_fields:
|
||||
label: "Adattárolási útvonal"
|
||||
type: path
|
||||
required: true
|
||||
placeholder: "/mnt/hdd_1"
|
||||
placeholder: "/mnt/felhom-drives/hdd_1"
|
||||
locked_after_deploy: true
|
||||
```
|
||||
|
||||
@@ -290,7 +290,7 @@ where the felhom-controller is not used. For controller-based deployments, these
|
||||
```bash
|
||||
# Generate customer templates (on your workstation)
|
||||
./scripts/generate-customer.sh --customer demo-felhom \
|
||||
--domain demo-felhom.eu --hdd-path /mnt/hdd_1 --push
|
||||
--domain demo-felhom.eu --hdd-path /mnt/felhom-drives/hdd_1 --push
|
||||
```
|
||||
|
||||
## Adding a New App
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#
|
||||
# Usage:
|
||||
# ./scripts/generate-customer.sh --customer demo-felhom --domain demo-felhom.eu \
|
||||
# --hdd-path /mnt/hdd_1 --push
|
||||
# --hdd-path /mnt/felhom-drives/hdd_1 --push
|
||||
#
|
||||
# Version: 1.0.0
|
||||
#===============================================================================
|
||||
@@ -110,7 +110,7 @@ REQUIRED:
|
||||
--domain DOMAIN Customer domain (e.g., demo-felhom.eu)
|
||||
|
||||
OPTIONAL:
|
||||
--hdd-path PATH External HDD mount path (e.g., /mnt/hdd_1)
|
||||
--hdd-path PATH External HDD mount path (e.g., /mnt/felhom-drives/hdd_1)
|
||||
If omitted, apps needing HDD show a field in Portainer.
|
||||
--apps LIST Comma-separated app list (default: all available)
|
||||
Available: actualbudget,docmost,filebrowser,homebox,
|
||||
@@ -135,7 +135,7 @@ OUTPUT:
|
||||
EXAMPLES:
|
||||
# All apps, with HDD
|
||||
./scripts/generate-customer.sh --customer demo-felhom \
|
||||
--domain demo-felhom.eu --hdd-path /mnt/hdd_1 --push
|
||||
--domain demo-felhom.eu --hdd-path /mnt/felhom-drives/hdd_1 --push
|
||||
|
||||
# Raspberry Pi — lightweight apps only
|
||||
./scripts/generate-customer.sh --customer pi-customer-1 \
|
||||
|
||||
+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",
|
||||
|
||||
@@ -36,7 +36,7 @@ deploy_fields:
|
||||
label: "Hangoskönyv tár útvonal"
|
||||
type: path
|
||||
required: true
|
||||
placeholder: "/mnt/hdd_1"
|
||||
placeholder: "/mnt/felhom-drives/hdd_1"
|
||||
description: "A külső merevlemez elérési útja"
|
||||
locked_after_deploy: true
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ deploy_fields:
|
||||
label: "E-könyvtár útvonal"
|
||||
type: path
|
||||
required: true
|
||||
placeholder: "/mnt/hdd_1"
|
||||
placeholder: "/mnt/felhom-drives/hdd_1"
|
||||
description: "A külső merevlemez elérési útja, ahol a Calibre könyvtár található"
|
||||
locked_after_deploy: true
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ deploy_fields:
|
||||
label: "Médiatár útvonal"
|
||||
type: path
|
||||
required: true
|
||||
placeholder: "/mnt/hdd_1"
|
||||
placeholder: "/mnt/felhom-drives/hdd_1"
|
||||
description: "A külső merevlemez elérési útja"
|
||||
locked_after_deploy: true
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ deploy_fields:
|
||||
label: "Adattárolási útvonal"
|
||||
type: path
|
||||
required: true
|
||||
placeholder: "/mnt/hdd_1"
|
||||
placeholder: "/mnt/felhom-drives/hdd_1"
|
||||
description: "A külső merevlemez elérési útja, ahol a fotók és videók tárolódnak"
|
||||
locked_after_deploy: true
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ deploy_fields:
|
||||
label: "Médiatár útvonal"
|
||||
type: path
|
||||
required: true
|
||||
placeholder: "/mnt/hdd_1"
|
||||
placeholder: "/mnt/felhom-drives/hdd_1"
|
||||
description: "A külső merevlemez elérési útja, ahol a filmek, sorozatok és zenék tárolódnak"
|
||||
locked_after_deploy: true
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ deploy_fields:
|
||||
label: "Képregénytár útvonal"
|
||||
type: path
|
||||
required: true
|
||||
placeholder: "/mnt/hdd_1"
|
||||
placeholder: "/mnt/felhom-drives/hdd_1"
|
||||
description: "A külső merevlemez elérési útja"
|
||||
locked_after_deploy: true
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ deploy_fields:
|
||||
label: "Zenegyűjtemény útvonal"
|
||||
type: path
|
||||
required: true
|
||||
placeholder: "/mnt/hdd_1"
|
||||
placeholder: "/mnt/felhom-drives/hdd_1"
|
||||
description: "A külső merevlemez elérési útja, ahol a zenefájlok tárolódnak"
|
||||
locked_after_deploy: true
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ deploy_fields:
|
||||
label: "Adattárolási útvonal"
|
||||
type: path
|
||||
required: true
|
||||
placeholder: "/mnt/hdd_1"
|
||||
placeholder: "/mnt/felhom-drives/hdd_1"
|
||||
description: "A külső merevlemez elérési útja"
|
||||
locked_after_deploy: true
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@ deploy_fields:
|
||||
label: "Adattárolási útvonal"
|
||||
type: path
|
||||
required: true
|
||||
placeholder: "/mnt/hdd_1"
|
||||
placeholder: "/mnt/felhom-drives/hdd_1"
|
||||
description: "A külső merevlemez elérési útja, ahol a dokumentumok tárolódnak"
|
||||
locked_after_deploy: true
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ deploy_fields:
|
||||
label: "Médiatár útvonal"
|
||||
type: path
|
||||
required: true
|
||||
placeholder: "/mnt/hdd_1"
|
||||
placeholder: "/mnt/felhom-drives/hdd_1"
|
||||
description: "A külső merevlemez elérési útja"
|
||||
locked_after_deploy: true
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ deploy_fields:
|
||||
label: "Médiatár útvonal"
|
||||
type: path
|
||||
required: true
|
||||
placeholder: "/mnt/hdd_1"
|
||||
placeholder: "/mnt/felhom-drives/hdd_1"
|
||||
description: "A külső merevlemez elérési útja"
|
||||
locked_after_deploy: true
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ deploy_fields:
|
||||
label: "Adattárolási útvonal"
|
||||
type: path
|
||||
required: true
|
||||
placeholder: "/mnt/hdd_1"
|
||||
placeholder: "/mnt/felhom-drives/hdd_1"
|
||||
description: "A külső merevlemez elérési útja, ahol a ROM-ok és borítóképek tárolódnak"
|
||||
locked_after_deploy: true
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ deploy_fields:
|
||||
label: "Médiatár útvonal"
|
||||
type: path
|
||||
required: true
|
||||
placeholder: "/mnt/hdd_1"
|
||||
placeholder: "/mnt/felhom-drives/hdd_1"
|
||||
description: "A külső merevlemez elérési útja"
|
||||
locked_after_deploy: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user