34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
version: '2'
|
|
catalog:
|
|
name: "ZeroTier-Containerized"
|
|
version: "latest"
|
|
description: ZeroTier-Containerized instance for virtual networking
|
|
questions:
|
|
- variable: "NAME"
|
|
label: "Container Name"
|
|
description: |
|
|
(Optional) Enter a name for the container, otherwise one will be randomly generated.
|
|
default: "ZeroTier"
|
|
required: false
|
|
type: string
|
|
- variable: "CONFIG_STORAGE"
|
|
label: "Persistent Config Path"
|
|
description: |
|
|
The path to where ZeroTier should hold it's persistent files. Preferrably a local-only location.
|
|
default: "/var/lib/Storage-Local/zerotier-one"
|
|
required: false
|
|
type: string
|
|
- variable: "HOST_LABEL_KEY"
|
|
label: "Host Label Key"
|
|
description: |
|
|
The Label Key on the host which ZeroTier should be deployed
|
|
required: true
|
|
type: string
|
|
- variable: "HOST_LABEL_VALUE"
|
|
label: "Host Label Value"
|
|
description: |
|
|
The Label Value on the host which ZeroTier should be deployed
|
|
required: true
|
|
type: string
|
|
zerotier:
|
|
scale: 1 |