Update ipfs description/validation

This commit is contained in:
Waqar Ahmed
2021-01-28 00:19:42 +05:00
parent fc9c6549f7
commit 3e10661c9b

View File

@@ -102,7 +102,7 @@ questions:
label: "Swarm Port to use for IPFS (Public)"
schema:
type: int
min: 4000
min: 9000
max: 65535
default: 9401
required: true
@@ -110,7 +110,7 @@ questions:
label: "API Port to use for IPFS (local)"
schema:
type: int
min: 4000
min: 9000
max: 65535
default: 9501
required: true
@@ -118,7 +118,7 @@ questions:
label: "Gateway Port to use for IPFS (local)"
schema:
type: int
min: 4000
min: 9000
max: 65535
default: 9880
required: true
@@ -138,7 +138,7 @@ questions:
type: hostpath
- variable: ipfsDataVolume
label: "Configure iXVolume"
label: "IPFS Data Volume Defaults"
group: "Storage"
schema:
type: dict
@@ -154,7 +154,7 @@ questions:
editable: false
default: "/data/ipfs"
- variable: datasetName
label: "Dataset Name"
label: "IPFS Data Dataset Name"
schema:
type: string
default: "ix-ipfs-data"
@@ -174,7 +174,7 @@ questions:
type: hostpath
- variable: ipfsStagingVolume
label: "Configure iXVolume"
label: "IPFS Staging Volume Defaults"
group: "Storage"
schema:
type: dict
@@ -190,7 +190,7 @@ questions:
editable: false
default: "/export"
- variable: datasetName
label: "Dataset Name"
label: "IPFS Staging Dataset Name"
schema:
type: string
default: "ix-ipfs-staging"