|
@@ -1,10 +1,36 @@
|
|
|
groups:
|
|
|
- name: "Storage"
|
|
|
description: "Configure Storage for Chia"
|
|
|
+ - name: "Farmr.net Configuration"
|
|
|
+ description: "Configure farmr.net support"
|
|
|
- name: "Chia Environment Variables"
|
|
|
description: "Set the environment that will be visible to the container"
|
|
|
|
|
|
+portals:
|
|
|
+ web_portal:
|
|
|
+ protocols:
|
|
|
+ - "https"
|
|
|
+ host:
|
|
|
+ - "www.truepool.io"
|
|
|
+ ports:
|
|
|
+ - "443"
|
|
|
+ path: "/kb/truepool-docker-image/"
|
|
|
+
|
|
|
questions:
|
|
|
+ - variable: farmr_env
|
|
|
+ label: "Enable 'farmr.net' support"
|
|
|
+ group: "Farmr.net Configuration"
|
|
|
+ description: "Configure 'farmr.net' support for chia"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ default: "off"
|
|
|
+ enum:
|
|
|
+ - value: "off"
|
|
|
+ description: "OFF"
|
|
|
+ - value: "farmer"
|
|
|
+ description: "FARMER"
|
|
|
+ - value: "harvester"
|
|
|
+ description: "HARVESTER"
|
|
|
- variable: appVolumeMounts
|
|
|
label: "Chia Storage"
|
|
|
group: "Storage"
|