Formatting updates
This commit is contained in:
@@ -2,8 +2,12 @@ version: '2'
|
||||
catalog:
|
||||
name: "InvoiceNinja"
|
||||
version: "latest"
|
||||
description: Invoicing
|
||||
# description:
|
||||
# minimum_rancher_version:
|
||||
# maximum_rancher_version:
|
||||
# upgrade_from:
|
||||
questions:
|
||||
|
||||
- variable: "LABEL_KEY_VALUE"
|
||||
label: "Host Label Key/Value Pair"
|
||||
description: |
|
||||
@@ -11,13 +15,15 @@ catalog:
|
||||
default: "host.id=0000"
|
||||
required: false
|
||||
type: string
|
||||
- variable: "WEB_PORT"
|
||||
label: "Web Port"
|
||||
|
||||
- variable: "HTTP_PORT"
|
||||
label: "HTTP Port"
|
||||
description: |
|
||||
The port to access the web interface on.
|
||||
The HTTP port to access the web interface on.
|
||||
default: "8000"
|
||||
required: true
|
||||
type: string
|
||||
|
||||
- variable: "STORAGE_BASE_DIR"
|
||||
label: "Base Storage Directory"
|
||||
description: |
|
||||
@@ -25,13 +31,15 @@ catalog:
|
||||
default: "/RancherStorage/InvoiceNinja"
|
||||
required: true
|
||||
type: string
|
||||
|
||||
- variable: "LOGO_DIR"
|
||||
label: "Logo Directory"
|
||||
description: |
|
||||
The
|
||||
The folder for persistent logo files.
|
||||
default: "/Logo"
|
||||
required: true
|
||||
type: string
|
||||
|
||||
- variable: "STORAGE_DIR"
|
||||
label: "Storage Directory"
|
||||
description: |
|
||||
@@ -39,6 +47,7 @@ catalog:
|
||||
default: "/Storage"
|
||||
required: true
|
||||
type: string
|
||||
|
||||
- variable: "DB_DIR"
|
||||
label: "Database Directory"
|
||||
description: |
|
||||
@@ -46,6 +55,7 @@ catalog:
|
||||
default: "/Database"
|
||||
required: true
|
||||
type: string
|
||||
|
||||
- variable: "CONFIG_DIR"
|
||||
label: "Configuration Directory"
|
||||
description: |
|
||||
@@ -53,6 +63,7 @@ catalog:
|
||||
default: "/Config"
|
||||
required: true
|
||||
type: string
|
||||
|
||||
- variable: "APP_KEY"
|
||||
label: "Encryption Key"
|
||||
description: |
|
||||
|
||||
Reference in New Issue
Block a user