2022-06-07 20:31:13 +00:00
groups :
2022-08-09 00:29:33 +00:00
- name : Container Image
description : Image to be used for container
- name : Controller
description : Configure Workload Deployment
- name : Container Configuration
description : Additional Container Configuration
- name : App Configuration
description : App Specific Config Options
- name : Networking and Services
description : Configure Network and Services for Container
- name : Storage and Persistence
description : Persist and Share Data that is Separate from the Container
- name : Ingress
description : Ingress Configuration
- name : Security and Permissions
description : Configure Security Context and Permissions
- name : Resources and Devices
description : "Specify Resources/Devices to be Allocated to Workload"
- name : Middlewares
description : Traefik Middlewares
- name : Metrics
description : Metrics
- name : Addons
description : Addon Configuration
- name : Advanced
description : Advanced Configuration
2022-08-12 12:43:37 +00:00
- name : Documentation
description : Documentation
2022-10-07 05:43:53 +00:00
portals :
open :
protocols :
- "$kubernetes-resource_configmap_portal_protocol"
host :
- "$kubernetes-resource_configmap_portal_host"
ports :
- "$kubernetes-resource_configmap_portal_port"
path : "/"
admin :
protocols :
- "$kubernetes-resource_configmap_portal_protocol"
host :
- "$kubernetes-resource_configmap_portal_host"
ports :
- "$kubernetes-resource_configmap_portal_port"
path : "/browser/dist/admin/admin.html"
2022-06-07 20:31:13 +00:00
questions :
- variable : global
2022-08-09 00:29:33 +00:00
label : Global Settings
group : Controller
2022-06-07 20:31:13 +00:00
schema :
type : dict
hidden : true
attrs :
- variable : isSCALE
2022-08-09 00:29:33 +00:00
label : Flag this is SCALE
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : true
hidden : true
- variable : controller
2022-08-09 00:29:33 +00:00
group : Controller
2022-06-07 20:31:13 +00:00
label : ""
schema :
additional_attrs : true
type : dict
attrs :
- variable : advanced
2022-08-09 00:29:33 +00:00
label : Show Advanced Controller Settings
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : false
show_subquestions_if : true
subquestions :
- variable : type
2022-08-09 00:29:33 +00:00
description : Please specify type of workload to deploy
label : (Advanced) Controller Type
2022-06-07 20:31:13 +00:00
schema :
type : string
required : true
enum :
2022-08-09 00:29:33 +00:00
- value : deployment
description : Deployment
- value : statefulset
description : Statefulset
- value : daemonset
description : Daemonset
2022-10-07 05:43:53 +00:00
default : deployment
2022-06-07 20:31:13 +00:00
- variable : replicas
2022-08-09 00:29:33 +00:00
description : Number of desired pod replicas
label : Desired Replicas
2022-06-07 20:31:13 +00:00
schema :
type : int
required : true
2022-08-09 00:29:33 +00:00
default : 1
2022-06-07 20:31:13 +00:00
- variable : strategy
2022-08-09 00:29:33 +00:00
description : Please specify type of workload to deploy
label : (Advanced) Update Strategy
2022-06-07 20:31:13 +00:00
schema :
type : string
required : true
enum :
2022-08-09 00:29:33 +00:00
- value : Recreate
2022-06-07 20:31:13 +00:00
description : "Recreate: Kill existing pods before creating new ones"
2022-08-09 00:29:33 +00:00
- value : RollingUpdate
2022-06-07 20:31:13 +00:00
description : "RollingUpdate: Create new pods and then kill old ones"
2022-08-09 00:29:33 +00:00
- value : OnDelete
2022-06-07 20:31:13 +00:00
description : "(Legacy) OnDelete: ignore .spec.template changes"
2022-08-09 00:29:33 +00:00
default : Recreate
2022-06-07 20:31:13 +00:00
- variable : expert
2022-08-09 00:29:33 +00:00
label : Show Expert Configuration Options
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : false
show_subquestions_if : true
subquestions :
- variable : labelsList
2022-08-09 00:29:33 +00:00
label : Controller Labels
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : labelItem
2022-08-09 00:29:33 +00:00
label : Label
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : name
2022-08-09 00:29:33 +00:00
label : Name
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : value
2022-08-09 00:29:33 +00:00
label : Value
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : annotationsList
2022-08-09 00:29:33 +00:00
label : Controller Annotations
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : annotationItem
2022-08-09 00:29:33 +00:00
label : Label
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : name
2022-08-09 00:29:33 +00:00
label : Name
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : value
2022-08-09 00:29:33 +00:00
label : Value
2022-06-07 20:31:13 +00:00
schema :
type : string
2022-08-12 12:43:37 +00:00
- variable : customextraargs
group : Controller
label : "Extra Args"
description : "Do not click this unless you know what you are doing"
schema :
type : boolean
default : false
show_subquestions_if : true
subquestions :
- variable : extraArgs
label : Extra Args
schema :
type : list
default : [ ]
items :
- variable : arg
label : Arg
schema :
type : string
2022-10-07 05:43:53 +00:00
- variable : secretEnv
group : "Container Configuration"
label : "Image Secrets"
schema :
additional_attrs : true
type : dict
attrs :
- variable : username
label : "Username for WebUI"
schema :
type : string
default : "admin"
required : true
- variable : password
label : "Password for WebUI"
schema :
type : string
valid_chars : "[a-zA-Z0-9!@#$%^&*?]{8,}"
private : true
required : true
default : "REPLACETHIS"
- variable : env
group : "Container Configuration"
label : "Image Environment"
schema :
additional_attrs : true
type : dict
attrs :
- variable : aliasgroup1
label : "aliasgroup1"
description : "Comma separated hosts list."
schema :
type : string
default : ""
- variable : dictionaries
label : "Dictionaries to use, leave empty to use all"
schema :
type : string
default : "de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru"
- variable : extra_params
label : "Extra Parameters to add"
description : 'e.g. "--o:welcome.enable=false", See more on /etc/loolwsd/loolwsd.xml. Separate params with space'
schema :
type : string
default : "--o:welcome.enable=false --o:logging.level=information --o:user_interface.mode=notebookbar --o:ssl.termination=true --o:ssl.enable=false"
- variable : DONT_GEN_SSL_CERT
label : "DONT_GEN_SSL_CERT"
description : "When set to true it does NOT generate an SSL cert, you have to use your own"
schema :
type : boolean
default : true
- variable : server_name
label : "Server Name"
description : "When this environment variable is set (is not empty), then its value will be used as server name in /etc/loolwsd/loolwsd.xml. Without this, CODE is not delivering a correct host for the websocket connection in case of a proxy in front of it."
schema :
type : string
default : 'collabora.domain.tld'
valid_chars : '^((([a-z\d](-?[a-z\d]){0,62})\.)*(([a-z\d](-?[a-z\d]){0,62})\.)([a-z](-?[a-z\d]){1,62})|((\d{1,3}\.){3}\d{1,3}))$'
2022-06-07 20:31:13 +00:00
- variable : TZ
2022-08-09 00:29:33 +00:00
label : Timezone
group : Container Configuration
2022-06-07 20:31:13 +00:00
schema :
type : string
default : "Etc/UTC"
$ref :
- "definitions/timezone"
- variable : envList
2022-08-30 20:59:38 +00:00
label : Extra Environment Variables
description : "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
2022-08-09 00:29:33 +00:00
group : Container Configuration
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : envItem
2022-08-09 00:29:33 +00:00
label : Environment Variable
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : name
2022-08-09 00:29:33 +00:00
label : Name
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : value
2022-08-09 00:29:33 +00:00
label : Value
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : expertpodconf
2022-08-09 00:29:33 +00:00
group : Container Configuration
label : Show Expert Configuration
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : false
show_subquestions_if : true
subquestions :
- variable : tty
2022-08-09 00:29:33 +00:00
label : Enable TTY
description : Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled.
group : Workload Details
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : false
- variable : stdin
2022-08-09 00:29:33 +00:00
label : Enable STDIN
description : Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled.
group : Workload Details
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : false
- variable : termination
2022-08-09 00:29:33 +00:00
group : Container Configuration
label : Termination settings
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : gracePeriodSeconds
2022-08-09 00:29:33 +00:00
label : Grace Period Seconds
2022-06-07 20:31:13 +00:00
schema :
type : int
default : 10
- variable : podLabelsList
2022-08-09 00:29:33 +00:00
group : Container Configuration
label : Pod Labels
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : podLabelItem
2022-08-09 00:29:33 +00:00
label : Label
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : name
2022-08-09 00:29:33 +00:00
label : Name
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : value
2022-08-09 00:29:33 +00:00
label : Value
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : podAnnotationsList
2022-08-09 00:29:33 +00:00
group : Container Configuration
label : Pod Annotations
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : podAnnotationItem
2022-08-09 00:29:33 +00:00
label : Label
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : name
2022-08-09 00:29:33 +00:00
label : Name
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : value
2022-08-09 00:29:33 +00:00
label : Value
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : service
2022-08-09 00:29:33 +00:00
group : Networking and Services
label : Configure Service(s)
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : main
label : "Main Service"
description : "The Primary service on which the healthcheck runs, often the webUI"
schema :
additional_attrs : true
type : dict
attrs :
- variable : enabled
2022-08-09 00:29:33 +00:00
label : Enable the Service
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : true
hidden : true
- variable : type
2022-08-09 00:29:33 +00:00
label : Service Type
2022-09-19 03:39:15 +00:00
description : "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
2022-06-07 20:31:13 +00:00
schema :
type : string
2022-09-19 03:39:15 +00:00
default : LoadBalancer
2022-06-07 20:31:13 +00:00
enum :
2022-08-09 00:29:33 +00:00
- value : LoadBalancer
2022-09-19 03:39:15 +00:00
description : LoadBalancer (Expose Ports)
- value : ClusterIP
description : ClusterIP (Do Not Expose Ports)
- value : Simple
description : Deprecated CHANGE THIS
2022-06-07 20:31:13 +00:00
- variable : loadBalancerIP
2022-08-09 00:29:33 +00:00
label : LoadBalancer IP
2022-09-19 03:39:15 +00:00
description : "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
2022-06-07 20:31:13 +00:00
schema :
show_if : [ [ "type" , "=" , "LoadBalancer" ] ]
type : string
default : ""
2022-09-19 03:39:15 +00:00
- variable : advancedsvcset
label : Show Advanced Service Settings
2022-06-07 20:31:13 +00:00
schema :
2022-09-19 03:39:15 +00:00
type : boolean
default : false
show_subquestions_if : true
subquestions :
- variable : externalIPs
label : "External IP's"
description : "External IP's"
2022-06-07 20:31:13 +00:00
schema :
2022-09-19 03:39:15 +00:00
type : list
default : [ ]
items :
- variable : externalIP
label : External IP
schema :
type : string
- variable : ipFamilyPolicy
label : IP Family Policy
description : Specify the IP Policy
2022-06-07 20:31:13 +00:00
schema :
type : string
2022-09-19 03:39:15 +00:00
default : SingleStack
enum :
- value : SingleStack
description : SingleStack
- value : PreferDualStack
description : PreferDualStack
- value : RequireDualStack
description : RequireDualStack
- variable : ipFamilies
label : IP Families
description : The IP Families that should be used
schema :
type : list
default : [ ]
items :
- variable : ipFamily
label : IP Family
schema :
type : string
2022-06-07 20:31:13 +00:00
- variable : ports
label : "Service's Port(s) Configuration"
schema :
additional_attrs : true
type : dict
attrs :
- variable : main
label : "Main Service Port Configuration"
schema :
additional_attrs : true
type : dict
attrs :
- variable : port
label : "Port"
description : "This port exposes the container port on the service"
schema :
type : int
2022-10-07 05:43:53 +00:00
default : 10105
2022-06-07 20:31:13 +00:00
required : true
- variable : advanced
2022-08-09 00:29:33 +00:00
label : Show Advanced Settings
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : false
show_subquestions_if : true
subquestions :
2022-08-09 00:29:33 +00:00
- variable : enabled
label : Enable the Port
schema :
type : boolean
hidden : true
default : true
2022-06-07 20:31:13 +00:00
- variable : protocol
2022-08-09 00:29:33 +00:00
label : Port Type
2022-06-07 20:31:13 +00:00
schema :
type : string
2022-10-07 05:43:53 +00:00
default : HTTP
2022-06-07 20:31:13 +00:00
enum :
- value : HTTP
2022-08-09 00:29:33 +00:00
description : HTTP
- value : HTTPS
description : HTTPS
2022-06-07 20:31:13 +00:00
- value : TCP
2022-08-09 00:29:33 +00:00
description : TCP
- value : UDP
description : UDP
2022-06-07 20:31:13 +00:00
- variable : nodePort
2022-08-09 00:29:33 +00:00
label : Node Port (Optional)
description : This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer
2022-06-07 20:31:13 +00:00
schema :
type : int
min : 9000
max : 65535
- variable : targetPort
label : "Target Port"
description : "The internal(!) port on the container the Application runs on"
schema :
type : int
2022-10-07 05:43:53 +00:00
default : 9980
2022-06-07 20:31:13 +00:00
- variable : serviceexpert
2022-08-09 00:29:33 +00:00
group : Networking and Services
label : Show Expert Config
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : false
show_subquestions_if : true
subquestions :
- variable : hostNetwork
2022-08-09 00:29:33 +00:00
group : Networking and Services
label : Host-Networking (Complicated)
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : false
- variable : externalInterfaces
2022-08-09 00:29:33 +00:00
description : Add External Interfaces
label : Add external Interfaces
group : Networking
2022-06-07 20:31:13 +00:00
schema :
type : list
items :
- variable : interfaceConfiguration
2022-08-09 00:29:33 +00:00
description : Interface Configuration
label : Interface Configuration
2022-06-07 20:31:13 +00:00
schema :
type : dict
$ref :
- "normalize/interfaceConfiguration"
attrs :
- variable : hostInterface
2022-08-09 00:29:33 +00:00
description : Please Specify Host Interface
label : Host Interface
2022-06-07 20:31:13 +00:00
schema :
type : string
required : true
$ref :
- "definitions/interface"
- variable : ipam
2022-08-09 00:29:33 +00:00
description : Define how IP Address will be managed
label : IP Address Management
2022-06-07 20:31:13 +00:00
schema :
type : dict
required : true
attrs :
- variable : type
2022-08-09 00:29:33 +00:00
description : Specify type for IPAM
label : IPAM Type
2022-06-07 20:31:13 +00:00
schema :
type : string
required : true
enum :
2022-08-09 00:29:33 +00:00
- value : dhcp
description : Use DHCP
- value : static
description : Use Static IP
show_subquestions_if : static
2022-06-07 20:31:13 +00:00
subquestions :
- variable : staticIPConfigurations
2022-08-09 00:29:33 +00:00
label : Static IP Addresses
2022-06-07 20:31:13 +00:00
schema :
type : list
items :
- variable : staticIP
2022-08-09 00:29:33 +00:00
label : Static IP
2022-06-07 20:31:13 +00:00
schema :
type : ipaddr
cidr : true
- variable : staticRoutes
2022-08-09 00:29:33 +00:00
label : Static Routes
2022-06-07 20:31:13 +00:00
schema :
type : list
items :
- variable : staticRouteConfiguration
2022-08-09 00:29:33 +00:00
label : Static Route Configuration
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : destination
2022-08-09 00:29:33 +00:00
label : Destination
2022-06-07 20:31:13 +00:00
schema :
type : ipaddr
cidr : true
required : true
- variable : gateway
2022-08-09 00:29:33 +00:00
label : Gateway
2022-06-07 20:31:13 +00:00
schema :
type : ipaddr
cidr : false
required : true
- variable : dnsPolicy
2022-08-09 00:29:33 +00:00
group : Networking and Services
label : dnsPolicy
2022-06-07 20:31:13 +00:00
schema :
type : string
default : ""
enum :
- value : ""
2022-08-09 00:29:33 +00:00
description : Default
- value : ClusterFirst
description : ClusterFirst
- value : ClusterFirstWithHostNet
description : ClusterFirstWithHostNet
- value : None
description : None
2022-06-07 20:31:13 +00:00
- variable : dnsConfig
2022-08-09 00:29:33 +00:00
label : DNS Configuration
group : Networking and Services
description : Specify custom DNS configuration which will be applied to the pod
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : nameservers
2022-08-09 00:29:33 +00:00
label : Name Servers
2022-06-07 20:31:13 +00:00
schema :
default : [ ]
type : list
items :
- variable : nameserver
2022-08-09 00:29:33 +00:00
label : Name Server
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : options
2022-08-09 00:29:33 +00:00
label : Options
2022-06-07 20:31:13 +00:00
schema :
default : [ ]
type : list
items :
- variable : option
2022-08-09 00:29:33 +00:00
label : Option Entry
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : name
2022-08-09 00:29:33 +00:00
label : Name
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : value
2022-08-09 00:29:33 +00:00
label : Value
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : searches
2022-08-09 00:29:33 +00:00
label : Searches
2022-06-07 20:31:13 +00:00
schema :
default : [ ]
type : list
items :
- variable : search
2022-08-09 00:29:33 +00:00
label : Search Entry
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : serviceList
2022-08-09 00:29:33 +00:00
label : Add Manual Custom Services
group : Networking and Services
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : serviceListEntry
2022-08-09 00:29:33 +00:00
label : Custom Service
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : enabled
2022-08-09 00:29:33 +00:00
label : Enable the service
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : true
hidden : true
- variable : name
2022-08-09 00:29:33 +00:00
label : Name
2022-06-07 20:31:13 +00:00
schema :
type : string
default : ""
- variable : type
2022-08-09 00:29:33 +00:00
label : Service Type
2022-09-19 03:39:15 +00:00
description : "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
2022-06-07 20:31:13 +00:00
schema :
type : string
2022-09-19 03:39:15 +00:00
default : LoadBalancer
2022-06-07 20:31:13 +00:00
enum :
2022-08-09 00:29:33 +00:00
- value : LoadBalancer
2022-09-19 03:39:15 +00:00
description : LoadBalancer (Expose Ports)
- value : ClusterIP
description : ClusterIP (Do Not Expose Ports)
- value : Simple
description : Deprecated CHANGE THIS
2022-06-07 20:31:13 +00:00
- variable : loadBalancerIP
2022-08-09 00:29:33 +00:00
label : LoadBalancer IP
2022-09-19 03:39:15 +00:00
description : "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
2022-06-07 20:31:13 +00:00
schema :
show_if : [ [ "type" , "=" , "LoadBalancer" ] ]
type : string
default : ""
2022-09-19 03:39:15 +00:00
- variable : advancedsvcset
label : Show Advanced Service Settings
2022-06-07 20:31:13 +00:00
schema :
2022-09-19 03:39:15 +00:00
type : boolean
default : false
show_subquestions_if : true
subquestions :
- variable : externalIPs
label : "External IP's"
description : "External IP's"
schema :
type : list
default : [ ]
items :
- variable : externalIP
label : External IP
schema :
type : string
- variable : ipFamilyPolicy
label : IP Family Policy
description : Specify the IP Policy
2022-06-07 20:31:13 +00:00
schema :
type : string
2022-09-19 03:39:15 +00:00
default : SingleStack
enum :
- value : SingleStack
description : SingleStack
- value : PreferDualStack
description : PreferDualStack
- value : RequireDualStack
description : RequireDualStack
- variable : ipFamilies
label : IP Families
description : (Advanced) The IP Families that should be used
schema :
type : list
default : [ ]
items :
- variable : ipFamily
label : IP Family
schema :
type : string
2022-06-07 20:31:13 +00:00
- variable : portsList
2022-08-09 00:29:33 +00:00
label : Additional Service Ports
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : portsListEntry
2022-08-09 00:29:33 +00:00
label : Custom ports
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : enabled
2022-08-09 00:29:33 +00:00
label : Enable the Port
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : true
hidden : true
- variable : name
2022-08-09 00:29:33 +00:00
label : Port Name
2022-06-07 20:31:13 +00:00
schema :
type : string
default : ""
- variable : protocol
2022-08-09 00:29:33 +00:00
label : Port Type
2022-06-07 20:31:13 +00:00
schema :
type : string
2022-08-09 00:29:33 +00:00
default : TCP
2022-06-07 20:31:13 +00:00
enum :
- value : HTTP
2022-08-09 00:29:33 +00:00
description : HTTP
- value : HTTPS
description : HTTPS
2022-06-07 20:31:13 +00:00
- value : TCP
2022-08-09 00:29:33 +00:00
description : TCP
- value : UDP
description : UDP
2022-06-07 20:31:13 +00:00
- variable : targetPort
2022-08-09 00:29:33 +00:00
label : Target Port
description : This port exposes the container port on the service
2022-06-07 20:31:13 +00:00
schema :
type : int
required : true
- variable : port
2022-08-09 00:29:33 +00:00
label : Container Port
2022-06-07 20:31:13 +00:00
schema :
type : int
required : true
2022-10-07 05:43:53 +00:00
- variable : persistenceList
label : Additional App Storage
2022-08-09 00:29:33 +00:00
group : Storage and Persistence
2022-06-07 20:31:13 +00:00
schema :
2022-10-07 05:43:53 +00:00
type : list
default : [ ]
items :
- variable : persistenceListEntry
label : Custom Storage
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
2022-10-07 05:43:53 +00:00
- variable : enabled
label : Enable the storage
schema :
type : boolean
default : true
hidden : true
- variable : name
label : Name (Optional)
description : "Not required, please set to config when mounting /config or temp when mounting /tmp"
schema :
type : string
2022-06-07 20:31:13 +00:00
- variable : type
2022-08-09 00:29:33 +00:00
label : Type of Storage
description : Sets the persistence type, Anything other than PVC could break rollback!
2022-06-07 20:31:13 +00:00
schema :
type : string
2022-10-07 05:43:53 +00:00
default : simpleHP
2022-06-07 20:31:13 +00:00
enum :
2022-08-09 00:29:33 +00:00
- value : simplePVC
2022-10-07 05:43:53 +00:00
description : PVC (Simple)
2022-08-09 00:29:33 +00:00
- value : simpleHP
2022-10-07 05:43:53 +00:00
description : Host Path (Simple)
2022-08-09 00:29:33 +00:00
- value : emptyDir
description : emptyDir
- value : pvc
description : PVC
- value : hostPath
description : Host Path
- value : nfs
description : NFS Share
2022-06-07 20:31:13 +00:00
- variable : server
2022-08-09 00:29:33 +00:00
label : NFS Server
2022-06-07 20:31:13 +00:00
schema :
show_if : [ [ "type" , "=" , "nfs" ] ]
type : string
default : ""
- variable : path
2022-08-09 00:29:33 +00:00
label : Path on NFS Server
2022-06-07 20:31:13 +00:00
schema :
show_if : [ [ "type" , "=" , "nfs" ] ]
type : string
default : ""
- variable : setPermissionsSimple
2022-08-09 00:29:33 +00:00
label : Automatic Permissions
description : Automatically set permissions on install
2022-06-07 20:31:13 +00:00
schema :
show_if : [ [ "type" , "=" , "simpleHP" ] ]
type : boolean
2022-08-17 19:22:12 +00:00
default : false
2022-06-07 20:31:13 +00:00
- variable : setPermissions
2022-08-09 00:29:33 +00:00
label : Automatic Permissions
description : Automatically set permissions on install
2022-06-07 20:31:13 +00:00
schema :
show_if : [ [ "type" , "=" , "hostPath" ] ]
type : boolean
2022-08-17 19:22:12 +00:00
default : false
2022-06-07 20:31:13 +00:00
- variable : readOnly
2022-08-12 12:43:37 +00:00
label : Read Only
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : false
- variable : hostPathSimple
2022-08-09 00:29:33 +00:00
label : Host Path
description : Path inside the container the storage is mounted
2022-06-07 20:31:13 +00:00
schema :
show_if : [ [ "type" , "=" , "simpleHP" ] ]
type : hostpath
- variable : hostPath
2022-08-09 00:29:33 +00:00
label : Host Path
description : Path inside the container the storage is mounted
2022-06-07 20:31:13 +00:00
schema :
show_if : [ [ "type" , "=" , "hostPath" ] ]
type : hostpath
2022-10-07 05:43:53 +00:00
- variable : mountPath
label : Mount Path
description : Path inside the container the storage is mounted
schema :
type : string
default : ""
required : true
valid_chars : '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
2022-06-07 20:31:13 +00:00
- variable : medium
2022-08-09 00:29:33 +00:00
label : EmptyDir Medium
2022-06-07 20:31:13 +00:00
schema :
show_if : [ [ "type" , "=" , "emptyDir" ] ]
type : string
default : ""
enum :
- value : ""
2022-08-09 00:29:33 +00:00
description : Default
- value : Memory
description : Memory
2022-06-07 20:31:13 +00:00
- variable : size
2022-10-07 05:43:53 +00:00
label : Size Quotum of Storage
2022-06-07 20:31:13 +00:00
schema :
show_if : [ [ "type" , "=" , "pvc" ] ]
type : string
2022-10-01 02:07:22 +00:00
default : 256Gi
2022-06-07 20:31:13 +00:00
- variable : hostPathType
2022-10-07 05:43:53 +00:00
label : (Advanced) Host Path Type
2022-06-07 20:31:13 +00:00
schema :
show_if : [ [ "type" , "=" , "hostPath" ] ]
type : string
default : ""
enum :
- value : ""
2022-08-09 00:29:33 +00:00
description : Default
- value : DirectoryOrCreate
description : DirectoryOrCreate
- value : Directory
description : Directory
- value : FileOrCreate
description : FileOrCreate
- value : File
description : File
- value : Socket
description : Socket
- value : CharDevice
description : CharDevice
- value : BlockDevice
description : BlockDevice
2022-06-07 20:31:13 +00:00
- variable : storageClass
2022-10-07 05:43:53 +00:00
label : (Advanced) StorageClass
2022-06-07 20:31:13 +00:00
description : "Warning: Anything other than SCALE-ZFS or empty will break rollback!"
schema :
show_if : [ [ "type" , "=" , "pvc" ] ]
type : string
2022-08-09 00:29:33 +00:00
default : SCALE-ZFS
2022-06-07 20:31:13 +00:00
- variable : accessMode
2022-08-09 00:29:33 +00:00
label : (Advanced) Access Mode
description : Allow or disallow multiple PVC's writhing to the same PV
2022-06-07 20:31:13 +00:00
schema :
show_if : [ [ "type" , "=" , "pvc" ] ]
type : string
2022-08-09 00:29:33 +00:00
default : ReadWriteOnce
2022-06-07 20:31:13 +00:00
enum :
2022-08-09 00:29:33 +00:00
- value : ReadWriteOnce
description : ReadWriteOnce
- value : ReadOnlyMany
description : ReadOnlyMany
- value : ReadWriteMany
description : ReadWriteMany
2022-06-07 20:31:13 +00:00
- variable : advanced
2022-08-09 00:29:33 +00:00
label : Show Advanced Options
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : false
show_subquestions_if : true
subquestions :
- variable : labelsList
2022-08-09 00:29:33 +00:00
label : Labels
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : labelItem
2022-08-09 00:29:33 +00:00
label : Label
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : name
2022-08-09 00:29:33 +00:00
label : Name
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : value
2022-08-09 00:29:33 +00:00
label : Value
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : annotationsList
2022-08-09 00:29:33 +00:00
label : Annotations
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : annotationItem
2022-08-09 00:29:33 +00:00
label : Label
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : name
2022-08-09 00:29:33 +00:00
label : Name
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : value
2022-08-09 00:29:33 +00:00
label : Value
2022-06-07 20:31:13 +00:00
schema :
type : string
2022-10-07 05:43:53 +00:00
- variable : ingress
label : ""
group : Ingress
2022-06-07 20:31:13 +00:00
schema :
2022-10-07 05:43:53 +00:00
additional_attrs : true
type : dict
attrs :
- variable : main
label : "Main Ingress"
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : enabled
2022-10-07 05:43:53 +00:00
label : Enable Ingress
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : false
2022-10-07 05:43:53 +00:00
show_subquestions_if : true
subquestions :
- variable : hosts
label : Hosts
schema :
type : list
default : [ ]
items :
- variable : hostEntry
label : Host
schema :
additional_attrs : true
type : dict
attrs :
- variable : host
label : HostName
schema :
type : string
default : ""
required : true
- variable : paths
label : Paths
schema :
type : list
default : [ ]
items :
- variable : pathEntry
label : Host
schema :
additional_attrs : true
type : dict
attrs :
- variable : path
label : Path
schema :
type : string
required : true
default : "/"
- variable : pathType
label : Path Type
schema :
type : string
required : true
default : Prefix
- variable : tls
label : TLS-Settings
schema :
type : list
default : [ ]
items :
- variable : tlsEntry
label : Host
schema :
additional_attrs : true
type : dict
attrs :
- variable : hosts
label : Certificate Hosts
schema :
type : list
default : [ ]
items :
- variable : host
label : Host
schema :
type : string
default : ""
required : true
- variable : scaleCert
label : Select TrueNAS SCALE Certificate
schema :
type : int
$ref :
- "definitions/certificate"
- variable : entrypoint
label : (Advanced) Traefik Entrypoint
description : Entrypoint used by Traefik when using Traefik as Ingress Provider
schema :
type : string
default : websecure
required : true
- variable : middlewares
label : Traefik Middlewares
description : Add previously created Traefik Middlewares to this Ingress
schema :
type : list
default : [ ]
items :
- variable : name
label : Name
schema :
type : string
default : ""
required : true
- variable : expert
label : Show Expert Configuration Options
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : false
show_subquestions_if : true
subquestions :
2022-10-07 05:43:53 +00:00
- variable : enableFixedMiddlewares
description : These middlewares enforce a number of best practices.
label : Enable Default Middlewares
schema :
type : boolean
default : true
- variable : ingressClassName
label : IngressClass Name
schema :
type : string
default : ""
2022-06-07 20:31:13 +00:00
- variable : labelsList
2022-08-09 00:29:33 +00:00
label : Labels
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : labelItem
2022-08-09 00:29:33 +00:00
label : Label
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : name
2022-08-09 00:29:33 +00:00
label : Name
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : value
2022-08-09 00:29:33 +00:00
label : Value
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : annotationsList
2022-08-09 00:29:33 +00:00
label : Annotations
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : annotationItem
2022-08-09 00:29:33 +00:00
label : Label
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : name
2022-08-09 00:29:33 +00:00
label : Name
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : value
2022-08-09 00:29:33 +00:00
label : Value
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : ingressList
2022-08-09 00:29:33 +00:00
label : Add Manual Custom Ingresses
group : Ingress
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : ingressListEntry
2022-08-09 00:29:33 +00:00
label : Custom Ingress
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : enabled
2022-08-09 00:29:33 +00:00
label : Enable Ingress
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : true
hidden : true
- variable : name
2022-08-09 00:29:33 +00:00
label : Name
2022-06-07 20:31:13 +00:00
schema :
type : string
default : ""
- variable : ingressClassName
2022-08-09 00:29:33 +00:00
label : IngressClass Name
2022-06-07 20:31:13 +00:00
schema :
type : string
default : ""
- variable : labelsList
2022-08-09 00:29:33 +00:00
label : Labels
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : labelItem
2022-08-09 00:29:33 +00:00
label : Label
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : name
2022-08-09 00:29:33 +00:00
label : Name
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : value
2022-08-09 00:29:33 +00:00
label : Value
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : annotationsList
2022-08-09 00:29:33 +00:00
label : Annotations
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : annotationItem
2022-08-09 00:29:33 +00:00
label : Label
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : name
2022-08-09 00:29:33 +00:00
label : Name
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : value
2022-08-09 00:29:33 +00:00
label : Value
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : hosts
2022-08-09 00:29:33 +00:00
label : Hosts
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : hostEntry
2022-08-09 00:29:33 +00:00
label : Host
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : host
2022-08-09 00:29:33 +00:00
label : HostName
2022-06-07 20:31:13 +00:00
schema :
type : string
default : ""
required : true
- variable : paths
2022-08-09 00:29:33 +00:00
label : Paths
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : pathEntry
2022-08-09 00:29:33 +00:00
label : Host
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : path
2022-08-09 00:29:33 +00:00
label : Path
2022-06-07 20:31:13 +00:00
schema :
type : string
required : true
default : "/"
- variable : pathType
2022-08-09 00:29:33 +00:00
label : Path Type
2022-06-07 20:31:13 +00:00
schema :
type : string
required : true
2022-08-09 00:29:33 +00:00
default : Prefix
2022-06-07 20:31:13 +00:00
- variable : service
2022-08-09 00:29:33 +00:00
label : Linked Service
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : name
2022-08-09 00:29:33 +00:00
label : Service Name
2022-06-07 20:31:13 +00:00
schema :
type : string
default : ""
- variable : port
2022-08-09 00:29:33 +00:00
label : Service Port
2022-06-07 20:31:13 +00:00
schema :
type : int
- variable : tls
2022-08-09 00:29:33 +00:00
label : TLS-Settings
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : tlsEntry
2022-08-09 00:29:33 +00:00
label : Host
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : hosts
2022-08-09 00:29:33 +00:00
label : Certificate Hosts
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : host
2022-08-09 00:29:33 +00:00
label : Host
2022-06-07 20:31:13 +00:00
schema :
type : string
default : ""
required : true
- variable : scaleCert
2022-08-09 00:29:33 +00:00
label : Select TrueNAS SCALE Certificate
2022-06-07 20:31:13 +00:00
schema :
type : int
$ref :
- "definitions/certificate"
- variable : entrypoint
2022-08-09 00:29:33 +00:00
label : Traefik Entrypoint
description : Entrypoint used by Traefik when using Traefik as Ingress Provider
2022-06-07 20:31:13 +00:00
schema :
type : string
2022-08-09 00:29:33 +00:00
default : websecure
2022-06-07 20:31:13 +00:00
required : true
- variable : middlewares
2022-08-09 00:29:33 +00:00
label : Traefik Middlewares
description : Add previously created Traefik Middlewares to this Ingress
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : name
2022-08-09 00:29:33 +00:00
label : Name
2022-06-07 20:31:13 +00:00
schema :
type : string
default : ""
required : true
- variable : security
2022-08-09 00:29:33 +00:00
label : Container Security Settings
group : Security and Permissions
2022-06-07 20:31:13 +00:00
schema :
type : dict
additional_attrs : true
attrs :
- variable : editsecurity
2022-08-09 00:29:33 +00:00
label : Change PUID / UMASK values
description : By enabling this you override default set values.
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : false
show_subquestions_if : true
subquestions :
- variable : PUID
2022-08-09 00:29:33 +00:00
label : Process User ID - PUID
description : When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
2022-06-07 20:31:13 +00:00
schema :
type : int
default : 568
- variable : UMASK
2022-08-09 00:29:33 +00:00
label : UMASK
description : When supported by the container, this sets the UMASK for the App. Not supported by all Apps
2022-06-07 20:31:13 +00:00
schema :
type : string
default : "002"
- variable : advancedSecurity
2022-08-09 00:29:33 +00:00
label : Show Advanced Security Settings
group : Security and Permissions
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : false
show_subquestions_if : true
subquestions :
- variable : securityContext
2022-08-09 00:29:33 +00:00
label : Security Context
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : privileged
label : "Privileged mode"
schema :
type : boolean
default : false
- variable : readOnlyRootFilesystem
label : "ReadOnly Root Filesystem"
schema :
type : boolean
default : false
- variable : allowPrivilegeEscalation
label : "Allow Privilege Escalation"
schema :
type : boolean
2022-10-07 05:43:53 +00:00
default : true
2022-06-07 20:31:13 +00:00
- variable : runAsNonRoot
label : "runAsNonRoot"
schema :
type : boolean
default : true
- variable : capabilities
2022-08-09 00:29:33 +00:00
label : Capabilities
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : drop
2022-08-09 00:29:33 +00:00
label : Drop Capability
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : dropEntry
label : ""
schema :
type : string
- variable : add
2022-08-09 00:29:33 +00:00
label : Add Capability
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : addEntry
label : ""
schema :
type : string
- variable : podSecurityContext
2022-08-09 00:29:33 +00:00
group : Security and Permissions
label : Pod Security Context
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : runAsUser
label : "runAsUser"
description : "The UserID of the user running the application"
schema :
type : int
2022-10-07 05:43:53 +00:00
default : 104
2022-06-07 20:31:13 +00:00
- variable : runAsGroup
label : "runAsGroup"
description : "The groupID this App of the user running the application"
schema :
type : int
2022-10-07 05:43:53 +00:00
default : 106
2022-06-07 20:31:13 +00:00
- variable : fsGroup
label : "fsGroup"
description : "The group that should own ALL storage."
schema :
type : int
default : 568
- variable : fsGroupChangePolicy
label : "When should we take ownership?"
schema :
type : string
2022-08-09 00:29:33 +00:00
default : OnRootMismatch
2022-06-07 20:31:13 +00:00
enum :
2022-08-09 00:29:33 +00:00
- value : OnRootMismatch
description : OnRootMismatch
- value : Always
description : Always
2022-06-07 20:31:13 +00:00
- variable : supplementalGroups
2022-08-09 00:29:33 +00:00
label : Supplemental Groups
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : supplementalGroupsEntry
2022-08-09 00:29:33 +00:00
label : Supplemental Group
2022-06-07 20:31:13 +00:00
schema :
type : int
- variable : advancedresources
2022-08-09 00:29:33 +00:00
label : Set Custom Resource Limits/Requests (Advanced)
group : Resources and Devices
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : false
show_subquestions_if : true
subquestions :
- variable : resources
label : ""
schema :
additional_attrs : true
type : dict
attrs :
- variable : limits
2022-08-09 00:29:33 +00:00
label : Advanced Limit Resource Consumption
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : cpu
2022-08-09 00:29:33 +00:00
label : CPU
description : "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
2022-06-07 20:31:13 +00:00
schema :
type : string
2022-08-09 00:29:33 +00:00
default : 4000m
2022-06-07 20:31:13 +00:00
valid_chars : '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable : memory
2022-08-09 00:29:33 +00:00
label : RAM
description : "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
2022-06-07 20:31:13 +00:00
schema :
type : string
2022-08-09 00:29:33 +00:00
default : 8Gi
2022-06-07 20:31:13 +00:00
valid_chars : '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- variable : requests
label : "Minimum Resources Required (request)"
schema :
additional_attrs : true
type : dict
attrs :
- variable : cpu
2022-08-09 00:29:33 +00:00
label : CPU
description : "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
2022-06-07 20:31:13 +00:00
schema :
type : string
2022-08-09 00:29:33 +00:00
default : 10m
2022-06-07 20:31:13 +00:00
valid_chars : '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable : memory
label : "RAM"
2022-08-09 00:29:33 +00:00
description : "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
2022-06-07 20:31:13 +00:00
schema :
type : string
2022-08-09 00:29:33 +00:00
default : 50Mi
2022-06-07 20:31:13 +00:00
valid_chars : '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$'
- variable : deviceList
2022-08-09 00:29:33 +00:00
label : Mount USB Devices
group : Resources and Devices
2022-06-07 20:31:13 +00:00
schema :
type : list
default : [ ]
items :
- variable : deviceListEntry
2022-08-09 00:29:33 +00:00
label : Device
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : enabled
2022-08-09 00:29:33 +00:00
label : Enable the Storage
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : true
- variable : type
2022-08-09 00:29:33 +00:00
label : (Advanced) Type of Storage
description : Sets the persistence type
2022-06-07 20:31:13 +00:00
schema :
type : string
2022-08-09 00:29:33 +00:00
default : hostPath
2022-06-07 20:31:13 +00:00
hidden : true
- variable : readOnly
2022-08-09 00:29:33 +00:00
label : readOnly
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : false
- variable : hostPath
2022-08-09 00:29:33 +00:00
label : Host Device Path
description : Path to the device on the host system
2022-06-07 20:31:13 +00:00
schema :
type : path
- variable : mountPath
2022-08-09 00:29:33 +00:00
label : Container Device Path
description : Path inside the container the device is mounted
2022-06-07 20:31:13 +00:00
schema :
type : string
default : "/dev/ttyACM0"
# Specify GPU configuration
- variable : scaleGPU
2022-08-09 00:29:33 +00:00
label : GPU Configuration
group : Resources and Devices
2022-06-07 20:31:13 +00:00
schema :
type : dict
$ref :
- "definitions/gpuConfiguration"
attrs : [ ]
2022-06-07 23:34:52 +00:00
# - variable: autoscaling
2022-08-09 00:29:33 +00:00
# group: Advanced
# label: (Advanced) Horizontal Pod Autoscaler
2022-06-07 23:34:52 +00:00
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: enabled
2022-08-09 00:29:33 +00:00
# label: Enabled
2022-06-07 23:34:52 +00:00
# schema:
# type: boolean
# default: false
# show_subquestions_if: true
# subquestions:
# - variable: target
2022-08-09 00:29:33 +00:00
# label: Target
# description: Deployment name, Defaults to Main Deployment
2022-06-07 23:34:52 +00:00
# schema:
# type: string
# default: ""
# - variable: minReplicas
2022-08-09 00:29:33 +00:00
# label: Minimum Replicas
2022-06-07 23:34:52 +00:00
# schema:
# type: int
# default: 1
# - variable: maxReplicas
2022-08-09 00:29:33 +00:00
# label: Maximum Replicas
2022-06-07 23:34:52 +00:00
# schema:
# type: int
# default: 5
# - variable: targetCPUUtilizationPercentage
2022-08-09 00:29:33 +00:00
# label: Target CPU Utilization Percentage
2022-06-07 23:34:52 +00:00
# schema:
# type: int
# default: 80
# - variable: targetMemoryUtilizationPercentage
2022-08-09 00:29:33 +00:00
# label: Target Memory Utilization Percentage
2022-06-07 23:34:52 +00:00
# schema:
# type: int
# default: 80
# - variable: networkPolicy
2022-08-09 00:29:33 +00:00
# group: Advanced
# label: (Advanced) Network Policy
2022-06-07 23:34:52 +00:00
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: enabled
2022-08-09 00:29:33 +00:00
# label: Enabled
2022-06-07 23:34:52 +00:00
# schema:
# type: boolean
# default: false
# show_subquestions_if: true
# subquestions:
# - variable: policyType
2022-08-09 00:29:33 +00:00
# label: Policy Type
2022-06-07 23:34:52 +00:00
# schema:
# type: string
# default: ""
# enum:
# - value: ""
2022-08-09 00:29:33 +00:00
# description: Default
# - value: ingress
# description: Ingress
# - value: egress
# description: Egress
# - value: ingress-egress
# description: Ingress and Egress
2022-06-07 23:34:52 +00:00
# - variable: egress
2022-08-09 00:29:33 +00:00
# label: Egress
2022-06-07 23:34:52 +00:00
# schema:
# type: list
# default: []
# items:
# - variable: egressEntry
# label: ""
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: to
2022-08-09 00:29:33 +00:00
# label: To
2022-06-07 23:34:52 +00:00
# schema:
# type: list
# default: []
# items:
# - variable: toEntry
# label: ""
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: ipBlock
2022-08-09 00:29:33 +00:00
# label: IP Block
2022-06-07 23:34:52 +00:00
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: cidr
2022-08-09 00:29:33 +00:00
# label: CIDR
2022-06-07 23:34:52 +00:00
# schema:
# type: string
# default: ""
# - variable: except
2022-08-09 00:29:33 +00:00
# label: Except
2022-06-07 23:34:52 +00:00
# schema:
# type: list
# default: []
# items:
# - variable: exceptint
# label: ""
# schema:
# type: string
# - variable: namespaceSelector
2022-08-09 00:29:33 +00:00
# label: Namespace Selector
2022-06-07 23:34:52 +00:00
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: matchExpressions
2022-08-09 00:29:33 +00:00
# label: Match Expressions
2022-06-07 23:34:52 +00:00
# schema:
# type: list
# default: []
# items:
# - variable: expressionEntry
# label: ""
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: key
2022-08-09 00:29:33 +00:00
# label: Key
2022-06-07 23:34:52 +00:00
# schema:
# type: string
# - variable: operator
2022-08-09 00:29:33 +00:00
# label: Operator
2022-06-07 23:34:52 +00:00
# schema:
# type: string
2022-08-09 00:29:33 +00:00
# default: TCP
2022-06-07 23:34:52 +00:00
# enum:
2022-08-09 00:29:33 +00:00
# - value: In
# description: In
# - value: NotIn
# description: NotIn
# - value: Exists
# description: Exists
# - value: DoesNotExist
# description: DoesNotExist
2022-06-07 23:34:52 +00:00
# - variable: values
2022-08-09 00:29:33 +00:00
# label: Values
# schema
2022-06-07 23:34:52 +00:00
# type: list
# default: []
# items:
# - variable: value
# label: ""
# schema:
# type: string
# - variable: podSelector
# label: ""
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: matchExpressions
2022-08-09 00:29:33 +00:00
# label: Match Expressions
2022-06-07 23:34:52 +00:00
# schema:
# type: list
# default: []
# items:
# - variable: expressionEntry
# label: ""
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: key
2022-08-09 00:29:33 +00:00
# label: Key
2022-06-07 23:34:52 +00:00
# schema:
# type: string
# - variable: operator
2022-08-09 00:29:33 +00:00
# label: Operator
2022-06-07 23:34:52 +00:00
# schema:
# type: string
2022-08-09 00:29:33 +00:00
# default: TCP
2022-06-07 23:34:52 +00:00
# enum:
2022-08-09 00:29:33 +00:00
# - value: In
# description: In
# - value: NotIn
# description: NotIn
# - value: Exists
# description: Exists
# - value: DoesNotExist
# description: DoesNotExist
2022-06-07 23:34:52 +00:00
# - variable: values
2022-08-09 00:29:33 +00:00
# label: Values
2022-06-07 23:34:52 +00:00
# schema:
# type: list
# default: []
# items:
# - variable: value
# label: ""
# schema:
# type: string
# - variable: ports
2022-08-09 00:29:33 +00:00
# label: Ports
2022-06-07 23:34:52 +00:00
# schema:
# type: list
# default: []
# items:
# - variable: portsEntry
# label: ""
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: port
2022-08-09 00:29:33 +00:00
# label: Port
2022-06-07 23:34:52 +00:00
# schema:
# type: int
# - variable: endPort
2022-08-09 00:29:33 +00:00
# label: End Port
2022-06-07 23:34:52 +00:00
# schema:
# type: int
# - variable: protocol
2022-08-09 00:29:33 +00:00
# label: Protocol
2022-06-07 23:34:52 +00:00
# schema:
# type: string
2022-08-09 00:29:33 +00:00
# default: TCP
2022-06-07 23:34:52 +00:00
# enum:
2022-08-09 00:29:33 +00:00
# - value: TCP
# description: TCP
# - value: UDP
# description: UDP
# - value: SCTP
# description: SCTP
2022-06-07 23:34:52 +00:00
# - variable: ingress
2022-08-09 00:29:33 +00:00
# label: Ingress
2022-06-07 23:34:52 +00:00
# schema:
# type: list
# default: []
# items:
# - variable: ingressEntry
# label: ""
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: from
2022-08-09 00:29:33 +00:00
# label: From
2022-06-07 23:34:52 +00:00
# schema:
# type: list
# default: []
# items:
# - variable: fromEntry
# label: ""
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: ipBlock
2022-08-09 00:29:33 +00:00
# label: IP Block
2022-06-07 23:34:52 +00:00
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: cidr
2022-08-09 00:29:33 +00:00
# label: CIDR
2022-06-07 23:34:52 +00:00
# schema:
# type: string
# default: ""
# - variable: except
2022-08-09 00:29:33 +00:00
# label: Except
2022-06-07 23:34:52 +00:00
# schema:
# type: list
# default: []
# items:
# - variable: exceptint
# label: ""
# schema:
# type: string
# - variable: namespaceSelector
2022-08-09 00:29:33 +00:00
# label: Namespace Selector
2022-06-07 23:34:52 +00:00
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: matchExpressions
2022-08-09 00:29:33 +00:00
# label: Match Expressions
2022-06-07 23:34:52 +00:00
# schema:
# type: list
# default: []
# items:
# - variable: expressionEntry
# label: ""
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: key
2022-08-09 00:29:33 +00:00
# label: Key
2022-06-07 23:34:52 +00:00
# schema:
# type: string
# - variable: operator
2022-08-09 00:29:33 +00:00
# label: Operator
2022-06-07 23:34:52 +00:00
# schema:
# type: string
2022-08-09 00:29:33 +00:00
# default: TCP
2022-06-07 23:34:52 +00:00
# enum:
2022-08-09 00:29:33 +00:00
# - value: In
# description: In
# - value: NotIn
# description: NotIn
# - value: Exists
# description: Exists
# - value: DoesNotExist
# description: DoesNotExist
2022-06-07 23:34:52 +00:00
# - variable: values
2022-08-09 00:29:33 +00:00
# label: Values
2022-06-07 23:34:52 +00:00
# schema:
# type: list
# default: []
# items:
# - variable: value
# label: ""
# schema:
# type: string
# - variable: podSelector
# label: ""
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: matchExpressions
2022-08-09 00:29:33 +00:00
# label: Match Expressions
2022-06-07 23:34:52 +00:00
# schema:
# type: list
# default: []
# items:
# - variable: expressionEntry
# label: ""
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: key
2022-08-09 00:29:33 +00:00
# label: Key
2022-06-07 23:34:52 +00:00
# schema:
# type: string
# - variable: operator
2022-08-09 00:29:33 +00:00
# label: Operator
2022-06-07 23:34:52 +00:00
# schema:
# type: string
2022-08-09 00:29:33 +00:00
# default: TCP
2022-06-07 23:34:52 +00:00
# enum:
2022-08-09 00:29:33 +00:00
# - value: In
# description: In
# - value: NotIn
# description: NotIn
# - value: Exists
# description: Exists
# - value: DoesNotExist
# description: DoesNotExist
2022-06-07 23:34:52 +00:00
# - variable: values
2022-08-09 00:29:33 +00:00
# label: Values
2022-06-07 23:34:52 +00:00
# schema:
# type: list
# default: []
# items:
# - variable: value
# label: ""
# schema:
# type: string
# - variable: ports
2022-08-09 00:29:33 +00:00
# label: Ports
2022-06-07 23:34:52 +00:00
# schema:
# type: list
# default: []
# items:
# - variable: portsEntry
# label: ""
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: port
2022-08-09 00:29:33 +00:00
# label: Port
2022-06-07 23:34:52 +00:00
# schema:
# type: int
# - variable: endPort
2022-08-09 00:29:33 +00:00
# label: End Port
2022-06-07 23:34:52 +00:00
# schema:
# type: int
# - variable: protocol
2022-08-09 00:29:33 +00:00
# label: Protocol
2022-06-07 23:34:52 +00:00
# schema:
# type: string
2022-08-09 00:29:33 +00:00
# default: TCP
2022-06-07 23:34:52 +00:00
# enum:
2022-08-09 00:29:33 +00:00
# - value: TCP
# description: TCP
# - value: UDP
# description: UDP
# - value: SCTP
# description: SCTP
2022-06-07 20:31:13 +00:00
- variable : addons
2022-08-09 00:29:33 +00:00
group : Addons
2022-06-07 20:31:13 +00:00
label : ""
schema :
additional_attrs : true
type : dict
attrs :
- variable : codeserver
2022-08-09 00:29:33 +00:00
label : Codeserver
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : enabled
2022-08-09 00:29:33 +00:00
label : Enabled
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : false
show_subquestions_if : true
subquestions :
- variable : git
2022-08-09 00:29:33 +00:00
label : Git Settings
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : deployKey
2022-08-09 00:29:33 +00:00
description : Raw SSH Private Key
label : Deploy Key
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : deployKeyBase64
2022-08-09 00:29:33 +00:00
description : Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence
label : Deploy Key Base64
2022-06-07 20:31:13 +00:00
schema :
type : string
- variable : service
label : ""
schema :
additional_attrs : true
type : dict
attrs :
- variable : type
2022-08-09 00:29:33 +00:00
label : Service Type
2022-09-19 03:39:15 +00:00
description : "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
2022-06-07 20:31:13 +00:00
schema :
type : string
2022-09-19 03:39:15 +00:00
default : LoadBalancer
2022-06-07 20:31:13 +00:00
enum :
2022-08-09 00:29:33 +00:00
- value : NodePort
2022-09-19 03:39:15 +00:00
description : Deprecated CHANGE THIS
2022-08-09 00:29:33 +00:00
- value : ClusterIP
description : ClusterIP
- value : LoadBalancer
description : LoadBalancer
2022-06-07 20:31:13 +00:00
- variable : loadBalancerIP
2022-08-09 00:29:33 +00:00
label : LoadBalancer IP
2022-09-19 03:39:15 +00:00
description : "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
2022-06-07 20:31:13 +00:00
schema :
show_if : [ [ "type" , "=" , "LoadBalancer" ] ]
type : string
default : ""
2022-09-19 03:39:15 +00:00
- variable : advancedsvcset
label : Show Advanced Service Settings
2022-06-07 20:31:13 +00:00
schema :
2022-09-19 03:39:15 +00:00
type : boolean
default : false
show_subquestions_if : true
subquestions :
- variable : externalIPs
label : "External IP's"
description : "External IP's"
schema :
type : list
default : [ ]
items :
- variable : externalIP
label : External IP
schema :
type : string
- variable : ipFamilyPolicy
label : IP Family Policy
description : Specify the IP Policy
2022-06-07 20:31:13 +00:00
schema :
type : string
2022-09-19 03:39:15 +00:00
default : SingleStack
enum :
- value : SingleStack
description : SingleStack
- value : PreferDualStack
description : PreferDualStack
- value : RequireDualStack
description : RequireDualStack
- variable : ipFamilies
label : IP Families
description : (Advanced) The IP Families that should be used
schema :
type : list
default : [ ]
items :
- variable : ipFamily
label : IP Family
schema :
type : string
2022-06-07 20:31:13 +00:00
- variable : ports
label : ""
schema :
additional_attrs : true
type : dict
attrs :
- variable : codeserver
label : ""
schema :
additional_attrs : true
type : dict
attrs :
2022-09-19 03:39:15 +00:00
- variable : port
label : Port
schema :
type : int
default : 36107
2022-06-07 20:31:13 +00:00
- variable : nodePort
2022-08-09 00:29:33 +00:00
description : Leave Empty to Disable
2022-09-19 03:39:15 +00:00
label : nodePort DEPRECATED
2022-06-07 20:31:13 +00:00
schema :
type : int
default : 36107
- variable : envList
2022-08-09 00:29:33 +00:00
label : Codeserver Environment Variables
2022-06-07 20:31:13 +00:00
schema :
type : list
show_if : [ [ "type" , "!=" , "disabled" ] ]
default : [ ]
items :
- variable : envItem
2022-08-09 00:29:33 +00:00
label : Environment Variable
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : name
2022-08-09 00:29:33 +00:00
label : Name
2022-06-07 20:31:13 +00:00
schema :
type : string
required : true
- variable : value
2022-08-09 00:29:33 +00:00
label : Value
2022-06-07 20:31:13 +00:00
schema :
type : string
required : true
- variable : promtail
2022-08-09 00:29:33 +00:00
label : Promtail
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : enabled
2022-08-09 00:29:33 +00:00
label : Enabled
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : false
show_subquestions_if : true
subquestions :
- variable : loki
2022-08-09 00:29:33 +00:00
label : Loki URL
2022-06-07 20:31:13 +00:00
schema :
type : string
required : true
- variable : logs
2022-08-09 00:29:33 +00:00
label : Log Paths
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : name
2022-08-09 00:29:33 +00:00
label : Name
2022-06-07 20:31:13 +00:00
schema :
type : string
required : true
- variable : path
2022-08-09 00:29:33 +00:00
label : Path
2022-06-07 20:31:13 +00:00
schema :
type : string
required : true
- variable : args
2022-08-09 00:29:33 +00:00
label : Promtail Command Line Arguments
2022-06-07 20:31:13 +00:00
schema :
type : list
show_if : [ [ "type" , "!=" , "disabled" ] ]
default : [ ]
items :
- variable : arg
2022-08-09 00:29:33 +00:00
label : Arg
2022-06-07 20:31:13 +00:00
schema :
type : string
required : true
- variable : envList
2022-08-09 00:29:33 +00:00
label : Promtail Environment Variables
2022-06-07 20:31:13 +00:00
schema :
type : list
show_if : [ [ "type" , "!=" , "disabled" ] ]
default : [ ]
items :
- variable : envItem
2022-08-09 00:29:33 +00:00
label : Environment Variable
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : name
2022-08-09 00:29:33 +00:00
label : Name
2022-06-07 20:31:13 +00:00
schema :
type : string
required : true
- variable : value
2022-08-09 00:29:33 +00:00
label : Value
2022-06-07 20:31:13 +00:00
schema :
type : string
required : true
- variable : netshoot
2022-08-09 00:29:33 +00:00
label : Netshoot
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : enabled
2022-08-09 00:29:33 +00:00
label : Enabled
2022-06-07 20:31:13 +00:00
schema :
type : boolean
default : false
show_subquestions_if : true
subquestions :
- variable : envList
2022-08-09 00:29:33 +00:00
label : Netshoot Environment Variables
2022-06-07 20:31:13 +00:00
schema :
type : list
show_if : [ [ "type" , "!=" , "disabled" ] ]
default : [ ]
items :
- variable : envItem
2022-08-09 00:29:33 +00:00
label : Environment Variable
2022-06-07 20:31:13 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : name
2022-08-09 00:29:33 +00:00
label : Name
2022-06-07 20:31:13 +00:00
schema :
type : string
required : true
- variable : value
2022-08-09 00:29:33 +00:00
label : Value
2022-06-07 20:31:13 +00:00
schema :
type : string
required : true
2022-10-05 09:40:23 +00:00
- variable : vpn
label : VPN
schema :
additional_attrs : true
type : dict
attrs :
- variable : type
label : Type
schema :
type : string
default : disabled
enum :
- value : disabled
description : disabled
- value : openvpn
description : OpenVPN
- value : wireguard
description : Wireguard
- value : tailscale
description : Tailscale
- variable : openvpn
label : OpenVPN Settings
schema :
type : dict
show_if : [ [ "type" , "=" , "openvpn" ] ]
attrs :
- variable : username
label : Authentication Username (Optional)
description : Authentication Username, Optional
schema :
type : string
default : ""
- variable : password
label : Authentication Password
description : Authentication Credentials
schema :
type : string
default : ""
required : true
- variable : tailscale
label : Tailscale Settings
schema :
type : dict
show_if : [ [ "type" , "=" , "tailscale" ] ]
attrs :
- variable : authkey
label : Authentication Key
description : Provide an auth key to automatically authenticate the node as your user account.
schema :
type : string
private : true
default : ""
- variable : accept_dns
label : Accept DNS
description : Accept DNS configuration from the admin console.
schema :
type : boolean
default : false
- variable : userspace
label : Userspace
description : Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
schema :
type : boolean
default : false
- variable : routes
label : Routes
description : Expose physical subnet routes to your entire Tailscale network.
schema :
type : string
default : ""
- variable : dest_ip
label : Destination IP
description : Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
schema :
type : string
default : ""
- variable : sock5_server
label : Sock5 Server
description : Sock5 Server
schema :
type : string
default : ""
- variable : extra_args
label : Extra Args
description : Extra Args
schema :
type : string
default : ""
- variable : daemon_extra_args
label : Tailscale Daemon Extra Args
description : Tailscale Daemon Extra Args
schema :
type : string
default : ""
- variable : killSwitch
label : Enable Killswitch
schema :
type : boolean
show_if : [ [ "type" , "!=" , "disabled" ] ]
default : true
- variable : excludedNetworks_IPv4
label : Killswitch Excluded IPv4 networks
description : List of Killswitch Excluded IPv4 Addresses
schema :
type : list
show_if : [ [ "type" , "!=" , "disabled" ] ]
default : [ ]
items :
- variable : networkv4
label : IPv4 Network
schema :
type : string
required : true
- variable : excludedNetworks_IPv6
label : Killswitch Excluded IPv6 networks
description : "List of Killswitch Excluded IPv6 Addresses"
schema :
type : list
show_if : [ [ "type" , "!=" , "disabled" ] ]
default : [ ]
items :
- variable : networkv6
label : IPv6 Network
schema :
type : string
required : true
- variable : configFile
label : VPN Config File Location
schema :
type : dict
show_if : [ [ "type" , "!=" , "disabled" ] ]
attrs :
- variable : enabled
label : Enabled
schema :
type : boolean
default : true
hidden : true
- variable : type
label : Type
schema :
type : string
default : hostPath
hidden : true
- variable : hostPathType
label : hostPathType
schema :
type : string
default : File
hidden : true
- variable : noMount
label : noMount
schema :
type : boolean
default : true
hidden : true
- variable : hostPath
label : Full Path to File
description : "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn"
schema :
type : string
default : ""
- variable : envList
label : VPN Environment Variables
schema :
type : list
show_if : [ [ "type" , "!=" , "disabled" ] ]
default : [ ]
items :
- variable : envItem
label : Environment Variable
schema :
additional_attrs : true
type : dict
attrs :
- variable : name
label : Name
schema :
type : string
required : true
- variable : value
label : Value
schema :
type : string
required : true
2022-08-12 12:43:37 +00:00
- variable : docs
group : Documentation
2022-09-02 10:01:37 +00:00
label : Please read the documentation at https://truecharts.org
description : Please read the documentation at
<br /><a href="https://truecharts.org">https://truecharts.org</a>
2022-08-12 12:43:37 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : confirmDocs
2022-08-23 05:39:53 +00:00
label : I have checked the documentation
2022-08-12 12:43:37 +00:00
schema :
type : boolean
default : true
2022-08-25 06:41:27 +00:00
- variable : donateNag
2022-08-23 05:39:53 +00:00
group : Documentation
2022-09-26 14:41:14 +00:00
label : Please consider supporting TrueCharts, see https://truecharts.org/sponsor
2022-09-02 10:01:37 +00:00
description : Please consider supporting TrueCharts, see
2022-09-10 10:31:46 +00:00
<br /><a href="https://truecharts.org/sponsor">https://truecharts.org/sponsor</a>
2022-08-23 05:39:53 +00:00
schema :
additional_attrs : true
type : dict
attrs :
- variable : confirmDonate
label : I have considered donating
schema :
type : boolean
default : true
hidden : true