14 lines
362 B
YAML
14 lines
362 B
YAML
name: nfs
|
|
is: nfs
|
|
description: NFS client provisioner for external NFS storage
|
|
version: v4.0.18-3
|
|
category: infrastructure
|
|
scripts:
|
|
- name: check-nfs
|
|
path: scripts/check-nfs.sh
|
|
description: Verify NFS server is reachable and the export path is available
|
|
defaultConfig:
|
|
host: "192.168.1.100"
|
|
mediaPath: "/mnt/storage/media"
|
|
storageCapacity: "1Ti"
|