diff --git a/charts/incubator/docuseal/questions.yaml b/charts/incubator/docuseal/questions.yaml deleted file mode 100644 index cfc9cb8f763..00000000000 --- a/charts/incubator/docuseal/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/incubator/flashpaper/questions.yaml b/charts/incubator/flashpaper/questions.yaml deleted file mode 100644 index 0b14a5f122f..00000000000 --- a/charts/incubator/flashpaper/questions.yaml +++ /dev/null @@ -1,184 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} - -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: SITE_TITLE - label: Site Title - schema: - type: string - default: "FlashPaper - Self-Destructing Message" - - variable: RETURN_FULL_URL - label: Return Full URL - schema: - type: boolean - default: true - - variable: MAX_SECRET_LENGTH - label: max Secret Length - schema: - type: int - default: 3000 - - variable: ANNOUNCEMENT - label: Announcement - schema: - type: string - default: "" - - variable: MESSAGES_ERROR_SECRET_TOO_LONG - label: Messages Error Secret Too Long - schema: - type: string - default: Input length Too long - - variable: MESSAGES_SUBMIT_SECRET_HEADER - label: Messages Submit Secret Header - schema: - type: string - default: Create A Self-Destructing Message - - variable: MESSAGES_SUBMIT_SECRET_SUBHEADER - label: MESSAGES_SUBMIT_SECRET_SUBHEADER - schema: - type: string - default: "" - - variable: MESSAGES_SUBMIT_SECRET_BUTTON - label: Messages Submit Secret Button - schema: - type: string - default: Encrypt Message - - variable: MESSAGES_VIEW_CODE_HEADER - label: Messages View Code Header - schema: - type: string - default: Self-Destructing URL - - variable: MESSAGES_VIEW_CODE_SUBHEADER - label: Messages View Code Subheader - schema: - type: string - default: Share this URL via email, chat, or another messaging service. It will self-destruct after being viewed once. - - variable: MESSAGES_CONFIRM_VIEW_SECRET_HEADER - label: Messages Confirm View Secret Header - schema: - type: string - default: View this secret? - - variable: MESSAGES_CONFIRM_VIEW_SECRET_BUTTON - label: Messages Confirm View Secret Button - schema: - type: string - default: View Secret - - variable: MESSAGES_VIEW_SECRET_HEADER - label: Messages View Secret Header - schema: - type: string - default: This message has been destroyed - - variable: PRUNE_ENABLED - label: Prune Enabled - schema: - type: boolean - default: true - - variable: PRUNE_MIN_DAYS - label: Prune Min Days - schema: - type: int - default: 365 - - variable: PRUNE_MAX_DAYS - label: Prune Max Days - schema: - type: int - default: 730 -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8544 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressTLS} -# Include{ingressTraefik} -# Include{ingressAdvanced} -# Include{ingressList} - -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/incubator/lyrion-music-server/questions.yaml b/charts/incubator/lyrion-music-server/questions.yaml deleted file mode 100644 index e869139182a..00000000000 --- a/charts/incubator/lyrion-music-server/questions.yaml +++ /dev/null @@ -1,157 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: Lyrion Music Server Web UI and music streaming - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: main - label: Web Interface and music streaming port - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 9000 - required: true - - variable: cli - label: CLI Service - description: Lyrion Music Server Telnet Command Line Interface - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: cli - label: Port used for remote control using the Telnet Command Line interface - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 9090 - required: true - - variable: playertcp - label: Lyrion Music Server Player TCP Communcation - description: Lyrion Music Server Player Service for TCP communication - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: slimprototcp - label: Player to server TCP communication - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 3483 - required: true - - variable: playerudp - label: Lyrion Music Server Player Communcation - description: Lyrion Music Server Player Service for UDP communication - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: slimprotoudp - label: Player to server UDP communication - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 3483 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/incubator/peppermint/questions.yaml b/charts/incubator/peppermint/questions.yaml deleted file mode 100644 index 11d0de02c77..00000000000 --- a/charts/incubator/peppermint/questions.yaml +++ /dev/null @@ -1,77 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10699 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/incubator/pingvin-share/questions.yaml b/charts/incubator/pingvin-share/questions.yaml deleted file mode 100644 index 48ae7515093..00000000000 --- a/charts/incubator/pingvin-share/questions.yaml +++ /dev/null @@ -1,94 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3333 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: image - label: "App Frontend Image Storage" - description: "Stores the Frontend Images." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{veleroSchedulesList} -# Include{documentation} diff --git a/charts/incubator/sd-webui/questions.yaml b/charts/incubator/sd-webui/questions.yaml deleted file mode 100644 index de7743cef78..00000000000 --- a/charts/incubator/sd-webui/questions.yaml +++ /dev/null @@ -1,100 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - label: Select Image - schema: - type: string - default: image - enum: - - value: image - description: latest Image - - value: vladImage - description: vlad Image - -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the Server runs on - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7860 - required: true - - -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App Data - description: Stores the Application data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: output - label: App output Storage - description: Stores the Application output. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/incubator/semaphore/questions.yaml b/charts/incubator/semaphore/questions.yaml deleted file mode 100644 index 1f3aa441fb9..00000000000 --- a/charts/incubator/semaphore/questions.yaml +++ /dev/null @@ -1,186 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: SEMAPHORE_ADMIN - label: "Admin Name" - schema: - type: string - required: true - default: "admin" - - variable: SEMAPHORE_ADMIN_NAME - label: "Admin Displayname" - schema: - type: string - required: true - default: "admin" - - variable: SEMAPHORE_ADMIN_PASSWORD - label: "Admin Password" - schema: - type: string - private: true - required: true - default: "" - - variable: SEMAPHORE_ADMIN_EMAIL - label: "Admin E-Mail" - schema: - type: string - required: true - default: "admin@localhost" - - variable: ldap_settings - label: Show LDAP Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: SEMAPHORE_LDAP_ACTIVATED - label: Enable LDAP Service - schema: - type: string - required: true - default: "no" - enum: - - value: "no" - description: "No" - - value: "yes" - description: "Yes" - - variable: SEMAPHORE_LDAP_HOST - label: LDAP Host - schema: - type: string - default: "" - - variable: SEMAPHORE_LDAP_PORT - label: LDAP Port - schema: - type: int - default: 636 - - variable: SEMAPHORE_LDAP_NEEDTLS - label: LDAP Need TLS - schema: - type: string - default: "no" - enum: - - value: "no" - description: "No" - - value: "yes" - description: "Yes" - - variable: SEMAPHORE_LDAP_DN_BIND - label: LDAP DN Bind - schema: - type: string - default: "uid=bind_user,cn=users,cn=accounts,dc=local,dc=shiftsystems,dc=net" - - variable: SEMAPHORE_LDAP_PASSWORD - label: LDAP Password - schema: - type: string - private: true - default: "" - - variable: SEMAPHORE_LDAP_DN_SEARCH - label: LDAP DN Search - schema: - type: string - default: "" - - variable: SEMAPHORE_LDAP_SEARCH_FILTER - label: LDAP Search Filter - schema: - type: string - default: "" - -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/incubator/slskd/questions.yaml b/charts/incubator/slskd/questions.yaml deleted file mode 100644 index 6a65b896d82..00000000000 --- a/charts/incubator/slskd/questions.yaml +++ /dev/null @@ -1,135 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: SLSKD_SLSK_USERNAME - label: Soulseek Username - description: Soulseek network account username - schema: - type: string - required: true - default: "" - - variable: SLSKD_SLSK_PASSWORD - label: Soulseek Password - description: Soulseek network account password - schema: - type: string - required: true - private: true - default: "" - -# Include{containerBasic} -# Include{containerAdvanced} - -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5030 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: share - label: "App Share Storage" - description: "Stores the Application Share." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: incomplete - label: "App Incomplete Downloads Storage" - description: "Stores the Application Incomplete Downloads." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: complete - label: "App Complete Downloads Storage" - description: "Stores the Application Complete Downloads." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressTLS} -# Include{ingressTraefik} -# Include{ingressAdvanced} -# Include{ingressList} - -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/incubator/teslamate/questions.yaml b/charts/incubator/teslamate/questions.yaml deleted file mode 100644 index 8c5300fd6c8..00000000000 --- a/charts/incubator/teslamate/questions.yaml +++ /dev/null @@ -1,122 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: DISABLE_MQTT - label: "Mqtt Disabled" - description: "Disables the MQTT feature if true" - schema: - type: boolean - default: true - - variable: MQTT_HOST - label: "Mqtt Host" - description: "Hostname of the broker." - schema: - type: string - default: "" - show_if: [["DISABLE_MQTT", "=", false]] - - variable: MQTT_PORT - label: "Mqtt Port" - schema: - type: int - default: 1883 - show_if: [["DISABLE_MQTT", "=", false]] - - variable: MQTT_USERNAME - label: "Mqtt Username" - description: "Username of the broker." - schema: - type: string - default: "" - show_if: [["DISABLE_MQTT", "=", false]] - - variable: MQTT_PASSWORD - label: "Mqtt Password" - description: "Password of the broker." - schema: - type: string - private: true - show_if: [["DISABLE_MQTT", "=", false]] -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 4000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{vpn} -# Include{netshoot} -# Include{documentation} diff --git a/charts/incubator/victoriametrics/questions.yaml b/charts/incubator/victoriametrics/questions.yaml deleted file mode 100644 index 5c93bfe5aa9..00000000000 --- a/charts/incubator/victoriametrics/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8428 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/incubator/wisemapping/questions.yaml b/charts/incubator/wisemapping/questions.yaml deleted file mode 100644 index 7e3f3ba2741..00000000000 --- a/charts/incubator/wisemapping/questions.yaml +++ /dev/null @@ -1,100 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ADMIN_EMAIL - label: "ADMIN USER in email format" - description: "Enter an email for the admin users" - schema: - type: string - private: true - default: "change@me.com" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/premium/authelia/questions.yaml b/charts/premium/authelia/questions.yaml deleted file mode 100644 index 67a6fd3410e..00000000000 --- a/charts/premium/authelia/questions.yaml +++ /dev/null @@ -1,1186 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas2} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: domain - group: "App Configuration" - label: "Domain" - description: "The highest domain level possible, for example: domain.com when using app.domain.com" - schema: - type: string - default: "" - required: true - - variable: default_redirection_url - group: "App Configuration" - label: "Default Redirection URL" - description: "If user tries to authenticate without any referrer, this is used" - schema: - type: string - default: "" - valid_chars: '^https?:\/\/(.*)' - - variable: theme - group: "App Configuration" - label: "Theme" - schema: - type: string - default: "auto" - enum: - - value: "auto" - description: "auto" - - value: "light" - description: "light" - - value: "grey" - description: "grey" - - value: "dark" - description: "dark" - - variable: log - group: "App Configuration" - label: "Log Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: level - label: "Log Level" - schema: - type: string - default: "info" - enum: - - value: "info" - description: "info" - - value: "debug" - description: "debug" - - value: "trace" - description: "trace" - - variable: format - label: "Log Format" - schema: - type: string - default: "text" - enum: - - value: "json" - description: "json" - - value: "text" - description: "text" - - variable: server - group: "App Configuration" - label: "Server Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: write_buffer_size - label: "Write Buffer Size" - description: "Configures the maximum response size. The default of 4096 is generally sufficient for most use cases." - schema: - type: int - default: 4096 - - variable: read_buffer_size - label: "Read Buffer Size" - description: "Configures the maximum request size. The default of 4096 is generally sufficient for most use cases." - schema: - type: int - default: 4096 - - variable: totp - group: "App Configuration" - label: "TOTP Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: issuer - label: "Issuer" - description: "The issuer name displayed in the Authenticator application of your choice" - schema: - type: string - default: "" - - variable: period - label: "Period" - description: "The period in seconds a one-time password is current for" - schema: - type: int - default: 30 - - variable: skew - label: "skew" - description: "Controls number of one-time passwords either side of the current one that are valid." - schema: - type: int - default: 1 - - variable: password_policy - group: "App Configuration" - label: "Password Policy Configuration" - description: "Authelia allows administrators to configure an enforced password policy. Choose one of Standard or zxcvbn and not both, refer to upstream docs for more info " - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: standard - label: Standard - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - - variable: min_length - label: "Minimum Password Length" - description: "Minimum Password Length" - schema: - type: int - required: true - show_if: [["enabled", "=", true]] - default: 8 - - variable: max_length - label: "Max Passsword Length" - description: "Max Password Length" - schema: - type: int - required: true - show_if: [["enabled", "=", true]] - default: 0 - - variable: require_uppercase - label: "Require Upppercase" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - required: true - - variable: require_lowercase - label: "Require Lowercase" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - required: true - - variable: require_number - label: "Require Numbers" - description: "Require Numbers in the password" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - required: true - - variable: require_special - label: "Require Special Characters" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: zxcvbn - label: zxcvbn - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - required: true - - variable: min_score - label: "Min Score" - schema: - type: int - required: true - show_if: [["enabled", "=", true]] - default: 3 - - variable: duo_api - group: "App Configuration" - label: "DUO API Configuration" - description: "Parameters used to contact the Duo API." - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostname - label: "Hostname" - schema: - type: string - required: true - default: "" - - variable: integration_key - label: "integration_key" - schema: - type: string - default: "" - required: true - - variable: plain_api_key - label: "plain_api_key" - schema: - type: string - default: "" - required: true - - variable: session - group: "App Configuration" - label: "Session Provider" - description: "The session cookies identify the user once logged in." - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: "Cookie Name" - description: | - The name of the session cookie. By default this is set to authelia_session. - It’s mostly useful to change this if you are doing development or running multiple instances of Authelia. - schema: - type: string - required: true - default: "authelia_session" - - variable: same_site - label: "SameSite Value" - description: | - You can read about the SameSite cookie in detail on the MDN. In short setting SameSite to Lax is generally - the most desirable option for Authelia. None is not recommended unless you absolutely know what you’re doing - and trust all the protected apps. Strict is not going to work in many use cases and we have not tested it in - this state but it’s available as an option anyway. - schema: - type: string - default: "lax" - enum: - - value: "lax" - description: "lax" - - value: "strict" - description: "strict" - - variable: expiration - label: "Expiration Time" - description: | - The period of time before the cookie expires and the session is destroyed. This is overriden by - remember_me_duration when the remember me box is checked. - schema: - type: string - default: "1h" - required: true - - variable: inactivity - label: "Inactivity Time" - description: | - The period of time the user can be inactive for until the session is destroyed when the remember me box is - not checked or is otherwise disabled. Useful if you want long session timers but don’t want unused devices to be vulnerable. - schema: - type: string - default: "5m" - required: true - - variable: remember_me_duration - label: "Remember-Me duration" - description: | - The period of time before the cookie expires and the session is destroyed when the remember me box is checked, a user - selecting this option negates the inactivity timeout. Setting this to -1 disables this feature entirely. - schema: - type: string - default: "5M" - required: true - - variable: regulation - group: "App Configuration" - label: "Regulation Configuration" - description: "This mechanism prevents attackers from brute forcing the first factor." - schema: - additional_attrs: true - type: dict - attrs: - - variable: max_retries - label: "Maximum Retries" - description: "The number of failed login attempts before user is banned. Set it to 0 to disable regulation." - schema: - type: int - default: 3 - - variable: find_time - label: "Find Time" - description: | - The period of time analyzed for failed attempts. For example if you set max_retries to 3 and find_time to - 2m this means the user must have 3 failed logins in 2 minutes. - schema: - type: string - default: "2m" - required: true - - variable: ban_time - label: "Ban Duration" - description: | - The period of time the user is banned for after meeting the max_retries and find_time configuration. - After this duration the account will be able to login again. - schema: - type: string - default: "5m" - required: true - - variable: authentication_backend - group: "App Configuration" - label: "Authentication Backend Provider" - description: | - Used for verifying user passwords and retrieve information such as email - address and groups users belong to. - schema: - additional_attrs: true - type: dict - attrs: - - variable: disable_reset_password - label: "Disable Reset Password" - description: "Disable both the HTML element and the API for reset password functionality" - schema: - type: boolean - default: false - - variable: refresh_interval - label: "Reset Interval" - description: "The amount of time to wait before we refresh data from the authentication backend" - schema: - type: string - default: "5m" - required: true - - variable: ldap - label: "LDAP backend configuration" - description: "Used for verifying user passwords and retrieve information such as email address and groups users belong to" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: implementation - label: "Implementation" - description: "The LDAP implementation, this affects elements like the attribute utilized for resetting a password" - schema: - type: string - default: "custom" - enum: - - value: "activedirectory" - description: "Active Directory" - - value: "custom" - description: "Custom" - - variable: url - label: "URL" - description: "The url to the ldap server. Format: ://
[:]" - schema: - type: string - default: "ldap://openldap.default.svc.cluster.local" - required: true - - variable: timeout - label: "Connection Timeout" - schema: - type: string - default: "5s" - required: true - - variable: start_tls - label: "Start TLS" - description: "Use StartTLS with the LDAP connection" - schema: - type: boolean - default: false - - variable: tls - label: "TLS Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: server_name - label: "Server Name" - description: "Server Name for certificate validation (in case it's not set correctly in the URL)." - schema: - type: string - default: "" - - variable: skip_verify - label: "Skip Certificate Verification" - description: "Skip verifying the server certificate (to allow a self-signed certificate)" - schema: - type: boolean - default: false - - variable: minimum_version - label: "Minimum TLS version" - description: "Minimum TLS version for either Secure LDAP or LDAP StartTLS." - schema: - type: string - default: "TLS1.2" - enum: - - value: "TLS1.0" - description: "TLS1.0" - - value: "TLS1.1" - description: "TLS1.1" - - value: "TLS1.2" - description: "TLS1.2" - - value: "TLS1.3" - description: "TLS1.3" - - variable: base_dn - label: "Base DN" - description: "The base dn for every LDAP query." - schema: - type: string - default: "DC=example,DC=com" - required: true - - variable: username_attribute - label: "Username Attribute" - description: "The attribute holding the username of the user" - schema: - type: string - default: "uid" - required: true - - variable: additional_users_dn - label: "Additional Users DN" - description: "An additional dn to define the scope to all users." - schema: - type: string - default: "OU=people" - required: true - - variable: users_filter - label: "Users Filter" - description: "The groups filter used in search queries to find the groups of the user." - schema: - type: string - default: "" - required: true - - variable: additional_groups_dn - label: "Additional Groups DN" - description: "An additional dn to define the scope of groups." - schema: - type: string - default: "OU=Groups" - required: true - - variable: groups_filter - label: "Groups Filter" - description: "The groups filter used in search queries to find the groups of the user." - schema: - type: string - default: "" - required: true - - variable: group_name_attribute - label: "Group name Attribute" - description: "The attribute holding the name of the group" - schema: - type: string - default: "cn" - required: true - - variable: mail_attribute - label: "Mail Attribute" - description: "The attribute holding the primary mail address of the user" - schema: - type: string - default: "mail" - required: true - - variable: display_name_attribute - label: "Display Name Attribute" - description: "he attribute holding the display name of the user. This will be used to greet an authenticated user." - schema: - type: string - default: "displayName" - - variable: user - label: "Admin User" - description: "The username of the admin user used to connect to LDAP." - schema: - type: string - default: "CN=admin,ou=people,DC=example,DC=com" - required: true - - variable: plain_password - label: "Password" - schema: - type: string - default: "" - required: true - - variable: file - label: "File backend configuration" - description: "With this backend, the users database is stored in a file which is updated when users reset their passwords." - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: path - label: "Path" - schema: - type: string - default: "/config/users_database.yml" - required: true - - variable: password - label: "Password Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: algorithm - label: "Algorithm" - schema: - type: string - default: "argon2id" - enum: - - value: "argon2id" - description: "argon2id" - - value: "sha512" - description: "sha512" - - variable: iterations - label: "Iterations" - schema: - type: int - default: 1 - required: true - - variable: key_length - label: "Key Length" - schema: - type: int - default: 32 - required: true - - variable: salt_length - label: "Salt Length" - schema: - type: int - default: 16 - required: true - - variable: memory - label: "Memory" - schema: - type: int - default: 1024 - required: true - - variable: parallelism - label: "Parallelism" - schema: - type: int - default: 8 - required: true - - variable: notifier - group: "App Configuration" - label: "Notifier Configuration" - description: "Notifications are sent to users when they require a password reset, a u2f registration or a TOTP registration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: disable_startup_check - label: "Disable Startup Check" - schema: - type: boolean - default: false - - variable: filesystem - label: "Filesystem Provider" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: filename - label: "File Path" - schema: - type: string - default: "/config/notification.txt" - required: true - - variable: smtp - label: "SMTP Provider" - description: "Use a SMTP server for sending notifications. Authelia uses the PLAIN or LOGIN methods to authenticate." - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable" - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: host - label: "Host" - schema: - type: string - default: "smtp.mail.svc.cluster.local" - required: true - - variable: port - label: "Port" - schema: - type: int - default: 25 - required: true - - variable: timeout - label: "Timeout" - schema: - type: string - default: "5s" - required: true - - variable: username - label: "Username" - schema: - type: string - default: "" - - variable: plain_password - label: "Password" - schema: - type: string - default: "" - - variable: sender - label: "Sender" - schema: - type: string - default: "" - required: true - - variable: identifier - label: "Identifier" - description: "HELO/EHLO Identifier. Some SMTP Servers may reject the default of localhost." - schema: - type: string - default: "localhost" - required: true - - variable: subject - label: "Subject" - description: "Subject configuration of the emails sent, {title} is replaced by the text from the notifier" - schema: - type: string - default: "[Authelia] {title}" - required: true - - variable: startup_check_address - label: "Startup Check Address" - description: "This address is used during the startup check to verify the email configuration is correct." - schema: - type: string - default: "test@authelia.com" - required: true - - variable: disable_require_tls - label: "Disable Require TLS" - schema: - type: boolean - default: false - - variable: disable_html_emails - label: "Disable HTML emails" - schema: - type: boolean - default: false - - variable: tls - label: "TLS Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: server_name - label: "Server Name" - description: "Server Name for certificate validation (in case it's not set correctly in the URL)." - schema: - type: string - default: "" - - variable: skip_verify - label: "Skip Certificate Verification" - description: "Skip verifying the server certificate (to allow a self-signed certificate)" - schema: - type: boolean - default: false - - variable: minimum_version - label: "Minimum TLS version" - description: "Minimum TLS version for either Secure LDAP or LDAP StartTLS." - schema: - type: string - default: "TLS1.2" - enum: - - value: "TLS1.0" - description: "TLS1.0" - - value: "TLS1.1" - description: "TLS1.1" - - value: "TLS1.2" - description: "TLS1.2" - - value: "TLS1.3" - description: "TLS1.3" - - variable: access_control - group: "App Configuration" - label: "Access Control Configuration" - description: "Access control is a list of rules defining the authorizations applied for one resource to users or group of users." - schema: - additional_attrs: true - type: dict - attrs: - - variable: default_policy - label: "Default Policy" - description: | - The default policy defines the policy applied if no rules section apply to the information known about the request. - It is recommended that this is configured to deny for security reasons. Sites which you do not wish to secure at all - with Authelia should not be configured in your reverse proxy to perform authentication with Authelia at all for performance reasons. - schema: - type: string - default: "deny" - enum: - - value: "bypass" - description: "bypass" - - value: "one_factor" - description: "one_factor" - - value: "two_factor" - description: "two_factor" - - value: "deny" - description: "deny" - - variable: networks_access_control - label: "Networks" - schema: - type: list - default: [] - items: - - variable: networkItem - label: "Network Item" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: "Name" - schema: - type: string - default: "" - required: true - - variable: networks - label: "Networks" - schema: - type: list - default: [] - items: - - variable: network - label: "network" - schema: - type: string - default: "" - required: true - - variable: rules - label: "Rules" - schema: - type: list - default: [] - items: - - variable: rulesItem - label: "Rule" - schema: - additional_attrs: true - type: dict - attrs: - - variable: domain - label: "Domains" - description: "Defines which domain or set of domains the rule applies to." - schema: - type: list - default: [] - items: - - variable: domainEntry - label: "Domain" - schema: - type: string - default: "" - required: true - - variable: domain_regex - label: "Domains RegEx" - description: "defines which domain or set of domains the rule applies to using regular expressions." - schema: - type: list - default: [] - items: - - variable: domainRegexEntry - label: "Domain RegEx" - schema: - type: string - default: "" - required: true - - variable: policy - label: "Policy" - description: | - The specific policy to apply to the selected rule. This is not criteria for a match, this is the - action to take when a match is made. - schema: - type: string - default: "two_factor" - enum: - - value: "bypass" - description: "bypass" - - value: "one_factor" - description: "one_factor" - - value: "two_factor" - description: "two_factor" - - value: "deny" - description: "deny" - - variable: subject - label: "Subject" - description: | - This criteria matches identifying characteristics about the subject. Currently this is either - user or groups the user belongs to. This allows you to effectively control exactly what each user is - authorized to access or to specifically require two-factor authentication to specific users. Subjects - are prefixed with either user: or group: to identify which part of the identity to check. - schema: - type: list - default: [] - items: - - variable: subjectitem - label: "Subject" - schema: - type: string - default: "" - required: true - - variable: networks - label: "Networks" - schema: - type: list - default: [] - items: - - variable: network - label: "Network" - schema: - type: string - default: "" - required: true - - variable: resources - label: "Resources" - description: "is a list of regular expressions that matches a set of resources to apply the policy to" - schema: - type: list - default: [] - items: - - variable: resource - label: "Resource" - schema: - type: string - default: "" - required: true -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9091 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} - - variable: identity_providers - group: "Experimental" - label: "Authelia Identity Providers (BETA)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: oidc - label: "OpenID Connect(BETA)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enabled" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: access_token_lifespan - label: "Access Token Lifespan" - schema: - type: string - default: "1h" - required: true - - variable: authorize_code_lifespan - label: "Authorize Code Lifespan" - schema: - type: string - default: "1m" - required: true - - variable: id_token_lifespan - label: "ID Token Lifespan" - schema: - type: string - default: "1h" - required: true - - variable: refresh_token_lifespan - label: "Refresh Token Lifespan" - schema: - type: string - default: "90m" - required: true - - variable: enable_client_debug_messages - label: "Enable Client Debug Messages" - schema: - type: boolean - default: false - - variable: clients - label: "Clients" - schema: - type: list - default: [] - items: - - variable: clientEntry - label: "Client" - schema: - additional_attrs: true - type: dict - attrs: - - variable: id - label: "ID/Name" - description: "The ID is the OpenID Connect ClientID which is used to link an application to a configuration." - schema: - type: string - default: "myapp" - required: true - - variable: description - label: "Description" - description: "The description to show to users when they end up on the consent screen. Defaults to the ID above." - schema: - type: string - default: "My Application" - required: true - - variable: secret - label: "Secret" - description: "The client secret is a shared secret between Authelia and the consumer of this client." - schema: - type: string - default: "" - required: true - - variable: public - label: "public" - description: "Sets the client to public. This should typically not be set, please see the documentation for usage." - schema: - type: boolean - default: false - - variable: authorization_policy - label: "Authorization Policy" - description: "The policy to require for this client; one_factor or two_factor." - schema: - type: string - default: "two_factor" - enum: - - value: "one_factor" - description: "one_factor" - - value: "two_factor" - description: "two_factor" - - variable: consent_mode - label: "Consent Mode" - description: | - Configures the consent mode. This can be set to auto (default), explicit (consent required every time) or - implicit (automatically assumes consent for every authorization, never asking the user if they wish to give consent.) - schema: - type: string - default: "auto" - enum: - - value: "auto" - description: "auto" - - value: "explicit" - description: "explicit" - - value: "implicit" - description: "implicit" - - variable: userinfo_signing_algorithm - label: "Userinfo Signing Algorithm" - description: "The algorithm used to sign userinfo endpoint responses for this client, either none or RS256." - schema: - type: string - default: "none" - enum: - - value: "none" - description: "none" - - value: "RS256" - description: "RS256" - - variable: audience - label: "Audience" - description: "Audience this client is allowed to request." - schema: - type: list - default: [] - items: - - variable: audienceEntry - label: "" - schema: - type: string - default: "" - required: true - - variable: scopes - label: "Scopes" - description: "Scopes this client is allowed to request." - schema: - type: list - default: [] - items: - - variable: ScopeEntry - label: "Scope" - schema: - type: string - default: "openid" - required: true - - variable: redirect_uris - label: "redirect_uris" - description: "Redirect URI's specifies a list of valid case-sensitive callbacks for this client." - schema: - type: list - default: [] - items: - - variable: uriEntry - label: "Url" - schema: - type: string - default: "https://oidc.example.com/oauth2/callback" - required: true - - variable: grant_types - description: "Grant Types configures which grants this client can obtain." - label: "grant_types" - schema: - type: list - default: [] - items: - - variable: grantEntry - label: "Grant" - schema: - type: string - default: "refresh_token" - required: true - - variable: response_types - description: "Response Types configures which responses this client can be sent." - label: "response_types" - schema: - type: list - default: [] - items: - - variable: responseEntry - label: "type" - schema: - type: string - default: "code" - required: true - - variable: response_modes - description: "Response Modes configures which response modes this client supports." - label: "response_modes" - schema: - type: list - default: [] - items: - - variable: modeEntry - label: "Mode" - schema: - type: string - default: "form_post" - required: true - - variable: token_endpoint_auth_method - description: "The supported client authentication methods this client supports." - label: "token_endpoint_auth_method" - schema: - type: string - default: "" - enum: - - value: "client_secret_basic" - description: "client_secret_basic" - - value: "client_secret_post" - description: "client_secret_post" - - value: "client_secret_jwt" - description: "client_secret_jwt" - - value: "private_key_jwt" - description: "private_key_jwt" - - value: "none" - description: "none" - - variable: require_pkce - label: "Require PKCE" - description: "This configuration option enforces the use of PKCE for this registered client." - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: pkce_challange_method - label: "PKCE Challange Method" - description: "This setting enforces the use of the specified PKCE challenge method for this individual client." - schema: - type: string - default: S256 - enum: - - value: "plain" - description: "plain" - - value: "S256" - description: "S256" -# Include{addons} -# Include{codeserver} -# Include{vpn} -# Include{netshoot} -# Include{documentation} diff --git a/charts/premium/blocky/questions.yaml b/charts/premium/blocky/questions.yaml deleted file mode 100644 index 4b664bd683e..00000000000 --- a/charts/premium/blocky/questions.yaml +++ /dev/null @@ -1,816 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: webUI - group: App Configuration - label: WebUI Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Web UI - description: Enables Web UI - schema: - type: boolean - default: true - - variable: apiURL - label: API URL - description: API URL for webUI, including port. Only used when not using ingress - schema: - type: string - default: "http://127.0.0.1:4000" - - variable: overrideDefaults - group: App Configuration - label: Override Default Upstreams - description: Overrides the predefined DNS server upstream list - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: defaultUpstreams - label: Default Upstreams - schema: - type: list - default: [] - items: - - variable: upstreamEntry - label: Upstream Entry - schema: - type: string - required: true - default: "" - - variable: upstreams - group: App Configuration - label: Upstreams Groups - description: Refer to -
https://0xerr0r.github.io/blocky/configuration/#upstream-configuration - schema: - type: list - default: [] - items: - - variable: upstreamsGroupEntry - label: Upstreams Group Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Group Name - schema: - type: string - required: true - default: "" - - variable: upstreams - label: Upstreams - schema: - type: list - required: true - default: [] - items: - - variable: upstreamEntry - label: upstream Entry - schema: - type: string - required: true - default: "" - - variable: bootstrapDns - group: App Configuration - label: Bootstrap DNS - description: Used to resolve upstream DoH and DoT servers that are specified as hostnames. -
Refer to https://0xerr0r.github.io/blocky/configuration/#bootstrap-dns-configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: upstream - label: Upstream - schema: - type: string - default: "" - - variable: ips - label: IPs - schema: - type: list - default: [] - items: - - variable: ipEntry - label: IP Entry - schema: - type: string - required: true - default: "" - - variable: additionalBootstrapDns - group: App Configuration - label: Additional Bootstrap DNS - schema: - type: list - show_if: [[ "bootstrapDns", "!=", {"upstream": "", "ips": []} ]] - default: [] - items: - - variable: additionalBootstrapDnsEntry - label: Additional Bootstrap DNS Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: upstream - label: Upstream - schema: - type: string - default: "" - - variable: ips - label: IPs - schema: - type: list - default: [] - items: - - variable: ipEntry - label: IP Entry - schema: - type: string - required: true - default: "" - - variable: filtering - group: App Configuration - label: Filtering - description: Define one or more DNS query types; all queries with these types will be dropped -
Refer to https://0xerr0r.github.io/blocky/configuration/#filtering - schema: - additional_attrs: true - type: dict - attrs: - - variable: queryTypes - label: Query Types - schema: - type: list - default: [] - items: - - variable: queryTypeEntry - label: Query Type Entry - schema: - type: string - required: true - default: "" - - variable: customDNS - group: App Configuration - label: Custom DNS - description: Define your own domain name to IP mappings. -
Refer to https://0xerr0r.github.io/blocky/configuration/#custom-dns - schema: - additional_attrs: true - type: dict - attrs: - - variable: customTTL - label: Custom TTL - schema: - type: string - default: 1h - - variable: filterUnmappedTypes - label: Filter Unmapped Types - schema: - type: boolean - default: true - - variable: rewrite - label: Rewrite - schema: - type: list - default: [] - items: - - variable: rewriteEntry - label: Rewrite Entry - schema: - type: dict - additional_attrs: true - attrs: - - variable: in - label: In - schema: - type: string - required: true - default: "" - - variable: out - label: Out - schema: - type: string - required: true - default: "" - - variable: mapping - label: Mapping - schema: - type: list - default: [] - items: - - variable: mappingEntry - label: Mapping Entry - schema: - type: dict - additional_attrs: true - attrs: - - variable: domain - label: Domain - schema: - type: string - required: true - default: "" - - variable: dnsserver - label: DNS Server - schema: - type: string - required: true - default: "" - - variable: clientLookup - group: App Configuration - label: Client Lookup - description: Blocky can try to resolve a user-friendly client name from the IP address or server URL (DoT and DoH) -
Refer to https://0xerr0r.github.io/blocky/configuration/#client-name-lookup - schema: - additional_attrs: true - type: dict - attrs: - - variable: upstream - label: Upstream - schema: - type: string - default: "" - - variable: singleNameOrder - label: Single Name Order - schema: - type: list - default: [] - items: - - variable: singleNameEntry - label: Single Name Entry - schema: - type: string - required: true - default: "" - - variable: clients - label: Clients - schema: - type: list - default: [] - items: - - variable: clientEntry - label: Client Entry - schema: - type: dict - additional_attrs: true - attrs: - - variable: domain - label: Domain - schema: - type: string - required: true - default: "" - - variable: ips - label: IPs - schema: - type: list - default: [] - items: - - variable: ipEntry - label: IP Entry - schema: - type: string - required: true - default: "" - - variable: caching - group: App Configuration - label: Caching - description: Refer to -
https://0xerr0r.github.io/blocky/configuration/#caching - schema: - additional_attrs: true - type: dict - attrs: - - variable: minTime - label: Min Time - schema: - type: string - default: 5m - - variable: maxTime - label: Max Time - schema: - type: string - default: 30m - - variable: maxItemsCount - label: Max Items Count - schema: - type: int - default: 0 - - variable: prefetching - label: Prefetching - schema: - type: boolean - default: false - - variable: prefetchExpires - label: Prefetch Expires - schema: - type: string - default: 2h - - variable: prefetchThreshold - label: Prefetch Threshold - schema: - type: int - default: 5 - - variable: prefetchMaxItemsCount - label: Prefetch Max Items Count - schema: - type: int - default: 0 - - variable: cacheTimeNegative - label: Cache Time Negative - schema: - type: string - default: 30m - - variable: conditional - group: App Configuration - label: Conditional - description: Define which DNS resolver(s) should be used for queries for the particular domain -
Refer to https://0xerr0r.github.io/blocky/configuration/#conditional-dns-resolution - schema: - additional_attrs: true - type: dict - attrs: - - variable: rewrite - label: Rewrite - schema: - type: list - default: [] - items: - - variable: rewriteEntry - label: Rewrite Entry - schema: - type: dict - additional_attrs: true - attrs: - - variable: in - label: In - schema: - type: string - required: true - default: "" - - variable: out - label: Out - schema: - type: string - required: true - default: "" - - variable: mapping - label: Mapping - schema: - type: list - default: [] - items: - - variable: mappingEntry - label: Mapping Entry - schema: - type: dict - additional_attrs: true - attrs: - - variable: domain - label: Domain - schema: - type: string - required: true - default: "" - - variable: dnsserver - label: DNS Server - schema: - type: string - required: true - default: "" - - variable: blocking - group: App Configuration - label: Blocking - description: Each black or whitelist can be either a path to the local file or a URL to download. All Urls must be grouped to a group name. -
Refer to https://0xerr0r.github.io/blocky/configuration/#blocking-and-whitelisting - schema: - additional_attrs: true - type: dict - attrs: - - variable: blockType - label: Block Type - description: Set the response should be sent to the client, if a requested query is blocked - schema: - type: string - default: nxDomain - - variable: blockTTL - label: Block TTL - description: Set the TTL for answers to blocked domains - schema: - type: string - default: 6h - - variable: refreshPeriod - label: Refresh Period - description: Set how often blocky should refresh list cache - schema: - type: string - default: 4h - - variable: downloadTimeout - label: Download Timeout - description: Download attempt timeout - schema: - type: string - default: 60s - - variable: downloadAttempts - label: Download Attempts - description: How many download attempts should be performed - schema: - type: int - default: 3 - - variable: downloadCooldown - label: Download Cooldown - description: Time between the download attempts - schema: - type: string - default: 2s - - variable: startStrategy - label: Start Strategy - description: | - blocking: all blocking lists will be loaded before DNS resolution starts.
- failOnError: like blocking but blocky will shut down if any download fails.
- fast: DNS resolution starts immediately without blocking which will be enabled after list load is completed - schema: - type: string - default: blocking - enum: - - value: blocking - description: Blocking - - value: failOnError - description: Fail On Error - - value: fast - description: Fast - - variable: processingConcurrency - label: Processing Concurrency - description: Sets how many list-groups can be processed at the same time - schema: - type: int - default: 4 - - variable: whitelist - label: Whitelist - description: Define whitelists, either URL or file - schema: - type: list - default: [] - items: - - variable: whitelistEntry - label: Whitelist Group Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Group Name - schema: - type: string - required: true - default: "" - - variable: lists - label: Lists - schema: - type: list - required: true - default: [] - items: - - variable: listEntry - label: List Entry - schema: - type: string - required: true - default: "" - - variable: blacklist - label: Blacklist - description: Define blacklists, either URL or file - schema: - type: list - default: [] - items: - - variable: blacklistEntry - label: Blacklist Group Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Group Name - schema: - type: string - required: true - default: "" - - variable: lists - label: Lists - schema: - type: list - required: true - default: [] - items: - - variable: listEntry - label: List Entry - schema: - type: string - required: true - default: "" - - variable: clientGroupsBlock - label: Client Groups Block - description: Define, which blocking group(s) should be used for which client in your network. - schema: - type: list - default: [] - items: - - variable: clientGroupBlockEntry - label: Client Group Block Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Client Group Name - schema: - type: string - required: true - default: "" - - variable: groups - label: Groups - schema: - type: list - required: true - default: [] - items: - - variable: groupEntry - label: Group Entry - schema: - type: string - required: true - default: "" - - variable: hostsFile - group: App Configuration - label: Hosts File - description: You can enable resolving of entries, located in local hosts file. -
Refer to https://0xerr0r.github.io/blocky/configuration/#hosts-file - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: filePath - label: File Path - schema: - type: string - default: /etc/hosts - - variable: hostsTTL - label: Hosts TTL - schema: - type: string - default: 60m - - variable: refreshPeriod - label: Refresh Period - schema: - type: string - default: 30m - - variable: queryLog - group: App Configuration - label: Query Logging configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: "" - enum: - - value: "" - description: Console - - value: postgresql - description: postgresql - - value: csv - description: csv - - value: csv-client - description: csv-client - - variable: target - label: Target - schema: - type: string - show_if: [["type", "!=", "postgresql"]] - default: "/var/log/something" - - variable: logRetentionDays - label: Log Retention Days - schema: - type: int - default: 0 - - variable: creationAttempts - label: Creation Attempts - schema: - type: int - default: 3 - - variable: creationCooldown - label: Creation Cooldown - schema: - type: string - default: 2s - - variable: k8sgateway - group: App Configuration - label: k8s-Gateway Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable k8s-Gateway - description: Enables k8s-Gateway - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: domains - label: Domains - description: Please refer to CoreDNS docs for options - schema: - type: list - default: [] - items: - - variable: domainEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: domain - label: Domain name - schema: - type: string - required: true - default: example.com - - variable: dnsChallenge - label: Forward dnsChallenge - description: Optional configuration option for DNS01 challenge that will redirect all acme - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: domain - label: Forward to Domain - schema: - type: string - required: true - default: dns01.clouddns.com - - variable: advancedOptions - label: Advanced Options - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - show_subquestions_if: true - subquestions: - - variable: ttl - label: ttl - description: TTL for non-apex responses (in seconds) - schema: - type: int - default: 300 - - variable: watchedResources - label: Watched Resources - description: imit what kind of resources to watch, e.g. Ingress - schema: - type: list - default: [] - items: - - variable: watchedResource - label: Watched Resource - schema: - type: string - default: "" - - variable: secondary - label: Secondary DNS Server Service - description: Service name of a secondary DNS server (should be serviceName.namespace) - schema: - type: string - default: "" - - variable: apex - label: Apex - description: Override the default `serviceName.namespace` domain apex - schema: - type: string - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: dns - label: DNS Service - description: The DNS service - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: dns - label: DNS 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 - default: 53 - required: true - - variable: dot - label: DoT Service - description: "DNS-over-TLS service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorClusterIP} -# Include{serviceSelectorExtras} - - variable: dot - label: DoT 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 - default: 853 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/premium/clusterissuer/questions.yaml b/charts/premium/clusterissuer/questions.yaml deleted file mode 100644 index 9a513df3f22..00000000000 --- a/charts/premium/clusterissuer/questions.yaml +++ /dev/null @@ -1,420 +0,0 @@ -# Include{groups} -questions: -# Include{global} -# Include{credentials} - - variable: operator - group: App Configuration - label: Operator Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: cert-manager - label: 'Cert-Manager' - schema: - type: dict - additional_attrs: true - attrs: - - variable: namespace - label: 'Namespace (change to ix-APPNAME of cert-manager)' - schema: - type: string - required: true - default: "ix-cert-manager" - - variable: clusterIssuer - group: App Configuration - label: Cluster Certificate Issuer - schema: - additional_attrs: true - type: dict - attrs: - - variable: ACME - label: 'ACME Issuer' - schema: - type: list - default: [] - items: - - variable: ACMEEntry - label: 'ACME Issuer Entry' - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: "Name to give the issuer" - schema: - type: string - required: true - valid_chars: '^[a-z]+(-?[a-z]){0,63}-?[a-z]+$' - default: "" - - variable: type - label: Type or DNS-Provider - description: DNS Provider - schema: - type: string - default: cloudflare - enum: - - value: cloudflare - description: Cloudflare - - value: route53 - description: Route53 - - value: akamai - description: Akamai - - value: digitalocean - description: Digitalocean - - value: rfc2136 - description: rfc2136 (Advanced) - - value: HTTP01 - description: HTTP01 (Experimental) - - value: acmedns - description: ACME DNS (Advanced) - - variable: server - label: Server - description: "Server for ACME, for example: letsencrypt" - schema: - type: string - default: 'https://acme-v02.api.letsencrypt.org/directory' - enum: - - value: 'https://acme-v02.api.letsencrypt.org/directory' - description: Letsencrypt-Production - - value: 'https://acme-staging-v02.api.letsencrypt.org/directory' - description: Letsencrypt-Staging - - value: 'https://api.buypass.no/acme-v02/directory' - description: BuyPass-Production - - value: 'https://api.test4.buypass.no/acme-v02/directory' - description: BuyPass-Staging - - value: custom - description: Custom - - variable: customServer - label: Custom ACME Server (Advanced) - description: "This can be used to enter your own custom ACME server" - schema: - type: string - show_if: [["server", "=", "custom"]] - default: 'https://acme-staging-v02.api.letsencrypt.org/directory' - - variable: caBundle - label: Trusted CABundle for private ACME server - description: "Trusted CABundle for private ACME server, encoded in base64" - schema: - type: string - show_if: [["server", "=", "custom"]] - - variable: email - label: Email - description: "Email adress to use for certificate issuing must match your DNS provider email when required" - schema: - type: string - required: true - default: "something@example.com" - - variable: cfapikey - label: CloudFlare API key - description: "CloudFlare API Key" - schema: - show_if: [["type", "=", "cloudflare"]] - type: string - default: "" - - variable: cfapitoken - label: CloudFlare API Token - description: "CloudFlare API Token" - schema: - show_if: [["type", "=", "cloudflare"]] - type: string - default: "" - - variable: region - label: Route53 Region - description: "Route 53 Region" - schema: - show_if: [["type", "=", "route53"]] - type: string - required: true - default: "us-west-1" - - variable: accessKeyID - label: Route53 accessKeyID - description: "Route53 accessKeyID" - schema: - show_if: [["type", "=", "route53"]] - type: string - required: true - default: "" - - variable: route53SecretAccessKey - label: Route53 Secret Access Key - description: "Route53 Secret Access Key" - schema: - show_if: [["type", "=", "route53"]] - type: string - required: true - default: "" - - variable: role - label: Route53 Role (optional) - description: "Route53 Role" - schema: - show_if: [["type", "=", "route53"]] - type: string - default: "" - - variable: serviceConsumerDomain - label: Akamai Service Consumer Domain - description: "Akamai Service Consumer Domain" - schema: - show_if: [["type", "=", "akamai"]] - type: string - required: true - default: "" - - variable: akclientToken - label: Akamai Client Token - description: "Client Token" - schema: - show_if: [["type", "=", "akamai"]] - type: string - required: true - default: "" - - variable: akclientSecret - label: Akamai Client Secret - description: "Akamai Client Secret" - schema: - show_if: [["type", "=", "akamai"]] - type: string - required: true - default: "" - - variable: akaccessToken - label: Akamai Access Token - description: "Akamai Access Token" - schema: - show_if: [["type", "=", "akamai"]] - type: string - required: true - default: "" - - variable: doaccessToken - label: Digitalocean Access Token - description: "Digitalocean Access Token" - schema: - show_if: [["type", "=", "digitalocean"]] - type: string - required: true - default: "" - - variable: nameserver - label: rfc2136 Namesever - description: "rfc2136 Namesever" - schema: - show_if: [["type", "=", "rfc2136"]] - type: string - required: true - default: "" - - variable: tsigKeyName - label: rfc2136 tsig Key Name - description: "rfc2136 tsig Key Name" - schema: - show_if: [["type", "=", "rfc2136"]] - type: string - required: true - default: "" - - variable: tsigAlgorithm - label: rfc2136 tsig Algorithm - description: "rfc2136 tsig Algorithm" - schema: - show_if: [["type", "=", "rfc2136"]] - type: string - required: true - default: "" - - variable: rfctsigSecret - label: rfc2136 sig Secret - description: "rfc2136 sig Secret" - schema: - show_if: [["type", "=", "rfc2136"]] - type: string - required: true - default: "" - - variable: acmednsHost - label: ACME DNS host - description: "ACME DNS API server address" - schema: - show_if: [["type", "=", "acmedns"]] - type: string - required: true - default: "https://auth.acme-dns.io" - - variable: acmednsConfig - label: ACME DNS config - description: "ACME DNS per-domain auth configuration" - schema: - show_if: [["type", "=", "acmedns"]] - type: list - default: [] - items: - - variable: acmednsEntry - label: 'ACME DNS entry' - schema: - type: dict - attrs: - - variable: domain - label: Domain - schema: - type: string - required: true - - variable: username - label: Username - schema: - type: string - required: true - - variable: password - label: Password - schema: - type: string - required: true - - variable: fulldomain - label: Full domain - schema: - type: string - required: true - - variable: subdomain - label: Subdomain - schema: - type: string - required: true - - variable: allowFrom - label: Allow from - schema: - type: list - default: [] - items: - - variable: cidr - label: CIDR - schema: - type: ipaddr - cidr: true - required: true - - variable: CA - label: Certificate Authority Issuer - schema: - type: list - default: [] - items: - - variable: CAEntry - label: 'CA Issuer Entry' - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: "Name to give the issuer" - schema: - type: string - required: true - valid_chars: '^[a-z]+(-?[a-z]){0,63}-?[a-z]+$' - default: "" - - variable: selfSigned - label: selfSigned - description: "Create Self Signed CA cert" - schema: - type: boolean - default: true - - variable: selfSignedCommonName - label: selfSigned CommonName - description: "Common name for selfSigned Certiticate Authority" - schema: - type: string - required: true - show_if: [["selfSigned", "=", true]] - default: "my-selfsigned-ca" - - variable: crt - label: "Custom CA cert (experimental)" - description: "certificate for Certiticate Authority" - schema: - type: string - required: true - max_length: 10240 - show_if: [["selfSigned", "=", false]] - default: "" - - variable: key - label: "Custom CA key (experimental)" - description: "key Certiticate Authority" - schema: - type: string - required: true - max_length: 10240 - show_if: [["selfSigned", "=", false]] - default: "" - - variable: selfSigned - label: 'SelfSigned Issuer' - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - description: "Enable self-signed issuer" - schema: - type: boolean - default: true - - variable: name - label: Name - description: "Name to give the issuer" - schema: - type: string - required: true - valid_chars: '^[a-z]+(-?[a-z]){0,63}-?[a-z]+$' - default: "selfsigned" - - variable: clusterCertificates - group: App Configuration - label: Cluster Wide Certificates (Advanced) - description: "Creates certificates for use within the entire cluster. Can be used to create wildcard certificates." - schema: - additional_attrs: true - type: dict - attrs: - - variable: certificates - label: Cluster Certificates - schema: - type: list - default: [] - items: - - variable: CertEntry - label: 'Certificate Entry' - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: name - label: Certificate Name - schema: - type: string - required: true - default: "" - - variable: certificateIssuer - label: Cert-Manager clusterIssuer - description: "One of the Cert-Manager clusterIssuers defined above" - schema: - type: string - required: true - valid_chars: '^[a-z]+(-?[a-z]){0,63}-?[a-z]+$' - default: "selfsigned" - - variable: hosts - label: Certificate Hosts - description: "NOTE: Creation of wildcard certificates with an ACME issuer requires a DNSO1 solver to be set up." - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - variable: customMetrics - group: Metrics - label: Prometheus Metrics - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable Prometheus Metrics - schema: - type: boolean - default: true diff --git a/charts/premium/custom-app/questions.yaml b/charts/premium/custom-app/questions.yaml deleted file mode 100644 index 08bb871b0e6..00000000000 --- a/charts/premium/custom-app/questions.yaml +++ /dev/null @@ -1,361 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: - - variable: image - group: "Image" - label: "Container" - schema: - additional_attrs: true - type: dict - attrs: - - variable: repository - label: "Container Repository" - schema: - type: string - default: "ghcr.io/k8s-at-home/jackett" - required: true - - variable: tag - label: "Container Tag" - schema: - type: string - default: "v0.18.616" - required: true - - variable: pullPolicy - label: "Container Pullpolicy" - schema: - type: string - default: "IfNotPresent" - enum: - - value: "IfNotPresent" - description: "IfNotPresent" - - value: "Always" - description: "Always" - - value: "Never" - description: "Never" -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{controllerExpertCommand} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: probes - label: "Healthcheck Probes" - schema: - additional_attrs: true - type: dict - attrs: - - variable: liveness - label: "Liveness" - description: "Liveness Probe" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable Probe" - description: "Enables the probe" - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: type - label: "Probe Type" - description: "Probe Type" - schema: - type: string - default: "tcp" - enum: - - value: "tcp" - description: "tcp" - - value: "http" - description: "http" - - value: "https" - description: "https" - - variable: path - label: "Probe Path" - description: "Probe Path" - schema: - type: string - default: "/" - - variable: readiness - label: "Readiness" - description: "Readiness Probe" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable Probe" - description: "Enables the probe" - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: type - label: "Probe Type" - description: "Probe Type" - schema: - type: string - default: "tcp" - enum: - - value: "tcp" - description: "tcp" - - value: "http" - description: "http" - - value: "https" - description: "https" - - variable: path - label: "Probe Path" - description: "Probe Path" - schema: - type: string - default: "/" - - variable: startup - label: "Startup" - description: "Startup Probe" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable Probe" - description: "Enables the probe" - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: type - label: "Probe Type" - description: "Probe Type" - schema: - type: string - default: "tcp" - enum: - - value: "tcp" - description: "tcp" - - value: "http" - description: "http" - - value: "https" - description: "https" - - variable: path - label: "Probe Path" - description: "Probe Path" - schema: - type: string - default: "/" - - variable: portal - group: "General" - label: "Portal Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: open - label: "Open" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: "Enable WebUI Portal" - description: "Enable WebUI Portal" - schema: - type: boolean - default: true - - variable: overrides - label: "Override Portal Configuration" - description: "Override Portal Configuration" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - show_subquestions_if: true - subquestions: - - variable: override - label: "Override Portal Configuration" - description: "Override Portal Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: protocol - label: "Protocol" - description: "Portal Protocol Override" - schema: - type: string - enum: - - value: "" - description: "" - - value: "http" - description: "HTTP" - - value: "https" - description: "HTTPS" - - variable: host - label: "Host" - description: "Portal Host Override" - schema: - type: string - default: "" - - variable: port - label: "Port" - description: "Portal Port Override" - schema: - type: string - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable the port" - schema: - type: boolean - hidden: true - default: true - - variable: protocol - label: "Port Type" - schema: - type: string - default: "http" - enum: - - value: http - description: "http" - - value: "https" - description: "https" - - value: tcp - description: "tcp" - - value: "udp" - description: "udp" - - variable: targetPort - label: "Target Port" - description: "This port exposes the container port on the service" - schema: - type: int - required: true - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - required: true - - variable: portsList - label: "Additional Service Ports" - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: "Custom ports" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable the port" - schema: - type: boolean - default: true - hidden: true - - variable: name - label: "Port Name" - schema: - type: string - default: "" - - variable: protocol - label: "Port Type" - schema: - type: string - default: "tcp" - enum: - - value: http - description: "http" - - value: "https" - description: "https" - - value: tcp - description: "tcp" - - value: "udp" - description: "udp" - - variable: targetPort - label: "Target Port" - description: "This port exposes the container port on the service" - schema: - type: int - required: true - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} - - variable: enabled - label: "Enabled" - schema: - type: boolean - default: false -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/premium/grafana/questions.yaml b/charts/premium/grafana/questions.yaml deleted file mode 100644 index 7e0e3a18125..00000000000 --- a/charts/premium/grafana/questions.yaml +++ /dev/null @@ -1,134 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: GF_SECURITY_ADMIN_USER - label: "Admin User" - schema: - type: string - required: true - default: "admin" - - variable: GF_SECURITY_ADMIN_PASSWORD - label: "Admin Password" - schema: - type: string - required: true - private: true - default: "REPLACETHIS" - - variable: GF_INSTALL_PLUGINS - label: "Extra Plugins to Install" - description: "comma seperated" - schema: - type: string - default: "" - - variable: GF_AUTH_LDAP_ENABLED - label: "enable LDAP" - schema: - type: boolean - default: false - - variable: GF_AUTH_LDAP_ALLOW_SIGN_UP - label: "Allow LDAP Signup" - schema: - type: boolean - default: false - - variable: GF_AUTH_LDAP_CONFIG_FILE - label: "LDAP Config Path" - schema: - type: string - default: "/opt/bitnami/grafana/conf/ldap.toml" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10038 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/premium/metallb-config/questions.yaml b/charts/premium/metallb-config/questions.yaml deleted file mode 100644 index b48e20a4e86..00000000000 --- a/charts/premium/metallb-config/questions.yaml +++ /dev/null @@ -1,342 +0,0 @@ -# Include{groups} -questions: -# Include{global} -# Include{credentials} - - variable: operator - group: App Configuration - label: Operator Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: metallb - label: 'metallb' - schema: - type: dict - additional_attrs: true - attrs: - - variable: namespace - label: 'Namespace (change to ix-APPNAME of metallb)' - schema: - type: string - required: true - default: "ix-metallb" - - variable: ipAddressPools - group: App Configuration - label: IP Address Pools Object - schema: - type: list - default: [] - items: - - variable: ipAddressPoolsEntry - label: IP Address Pool Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: Name of the IP address pool - schema: - type: string - required: true - default: "" - - variable: autoAssign - label: Auto Assign - description: AutoAssign flag used to prevent MetallB from automatic - allocation for a pool. - schema: - type: boolean - default: true - - variable: avoidBuggyIPs - label: Avoid Buggy IPs - description: AvoidBuggyIPs prevents addresses ending with .0 and .255 - to be used by a pool. - schema: - type: boolean - default: false - - variable: addresses - label: Addresses Pools - description: A list of IP address ranges over which MetalLB has authority. - You can list multiple ranges in a single pool, they will all share - the same settings. Each range can be either a CIDR prefix, or an - explicit start-end range of IPs. - schema: - type: list - default: [] - items: - - variable: addressPoolEntry - label: Address Pool Entry - schema: - type: string - default: "" - required: true - - variable: L2Advertisements - group: App Configuration - label: L2 Advertisements - description: L2Advertisement allows to advertise the LoadBalancer IPs provided - by the selected pools via L2. - schema: - type: list - default: [] - items: - - variable: L2AdvertisementEntry - label: L2 Advertisement Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: Name of the L2 Advertisement - schema: - type: string - required: true - default: "" - - variable: addressPools - label: Address Pools - description: The list of IPAddressPools to advertise via this advertisement, - selected by name. - schema: - type: list - default: [] - items: - - variable: addressPoolEntry - label: Address Pool Entry - schema: - type: string - default: "" - required: true - - variable: nodeSelectors - label: Node Selectors - description: NodeSelectors allows to limit the nodes to announce as - next hops for the LoadBalancer IP. When empty, all the nodes having are - announced as next hops. - schema: - type: list - default: [] - items: - - variable: nodeSelectorEntry - label: Node Selector Entry - schema: - type: string - default: "" - required: true - - variable: Communities - group: App Configuration - label: Communities - description: Community is a collection of aliases for communities. Users can - define named aliases to be used in the BGPPeer CRD. - schema: - type: list - default: [] - items: - - variable: CommunityEntry - label: Community Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: The name of the alias for the community. - schema: - type: string - required: true - default: "" - - variable: value - label: Value - description: The BGP community value corresponding to the given name. - schema: - type: string - required: true - default: "" - - variable: Peers - group: App Configuration - label: Peers - description: BGPPeer is the Schema for the peers API. - schema: - type: list - default: [] - items: - - variable: PeerEntry - label: Peer Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: The name of the peer. - schema: - type: string - required: true - default: "" - - variable: bfdProfile - label: BFD Profile - description: The name of the BFD Profile to be used for the BFD session - associated to the BGP session. If not set, the BFD session won't - be set up. - schema: - type: string - default: "" - - variable: ebgpMultiHop - label: EBGP MultiHop - description: TTo set if the BGPPeer is multi-hops away. Needed for - FRR mode only. - schema: - type: boolean - default: false - - variable: holdTime - label: Hold Time - description: Requested BGP hold time, per RFC4271. - schema: - type: int - - variable: keepaliveTime - label: Keep Alive Time - description: Requested BGP keep alive time, per RFC4271. - schema: - type: int - - variable: myASN - label: My ASN - description: AS number to use for the local end of the session. - schema: - type: int - - variable: password - label: Password - description: Authentication password for routers enforcing TCP MD5 - authenticated sessions - schema: - type: string - private: true - default: "" - - variable: peerASN - label: Peer ASN - description: AS number to expect from the remote end of the session. - schema: - type: string - valid_chars: '^[0-9]*$' - default: "" - - variable: peerAddress - label: Peer Address - description: Address to dial when establishing the session. - schema: - type: string - default: "" - - variable: peerPort - label: Peer Port - description: Port to dial when establishing the session. - schema: - type: string - valid_chars: '^[0-9]*$' - default: "" - - variable: routerID - label: Router ID - description: BGP router ID to advertise to the peer - schema: - type: string - default: "" - - variable: sourceAddress - label: Source Address - description: Source address to use when establishing the session. - schema: - type: string - default: "" - - variable: nodeSelectors - label: Node Selectors - description: Only connect to this peer on nodes that match one of - these selectors. - schema: - type: list - default: [] - items: - - variable: nodeSelectorEntry - label: Node Selector Entry - schema: - type: string - default: "" - required: true - - variable: BGPAdvertisements - group: App Configuration - label: BGP Advertisements - description: BGPAdvertisement allows to advertise the IPs coming from the - selected IPAddressPools via BGP. - schema: - type: list - default: [] - items: - - variable: BGPAdvertisementEntry - label: BGP Advertisement Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: Name of the BGP Advertisement - schema: - type: string - required: true - default: "" - - variable: addressPools - label: Address Pools - description: The list of IPAddressPools to advertise via this advertisement, - selected by name. - schema: - type: list - default: [] - items: - - variable: addressPoolEntry - label: Address Pool Entry - schema: - type: string - default: "" - required: true - - variable: aggregationLength - label: Aggregation Length - description: The aggregation-length advertisement option lets you - "roll up" the /32s into a larger prefix. Defaults to 32. Works for - IPv4 addresses. - schema: - type: string - valid_chars: '^[0-9]*$' - default: "" - - variable: localpref - label: Local Pref - description: The BGP LOCAL_PREF attribute which is used by BGP best - path algorithm, Path with higher localpref is preferred over one - with lower localpref. - schema: - type: string - valid_chars: '^[0-9]*$' - default: "" - - variable: communities - label: Communities - description: The BGP communities to be associated with the announcement. - Each item can be a community of the form 1234:1234 or the name of - an alias defined in the Community CRD. - schema: - type: list - default: [] - items: - - variable: communityEntry - label: Community Entry - schema: - type: string - default: "" - required: true - - variable: peers - label: Peers - description: Peers limits the BGPpeer to advertise the ips of the - selected pools to. When empty, the loadbalancer IP is announced - to all the BGPPeers configured. - schema: - type: list - default: [] - items: - - variable: peerEntry - label: Peer Entry - schema: - type: string - default: "" - required: true diff --git a/charts/premium/nextcloud/questions.yaml b/charts/premium/nextcloud/questions.yaml deleted file mode 100644 index 863038cb0f6..00000000000 --- a/charts/premium/nextcloud/questions.yaml +++ /dev/null @@ -1,645 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} - - variable: nextcloud - group: App Configuration - label: Nextcloud - schema: - additional_attrs: true - type: dict - attrs: - - variable: credentials - label: Initial Credentials - schema: - additional_attrs: true - type: dict - attrs: - - variable: initialAdminUser - label: Initial Admin User - description: Sets the initial admin username - schema: - type: string - required: true - default: "" - - variable: initialAdminPassword - label: Initial Admin Password - description: Sets the initial admin password - schema: - type: string - required: true - private: true - default: "" - - variable: general - label: General - schema: - additional_attrs: true - type: dict - attrs: - - variable: run_optimize - label: Run Optimize Scripts - description: | - Runs the following commands at startup:
- occ db:add-missing-indices
- occ db:add-missing-columns
- occ db:add-missing-primary-keys
- yes | occ db:convert-filecache-bigint
- occ maintenance:mimetype:update-js
- occ maintenance:mimetype:update-db
- occ maintenance:update:htaccess
- schema: - type: boolean - default: false - - variable: default_phone_region - label: Default Phone Region - description: | - Sets the default phone region in ISO_3166-1 format (e.g. US).
- https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements - schema: - type: string - valid_chars: '^[A-Z]{2}$' - required: true - default: "" - - variable: accessIP - label: Access IP - description: Set to the IP-Address used to reach Nextcloud. - schema: - type: string - required: true - $ref: - - "definitions/nodeIP" - - variable: force_enable_allow_local_remote_servers - label: Force Enable Allow Local Remote Servers - description: - Enables 'allow_local_remote_servers' option - schema: - type: boolean - default: false - - variable: files - label: Files Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: shared_folder_name - label: Shared Folder Name - schema: - type: string - required: true - default: Shared - - variable: max_chunk_size - label: Max Chunk Size - schema: - type: int - required: true - default: 10485760 - - variable: expirations - label: Expirations Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: activity_expire_days - label: Activity Expire Days - schema: - type: int - required: true - default: 90 - - variable: trash_retention_obligation - label: Trash Retention Obligation - schema: - type: string - required: true - default: auto - - variable: versions_retention_obligation - label: Versions Retention Obligation - schema: - type: string - required: true - default: auto - - variable: previews - label: Previews Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Previews - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: imaginary - label: Enable imaginary - description: | - Enable imaginary to generate previews in the background.
- It will also deploy the needed container. - schema: - type: boolean - default: true - - variable: cron - label: Enable cron - description: | - Enable cron to generate previews in the background. - schema: - type: boolean - default: true - - variable: schedule - label: Cron Schedule - schema: - type: string - default: "*/30 * * * *" - - variable: max_x - label: Max X - schema: - type: int - required: true - default: 2048 - - variable: max_y - label: Max Y - schema: - type: int - required: true - default: 2048 - - variable: max_memory - label: Max Memory - schema: - type: int - required: true - default: 1024 - - variable: max_allowed_resolution - label: Max Allowed Resolution - schema: - type: string - valid_chars: '^[0-9]{1,5}(\.[0-9]{1,2})?$' - show_if: [["imaginary", "=", true]] - required: true - default: "18.0" - - variable: max_file_size_image - label: Max File Size Image - schema: - type: int - required: true - default: 50 - - variable: jpeg_quality - label: JPEG Quality - schema: - type: int - required: true - default: 60 - - variable: square_sizes - label: Square Sizes - schema: - type: string - required: true - default: "32 256" - - variable: width_sizes - label: Width Sizes - schema: - type: string - required: true - default: "256 384" - - variable: height_sizes - label: Height Sizes - schema: - type: string - required: true - default: "256" - - variable: providers - label: Providers - schema: - type: list - empty: false - required: true - default: - - BMP - - GIF - - JPEG - - Krita - - MarkDown - - MP3 - - OpenDocument - - PNG - - TXT - - XBitmap - items: - - variable: provider_entry - label: Provider Entry - schema: - type: string - required: true - default: "" - enum: - - value: BMP - description: BMP - - value: Font - description: Font - - value: GIF - description: GIF - - value: HEIC - description: HEIC - - value: Illustrator - description: Illustrator - - value: JPEG - description: JPEG - - value: Krita - description: Krita - - value: MarkDown - description: MarkDown - - value: Movie - description: Movie - - value: MP3 - description: MP3 - - value: MSOffice2003 - description: MSOffice2003 - - value: MSOffice2007 - description: MSOffice2007 - - value: MSOfficeDoc - description: MSOfficeDoc - - value: OpenDocument - description: OpenDocument - - value: PDF - description: PDF - - value: Photoshop - description: Photoshop - - value: PNG - description: PNG - - value: Postscript - description: Postscript - - value: StarOffice - description: StarOffice - - value: SVG - description: SVG - - value: TIFF - description: TIFF - - value: TXT - description: TXT - - value: XBitmap - description: XBitmap - - variable: logging - label: Logging Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: log_level - label: Log Level - schema: - type: int - required: true - default: 2 - enum: - - value: 0 - description: Debug - - value: 1 - description: Info - - value: 2 - description: Warning - - value: 3 - description: Error - - value: 4 - description: Fatal - - variable: log_date_format - label: Log Date Format - schema: - type: string - required: true - default: d/m/Y H:i:s - - variable: notify_push - label: Notify Push Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Notify Push - description: | - Enable and Configure Notify Push.
- It will also deploy the needed container - schema: - type: boolean - default: true - - variable: clamav - label: ClamAV Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable ClamAV - description: | - Enable and configure ClamAV.
- It will also deploy the needed container.
- Keep in mind that this will run as root.
- https://github.com/Cisco-Talos/clamav/issues/478 - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: stream_max_length - label: Stream Max Length - schema: - type: int - required: true - default: 104857600 - - variable: file_max_size - label: File Max Size - schema: - type: int - required: true - default: -1 - - variable: infected_action - label: Infected Action - schema: - type: string - required: true - default: only_log - enum: - - value: delete - description: Delete - - value: only_log - description: Only Log - - variable: collabora - label: Collabora Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Collabora - description: | - Enable and configure Collabora.
- It will also deploy the needed container.
- Keep in mind that this will run as root. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: interface_mode - label: Interface Mode - schema: - type: string - required: true - default: default - enum: - - value: default - description: Default - - value: compact - description: Compact - - value: tabbed - description: Tabbed - - variable: username - label: Username - schema: - type: string - default: admin - required: true - - variable: password - label: Password - schema: - type: string - default: "" - required: true - - variable: dictionaries - label: Dictionaries - schema: - type: list - empty: false - required: true - default: - - de_DE - - en_GB - - en_US - - el_GR - - es_ES - - fr_FR - - pt_BR - - pt_PT - - it - - nl - - ru - items: - - variable: dictionary - label: Dictionary - schema: - type: string - required: true - default: "" - - variable: onlyoffice - label: Only Office Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable OnlyOffice - description: | - Enable and configure OnlyOffice.
- This will NOT deploy the needed container.
- You need to deploy it yourself. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: url - label: Public URL - description: | - The public FQDN and port of the OnlyOffice Document Server - schema: - type: string - required: true - default: "" - - variable: internal_url - label: Internal URL - description: | - The internal FQDN and port of the OnlyOffice Document Server - schema: - type: string - required: true - default: "" - - variable: verify_ssl - label: Verify SSL (Advanced) - description: | - Verify SSL when connecting to OnlyOffice Document Server - schema: - type: boolean - default: true - - variable: jwt - label: JWT - schema: - type: string - required: true - default: "" - - variable: jwt_header - label: JWT Header - schema: - type: string - required: true - default: Authorization - - variable: php - label: PHP Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: memory_limit - label: Memory Limit - schema: - type: string - required: true - default: 1G - - variable: upload_limit - label: Upload Limit - schema: - type: string - required: true - default: 10G - - variable: pm_max_children - label: Max Children - schema: - type: int - required: true - default: 180 - - variable: pm_start_servers - label: Start Servers - schema: - type: int - required: true - default: 18 - - variable: pm_min_spare_servers - label: Minimum Spare Servers - schema: - type: int - required: true - default: 12 - - variable: pm_max_spare_servers - label: Maximum Spare Servers - schema: - type: int - required: true - default: 30 - - variable: opcache - label: OPCache Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: interned_strings_buffer - label: Interned Strings Buffer - description: The amount of memory used to store interned strings, in megabytes. - schema: - type: int - required: true - default: 32 - - variable: max_accelerated_files - label: Max Accelerated Files - description: The maximum number of keys (and therefore scripts) in the OPcache hash table. - schema: - type: int - required: true - default: 10000 - - variable: memory_consumption - label: Memory Consumption - description: The size of the shared memory storage used by OPcache, in megabytes. - schema: - type: int - required: true - default: 128 - - variable: revalidate_freq - label: Revalidate Frequency - description: How often to check script timestamps for updates, in seconds. 0 will result in OPcache checking for updates on every request. - schema: - type: int - required: true - default: 60 - - variable: jit_buffer_size - label: JIT Buffer Size - description: The amount of shared memory (in megabytes) to reserve for compiled JIT code. A zero value disables the JIT. - schema: - type: int - required: true - default: 128 -# Include{serviceList} -# Include{persistenceRoot} - - variable: html - label: App HTML Storage - description: Stores the Application HTML. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: config - label: App Config Storage - description: Stores the Application Config. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: User Data Storage - description: Stores the User Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 568 - - variable: runAsGroup - label: runAsGroup - description: The groupID of the user running the application - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/premium/prometheus/questions.yaml b/charts/premium/prometheus/questions.yaml deleted file mode 100644 index 86c5aa053c4..00000000000 --- a/charts/premium/prometheus/questions.yaml +++ /dev/null @@ -1,241 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: - - variable: operator - group: "App Configuration" - label: "Operator Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable" - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: logLevel - label: "Log Level" - description: "Log level for Operator" - schema: - type: string - default: "info" - - variable: prometheus - group: "App Configuration" - label: "Prometheus Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable" - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: logLevel - label: "Log Level" - description: "Log level for Prometheus" - schema: - type: string - default: "info" - - variable: retention - label: "Retention" - description: "Metrics retention days" - schema: - type: string - default: "31d" - - variable: retentionSize - label: "Max Retention Size" - description: "Maximum size of metrics" - schema: - type: string - default: "" - - variable: scrapeInterval - label: "Scrape interval" - description: "Interval between consecutive scrapes" - schema: - type: string - default: "15s" - - variable: evaluationInterval - label: "Evaluation interval" - description: "Interval between consecutive evaluations" - schema: - type: string - default: "30s" - - variable: disableCompaction - label: "Disable Compaction" - description: "Disable the compaction of the Prometheus TSDB" - schema: - type: boolean - default: false - - variable: walCompression - label: "WAL Compression" - description: "Enable compression of the write-ahead log using Snappy" - schema: - type: boolean - default: false - - variable: enableRemoteWriteReceiver - label: "Remote Write Receiver" - description: "Enable Prometheus to be used as a receiver for the Prometheus remote write protocol" - schema: - type: boolean - default: false - - variable: remoteWrite - label: "Remote Write" - schema: - type: list - default: [] - items: - - variable: remoteWriteEntry - label: Remote Write Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: url - label: URL - description: Remote write destination URL - schema: - type: string - required: true - default: "" - - variable: basicAuth - label: Basic Auth - description: Basic authentication for remote write - schema: - type: dict - attrs: - - variable: username - label: Username - description: Basic auth username - schema: - type: string - required: true - default: "" - - variable: password - label: Password - description: Basic auth password - schema: - type: string - required: false - default: "" - - variable: exporters - group: "App Configuration" - label: "Exporter Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: node-exporter - label: "node-exporter" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable" - schema: - type: boolean - default: true - - variable: kube-state-metrics - label: "Kube-State-Metrics" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable" - schema: - type: boolean - default: true - - variable: alertmanager - group: "App Configuration" - label: "Alertmanager Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable" - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: logLevel - label: "Log Level" - description: "Log level for Alertmanager" - schema: - type: string - default: "info" - - variable: retention - label: "Retention" - description: "Metrics retention days" - schema: - type: string - default: "240h" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The serving the Prometheus WebUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9090 - required: true - - variable: alertmanager - label: "alertmanager Service" - description: "alertmanager service " - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: alertmanager - label: "alertmanager 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 - default: 9093 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{advanced} diff --git a/charts/premium/traefik/questions.yaml b/charts/premium/traefik/questions.yaml deleted file mode 100644 index 61692ccf998..00000000000 --- a/charts/premium/traefik/questions.yaml +++ /dev/null @@ -1,422 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - path: "$kubernetes-resource_configmap_tcportal-open_path" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: expertIngressClass - label: Expert Mode - group: App Configuration - description: | - Expert Mode contains settings like:
- - IngressClass
- schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: ingressClass - label: "ingressClass" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable" - description: "When enabled, ingressClass will match the entered name of this app" - schema: - type: boolean - default: false - - variable: isDefaultClass - label: "isDefaultClass" - schema: - type: boolean - show_if: [["enabled", "=", true]] - default: false - - variable: logs - label: "Logs" - group: "App Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: general - label: "General Logs" - schema: - additional_attrs: true - type: dict - attrs: - - variable: level - label: "Log Level" - schema: - type: string - default: "ERROR" - enum: - - value: "INFO" - description: "Info" - - value: "WARN" - description: "Warnings" - - value: "ERROR" - description: "Errors" - - value: "FATAL" - description: "Fatal Errors" - - value: "PANIC" - description: "Panics" - - value: "DEBUG" - description: "Debug" - - variable: format - label: "General Log format" - schema: - type: string - default: "common" - enum: - - value: "common" - description: "Common Log Format" - - value: "json" - description: "JSON" - - variable: access - label: "Access Logs" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: enabledFilters - label: "Enable Filters" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: filters - label: "Filters" - schema: - additional_attrs: true - type: dict - attrs: - - variable: statuscodes - label: "Status codes" - schema: - type: string - default: "200,300-302" - - variable: retryattempts - label: "retryattempts" - schema: - type: boolean - default: true - - variable: minduration - label: "minduration" - schema: - type: string - default: "10ms" - - variable: fields - label: "Fields" - schema: - additional_attrs: true - type: dict - attrs: - - variable: general - label: "General" - schema: - additional_attrs: true - type: dict - attrs: - - variable: defaultmode - label: "Default Mode" - schema: - type: string - default: "keep" - enum: - - value: "keep" - description: "Keep" - - value: "drop" - description: "Drop" - - variable: headers - label: "Headers" - schema: - additional_attrs: true - type: dict - attrs: - - variable: defaultmode - label: "Default Mode" - schema: - type: string - default: "drop" - enum: - - value: "keep" - description: "Keep" - - value: "drop" - description: "Drop" - - variable: format - label: "Access Log format" - schema: - type: string - default: "common" - enum: - - value: "common" - description: "Common Log Format" - - value: "json" - description: "JSON" - - variable: middlewares - label: "" - group: "Middlewares" - schema: - additional_attrs: true - type: dict - attrs: -# Include{basicAuthMiddleware} -# Include{forwardAuthMiddleware} -# Include{bufferingMiddleware} -# Include{customRequestHeadersMiddleware} -# Include{customResponseHeadersMiddleware} -# Include{rewriteResponseHeadersMiddleware} -# Include{customFrameOptionsValueMiddleware} -# Include{chainMiddleware} -# Include{redirectSchemeMiddleware} -# Include{rateLimitMiddleware} -# Include{redirectRegexMiddleware} -# Include{stripPrefixRegexMiddleware} -# Include{ipWhitelistMiddleware} -# Include{themeParkMiddleware} -# Include{realIPMiddleware} -# Include{geoBlockMiddleware} -# Include{addPrefixMiddleware} -# Include{modsecurityMiddleware} -# Include{crowdsecMiddleware} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: main - label: "Main Entrypoint Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Entrypoints Port" - schema: - type: int - default: 9000 - required: true - - variable: tcp - label: "TCP Service" - description: "The tcp Entrypoint service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: web - label: "web Entrypoint Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Entrypoints Port" - schema: - type: int - default: 80 - required: true - - variable: advanced - label: Show Advanced Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: redirectPort - label: "Redirect to Port" - schema: - type: int - - variable: redirectTo - label: "Redirect to Entrypoint" - schema: - type: string - default: "websecure" -# Include{forwardedHeaders} -# Include{proxyProtocol} - - variable: websecure - label: "websecure Entrypoints Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Entrypoints Port" - schema: - type: int - default: 443 - required: true - - variable: advanced - label: Show Advanced Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: redirectPort - label: "Redirect to Port" - schema: - type: int - - variable: redirectTo - label: "Redirect to Entrypoint" - schema: - type: string -# Include{forwardedHeaders} -# Include{proxyProtocol} - - variable: tls - label: "websecure Entrypoints Configuration" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: enabled - label: "Enabled" - schema: - type: boolean - default: true - hidden: true - - variable: portsList - label: "Additional TCP Entrypoints" - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: "Custom Entrypoints" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable the port" - schema: - type: boolean - default: true - hidden: true - - variable: name - label: "Entrypoints Name" - schema: - type: string - default: "" - - variable: protocol - label: "Entrypoints Type" - schema: - type: string - default: "tcp" - enum: - - value: http - description: "HTTP" - - value: "https" - description: "HTTPS" - - value: tcp - description: "TCP" - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - required: true - - variable: tls - label: "websecure Entrypoints Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enabled" - schema: - type: boolean - default: true - - variable: redirectPort - label: "Redirect to Port" - schema: - type: int - - variable: redirectTo - label: "Redirect to Entrypoint" - schema: - type: string -# Include{forwardedHeaders} -# Include{proxyProtocol} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} - - variable: warning - group: Documentation - label: 'WARNING: If installed, be sure to move the TrueNAS GUI to another port (not 80 or 443).' - description: 'See:
https://truecharts.org/charts/premium/traefik/how-to for more info.' - schema: - additional_attrs: true - type: dict - attrs: - - variable: warningconfim - label: I am aware that I will brick my system, if I did not follow the instructions. - schema: - type: boolean - default: true - required: true diff --git a/charts/premium/vaultwarden/questions.yaml b/charts/premium/vaultwarden/questions.yaml deleted file mode 100644 index dfe94d3b3fe..00000000000 --- a/charts/premium/vaultwarden/questions.yaml +++ /dev/null @@ -1,430 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - admin: -# Include{portalLink} - path: "/admin/" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - label: Select Image - schema: - type: string - default: image - enum: - - value: image - description: "Official Image" - - value: betaImage - description: "TimShel - SSO BETA Image" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: vaultwarden - label: "" - group: "App Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: yubico - label: "Yubico OTP authentication" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable Yubico OTP authentication" - description: "Please refer to the manual at: https://github.com/dani-garcia/vaultwarden/wiki/Enabling-Yubikey-OTP-authentication" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: server - label: "Yubico server" - description: "Defaults to YubiCloud" - schema: - type: string - default: "" - - variable: clientId - label: "Yubico ID" - schema: - type: string - default: "" - - variable: secretKey - label: "Yubico Secret Key" - schema: - type: string - default: "" - - variable: push - label: "Mobile Push Notifications" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable Mobile Push Notifications" - description: "You must obtain and ID and Key here: https://bitwarden.com/host" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: installationId - label: "Installation ID" - schema: - type: string - default: "" - required: true - - variable: installationKey - label: "Installation Key" - schema: - type: string - default: "" - required: true - - variable: admin - label: "Admin Portal" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable Admin Portal" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: disableAdminToken - label: "Make Accessible Without Password/Token" - schema: - type: boolean - default: false - - variable: token - label: "Admin Portal Password/Token" - description: "Will be automatically generated if not defined" - schema: - type: string - default: "" - - variable: icons - label: "Icon Download Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: disableDownload - label: "Disable Icon Download" - description: "Disables download of external icons. Setting to true will still serve icons from cache (/data/icon_cache)" - schema: - type: boolean - default: false - - variable: cache - label: "Cache time-to-live" - description: "Cache time-to-live for icons fetched. 0 means no purging" - schema: - type: int - default: 2592000 - - variable: token - label: "Failed Downloads Cache time-to-live" - description: "Cache time-to-live for icons that were not available. 0 means no purging." - schema: - type: int - default: 2592000 - - variable: log - label: "Logging" - schema: - additional_attrs: true - type: dict - attrs: - - variable: level - label: "Log level" - schema: - type: string - default: "info" - required: true - enum: - - value: "trace" - description: "trace" - - value: "debug" - description: "debug" - - value: "info" - description: "info" - - value: "warn" - description: "warn" - - value: "error" - description: "error" - - value: "off" - description: "off" - - variable: file - label: "Log-File Location" - schema: - type: string - default: "" - - variable: smtp - label: "SMTP Settings (Email)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable SMTP Support" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: host - label: "SMTP hostname" - schema: - type: string - required: true - default: "" - - variable: from - label: "SMTP sender e-mail address" - schema: - type: string - required: true - default: "" - - variable: fromName - label: "SMTP sender name" - schema: - type: string - required: true - default: "" - - variable: user - label: "SMTP username" - schema: - type: string - required: true - default: "" - - variable: password - label: "SMTP password" - description: "Required is user is specified, ignored if no user provided" - schema: - type: string - default: "" - - variable: security - label: "Enable SSL connection" - schema: - type: string - default: "starttls" - enum: - - value: "starttls" - description: "STARTTLS (587)" - - value: "force_tls" - description: "FORCE_TLS (465)" - - value: "off" - description: "OFF (25)" - - variable: port - label: "SMTP port" - description: "Usually: 587 with STARTTLS, 465 with FORCE_TLS, and 25 without SSL" - schema: - type: int - default: 587 - - variable: authMechanism - label: "SMTP Authentication Mechanisms" - description: "Comma-separated options: Plain, Login and Xoauth2" - schema: - type: string - default: "Plain" - - variable: heloName - label: "SMTP HELO - Hostname" - description: "Hostname to be sent for SMTP HELO. Defaults to pod name" - schema: - type: string - default: "" - - variable: timeout - label: "SMTP timeout" - schema: - type: int - default: 15 - - variable: invalidHostname - label: "Accept Invalid Hostname" - description: "Accept SSL session if certificate is valid but hostname doesn't match. DANGEROUS, vulnerable to men-in-the-middle attacks!" - schema: - type: boolean - default: false - - variable: invalidCertificate - label: "Accept Invalid Certificate" - description: "Accept invalid certificates. DANGEROUS, vulnerable to men-in-the-middle attacks!" - schema: - type: boolean - default: false - - variable: allowSignups - label: "Allow Signup" - description: "Allow any user to sign-up: https://github.com/dani-garcia/vaultwarden/wiki/Disable-registration-of-new-users" - schema: - type: boolean - default: true - - variable: allowInvitation - label: "Always allow Invitation" - description: "Allow invited users to sign-up even feature is disabled: https://github.com/dani-garcia/vaultwarden/wiki/Disable-invitations" - schema: - type: boolean - default: true - - variable: defaultInviteName - label: "Default Invite Organisation Name" - description: "Default organization name in invitation e-mails that are not coming from a specific organization." - schema: - type: string - default: "" - - variable: showPasswordHint - label: "Show password hints" - description: "https://github.com/dani-garcia/vaultwarden/wiki/Password-hint-display" - schema: - type: boolean - default: true - - variable: signupwhitelistenable - label: "Enable Signup Whitelist" - description: "allowSignups is ignored if set" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: signupDomains - label: "Signup Whitelist Domains" - schema: - type: list - default: [] - items: - - variable: domain - label: "Domain" - schema: - type: string - default: "" - - variable: verifySignup - label: "Verifiy Signup" - description: "Verify e-mail before login is enabled. SMTP must be enabled" - schema: - type: boolean - default: false - - variable: requireEmail - label: "Block Login if email fails" - description: "When a user logs in an email is required to be sent. If sending the email fails the login attempt will fail. SMTP must be enabled" - schema: - type: boolean - default: false - - variable: emailAttempts - label: "Email token reset attempts" - description: "Maximum attempts before an email token is reset and a new email will need to be sent" - schema: - type: int - default: 3 - - variable: emailTokenExpiration - label: "Email token validity in seconds" - schema: - type: int - default: 600 - - variable: enableWebVault - label: "Enable Webvault" - description: "Enable Web Vault (static content). https://github.com/dani-garcia/vaultwarden/wiki/Disabling-or-overriding-the-Vault-interface-hosting" - schema: - type: boolean - default: true - - variable: orgCreationUsers - label: "Limit Organisation Creation to (users)" - description: "Restrict creation of orgs. Options are: 'all', 'none' or a comma-separated list of users." - schema: - type: string - default: "all" - - variable: attachmentLimitOrg - label: "Limit Attachment Disk Usage per Organisation" - schema: - type: string - default: "" - - variable: attachmentLimitUser - label: "Limit Attachment Disk Usage per User" - schema: - type: string - default: "" - - variable: hibpApiKey - label: "HaveIBeenPwned API Key" - description: "Can be purchased at https://haveibeenpwned.com/API/Key" - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10102 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{vpn} -# Include{netshoot} -# Include{documentation} diff --git a/charts/stable/acestream/questions.yaml b/charts/stable/acestream/questions.yaml deleted file mode 100644 index 0435e06592d..00000000000 --- a/charts/stable/acestream/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8008 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: acestreamcache - label: App Cache Storage - description: Stores the Application Cache. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/actualserver/questions.yaml b/charts/stable/actualserver/questions.yaml deleted file mode 100644 index 88c88291c9c..00000000000 --- a/charts/stable/actualserver/questions.yaml +++ /dev/null @@ -1,93 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10293 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: server-files - label: "server-files Storage" - description: "This is the location for the users vaults." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: user-files - label: "user-files Storage" - description: "This is the location for the internal data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/adguard-home/questions.yaml b/charts/stable/adguard-home/questions.yaml deleted file mode 100644 index 3f9f4ed093a..00000000000 --- a/charts/stable/adguard-home/questions.yaml +++ /dev/null @@ -1,273 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10232 - required: true - - variable: dns-tcp - label: dns-tcp Service - description: dns-tcp service - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: dns-tcp - label: dns-tcp 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 - default: 53 - required: true - - variable: dns-udp - label: dns-udp Service - description: dns-udp service - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: dns-udp - label: dns-udp 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 - default: 53 - required: true - - variable: dns-https - label: dns-https Service - description: The dns-https service. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: dns-https - label: dns-https 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 - default: 10234 - required: true - - variable: dns-https-udp - label: dns-https-udp Service - description: The dns-https-udp service. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: dns-https-udp - label: dns-https-udp 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 - default: 10234 - required: true - - variable: dns-crypt - label: dns-crypt Service - description: The dns-crypt service. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: dns-crypt - label: dns-crypt 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 - default: 5443 - required: true - - variable: dns-crypt-udp - label: dns-crypt-udp Service - description: The dns-crypt-udp service. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: dns-crypt-udp - label: dns-crypt-udp 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 - default: 5443 - required: true - - variable: dns-quic-udp-1 - label: dns-quic-udp-1 Service - description: The dns-quic-udp-1 service. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: dns-quic-udp-1 - label: dns-quic-udp-1 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 - default: 784 - required: true - - variable: dns-quic-udp-2 - label: dns-quic-udp-2 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 - default: 853 - required: true - - variable: dns-quic-udp-3 - label: dns-quic-udp-3 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 - default: 8853 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/adguardhome-sync/questions.yaml b/charts/stable/adguardhome-sync/questions.yaml deleted file mode 100644 index 8ee8e299e22..00000000000 --- a/charts/stable/adguardhome-sync/questions.yaml +++ /dev/null @@ -1,224 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: original - label: Original Server Settings - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: ORIGIN_URL - label: Origin Url - schema: - type: string - required: true - default: "" - - variable: ORIGIN_USERNAME - label: Origin Username - schema: - type: string - required: true - default: "" - - variable: ORIGIN_PASSWORD - label: Origin Password - schema: - type: string - required: true - private: true - default: "" - - variable: replica - label: Replica Server Settings - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: REPLICA_URL - label: Replica Url - schema: - type: string - required: true - default: "" - - variable: REPLICA_USERNAME - label: Replica Username - schema: - type: string - required: true - default: "" - - variable: REPLICA_PASSWORD - label: Replica Password - schema: - type: string - required: true - private: true - default: "" - - variable: REPLICA_AUTOSETUP - label: Replica Auto Setup - schema: - type: boolean - default: false - - variable: REPLICA_INTERFACENAME - label: Replica Interface Name - schema: - type: string - default: "" - - variable: CRON - label: CRON - description: Set a cron task. - schema: - type: string - default: "*/10 * * * *" - - variable: RUNONSTART - label: Run On Start - schema: - type: boolean - default: true - - variable: sync - label: Sync Features Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: FEATURES_GENERALSETTINGS - label: Features General Settings - schema: - type: boolean - default: true - - variable: FEATURES_QUERYLOGCONFIG - label: Features Query Log Config - schema: - type: boolean - default: true - - variable: FEATURES_STATSCONFIG - label: Features Stats Config - schema: - type: boolean - default: true - - variable: FEATURES_CLIENTSETTINGS - label: Features Clients Settings - schema: - type: boolean - default: true - - variable: FEATURES_SERVICES - label: Features Services - schema: - type: boolean - default: true - - variable: FEATURES_FILTERS - label: Features Filters - schema: - type: boolean - default: true - - variable: FEATURES_DHCP_SERVERCONFIG - label: Features DHCP Server Config - schema: - type: boolean - default: true - - variable: FEATURES_DHCP_STATICLEASES - label: Features DHCP Static Leases - schema: - type: boolean - default: true - - variable: FEATURES_DNS_SERVERCONFIG - label: Features DNS Server Config - schema: - type: boolean - default: true - - variable: FEATURES_DNS_ACCESSLISTS - label: Features DNS Access Lists - schema: - type: boolean - default: true - - variable: FEATURES_DNS_REWRITES - label: Features DNS Rewrites - schema: - type: boolean - default: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/adminer/questions.yaml b/charts/stable/adminer/questions.yaml deleted file mode 100644 index bb8691d5ccf..00000000000 --- a/charts/stable/adminer/questions.yaml +++ /dev/null @@ -1,95 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ADMINER_DESIGN - label: ADMINER_DESIGN - description: Container Variable ADMINERDESIGN - schema: - type: string - default: "" - - variable: ADMINER_PLUGINS - label: ADMINER_PLUGINS - description: e.g. ADMINERPLUGINS=tables-filter tinymce - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 18080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/airdcpp-webclient/questions.yaml b/charts/stable/airdcpp-webclient/questions.yaml deleted file mode 100644 index bcae4fe0737..00000000000 --- a/charts/stable/airdcpp-webclient/questions.yaml +++ /dev/null @@ -1,151 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10155 - required: true - - variable: unencrypted-tcp - label: "Unencrypted Transfers" - description: "Used for unencrypted transfers." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: unencrypted-tcp - label: "Unencrypted Transfers 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 - default: 21248 - required: true - - variable: encrypted-tcp - label: "Encrypted Transfers" - description: "Used for unencrypted transfers." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: encrypted-tcp - label: "Encrypted Transfers 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 - default: 21249 - required: true - - variable: search-udp - label: "Unencrypted Transfers" - description: "Used for searching." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: search-udp - label: "Search 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 - default: 21248 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/airsonic-advanced/questions.yaml b/charts/stable/airsonic-advanced/questions.yaml deleted file mode 100644 index 60ce4b195fc..00000000000 --- a/charts/stable/airsonic-advanced/questions.yaml +++ /dev/null @@ -1,128 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: JAVA_OPTS - label: "Java Opts" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10122 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: music - label: "App Music Storage" - description: "Stores the Application Music." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: podcasts - label: "App Podcasts Storage" - description: "Stores the Application Podcast." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: playlists - label: "App Playlists Storage" - description: "Stores the Application Playlists." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/airsonic/questions.yaml b/charts/stable/airsonic/questions.yaml deleted file mode 100644 index ead5b1ad9fa..00000000000 --- a/charts/stable/airsonic/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10047 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/alienswarm-reactivedrop/questions.yaml b/charts/stable/alienswarm-reactivedrop/questions.yaml deleted file mode 100644 index dc708b65cfe..00000000000 --- a/charts/stable/alienswarm-reactivedrop/questions.yaml +++ /dev/null @@ -1,166 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "563560" - - variable: GAME_NAME - label: "GAME_NAME" - description: "Game name to start (is connected to the GAMEPARAMS)." - schema: - type: string - default: "reactivedrop" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server." - schema: - type: string - default: "+map lobby -maxplayers 4 +exec server.cfg" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: GAME_PORT - label: "GAME_PORT" - description: "Container Variable GAMEPORT" - schema: - type: string - default: "27015" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27015 - required: true - - variable: tcprconport - label: 'tcprconport service' - description: "TCP RCON Port (not required)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcprconport - label: "tcprconport 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/alienswarm/questions.yaml b/charts/stable/alienswarm/questions.yaml deleted file mode 100644 index f4d1d1a8532..00000000000 --- a/charts/stable/alienswarm/questions.yaml +++ /dev/null @@ -1,166 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "635" - - variable: GAME_NAME - label: "GAME_NAME" - description: "Game name to start (is connected to the GAMEPARAMS)." - schema: - type: string - default: "swarm" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server." - schema: - type: string - default: "+map lobby -maxplayers 4 +exec server.cfg" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: GAME_PORT - label: "GAME_PORT" - description: "Container Variable GAMEPORT" - schema: - type: string - default: "27015" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27015 - required: true - - variable: tcprconport - label: 'tcprconport service' - description: "TCP RCON Port (not required)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcprconport - label: "tcprconport 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/alist/questions.yaml b/charts/stable/alist/questions.yaml deleted file mode 100644 index c02bd4c4637..00000000000 --- a/charts/stable/alist/questions.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10167 - required: true - - variable: aria2 - label: Aria 2 RPC Service Port - description: Adds another port for Aria 2 RPC connections - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: aria2 - label: Aria 2 RPC Service Port - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 6800 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/amcrest2mqtt/questions.yaml b/charts/stable/amcrest2mqtt/questions.yaml deleted file mode 100644 index 01d675cdc16..00000000000 --- a/charts/stable/amcrest2mqtt/questions.yaml +++ /dev/null @@ -1,120 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: AMCREST_USERNAME - label: "AMCREST_USERNAME" - description: "User name used to connect to the Amcrest device" - schema: - type: string - default: "admin" - - variable: AMCREST_PASSWORD - label: "AMCREST_PASSWORD" - description: "Password used to connect to the Amcrest device" - schema: - type: string - default: "changeme" - required: true - - variable: MQTT_USERNAME - label: "MQTT_USERNAME" - description: "User name used to connect to the MQTT broker" - schema: - type: string - default: "mqttuser" - required: true - - variable: MQTT_PASSWORD - label: "MQTT_PASSWORD" - description: "Password used to connect to the MQTT broker" - schema: - type: string - default: "changeme" - - variable: AMCREST_HOST - label: "AMCREST_HOST" - description: "Host name used to connect to the Amcrest device" - schema: - type: string - default: "" - required: true - - variable: AMCREST_PORT - label: "AMCREST_PORT" - description: "Port used to connect to the Amcrest device" - schema: - type: int - default: 80 - required: true - - variable: MQTT_HOST - label: "MQTT_HOST" - description: "Host name used to connect to the MQTT broker" - schema: - type: string - default: "localhost" - required: true - - variable: MQTT_PORT - label: "MQTT_PORT" - description: "Port used to connect to the MQTT broker" - schema: - type: int - default: 1883 - required: true - - variable: HOME_ASSISTANT - label: "HOME_ASSISTANT" - description: "Enable Home Assistant autodiscovery" - schema: - type: boolean - default: false - - variable: HOME_ASSISTANT_PREFIX - label: "HOME_ASSISTANT_PREFIX" - description: "Home Assistant autodiscovery prefix" - schema: - type: string - default: "homeassistant" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/americasarmy-pg/questions.yaml b/charts/stable/americasarmy-pg/questions.yaml deleted file mode 100644 index 6aa8934c7c9..00000000000 --- a/charts/stable/americasarmy-pg/questions.yaml +++ /dev/null @@ -1,160 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "203300" - - variable: SRV_NAME - label: "SRV_NAME" - description: "Container Variable SRVNAME" - schema: - type: string - default: "Army Docker" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server." - schema: - type: string - default: "-port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8778 - required: true - - variable: steamqueryport - label: 'steamqueryport service' - description: "UDP Queryport (if you need another port, please delete this entry and create a new UDP Port with the required port number, also dont forget to click an Show more settings ... and change the port number" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: steamqueryport - label: "steamqueryport 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/amule/questions.yaml b/charts/stable/amule/questions.yaml deleted file mode 100644 index f418dcef234..00000000000 --- a/charts/stable/amule/questions.yaml +++ /dev/null @@ -1,164 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: WEBUI_PWD - label: WEBUI_PWD - description: Password for WebUI. - schema: - type: string - default: "" - - variable: WEBUI_TEMPLATE - label: WEBUI_TEMPLATE - description: Alternative material WebUI design. - schema: - type: string - default: default -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 4711 - required: true - - variable: porttcp - label: TCP service port - description: Client to client transfers - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: porttcp - label: TCP 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 - default: 4662 - required: true - - variable: portudp - label: UDP service port - description: Extended aMule protocol, Queue Rating, File Reask Ping - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: portudp - label: UDP 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 - default: 4672 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: complete - label: Completed Storage Location - description: This is the location for complete downloads. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: incomplete - label: Incomplete Storage Location - description: This is the location for incomplete downloads. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: config - label: Config Storage - description: This is the location for the internal data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/android-8-0/questions.yaml b/charts/stable/android-8-0/questions.yaml deleted file mode 100644 index e63e2319598..00000000000 --- a/charts/stable/android-8-0/questions.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/androiddebugbridge/questions.yaml b/charts/stable/androiddebugbridge/questions.yaml deleted file mode 100644 index b6464d02e88..00000000000 --- a/charts/stable/androiddebugbridge/questions.yaml +++ /dev/null @@ -1,102 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: bootwait - label: "bootwait" - description: "Length of time in seconds to wait after the container has started before attempting to connect to devices." - schema: - type: string - default: "10" - - variable: devicelist - label: "devicelist" - description: "Comma separated list of androidtvfiretv devices to connect to, each one listed as [iphostname][port],[iphostname][port]." - schema: - type: string - default: "10.0.0.192:5555" - - variable: checkfreq - label: "checkfreq" - description: "Length of time in seconds to wait between successive attempts to connect (or re-connect) to devices." - schema: - type: string - default: "30" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5037 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/anki-sync-server/questions.yaml b/charts/stable/anki-sync-server/questions.yaml deleted file mode 100644 index 67105d8be0c..00000000000 --- a/charts/stable/anki-sync-server/questions.yaml +++ /dev/null @@ -1,106 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ANKISYNCD_USERNAME - label: "Default Username" - description: "Create your default username here" - schema: - type: string - required: true - default: "" - - variable: ANKISYNCD_PASSWORD - label: "Default Passowrd" - description: "Enter default password here" - schema: - type: string - private: true - required: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27701 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/anonaddy/questions.yaml b/charts/stable/anonaddy/questions.yaml deleted file mode 100644 index 73868a31e4e..00000000000 --- a/charts/stable/anonaddy/questions.yaml +++ /dev/null @@ -1,171 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ANONADDY_DOMAIN - label: "Anonaddy Domain" - schema: - type: string - required: true - default: "" - - variable: APP_URL - label: "App Url" - schema: - type: string - default: "" - - variable: MAIL_FROM_NAME - label: "Mail From Name" - schema: - type: string - default: "" - - variable: MAIL_FROM_ADDRESS - label: "Mail From Address" - schema: - type: string - default: "" - - variable: MAIL_HOST - label: "Mail Host" - schema: - type: string - default: "" - - variable: MAIL_PORT - label: "Mail Port" - schema: - type: int - default: 587 - - variable: MAIL_ENCRYPTION - label: "Mail Encryption" - schema: - type: string - default: "tls" - enum: - - value: "" - description: "none" - - value: tls - description: "tls" - - variable: MAIL_EHLO_DOMAIN - label: "Mail Ehlo Domain" - schema: - type: string - default: "" - - variable: MAIL_VERIFY_PEER - label: "Mail Verify Peer" - schema: - type: boolean - default: false -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10110 - required: true - - variable: smtp - label: "smtp Service" - description: "The smtp service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: smtp - label: "smtp 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 - default: 25 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/anope/questions.yaml b/charts/stable/anope/questions.yaml deleted file mode 100644 index 3c2d1499395..00000000000 --- a/charts/stable/anope/questions.yaml +++ /dev/null @@ -1,115 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: HOST - label: "HOST" - description: "Specify the full hostname from your IRCd (must be the same as configured in your IRCd Server)." - schema: - type: string - default: "irc.example.com" - - variable: IP_ADDR - label: "IP_ADDR" - description: "Specify the IP Address from your IRCd (if you run it on Unraid it is usually the IP address of Unraid)." - schema: - type: string - default: "" - - variable: SSL - label: "SSL" - description: "Use SSL to establish the connection (if your IRCd is on the same network this is no problem since Anope talks internally to your IRCd - use this carefully since you have to configure some extra settings in the services.conf itself - valid options are yes or no)." - schema: - type: string - default: "yes" - - variable: PORT - label: "PORT" - description: "The Server port of your IRCd (usually 7000 is without SSL - this is be no proble if you connect it to your internal network since it only talks internally to your IRCd - if you want to enable SSL you have to configure some extra settings in the services.conf itself)." - schema: - type: string - default: "7000" - - variable: PASSWORD - label: "PASSWORD" - description: "This have to be the same as your IRCd Service Password (if you are using InspIRCd click on Show more Settings)." - schema: - type: string - default: "" - - variable: IRCD - label: "IRCD" - description: "Set your IRCd type (valid options are bahamut, charybdis, hybrid, inspircd12, inspircd20, inspircd3, ngircd, plexus, ratbox, unreal (for 3.2.x), unreal4)" - schema: - type: string - default: "inspircd3" - - variable: CASEMAP - label: "CASEMAP" - description: "Specify the casemap of your IRCd (if you use InspIRCd the default value is rfc1459 other clients often use for example ascii)" - schema: - type: string - default: "rfc1459" - - variable: LOCAL_HOSTNAME - label: "LOCAL_HOSTNAME" - description: "Specify the hostname where Anope is available (this has to be something different than your IRCd hostname, you dont have to make it reachable from outside or create any port forwarding - leave this value as it is)" - schema: - type: string - default: "services" - - variable: DATA_PERM - label: "DATA_PERM" - description: "Container Variable DATAPERM" - schema: - type: string - default: "770" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: datapath - label: "datapath Storage" - description: "Data Path" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/answer/questions.yaml b/charts/stable/answer/questions.yaml deleted file mode 100644 index 45e7b6b17ee..00000000000 --- a/charts/stable/answer/questions.yaml +++ /dev/null @@ -1,170 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: answer - group: App Configuration - label: Answer - schema: - additional_attrs: true - type: dict - attrs: - - variable: app - label: App Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: language - label: Language - schema: - type: string - required: true - default: "en-US" - - variable: log_level - label: Log Level - schema: - type: string - required: true - default: DEBUG" - enum: - - value: DEBUG - description: Debug - - value: INFO - description: Info - - value: WARN - description: Warn - - value: ERROR - description: Error - - variable: site - label: Site Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "Answer" - - variable: url - label: Url - schema: - type: string - required: true - default: "http://localhost:9080" - - variable: contact_email - label: Contact Email - schema: - type: string - required: true - default: "" - - variable: admin - label: Admin Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Admin Name - schema: - type: string - required: true - default: "" - - variable: password - label: Admin Password - schema: - type: string - required: true - private: true - min_length: 8 - default: "" - - variable: email - label: Admin Email - schema: - type: string - required: true - default: "" -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/anything-llm/questions.yaml b/charts/stable/anything-llm/questions.yaml deleted file mode 100644 index d20a298d95b..00000000000 --- a/charts/stable/anything-llm/questions.yaml +++ /dev/null @@ -1,476 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} - - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: LLM_PROVIDER - label: LLM Provider - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: openai - description: OpenAI - - value: gemini - description: Gemini - - value: azure - description: Azure - - value: anthropic - description: Anthropic - - value: lmstudio - description: LMStudio - - value: localai - description: LocalAI - - value: ollama - description: Ollama - - value: togetherai - description: TogetherAI - - value: mistral - description: Mistral - - value: huggingface - description: HuggingFace - - variable: OPEN_AI_KEY - label: Open AI Key - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "openai"]] - - variable: GEMINI_API_KEY - label: Gemini AI Key - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "gemini"]] - - variable: GEMINI_LLM_MODEL_PREF - label: Gemini LLM Model Pref - schema: - type: string - default: "gemini-pro" - show_if: [[LLM_PROVIDER, "=", "gemini"]] - - variable: AZURE_OPENAI_KEY - label: Azure OpenAI Key - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "azure"]] - - variable: AZURE_OPENAI_ENDPOINT - label: Azure OpenAI Endpoint - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "azure"]] - - variable: ANTHROPIC_API_KEY - label: Anthropic API Key - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "anthropic"]] - - variable: ANTHROPIC_MODEL_PREF - label: Anthropic Model Pref - schema: - type: string - default: "claude-2" - show_if: [[LLM_PROVIDER, "=", "anthropic"]] - - variable: LMSTUDIO_BASE_PATH - label: LMStudio Base Path - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "lmstudio"]] - - variable: LMSTUDIO_MODEL_TOKEN_LIMIT - label: LMStudio Model Token Limit - schema: - type: int - default: 4096 - show_if: [[LLM_PROVIDER, "=", "lmstudio"]] - - variable: LOCAL_AI_API_KEY - label: Local AI API Key - schema: - type: string - default: "sk-123abc" - show_if: [[LLM_PROVIDER, "=", "localai"]] - - variable: LOCAL_AI_MODEL_TOKEN_LIMIT - label: Local AI Model Token Limit - schema: - type: int - default: 4096 - show_if: [[LLM_PROVIDER, "=", "localai"]] - - variable: LOCAL_AI_BASE_PATH - label: Local AI Base Path - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "localai"]] - - variable: LOCAL_AI_MODEL_PREF - label: Local AI Model Pref - schema: - type: string - default: "luna-ai-llama2" - show_if: [[LLM_PROVIDER, "=", "localai"]] - - variable: OLLAMA_BASE_PATH - label: Ollama Base Path - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "ollama"]] - - variable: OLLAMA_MODEL_PREF - label: Ollama Model Pref - schema: - type: string - default: "llama2" - show_if: [[LLM_PROVIDER, "=", "ollama"]] - - variable: OLLAMA_MODEL_TOKEN_LIMIT - label: Ollama Model Token Limit - schema: - type: int - default: 4096 - show_if: [[LLM_PROVIDER, "=", "ollama"]] - - variable: TOGETHER_AI_API_KEY - label: Together AI API Key - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "togetherai"]] - - variable: TOGETHER_AI_MODEL_PREF - label: Together AI Model pref - schema: - type: string - default: "mistralai/Mixtral-8x7B-Instruct-v0.1" - show_if: [[LLM_PROVIDER, "=", "togetherai"]] - - variable: MISTRAL_API_KEY - label: Mistral API Key - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "mistral"]] - - variable: MISTRAL_MODEL_PREF - label: Mistral Model pref - schema: - type: string - default: "mistral-tiny" - show_if: [[LLM_PROVIDER, "=", "mistral"]] - - variable: HUGGING_FACE_LLM_API_KEY - label: Hugging Face LLM API Key - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "huggingface"]] - - variable: HUGGING_FACE_LLM_TOKEN_LIMIT - label: Hugging Face LLM Token Limit - schema: - type: int - default: 8000 - show_if: [[LLM_PROVIDER, "=", "huggingface"]] - - variable: HUGGING_FACE_LLM_ENDPOINT - label: Hugging Face LLM EndPoint - schema: - type: string - default: "" - show_if: [[LLM_PROVIDER, "=", "huggingface"]] - - variable: OPEN_MODEL_PREF - label: Open Model Pref - schema: - type: string - default: "" - - variable: EMBEDDING_ENGINE - label: Embedding Engine - schema: - type: string - default: default - enum: - - value: "" - description: Default - - value: openai - description: OpenAI - - value: azure - description: Azure - - value: localai - description: LocalAI - - variable: EMBEDDING_MODEL_PREF - label: Embedding Model Pref - schema: - type: string - default: "" - - variable: EMBEDDING_BASE_PATH - label: Embedding Base Path - schema: - type: string - default: "" - - variable: EMBEDDING_MODEL_MAX_CHUNK_LENGTH - label: Embedding Model Max Chunk Length - schema: - type: int - default: 1000 - - variable: VECTOR_DB - label: Vector DB - schema: - type: string - default: default - enum: - - value: "" - description: Default - - value: chroma - description: Chroma - - value: pinecone - description: PineCone - - value: lancedb - description: LanceDB - - value: weaviate - description: Weaviate - - value: qdrant - description: Qdrant - - value: milvus - description: Milvus - - value: zilliz - description: Zilliz - - value: astra - description: Astra DB - - variable: CHROMA_API_KEY - label: Chroma API Key - schema: - type: string - default: "sk-123abc" - show_if: [[VECTOR_DB, "=", "chroma"]] - - variable: CHROMA_API_HEADER - label: Chroma API Header - schema: - type: string - default: "X-Api-Key" - show_if: [[VECTOR_DB, "=", "chroma"]] - - variable: CHROMA_ENDPOINT - label: Chroma Endpoint - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "chroma"]] - - variable: PINECONE_API_KEY - label: PineCone API Key - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "pinecone"]] - - variable: PINECONE_INDEX - label: PineCone Index - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "pinecone"]] - - variable: WEAVIATE_API_KEY - label: Weaviate API Key - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "weaviate"]] - - variable: WEAVIATE_ENDPOINT - label: Weaviate Endpoint - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "weaviate"]] - - variable: QDRANT_API_KEY - label: Qdrant API Key - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "qdrant"]] - - variable: QDRANT_ENDPOINT - label: Qdrant Endpointt - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "qdrant"]] - - variable: MILVUS_ADDRESS - label: Milvus Address - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "milvus"]] - - variable: MILVUS_USERNAME - label: Milvus UserName - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "milvus"]] - - variable: MILVUS_PASSWORD - label: Milvus Password - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "milvus"]] - - variable: ZILLIZ_API_TOKEN - label: Zilliz API Token - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "zilliz"]] - - variable: ZILLIZ_ENDPOINT - label: Zilliz EndPoint - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "zilliz"]] - - variable: ASTRA_DB_APPLICATION_TOKEN - label: Astra DB Application Token - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "astra"]] - - variable: ASTRA_DB_ENDPOINT - label: Astra DB EndPoint - schema: - type: string - default: "" - show_if: [[VECTOR_DB, "=", "astra"]] - - variable: adv_settings - label: Show Advanced Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DISABLE_TELEMETRY - label: Disable Telemetry - schema: - type: boolean - default: false - - variable: PASSWORDMINCHAR - label: Password Min Char - schema: - type: int - default: 8 - - variable: PASSWORDMAXCHAR - label: Password Max Char - schema: - type: int - default: 250 - - variable: PASSWORDLOWERCASE - label: Password LowerCase - schema: - type: int - default: 1 - - variable: PASSWORDUPPERCASE - label: Password UpperCase - schema: - type: int - default: 1 - - variable: PASSWORDNUMERIC - label: Password Numeric - schema: - type: int - default: 1 - - variable: PASSWORDSYMBOL - label: Password Symbol - schema: - type: int - default: 1 - - variable: PASSWORDREQUIREMENTS - label: Password Requirements - schema: - type: int - default: 4 - -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3001 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: storage - label: "App Storage Storage" - description: "Stores the Application Storage." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: hotdir - label: "App HotDir Storage" - description: "Stores the Application HotDir." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: outputs - label: "App Outputs Storage" - description: "Stores the Application Outputs." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/apache-musicindex/questions.yaml b/charts/stable/apache-musicindex/questions.yaml deleted file mode 100644 index e9281b9b870..00000000000 --- a/charts/stable/apache-musicindex/questions.yaml +++ /dev/null @@ -1,82 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10006 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/apache-webdav/questions.yaml b/charts/stable/apache-webdav/questions.yaml deleted file mode 100644 index 1cebb36a10b..00000000000 --- a/charts/stable/apache-webdav/questions.yaml +++ /dev/null @@ -1,155 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: SERVER_NAMES - label: "SERVER_NAMES" - description: "Comma-separated list of domains (eg, example.com,www.example.com). The first is set as the ServerName, and the rest (if any) are set as ServerAlias. The default is localhost." - schema: - type: string - default: "localhost" - - variable: LOCATION - label: "LOCATION" - description: "The URL path for WebDAV (eg, if set to webdav then clients should connect to example.comwebdav). The default is ." - schema: - type: string - default: "/" - - variable: AUTH_TYPE - label: "AUTH_TYPE" - description: "Apache authentication type to use. This can be Basic (best choice for HTTPS) or Digest (best choice for HTTP). The default is Basic." - schema: - type: string - default: "Basic" - - variable: REALM - label: "REALM" - description: "The string will appear in the password dialog provided by browsers." - schema: - type: string - default: "WebDAV-Login" - - variable: USERNAME - label: "USERNAME" - description: "Authenticate with this username (and the password below). Will be ignored if user.passwd is present." - schema: - type: string - default: "" - - variable: PASSWORD - label: "PASSWORD" - description: "Authenticate with this password (and the username above). Will be ignored if user.passwd is present." - schema: - type: string - default: "" - - variable: ANONYMOUS_METHODS - label: "ANONYMOUS_METHODS" - description: "Comma-separated list of HTTP request methods (eg, GET,POST,OPTIONS,PROPFIND) which can be used without login. The default is to disallow any anonymous access." - schema: - type: string - default: "" - - variable: SSL_CERT - label: "SSL_CERT" - description: "Set to selfsigned to generate a self-signed certificate and enable Apaches SSL module. If you specify SERVERNAMES, the first domain is set as the Common Name." - schema: - type: string - default: "" - - variable: PUMASK - label: "PUMASK" - description: "Container Variable PUMASK" - schema: - type: string - default: "0000" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8384 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - description: "Container Path varlibdavdata" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: config - label: "config Storage" - description: "Container Path varlibdav" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/appdaemon/questions.yaml b/charts/stable/appdaemon/questions.yaml deleted file mode 100644 index 7424aaa68f4..00000000000 --- a/charts/stable/appdaemon/questions.yaml +++ /dev/null @@ -1,137 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: TOKEN - label: HA Token - description: Your Long Live Home-Assistant Token - schema: - type: string - private: true - required: true - default: "" - - variable: HA_URL - label: HA URL - description: Your Home-Assistant URL - schema: - type: string - default: "" - required: true - - variable: DASH_URL - label: Dashboard URL - description: URL of your AppDaemon dashboard - schema: - type: string - default: http://$HOSTNAME:5050 - required: true - - variable: LATITUDE - label: Latitude - description: Latitude of your home assistant instance - schema: - type: string - default: "" - valid_chars: '^(\+|-)?(?:90(?:(?:\.0{1,15})?)|(?:[0-9]|[1-8][0-9])(?:(?:\.[0-9]{1,15})?))$' - required: true - - variable: LONGITUDE - label: Longitude - description: Longitude of your home assistant instance - schema: - type: string - default: "" - valid_chars: '^(\+|-)?(?:180(?:(?:\.0{1,15})?)|(?:[0-9]|[1-9][0-9]|1[0-7][0-9])(?:(?:\.[0-9]{1,15})?))$' - required: true - - variable: ELEVATION - label: Elevation - description: Longitude of your home assistant instance - schema: - type: int - default: 0 - required: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5050 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: conf - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/apt-cacher-ng/questions.yaml b/charts/stable/apt-cacher-ng/questions.yaml deleted file mode 100644 index ba42622adef..00000000000 --- a/charts/stable/apt-cacher-ng/questions.yaml +++ /dev/null @@ -1,88 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3142 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: apt-cacher-ng - label: apt-cacher-ng Storage - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/archivebox/questions.yaml b/charts/stable/archivebox/questions.yaml deleted file mode 100644 index 35ddbad161d..00000000000 --- a/charts/stable/archivebox/questions.yaml +++ /dev/null @@ -1,110 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: config - label: "" - group: "App Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: admin_username - label: "Admin Username" - description: "This is the initial admin user's username to create." - schema: - type: string - default: "admin" - - variable: admin_password - label: "Admin Password" - description: "This is the initial admin user's password to create." - schema: - type: string - default: "changeme" -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9598 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/archiveteam-warrior/questions.yaml b/charts/stable/archiveteam-warrior/questions.yaml deleted file mode 100644 index dce8bea4d3a..00000000000 --- a/charts/stable/archiveteam-warrior/questions.yaml +++ /dev/null @@ -1,82 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8001 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/aria2/questions.yaml b/charts/stable/aria2/questions.yaml deleted file mode 100644 index 4901a889c85..00000000000 --- a/charts/stable/aria2/questions.yaml +++ /dev/null @@ -1,143 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: RPC_SECRET - label: RPC Secret - description: Set RPC secret authorization token. - schema: - type: string - private: true - default: "" - - variable: DISK_CACHE - label: Disk Cache - description: Set up disk cache. SIZE can include K or M. - schema: - type: string - default: "64M" - - variable: UPDATE_TRACKERS - label: Update Trackers - description: Whether to update BT Trackers List automatically. - schema: - type: boolean - default: true - - variable: CUSTOM_TRACKER_URL - label: Custom Trackers URL - description: Custom BT Trackers List URL. - schema: - type: string - default: "https://trackerslist.com/all_aria2.txt" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6800 - required: true - - variable: listen - label: Listen Service - description: - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: listen - label: Listen 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 - default: 6888 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ariang/questions.yaml b/charts/stable/ariang/questions.yaml deleted file mode 100644 index 647f7901b69..00000000000 --- a/charts/stable/ariang/questions.yaml +++ /dev/null @@ -1,76 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10276 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/arksurvivalevolved/questions.yaml b/charts/stable/arksurvivalevolved/questions.yaml deleted file mode 100644 index 4c8d3c296b6..00000000000 --- a/charts/stable/arksurvivalevolved/questions.yaml +++ /dev/null @@ -1,295 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: ark - group: App Configuration - label: Ark Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: username - label: Username - description: Optionally set a steam username otherwise (disable Steam Guard). - schema: - type: string - default: "" - - variable: password - label: Password - description: Optionally set a steam password (disable Steam Guard). - schema: - type: string - private: true - default: "" - - variable: srv_password - label: Server Password - description: Optionally set a password for the server (this field accepts no spaces) - schema: - type: string - private: true - default: "" - - variable: srv_admin_pass - label: Server Admin Password - description: Optionally set a password for the admin (this field accepts no spaces) - schema: - type: string - private: true - default: "" - - variable: game_id - label: Game ID - description: "The SteamCMD Game ID." - schema: - type: string - required: true - default: "376030" - - variable: custom_map - label: Custom Map - description: Custom Map name. - schema: - type: string - default: "" - - variable: map - label: Map - description: Map Name - schema: - type: string - show_if: [["custom_map", "=", ""]] - default: TheIsland - enum: - - value: TheIsland - description: Island - - value: TheCenter - description: Center - - value: ScorchedEarth_P - description: Scorched Earth - - value: Ragnarok - description: Ragnarok - - value: Aberration_P - description: Aberration - - value: Extinction - description: Extinction - - value: Genesis - description: Genesis - - value: Valguero_P - description: Valguero - - value: CrystalIsles - description: Crystal Isles - - value: Gen2 - description: Genesis 2 - - value: Lost Island - description: LostIsland - - value: Fjordur - description: Fjordur - - value: custom - description: Custom - - variable: server_name - label: Server Name - description: Optionally set a name for the server (this field accepts no spaces) - schema: - type: string - default: "" - - variable: validate - label: Validate - description: Enable to validate the installation, otherwise uncheck it. - schema: - type: boolean - default: true - - variable: rcon_enabled - label: Enable RCON - schema: - type: boolean - default: true - - variable: game_params - label: Game Parameters - description: Enter your game parameters starting with ?, one per entry - schema: - type: list - default: [] - items: - - variable: game_params_entry - label: Parameter Entry - description: Single parameter per entry. Start with ? - schema: - type: string - default: "" - required: true - - variable: easy_game_extra_params - label: Game Extra Parameters (Easy) - description: Appends the game extra params to the Game Extra Parameters list - schema: - additional_attrs: true - type: dict - attrs: - - variable: server - label: Server Flag - description: Adds -server flag to Game Extra Parameters - schema: - type: boolean - default: true - - variable: log - label: Log Flag - description: Adds -log flag to Game Extra Parameters - schema: - type: boolean - default: true - - variable: crossplay - label: Crossplay Flag - description: Adds -crossplay flag to Game Extra Parameters - schema: - type: boolean - default: true - - variable: game_params_extra - label: Game Extra Parameters - description: "Enter your game extra parameters, one per entry" - schema: - type: list - default: [] - items: - - variable: game_params_extra_entry - label: Extra Parameter Entry - description: Single parameter per entry. - schema: - type: string - default: "" - required: true -# Include{containerConfig} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7777 - required: true - - variable: game - label: Game Service Port Configuration (Main Port + 1) - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 7778 - required: true - - variable: query - label: Query service - description: Query Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: query - label: Query 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 - default: 27015 - required: true - - variable: rcon - label: Rcon service - description: Rcon Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: rcon - label: Rcon 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 - default: 27020 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: App SteamCMD Storage - description: Stores the Application SteamCMD. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: App ServerFiles Storage - description: Stores the Application ServerFiles. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/arma3/questions.yaml b/charts/stable/arma3/questions.yaml deleted file mode 100644 index f4021b215ac..00000000000 --- a/charts/stable/arma3/questions.yaml +++ /dev/null @@ -1,256 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "233780" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server.Note To change the Port of the server please click on Show more settings button, dont forget to change the other ports." - schema: - type: string - default: "-config=server.cfg -mod=" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: GAME_PORT - label: "GAME_PORT" - description: "Container Variable GAMEPORT" - schema: - type: string - default: "2302" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 2302 - required: true - - variable: udpgameport - label: 'udpgameport service' - description: "Same as TCP Game Port" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udpgameport - label: "udpgameport 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 - default: 2302 - required: true - - variable: udpsteamquerry - label: 'udpsteamquerry service' - description: "UDP Game Port 1" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udpsteamquerry - label: "udpsteamquerry 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 - default: 2303 - required: true - - variable: udpsteammaster - label: 'udpsteammaster service' - description: "UDP Game Port 2" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udpsteammaster - label: "udpsteammaster 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 - default: 2304 - required: true - - variable: udpvonport - label: 'udpvonport service' - description: "UDP Game Port 3" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udpvonport - label: "udpvonport 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 - default: 2305 - required: true - - variable: udpbattleyetra - label: 'udpbattleyetra service' - description: "UDP Game Port 4" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udpbattleyetra - label: "udpbattleyetra 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 - default: 2306 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: profiles - label: "profiles Storage" - description: "serverdata.localshare" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/arma3exilemod/questions.yaml b/charts/stable/arma3exilemod/questions.yaml deleted file mode 100644 index e9c52b1f3a6..00000000000 --- a/charts/stable/arma3exilemod/questions.yaml +++ /dev/null @@ -1,296 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "233780" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server.Note To change the Port of the server please click on Show more settings button, dont forget to change the other ports." - schema: - type: string - default: "" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: MARIA_DB_ROOT_PWD - label: "MARIA_DB_ROOT_PWD" - description: "Enter the preffered root password of the database." - schema: - type: string - default: "ExileMod" - - variable: WORKSHOP_MAN_INST - label: "WORKSHOP_MAN_INST" - description: "Please set to true (without quotes) if you want to install the Workshopcontent for ExileMod manually since the account you specified above must have a valid game purchase for ArmA3 (you could also use one account to download the dedicated server files and another to install the Workshop files).A COMPLETE HOW TO WILL BE IN THE CONSOLEWARNING Please let this variable set to true if you initially set it to true." - schema: - type: string - default: "" - - variable: GAME_PORT - label: "GAME_PORT" - description: "Container Variable GAMEPORT" - schema: - type: string - default: "2302" - - variable: EXILEMOD_SERVER_URL - label: "EXILEMOD_SERVER_URL" - description: "Change only if you know what you are doing!" - schema: - type: string - default: "http://www.exilemod.com/ExileServer-1.0.4a.zip" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 2302 - required: true - - variable: udpgameport - label: 'udpgameport service' - description: "Same as TCP Game Port" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udpgameport - label: "udpgameport 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 - default: 2302 - required: true - - variable: udpsteamquerry - label: 'udpsteamquerry service' - description: "UDP Game Port 1" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udpsteamquerry - label: "udpsteamquerry 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 - default: 2303 - required: true - - variable: udpsteammaster - label: 'udpsteammaster service' - description: "UDP Game Port 2" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udpsteammaster - label: "udpsteammaster 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 - default: 2304 - required: true - - variable: udpvonport - label: 'udpvonport service' - description: "UDP Game Port 3" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udpvonport - label: "udpvonport 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 - default: 2305 - required: true - - variable: udpbattleyetra - label: 'udpbattleyetra service' - description: "UDP Game Port 4" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udpbattleyetra - label: "udpbattleyetra 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 - default: 2306 - required: true - - variable: tcpmariadb - label: 'tcpmariadb service' - description: "Not required, only if you want to connect to the database from outside. Delete if you allready have a MariaDB container running." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcpmariadb - label: "tcpmariadb 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 - default: 3306 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: profiles - label: "profiles Storage" - description: "serverdata.localshare" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/assettocorsa/questions.yaml b/charts/stable/assettocorsa/questions.yaml deleted file mode 100644 index 3f18d668a59..00000000000 --- a/charts/stable/assettocorsa/questions.yaml +++ /dev/null @@ -1,226 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "302550" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: INSTALL_STRACKER - label: "INSTALL_STRACKER" - description: "Set to true (without quotes) to install Stacker, otherwise leave blank (Please note that you can only Stacker or Assetto-Server-Manager, not both at the same time)." - schema: - type: string - default: "" - - variable: INSTALL_ASSETTO_SERVER_MANAGER - label: "INSTALL_ASSETTO_SERVER_MANAGER" - description: "Set to true (without quotes) to install Assetto-Server-Manager, otherwise leave blank (Please note that you can only Stacker or Assetto-Server-Manager, not both at the same time)." - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9600 - required: true - - variable: udp - label: 'udp service' - description: "Container Port 9600" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udp - label: "udp 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 - default: 9600 - required: true - - variable: tcp2 - label: 'tcp2 service' - description: "Container Port 8081" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcp2 - label: "tcp2 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 - default: 8081 - required: true - - variable: stracker - label: 'stracker service' - description: "Only needed if you installed Stacker (Webserver Address http[IPOFYOURSERVER]50041)." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: stracker - label: "stracker 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 - default: 50041 - required: true - - variable: assetto - label: 'assetto service' - description: "Only needed if you installed Assetto-Server-Manager (Webserver Address http[IPOFYOURSERVER]8771)." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: assetto - label: "assetto 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 - default: 8772 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/atuin/questions.yaml b/charts/stable/atuin/questions.yaml deleted file mode 100644 index f2d6f7bc2ad..00000000000 --- a/charts/stable/atuin/questions.yaml +++ /dev/null @@ -1,100 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - - variable: atuin - group: App Configuration - label: Atuin Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: open_registration - label: Open Registration - description: If true, accept new user registrations. - schema: - type: boolean - default: false - -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8888 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Config." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 1000 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 1000 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/audacity/questions.yaml b/charts/stable/audacity/questions.yaml deleted file mode 100644 index c9e39174ad3..00000000000 --- a/charts/stable/audacity/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10032 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/audiobookshelf/questions.yaml b/charts/stable/audiobookshelf/questions.yaml deleted file mode 100644 index 98af3364763..00000000000 --- a/charts/stable/audiobookshelf/questions.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10223 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: audiobooks - label: App Audiobooks Storage - description: Stores the Application Audiobooks. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: metadata - label: App Metadata Storage - description: Stores the Application Metadata. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/aurora-files/questions.yaml b/charts/stable/aurora-files/questions.yaml deleted file mode 100644 index e63e2319598..00000000000 --- a/charts/stable/aurora-files/questions.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/authentik/questions.yaml b/charts/stable/authentik/questions.yaml deleted file mode 100644 index 0be690e5e99..00000000000 --- a/charts/stable/authentik/questions.yaml +++ /dev/null @@ -1,658 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: authentik - group: App Configuration - label: Authentik Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: credentials - label: Credentials - schema: - additional_attrs: true - type: dict - attrs: - - variable: email - label: Email - description: | - Set the default email address for the akadmin user.
- Only read on initial install, changing this will have no effect. - schema: - type: string - required: true - immutable: true - default: "" - - variable: password - label: Password - description: | - Set the default password for the akadmin user.
- Only read on initial install, changing this will have no effect. - schema: - type: string - private: true - required: true - immutable: true - default: "" - - variable: bootstrapToken - label: (Optional) Bootstrap Token - description: | - Set the bootstrap token for the authentik server.
- Only read on initial install, changing this will have no effect.
- Only set this token if you plan to use the API right after installation. - schema: - type: string - private: true - immutable: true - default: "" - - variable: general - label: General - schema: - additional_attrs: true - type: dict - attrs: - - variable: disableUpdateCheck - label: Disable Update Check - description: Disable the inbuilt update-checker - schema: - type: boolean - default: false - - variable: disableStartupAnalytics - label: Disable Startup Analytics - description: Disable startup analytics - schema: - type: boolean - default: true - - variable: allowUserChangeName - label: Allow User Change Name - description: Enable the ability for users to change their Name - schema: - type: boolean - default: true - - variable: allowUserChangeEmail - label: Allow User Change Mail - description: Enable the ability for users to change their Email address - schema: - type: boolean - default: true - - variable: allowUserChangeUsername - label: Allow User Change Username - description: Enable the ability for users to change their Usernames - schema: - type: boolean - default: true - - variable: gdprCompliance - label: GDPR Compliance - description: When enabled, all the events caused by a user will be deleted upon the user's deletion - schema: - type: boolean - default: true - - variable: overwriteDefaultBlueprints - label: Overwrite Default Blueprints - description: | - When enabled, all the default blueprints will be overwritten
- True: mountPath: /blueprints
- False: mountPath: /blueprints/custom - schema: - type: boolean - default: false - - variable: tokenLength - label: Token Length - description: Configure the length of generated tokens - schema: - type: int - min: 60 - default: 128 - - variable: impersonation - label: Impersonation - description: Globally enable / disable impersonation - schema: - type: boolean - default: true - - variable: avatars - label: Avatars - description: Configure how authentik should show avatars for users - schema: - type: list - default: - - gravatar - - initials - items: - - variable: avatar - label: Avatar - description: Avatar type - schema: - type: string - default: "" - required: true - - variable: footerLinks - label: Footer Links - description: This option configures the footer links on the flow executor pages - schema: - type: list - default: - - name: Authentik - href: https://goauthentik.io - items: - - variable: footerLink - label: Footer Link - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: Name of the link - schema: - type: string - default: "" - required: true - - variable: href - label: Href - description: URL of the link - schema: - type: string - default: "" - required: true - - variable: email - label: Email - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: Mail Server Host - description: Sets host of mail server - schema: - type: string - default: "" - - variable: port - label: Mail Server Port - description: Sets port of mail server - schema: - type: int - default: 587 - - variable: username - label: Username - description: Sets username of mail server - schema: - type: string - default: "" - - variable: password - label: Password - description: Sets password of mail server - schema: - type: string - private: true - default: "" - - variable: useTLS - label: Use TLS for authentication - description: Sets TLS for mail server authentication - schema: - type: boolean - default: true - - variable: useSSL - label: Use SSL for authentication - description: Sets SSL for mail server authentication - schema: - type: boolean - default: false - - variable: timeout - label: Timeout of authentication - description: Sets timeout for mail server authentication - schema: - type: int - default: 10 - - variable: from - label: From Address - description: Email address authentik will send from - schema: - type: string - default: "" - - variable: ldap - label: LDAP - schema: - additional_attrs: true - type: dict - attrs: - - variable: tls_ciphers - label: TLS Ciphers - description: | - Allows configuration of TLS Ciphers for LDAP connections used by LDAP sources.
- Setting applies to all sources - schema: - type: string - default: "null" - - variable: taskTimeoutHours - label: Task Timeout Hours - description: Timeout in hours for LDAP synchronization tasks - schema: - type: int - default: 2 - - variable: logging - label: Logging - schema: - additional_attrs: true - type: dict - attrs: - - variable: log_level - label: Log Level - description: Log level for the server and worker containers - schema: - type: string - default: info - enum: - - value: trace - description: trace - - value: debug - description: debug - - value: info - description: info - - value: warning - description: warning - - value: error - description: error - - variable: error_reporting - label: Error Reporting - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Reporting - description: Enables error reporting - schema: - type: boolean - default: false - show_subquestions_if: - subquestions: - - variable: sendPII - label: Send Personal Data - description: Whether or not to send personal data, like usernames - schema: - type: boolean - default: false - - variable: environment - label: Environment - description: The environment tag associated with all data sent to Sentry - schema: - type: string - default: customer - - variable: sentryDSN - label: Sentry DSN - description: Sets the DSN for the Sentry API endpoint. - schema: - type: string - private: true - default: "" - - variable: geoip - label: GeoIP - schema: - additional_attrs: true - type: dict - attrs: - - variable: wipeBuiltInDb - label: Wipe Built-In GeoIP DB - description: | - Wipes the built-in GeoIP database.
- With this set to false, and disabled GeoIP container,
- It will use the built-in database. - schema: - type: boolean - show_if: [["enabled", "=", false]] - default: false - - variable: enabled - label: Enabled - description: | - Enables and configures the GeoIP container.
- This will deploy the GeoIP container. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: editionID - label: Edition ID - description: | - The edition ID of the database to download.
- Only one seems to be supported by Authentik. - schema: - type: string - default: GeoLite2-City - - variable: frequency - label: Frequency - description: The number of hours between geoipupdate runs. - schema: - type: int - min: 1 - default: 8 - - variable: accountID - label: Account ID - description: Your MaxMind account ID - schema: - type: string - private: true - required: true - default: "" - - variable: licenseKey - label: License Key - description: Your MaxMind license key - schema: - type: string - private: true - required: true - default: "" - - variable: outposts - label: Outposts - schema: - additional_attrs: true - type: dict - attrs: - - variable: proxy - label: Proxy - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: | - Enables and configures the Proxy container.
- This will deploy the Proxy container. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: token - label: Token - description: | - The token used to authenticate with the authentik server. - schema: - type: string - private: true - required: true - default: "" - - variable: radius - label: Radius - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: | - Enables and configures the Radius container.
- This will deploy the Radius container. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: token - label: Token - description: | - The token used to authenticate with the authentik server. - schema: - type: string - private: true - required: true - default: "" - - variable: ldap - label: LDAP - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: | - Enables and configures the LDAP container.
- This will deploy the LDAP container. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: token - label: Token - description: | - The token used to authenticate with the authentik server. - schema: - type: string - private: true - required: true - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10229 - required: true - - variable: proxy - label: Proxy Service - description: The Proxy service. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: http - label: HTTP 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 - default: 10227 - required: true - - variable: https - label: HTTPS 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 - default: 10228 - required: true - - variable: radius - label: RADIUS Service - description: The RADIUS service. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: radius - label: RADIUS 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 - default: 1812 - required: true - - variable: ldap - label: LDAP Service - description: The LDAP service. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: ldap - label: LDAP 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 - default: 389 - required: true - - variable: ldaps - label: LDAPS Service - description: The LDAPS service. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: ldaps - label: LDAPS 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 - default: 636 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: media - label: App Media Storage - description: Stores the Application Media. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: templates - label: App Templates Storage - description: Stores the Application Templates. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: blueprints - label: App Blueprints Storage - description: Stores the Application Blueprints. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: certs - label: App Certs Storage - description: Stores the Application Certs. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: geoip - label: App GeoIP Storage - description: Stores the Application GeoIP. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main (HTTPS) Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} - - variable: proxy - label: Proxy (HTTPS) Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 1000 - - variable: runAsGroup - label: runAsGroup - description: The groupID of the user running the application - schema: - type: int - default: 1000 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/auto-yt-dl/questions.yaml b/charts/stable/auto-yt-dl/questions.yaml deleted file mode 100644 index d0883592024..00000000000 --- a/charts/stable/auto-yt-dl/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: hostpath1 - label: "hostpath1 Storage" - description: "This is the destination of the downloaded videos." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "data Storage" - description: "Used to store data (ex. monitored Channels)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/autobrr/questions.yaml b/charts/stable/autobrr/questions.yaml deleted file mode 100644 index 3e8bf6d5f57..00000000000 --- a/charts/stable/autobrr/questions.yaml +++ /dev/null @@ -1,116 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} - - - variable: autobrr - group: App Configuration - label: Autobrr Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: log_level - label: Log Level - schema: - type: string - default: "DEBUG" - enum: - - value: "ERROR" - description: "Error" - - value: "DEBUG" - description: "Debug" - - value: "INFO" - description: "Info" - - value: "WARN" - description: "Warn" - - value: "TRACE" - description: "Trace" - -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7474 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/automatic-music-downloader/questions.yaml b/charts/stable/automatic-music-downloader/questions.yaml deleted file mode 100644 index 1857aa8c99c..00000000000 --- a/charts/stable/automatic-music-downloader/questions.yaml +++ /dev/null @@ -1,284 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: AUTOSTART - label: "Auto Start" - description: "true = Enabled :: Runs script automatically on startup" - schema: - type: boolean - default: true - - variable: SCRIPTINTERVAL - label: "Script Interval" - description: "#s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when AUTOSTART is enabled" - schema: - type: string - default: "1h" - - variable: DOWNLOADMODE - label: "Download Mode" - description: > - "`wanted` or `artist` :: wanted mode only download missing/cutoff :: - artist mode downloads all albums by an artist (requires lidarr volume mapping root media folders for import)" - schema: - type: string - default: "wanted" - enum: - - value: "wanted" - description: "Only missing/cutoff" - - value: "artist" - description: "All albums" - - variable: FALLBACKSEARCH - label: "Fallback Search" - description: "True or False :: True = enabled :: Allows DL client to search for missing songs when they are not available" - schema: - type: boolean - default: true - - variable: LIST - label: "LIST" - description: "Both or missing or cutoff :: both = missing + cutoff :: missng = lidarr missing list :: cutoff = lidarr cutoff list" - schema: - type: string - default: "both" - enum: - - value: "both" - description: "missing + cutoff" - - value: "missing" - description: "lidarr missing list" - - value: "cutoff" - description: "lidarr cutoff list" - - variable: SearchType - label: "Search Type" - description: | - both or artist or fuzzy - both = artist + fuzzy searching - artist = only artist searching - fuzzy = only fuzzy searching (Various Artist is always fuzzy searched, regardless of setting) - schema: - type: string - default: "both" - enum: - - value: "both" - description: "Artist + fuzzy searching." - - value: "artist" - description: "Only artist searching." - - value: "fuzzy" - description: "Only fuzzy searching." - - variable: Concurrency - label: "Concurrency" - description: "Number of concurrent downloads" - schema: - type: int - default: 1 - - variable: EMBEDDED_COVER_QUALITY - label: "Embedded Cover Quality" - description: "Controls the quality of the cover image compression in percentage, 100 = no compression" - schema: - type: int - default: 80 - - variable: FORMAT - label: "Format" - description: | - FLAC or MP3 or OPUS or AAC or ALAC. - FLAC is an audio coding format for lossless compression of digital audio. - MP3 (or mp3) as a file format commonly designates files containing an elementary stream of MPEG-1 Audio or MPEG-2 Audio encoded data. - Opus is a lossy audio coding format developed by the Xiph.Org Foundation and standardized by the Internet Engineering Task Force. - Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio compression. - schema: - type: string - default: "FLAC" - enum: - - value: "FLAC" - description: "FLAC" - - value: "MP3" - description: "MP3" - - value: "OPUS" - description: "OPUS" - - value: "AAC" - description: "AAC" - - value: "ALAC" - description: "ALAC" - - variable: BITRATE - label: "Bit Rate" - description: "FLAC -> OPUS/AAC/MP3 will be converted using this bitrate (MP3 320/128 is native, not converted)" - schema: - type: int - default: 320 - - variable: ENABLEPOSTPROCESSING - label: "Enable Postprocessing" - description: "true = enabled :: enables or disables post processing processes as much as possible" - schema: - type: boolean - default: true - - variable: FORCECONVERT - label: "Force Convert" - description: "true = enabled :: This will convert lossy MP3 to desired target format (exluding FLAC/ALAC, ALAC will convert to AAC)" - schema: - type: boolean - default: true - - variable: requirequality - label: "Require Quality" - description: "true = enabled :: Requires all downloaded files match target file extension (mp3 or flac) when enabled" - schema: - type: boolean - default: true - - variable: MatchDistance - label: "Match Distance" - description: > - "Set as an integer, the higher the number, the more lenient it is. - Example: A match score of 0 is a perfect match :: For more information, - this score is produced using this function: Algorithm Implementation/Strings/Levenshtein distance" - schema: - type: int - default: 10 - - variable: replaygain - label: "Replay Gain" - description: "true = enabled :: Scans and analyzes files to add replaygain tags to song metadata" - schema: - type: boolean - default: true - - variable: FolderPermissions - label: "Folder Permissions" - description: "Based on chmod linux permissions" - schema: - type: int - default: 766 - - variable: FilePermissions - label: "File Permissions" - description: "Based on chmod linux permissions" - schema: - type: int - default: 666 - - variable: MBRAINZMIRROR - label: "Mbrainz Mirror" - description: "OPTIONAL :: Only change if using a different mirror" - schema: - type: string - default: "https://musicbrainz.org" - - variable: MBRATELIMIT - label: "Mb Rate Limit" - description: "OPTIONAL: musicbrainz rate limit, musicbrainz allows only 1 connection per second, max setting is 10 :: Set to 101 to disable limit" - schema: - type: int - default: 1 - - variable: LidarrUrl - label: "Lidarr Url" - description: "Set domain or IP to your Lidarr instance including port. If using reverse proxy, do not use a trailing slash. Ensure you specify http/s." - schema: - type: string - default: "http://x.x.x.x:8686" - - variable: LidarrAPIkey - label: "Lidarr Api Key" - description: "Lidarr API key." - schema: - type: string - default: "LIDARRAPI" - - variable: ARL_TOKEN - label: "ARL Token" - description: "Deezer ARL Cookie" - schema: - type: string - default: "ARLTOKEN" - - variable: NOTIFYPLEX - label: "Notify PLEX" - description: "true = enabled :: ONLY APPLIES ARTIST MODE :: Plex must have a music library added and be configured to use the exact same mount point as Lidarr's root folder" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: PLEXLIBRARYNAME - label: "PLEX Library Name" - description: "This must exactly match the name of the Plex Library that contains the Lidarr Media Folder data" - schema: - type: string - default: "Music" - - variable: PLEXURL - label: "PLEX URL" - description: "Path to PLEX." - schema: - type: string - default: "http://x.x.x.x:32400" - - variable: PLEXTOKEN - label: "PLEX Token" - description: "PLEX API token." - schema: - type: string - default: "plextoken" - - variable: ALBUM_TYPE_FILTER - label: "Album Type Filter" - description: 'Filter Types: COMPILE, SINGLE, ALBUM, EP (this is a ", " separated list of Album Types to skip) (Applicable to artist mode only)' - schema: - type: string - default: "COMPILE" - - variable: POSTPROCESSTHREADS - label: "Post Process Threads" - description: "Controls number of threads used for Format conversion and replay gain tagging" - schema: - type: int - default: 1 -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/automatic-ripping-machine/questions.yaml b/charts/stable/automatic-ripping-machine/questions.yaml deleted file mode 100644 index 0b747a26b11..00000000000 --- a/charts/stable/automatic-ripping-machine/questions.yaml +++ /dev/null @@ -1,93 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10683 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: arm - label: "App Arm Storage" - description: "Stores the Application Arm." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/autoscan/questions.yaml b/charts/stable/autoscan/questions.yaml deleted file mode 100644 index 6225d8e4d6d..00000000000 --- a/charts/stable/autoscan/questions.yaml +++ /dev/null @@ -1,93 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: PLEX_LOGIN - label: PLEX_LOGIN - description: Set plex username. - schema: - type: string - default: "" - - variable: PLEX_PASSWORD - label: PLEX_PASSWORD - description: Set plex password. - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3030 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: config Storage - description: Container Path config - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/avidemux/questions.yaml b/charts/stable/avidemux/questions.yaml deleted file mode 100644 index 9dd3a440724..00000000000 --- a/charts/stable/avidemux/questions.yaml +++ /dev/null @@ -1,183 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: - # Portal -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Secrets" - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PASSWORD - label: "VNC_PASSWORD" - description: "Password needed to connect to the application's GUI. See the VNC Password section for more details." - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} - - variable: avidemux - group: "App Configuration" - label: "Avidemux Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ENABLE_CJK_FONT - label: "ENABLE_CJK_FONT" - description: "When set to true, open-source computer font WenQuanYi Zen Hei is installed. " - schema: - type: boolean - default: false - - variable: KEEP_APP_RUNNING - label: "KEEP_APP_RUNNING" - description: "When set to true, the application will be automatically restarted if it crashes or if a user quits it." - schema: - type: boolean - default: false - - variable: gui - label: "GUI Settings" - description: "Always read description before changing a value here. Also refer to README" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DISPLAY_WIDTH - label: "DISPLAY_WIDTH" - description: "Width (in pixels) of the application's window." - schema: - type: int - default: 1280 - required: true - - variable: DISPLAY_HEIGHT - label: "DISPLAY_HEIGHT" - description: "Height (in pixels) of the application's window." - schema: - type: int - default: 768 - required: true - - variable: SECURE_CONNECTION - label: "SECURE_CONNECTION" - description: "When set to true, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section for more details." - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10272 - required: true - - variable: vnc - label: "VNC Service" - description: "VNC Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: vnc - label: "TCP 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 - default: 10273 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: storage - label: "App Storage" - description: "Application Storage." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/avorion/questions.yaml b/charts/stable/avorion/questions.yaml deleted file mode 100644 index bcbf6c1052a..00000000000 --- a/charts/stable/avorion/questions.yaml +++ /dev/null @@ -1,226 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "565060" - - variable: GALAXY_NAME - label: "GALAXY_NAME" - description: "Enter the Galaxy Name here (also the savepath will be the same as the Galaxy Name in the serverfiles folder, please use no spaces or special characters)." - schema: - type: string - default: "AvorionDocker" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server (for example the server admin --admin [YOURsteamID64] e.g --admin 123456789123456789 without quotes)." - schema: - type: string - default: "" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27000 - required: true - - variable: hostport2 - label: 'hostport2 service' - description: "Container Port 27000" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: hostport2 - label: "hostport2 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 - default: 27000 - required: true - - variable: hostport3 - label: 'hostport3 service' - description: "Container Port 27003" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: hostport3 - label: "hostport3 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 - default: 27003 - required: true - - variable: hostport4 - label: 'hostport4 service' - description: "Container Port 27020" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: hostport4 - label: "hostport4 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 - default: 27020 - required: true - - variable: hostport5 - label: 'hostport5 service' - description: "Container Port 27021" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: hostport5 - label: "hostport5 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 - default: 27021 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/babybuddy/questions.yaml b/charts/stable/babybuddy/questions.yaml deleted file mode 100644 index 0d7aaea9b61..00000000000 --- a/charts/stable/babybuddy/questions.yaml +++ /dev/null @@ -1,105 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: CSRF_TRUSTED_ORIGINS - label: "CSRF_TRUSTED_ORIGINS" - description: "Add any address you'd like to access babybuddy at (comma separated, no spaces)" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10069 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/backuppc/questions.yaml b/charts/stable/backuppc/questions.yaml deleted file mode 100644 index 9220372820d..00000000000 --- a/charts/stable/backuppc/questions.yaml +++ /dev/null @@ -1,188 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: backuppc - group: App Configuration - label: Backup PC - schema: - additional_attrs: true - type: dict - attrs: - - variable: smtp - label: SMTP Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: auto_from - label: Auto From - description: Add setting to support sending through Gmail SMTP. - schema: - type: boolean - default: false - - variable: host - label: SMTP Host - schema: - type: string - default: "" - - variable: port - label: SMTP Port - schema: - type: int - default: 25 - - variable: domain - label: HELO Domain - schema: - type: string - default: "" - - variable: maildomain - label: Mail Domain From. - schema: - type: string - default: "" - - variable: auth - label: SMTP Authentication - schema: - type: string - default: "NONE" - - variable: user - label: SMTP Username - schema: - type: string - default: "" - - variable: pass - label: SMTP Password - schema: - type: string - private: true - default: "" - - variable: tls - label: TLS - description: Use TLS. - schema: - type: boolean - default: false - - variable: starttls - label: StartTLS - description: Start TLS from within session. - schema: - type: boolean - default: false - - variable: tlscertcheck - label: TLS Cert Check - description: Check remote certificate. - schema: - type: boolean - default: false -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: ssh - label: "App SSH Storage" - description: "Stores the Application SSH." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logs - label: "App Logs Storage" - description: "Stores the Application Logs." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/baikal/questions.yaml b/charts/stable/baikal/questions.yaml deleted file mode 100644 index 437661b9029..00000000000 --- a/charts/stable/baikal/questions.yaml +++ /dev/null @@ -1,112 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: BAIKAL_SKIP_CHOWN - label: BAIKAL_SKIP_CHOWN - description: Skip chown command in startup script - schema: - type: boolean - default: false -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10293 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "config Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: specific - label: "specific Storage" - description: "specific Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/barcodebuddy/questions.yaml b/charts/stable/barcodebuddy/questions.yaml deleted file mode 100644 index 88fe0cddde1..00000000000 --- a/charts/stable/barcodebuddy/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8450 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Container Path config" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/barotrauma/questions.yaml b/charts/stable/barotrauma/questions.yaml deleted file mode 100644 index 2bee6f85e4b..00000000000 --- a/charts/stable/barotrauma/questions.yaml +++ /dev/null @@ -1,154 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "1026340" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server otherwise leave blank." - schema: - type: string - default: "" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27015 - required: true - - variable: steamqueryport - label: 'steamqueryport service' - description: "UDP Steam Query Port (if you need another port, please delete this entry and create a new UDP Port with the required port number, also dont forget to change it in the serversettings.xml)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: steamqueryport - label: "steamqueryport 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 - default: 27016 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/baserow/questions.yaml b/charts/stable/baserow/questions.yaml deleted file mode 100644 index 31b5e302d23..00000000000 --- a/charts/stable/baserow/questions.yaml +++ /dev/null @@ -1,160 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: BASEROW_PUBLIC_URL - label: "BASEROW_PUBLIC_URL" - description: "The public URL or IP that will be used to access baserow. Always should start with http:// https:// even if accessing via an IP address." - schema: - type: string - required: true - default: "" - - variable: enable_mail_settings - label: "Enable Mail Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: FROM_EMAIL - label: "FROM_EMAIL" - description: "The public URL or IP that will be used to access baserow. Always should start with http:// https:// even if accessing via an IP address." - schema: - type: string - default: "" - - variable: EMAIL_SMTP - label: "EMAIL_SMTP" - description: "If set to any non empty value then Baserow will start sending emails using the configuration options below. If not set then Baserow will not send emails and just log them to the Celery worker logs instead." - schema: - type: string - default: "" - enum: - - value: "" - description: "Disabled" - - value: "true" - description: "Enabled" - - variable: EMAIL_SMTP_USE_TLS - label: "EMAIL_SMTP_USE_TLS" - description: "If set to any non empty value then Baserow will attempt to send emails using TLS." - schema: - type: string - default: "" - enum: - - value: "" - description: "Disabled" - - value: "true" - description: "Enabled" - - variable: EMAIL_SMTP_HOST - label: "EMAIL_SMTP_HOST" - description: "The host of the external SMTP server that Baserow should use to send emails." - schema: - type: string - default: "" - - variable: EMAIL_SMTP_PORT - label: "EMAIL_SMTP_PORT" - description: "The port used to connect to $EMAIL_SMTP_HOST on." - schema: - type: int - default: 587 - - variable: EMAIL_SMTP_USER - label: "EMAIL_SMTP_USER" - description: "The username to authenticate with $EMAIL_SMTP_HOST when sending emails." - schema: - type: string - default: "" - - variable: EMAIL_SMTP_PASSWORD - label: "EMAIL_SMTP_PASSWORD" - description: "The password to authenticate with $EMAIL_SMTP_HOST when sending emails." - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10228 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/batnoter/questions.yaml b/charts/stable/batnoter/questions.yaml deleted file mode 100644 index da3b3ef03ec..00000000000 --- a/charts/stable/batnoter/questions.yaml +++ /dev/null @@ -1,82 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10351 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/bazarr/questions.yaml b/charts/stable/bazarr/questions.yaml deleted file mode 100644 index 65e00bbb287..00000000000 --- a/charts/stable/bazarr/questions.yaml +++ /dev/null @@ -1,94 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6767 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{metrics} - - variable: apiKey - label: "Bazarr API key" - description: "Can be found in the Bazarr settings" - schema: - type: string - default: "" - required: true -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/beets/questions.yaml b/charts/stable/beets/questions.yaml deleted file mode 100644 index eb789f3e8e2..00000000000 --- a/charts/stable/beets/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8337 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/bender/questions.yaml b/charts/stable/bender/questions.yaml deleted file mode 100644 index 44fa4bb7a6e..00000000000 --- a/charts/stable/bender/questions.yaml +++ /dev/null @@ -1,104 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: bender - group: App Configuration - label: Bender Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: init_assets - label: Init Assets - description: - schema: - type: boolean - default: true -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10353 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: Config Storage - description: Config Storage - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/bitcoin-node/questions.yaml b/charts/stable/bitcoin-node/questions.yaml deleted file mode 100644 index c12947dec6a..00000000000 --- a/charts/stable/bitcoin-node/questions.yaml +++ /dev/null @@ -1,111 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8332 - required: true - - variable: port2 - label: 'port2 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: port2 - label: "port2 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 - default: 8333 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: blockhainstorage - label: "blockhainstorage Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/bitcoind/questions.yaml b/charts/stable/bitcoind/questions.yaml deleted file mode 100644 index ed4334c379c..00000000000 --- a/charts/stable/bitcoind/questions.yaml +++ /dev/null @@ -1,113 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8333 - required: true - - variable: localrpc - label: 'localrpc service' - description: "Port to listen for RPC connections (Optional)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: localrpc - label: "localrpc 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 - default: 8332 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - description: "Blockchain and database storage. Requires at least 500 GiB free disk." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/bitcoinunlimited/questions.yaml b/charts/stable/bitcoinunlimited/questions.yaml deleted file mode 100644 index 8f4311012f6..00000000000 --- a/charts/stable/bitcoinunlimited/questions.yaml +++ /dev/null @@ -1,157 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8332 - required: true - - variable: communicationp - label: 'communicationp service' - description: "Main Port Used" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: communicationp - label: "communicationp 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 - default: 8333 - required: true - - variable: testnetrpcport - label: 'testnetrpcport service' - description: "Testnet RPC Port" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: testnetrpcport - label: "testnetrpcport 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 - default: 18332 - required: true - - variable: testnetcommuni - label: 'testnetcommuni service' - description: "Testnet Communication Port" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: testnetcommuni - label: "testnetcommuni 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 - default: 18333 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - description: "Mount data for the blockchain" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/bitcoinwalletgui/questions.yaml b/charts/stable/bitcoinwalletgui/questions.yaml deleted file mode 100644 index fbe872126f5..00000000000 --- a/charts/stable/bitcoinwalletgui/questions.yaml +++ /dev/null @@ -1,133 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PW - label: "VNC_PW" - description: "Container Variable VNCPW" - schema: - type: string - default: "vncpassword" - - variable: VNC_RESOLUTION - label: "VNC_RESOLUTION" - description: "Container Variable VNCRESOLUTION" - schema: - type: string - default: "1280x1024" - - variable: VNC_VIEW_ONLY - label: "VNC_VIEW_ONLY" - description: "Container Variable VNCVIEWONLY" - schema: - type: string - default: "false" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6901 - required: true - - variable: vncport - label: 'vncport service' - description: "Container Port 5901" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: vncport - label: "vncport 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 - default: 5905 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: bitcoinblockchainpath - label: "bitcoinblockchainpath Storage" - description: "Container Path headless.zcash" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/bitmagnet/questions.yaml b/charts/stable/bitmagnet/questions.yaml deleted file mode 100644 index 73809915e0d..00000000000 --- a/charts/stable/bitmagnet/questions.yaml +++ /dev/null @@ -1,121 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: TMDB_API_KEY - label: TMDB API Key - description: bitmagnet uses the TMDB API to fetch metadata for movies and TV shows. - schema: - type: string - private: true - default: "" - - variable: DHT_CRAWLER_SAVE_FILES_THRESHOLD - label: DHT Crawler Save Files Threshold - description: This parameter provides a compromise over disabling the saving of files altogether. Some torrents contain many thousands of files, which impacts performance and uses a lot of database disk space. This parameter will discard the files info when the number of files is greater than the threshold. - schema: - type: string - default: "100" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3333 - required: true - - variable: torrent - label: "Torrent Service" - description: "Torrent service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcp - label: "TCP 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 - default: 3334 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/blender-desktop-g3/questions.yaml b/charts/stable/blender-desktop-g3/questions.yaml deleted file mode 100644 index d797600cc08..00000000000 --- a/charts/stable/blender-desktop-g3/questions.yaml +++ /dev/null @@ -1,134 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PW - label: "VNC_PW" - description: "The VNCnoVNC password." - schema: - type: string - default: "unraid" - - variable: VNC_RESOLUTION - label: "VNC_RESOLUTION" - description: "The VNCnoVNC resolution." - schema: - type: string - default: "1360x768" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6901 - required: true - - variable: webuivnc - label: 'webuivnc service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: webuivnc - label: "webuivnc 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 - default: 5901 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: internalshare - label: "internalshare Storage" - description: "Path to a share from your host to be able to work within the container." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: storageprojects - label: "storageprojects Storage" - description: "Used to share projects with the host." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/blender/questions.yaml b/charts/stable/blender/questions.yaml deleted file mode 100644 index a28d453a1f0..00000000000 --- a/charts/stable/blender/questions.yaml +++ /dev/null @@ -1,105 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: SUBFOLDER - label: "SUBFOLDER" - description: "Specify a subfolder to use with reverse proxies, IE `subfolder`" - schema: - type: string - default: "" - - variable: KEYBOARD - label: "KEYBOARD" - description: "See the keyboard layouts section for more information and options." - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Users home directory in the container, stores local files and settings" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/blog/questions.yaml b/charts/stable/blog/questions.yaml deleted file mode 100644 index dc52fc404d1..00000000000 --- a/charts/stable/blog/questions.yaml +++ /dev/null @@ -1,111 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: BLOG_TITLE - label: "Blog Title" - schema: - type: string - default: "" - required: true - - variable: BLOG_NAME - label: "Blog Name" - schema: - type: string - default: "" - required: true - - variable: BLOG_LANG - label: "Blog Language" - schema: - type: string - default: "" - required: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10111 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/boinc/questions.yaml b/charts/stable/boinc/questions.yaml deleted file mode 100644 index 353c9de8303..00000000000 --- a/charts/stable/boinc/questions.yaml +++ /dev/null @@ -1,103 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Secrets" - schema: - additional_attrs: true - type: dict - attrs: - - variable: PASSWORD - label: "PASSWORD (Optional)" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10142 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/booksonic-air/questions.yaml b/charts/stable/booksonic-air/questions.yaml deleted file mode 100644 index bf18f5e7930..00000000000 --- a/charts/stable/booksonic-air/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10048 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/bookstack/questions.yaml b/charts/stable/bookstack/questions.yaml deleted file mode 100644 index 3309afd7d8c..00000000000 --- a/charts/stable/bookstack/questions.yaml +++ /dev/null @@ -1,104 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: APP_URL - label: "APP_URL" - description: "Application URL eg. https://bookstack.mydomain.com" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10112 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/borg-server/questions.yaml b/charts/stable/borg-server/questions.yaml deleted file mode 100644 index 5dd7a4247bf..00000000000 --- a/charts/stable/borg-server/questions.yaml +++ /dev/null @@ -1,89 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8022 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: borg - label: "App Borg Storage" - description: "Stores the Application Borg." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: backups - label: "App Backups Storage" - description: "Stores the Application Backups." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: ssh - label: "App SSH Storage" - description: "Stores the Application SSH." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/breitbandmessung-de/questions.yaml b/charts/stable/breitbandmessung-de/questions.yaml deleted file mode 100644 index 236cf404336..00000000000 --- a/charts/stable/breitbandmessung-de/questions.yaml +++ /dev/null @@ -1,62 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Container Path usrsrcappconfig" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: messurementlogs - label: "messurementlogs Storage" - description: "Container Path export" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/browserless-chrome/questions.yaml b/charts/stable/browserless-chrome/questions.yaml deleted file mode 100644 index cad56ba6a2b..00000000000 --- a/charts/stable/browserless-chrome/questions.yaml +++ /dev/null @@ -1,215 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - metrics: -# Include{portalLink} - path: "/metrics" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - label: "Select Image" - schema: - type: string - default: "image" - enum: - - value: "image" - description: "Chrome" - - value: "puppeteerImage" - description: "Puppeteer" - - variable: env - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: TOKEN - label: "TOKEN" - description: "You can optionally apply a TOKEN param that will restrict calls without a token query-string parameter" - schema: - type: string - default: "" - private: true - - variable: HOST - label: "HOST" - schema: - type: string - default: "" - - variable: WORKSPACE_DELETE_EXPIRED - label: "WORKSPACE_DELETE_EXPIRED" - description: "This will have browserless delete files older than 30 days in the workspace, checking once a day" - schema: - type: boolean - default: false - - variable: WORKSPACE_EXPIRE_DAYS - label: "WORKSPACE_EXPIRE_DAYS" - description: "Attempts to delete files older than X days in the workspace directory" - schema: - type: int - default: 30 - - variable: CHROME_REFRESH_TIME - label: "CHROME_REFRESH_TIME" - description: "The CHROME_REFRESH_TIME flag accepts a value in milliseconds to keep Chrome running before it attempts to close it." - schema: - type: int - default: 3600000 - - variable: MAX_CONCURRENT_SESSIONS - label: "MAX_CONCURRENT_SESSIONS" - description: "Since running Chrome can be rather resource intensive you'll probably want to limit the number of concurrent sessions." - schema: - type: int - default: 5 - - variable: MAX_QUEUE_LENGTH - label: "MAX_QUEUE_LENGTH" - description: "This value determines how many items in the queue are allowed before requests are issued a 429 response code and closed." - schema: - type: int - default: 5 - - variable: CONNECTION_TIMEOUT - label: "CONNECTION_TIMEOUT" - description: "How long any session can run for in milliseconds. defaults to 30000 ms or 30 seconds" - schema: - type: int - default: 30000 - - variable: DEFAULT_BLOCK_ADS - label: "DEFAULT_BLOCK_ADS" - schema: - type: boolean - default: false - - variable: DEFAULT_HEADLESS - label: "DEFAULT_HEADLESS" - schema: - type: boolean - default: true - - variable: DEFAULT_IGNORE_HTTPS_ERRORS - label: "DEFAULT_IGNORE_HTTPS_ERRORS" - schema: - type: boolean - default: false - - variable: DEFAULT_IGNORE_DEFAULT_ARGS - label: "DEFAULT_IGNORE_DEFAULT_ARGS" - schema: - type: boolean - default: false - - variable: ENABLE_API_GET - label: "ENABLE_API_GET" - schema: - type: boolean - default: false - - variable: FUNCTION_ENABLE_INCOGNITO_MODE - label: "FUNCTION_ENABLE_INCOGNITO_MODE" - schema: - type: boolean - default: false - - variable: EXIT_ON_HEALTH_FAILURE - label: "EXIT_ON_HEALTH_FAILURE" - schema: - type: boolean - default: false - - variable: DISABLE_AUTO_SET_DOWNLOAD_BEHAVIOR - label: "DISABLE_AUTO_SET_DOWNLOAD_BEHAVIOR" - schema: - type: boolean - default: false - - variable: ENABLE_DEBUGGER - label: "ENABLE_DEBUGGER" - schema: - type: boolean - default: false - - variable: ENABLE_CORS - label: "ENABLE_CORS" - schema: - type: boolean - default: false - - variable: ENABLE_XVBF - label: "ENABLE_XVBF" - schema: - type: boolean - default: false -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10194 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: downloads - label: "App Downloads Storage" - description: "Stores the Application Downloads." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: metrics - label: "App Metrics Storage" - description: "Stores the Application Metrics." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/budge/questions.yaml b/charts/stable/budge/questions.yaml deleted file mode 100644 index 6b4e16a3e26..00000000000 --- a/charts/stable/budge/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10165 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/bwapp/questions.yaml b/charts/stable/bwapp/questions.yaml deleted file mode 100644 index e63e2319598..00000000000 --- a/charts/stable/bwapp/questions.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/cadquery-server/questions.yaml b/charts/stable/cadquery-server/questions.yaml deleted file mode 100644 index e63e2319598..00000000000 --- a/charts/stable/cadquery-server/questions.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/calibre-web/questions.yaml b/charts/stable/calibre-web/questions.yaml deleted file mode 100644 index 010dd61a579..00000000000 --- a/charts/stable/calibre-web/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8083 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/calibre/questions.yaml b/charts/stable/calibre/questions.yaml deleted file mode 100644 index 440a05f3ec6..00000000000 --- a/charts/stable/calibre/questions.yaml +++ /dev/null @@ -1,141 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: PASSWORD - label: "PASSWORD" - description: "Optionally set a password for the gui." - schema: - type: string - private: true - default: "" - - variable: CLI_ARGS - label: "CLI_ARGS" - description: "Optionally pass cli start arguments to calibre" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8084 - required: true - - variable: webserver - label: "webserver Service" - description: "The webserver service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: webserver - label: "webserver 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 - default: 8081 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} - - variable: webserver - label: "Webserver Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/changedetection-io/questions.yaml b/charts/stable/changedetection-io/questions.yaml deleted file mode 100644 index ec82ae6fd35..00000000000 --- a/charts/stable/changedetection-io/questions.yaml +++ /dev/null @@ -1,117 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: BASE_URL - label: "BASE_URL" - description: "Set your URL if using a Reverse Proxy such as Traefik" - schema: - type: string - default: "" - - variable: USE_X_SETTINGS - label: "USE_X_SETTINGS" - description: "You need to enable the USE_X_SETTINGS environment variable in changedetection.io for it to respect HTTP headers sent from the reverse proxy (such as Host, X-Forwarded-Prefix and X-Forwarded-Proto)." - schema: - type: boolean - default: true - - variable: HIDE_REFERER - label: "HIDE_REFERER" - description: " Hides the `Referer` header so that monitored websites can't see the changedetection.io hostname." - schema: - type: boolean - default: true - - variable: FETCH_WORKERS - label: "FETCH_WORKERS" - description: " Default number of parallel/concurrent fetchers" - schema: - type: int - default: 10 -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: datastore - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{veleroSchedulesList} -# Include{documentation} diff --git a/charts/stable/channels-dvr/questions.yaml b/charts/stable/channels-dvr/questions.yaml deleted file mode 100644 index 11d8fe309ad..00000000000 --- a/charts/stable/channels-dvr/questions.yaml +++ /dev/null @@ -1,103 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - group: Container Image - label: Select Image - schema: - type: string - default: image - enum: - - value: image - description: Channels DVR - - value: tveImage - description: Channels DVR with TV Everywhere (see installation notes) -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8089 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: recordings - label: "Recordings Storage" - description: "Stores the DVR recordings, default is /shares/DVR" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/chevereto/questions.yaml b/charts/stable/chevereto/questions.yaml deleted file mode 100644 index 694acbcdb62..00000000000 --- a/charts/stable/chevereto/questions.yaml +++ /dev/null @@ -1,115 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: https - label: "CHEVERETO_HTTPS" - schema: - type: boolean - default: false - - variable: disable_update_http - label: "CHEVERETO_DISABLE_UPDATE_HTTP" - schema: - type: boolean - default: true - - variable: disable_update_cli - label: "CHEVERETO_DISABLE_UPDATE_CLI" - schema: - type: boolean - default: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10197 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: storage - label: "App Storage" - description: "Stores the Application Storage." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: content - label: "App Content" - description: "Stores the Application Content." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 33 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/chivalry-medievalwarfare/questions.yaml b/charts/stable/chivalry-medievalwarfare/questions.yaml deleted file mode 100644 index 3b06554e583..00000000000 --- a/charts/stable/chivalry-medievalwarfare/questions.yaml +++ /dev/null @@ -1,194 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "220070" - - variable: MAP - label: "MAP" - description: "Map name (eg aocffa-arena3p, aocffa-hillsidep, aocffa-battlegroundsv3p)" - schema: - type: string - default: "aocffa-moor_p" - - variable: ADMIN_PWD - label: "ADMIN_PWD" - description: "Server Admin Password (cant be empty)" - schema: - type: string - default: "adminDocker" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your game parameters seperated with ? and start with a ? (dont put spaces in between eg ?port=7000?queryport=7010)" - schema: - type: string - default: "?port=7000?queryport=7010" - - variable: GAME_PARAMS_EXTRA - label: "GAME_PARAMS_EXTRA" - description: "Type in your Extra Game Parameters seperated with a space and - (eg -seekfreeloadingserver)" - schema: - type: string - default: "-seekfreeloadingserver" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7000 - required: true - - variable: gamequeryport - label: 'gamequeryport service' - description: "UDP Gamequeryport (if you need another port, please delete this entry and create a new UDP Port with the required port number, also dont forget to change the Ports in your Game Parameters Variable)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: gamequeryport - label: "gamequeryport 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 - default: 7010 - required: true - - variable: steamqueryport - label: 'steamqueryport service' - description: "UDP Steamqueryport (if you need another port, please delete this entry and create a new UDP Port with the required port number, also dont forget to change the Ports in your Game Parameters Variable)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: steamqueryport - label: "steamqueryport 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/chowdown/questions.yaml b/charts/stable/chowdown/questions.yaml deleted file mode 100644 index ce5d5101abf..00000000000 --- a/charts/stable/chowdown/questions.yaml +++ /dev/null @@ -1,90 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 4000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/chroma/questions.yaml b/charts/stable/chroma/questions.yaml deleted file mode 100644 index 01edc497478..00000000000 --- a/charts/stable/chroma/questions.yaml +++ /dev/null @@ -1,86 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - path: "/docs" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10690 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/chromium-desktop-g3/questions.yaml b/charts/stable/chromium-desktop-g3/questions.yaml deleted file mode 100644 index 33d8efcede7..00000000000 --- a/charts/stable/chromium-desktop-g3/questions.yaml +++ /dev/null @@ -1,126 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PW - label: "VNC_PW" - description: "The VNCnoVNC password." - schema: - type: string - default: "unraid" - - variable: VNC_RESOLUTION - label: "VNC_RESOLUTION" - description: "The VNCnoVNC resolution." - schema: - type: string - default: "1360x768" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6901 - required: true - - variable: webuivnc - label: 'webuivnc service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: webuivnc - label: "webuivnc 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 - default: 5901 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: internalshare - label: "internalshare Storage" - description: "Path to a share from your host to be able to work within the container." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/chromium/questions.yaml b/charts/stable/chromium/questions.yaml deleted file mode 100644 index ee9a9a59d1b..00000000000 --- a/charts/stable/chromium/questions.yaml +++ /dev/null @@ -1,111 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: EXTRA_PARAMETERS - label: "EXTRA_PARAMETERS" - description: "If needed enter extra startup parameters here otherwise leave empty." - schema: - type: string - default: "" - - variable: CUSTOM_RES_W - label: "CUSTOM_RES_W" - description: "Minimum screen width 1024 pixels" - schema: - type: string - default: "1280" - - variable: CUSTOM_RES_H - label: "CUSTOM_RES_H" - description: "Minimum screen hight 768 pixels" - schema: - type: string - default: "768" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: datadir - label: "datadir Storage" - description: "Data Path" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/chronograf/questions.yaml b/charts/stable/chronograf/questions.yaml deleted file mode 100644 index cd806f314f7..00000000000 --- a/charts/stable/chronograf/questions.yaml +++ /dev/null @@ -1,90 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8888 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: chronograf - label: "chronograf Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/chronos/questions.yaml b/charts/stable/chronos/questions.yaml deleted file mode 100644 index da0ef681b89..00000000000 --- a/charts/stable/chronos/questions.yaml +++ /dev/null @@ -1,84 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10305 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: chronos - label: "chronos Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ciao/questions.yaml b/charts/stable/ciao/questions.yaml deleted file mode 100644 index acd1f6e8d7a..00000000000 --- a/charts/stable/ciao/questions.yaml +++ /dev/null @@ -1,153 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: SECRET_KEY_BASE - label: "SECRET_KEY_BASE" - description: "Container Variable SECRETKEYBASE" - schema: - type: string - default: "sensitive_secret_key_base" - - variable: SMTP_ADDRESS - label: "SMTP_ADDRESS" - description: "Container Variable SMTPADDRESS" - schema: - type: string - default: "smtp.yourhost.com" - - variable: SMTP_EMAIL_FROM - label: "SMTP_EMAIL_FROM" - description: "Container Variable SMTPEMAILFROM" - schema: - type: string - default: "ciao@yourhost.com" - - variable: SMTP_EMAIL_TO - label: "SMTP_EMAIL_TO" - description: "Container Variable SMTPEMAILTO" - schema: - type: string - default: "you@yourhost.com" - - variable: SMTP_PORT - label: "SMTP_PORT" - description: "Container Variable SMTPPORT" - schema: - type: string - default: "587" - - variable: SMTP_DOMAIN - label: "SMTP_DOMAIN" - description: "Container Variable SMTPDOMAIN" - schema: - type: string - default: "smtp.yourhost.com" - - variable: SMTP_AUTHENTICATION - label: "SMTP_AUTHENTICATION" - description: "Container Variable SMTPAUTHENTICATION" - schema: - type: string - default: "plain" - - variable: SMTP_ENABLE_STARTTLS_AUTO - label: "SMTP_ENABLE_STARTTLS_AUTO" - description: "Container Variable SMTPENABLESTARTTLSAUTO" - schema: - type: string - default: "true" - - variable: SMTP_USERNAME - label: "SMTP_USERNAME" - description: "Container Variable SMTPUSERNAME" - schema: - type: string - default: "ciao" - - variable: SMTP_PASSWORD - label: "SMTP_PASSWORD" - description: "Container Variable SMTPPASSWORD" - schema: - type: string - default: "sensitive_password" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8090 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: databaselocation - label: "databaselocation Storage" - description: "Container Path appdbsqlite" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/citadel-forgedwithfire/questions.yaml b/charts/stable/citadel-forgedwithfire/questions.yaml deleted file mode 100644 index c78f4c118be..00000000000 --- a/charts/stable/citadel-forgedwithfire/questions.yaml +++ /dev/null @@ -1,154 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "489650 " - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server (for example the server admin --admin [YOURsteamID64] e.g --admin 123456789123456789 without quotes)." - schema: - type: string - default: "" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7777 - required: true - - variable: queryport - label: 'queryport service' - description: "UDP Query Port (if you need another port, please delete this entry and create a new UDP Port with the corresponding port number, also dont forget to change the port in your game settings file)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: queryport - label: "queryport 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/clamav/questions.yaml b/charts/stable/clamav/questions.yaml deleted file mode 100644 index 8a16d1298d1..00000000000 --- a/charts/stable/clamav/questions.yaml +++ /dev/null @@ -1,215 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: CLAMAV_NO_CLAMD - label: "NO CLAMD" - description: "Do not start clamd." - schema: - type: boolean - default: false - - variable: CLAMAV_NO_FRESHCLAMD - label: "NO FRESHCLAMD" - description: "Do not start the freshclam daemon." - schema: - type: boolean - default: false - - variable: CLAMAV_NO_MILTERD - label: "NO MILTERD" - description: "Do not start the clamav-milter daemon." - schema: - type: boolean - default: true - - variable: CLAMD_STARTUP_TIMEOUT - label: "STARTUP TIMEOUT" - description: "Seconds to wait for clamd to start." - schema: - type: int - default: 1800 - - variable: FRESHCLAM_CHECKS - label: "FRESHCLAM CHECKS " - description: "Freshclam daily update frequency." - schema: - type: int - default: 1 -# Include{containerBasic} -# Include{containerAdvanced} - - variable: clamav - group: "App Configuration" - label: "ClamAV Cron Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: cron_enabled - label: "Enable cronjob" - description: "Enables automatic scan for /scandir" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: cron_schedule - label: "Cron Schedule" - description: "Enter a valid cron schedule" - schema: - type: string - default: "@daily" - required: true - - variable: log_file_name - label: "Log File Name" - description: "Log file name for the scan report. You will find this report in /logs/FILENAME_DATEFORMAT" - schema: - type: string - default: "clamscan_report" - required: true - - variable: date_format - label: "Date Format" - description: "Date format for the log file" - schema: - type: string - default: "MM-DD-YYYY_HH.MM.SS" - required: true - enum: - - value: "+%m-%d-%Y_%H.%M.%S" - description: "MM-DD-YYYY_HH.MM.SS" - - value: "+%Y-%m-%d_%H.%M.%S" - description: "YYYY-MM-DD_HH.MM.SS" - - value: "+%H.%M.%S_%m-%d-%Y" - description: "HH.MM.SS_MM-DD-YYYY" - - value: "+%H.%M.%S_%Y-%m-%d" - description: "HH.MM.SS_YYYY-MM-DD" - - variable: extra_args - label: "Extra Args" - description: "Set extra args for clamscan here. (https://linux.die.net/man/1/clamscan). We already set --log, --database and --recursive. Do not add those here." - schema: - type: string - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3310 - required: true - - variable: milter - label: "Milter Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: milter - 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 - default: 7357 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: sigdatabase - label: "App Signature Database Storage" - description: "Stores the Application Signature Database." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: scandir - label: "App Scan Dir Storage" - description: "Stores the Application Scan Directory. (By default set to readOnly)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logs - label: "App Logs Storage" - description: "Stores the Application Logs." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/clarkson/questions.yaml b/charts/stable/clarkson/questions.yaml deleted file mode 100644 index e79169ceb4b..00000000000 --- a/charts/stable/clarkson/questions.yaml +++ /dev/null @@ -1,82 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10244 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/clickhouse/questions.yaml b/charts/stable/clickhouse/questions.yaml deleted file mode 100644 index 56288f9a394..00000000000 --- a/charts/stable/clickhouse/questions.yaml +++ /dev/null @@ -1,131 +0,0 @@ -# Include{groups} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: clickhouseDatabase - group: "App Configuration" - label: "Database Name" - schema: - type: string - default: "test" - required: true - - variable: clickhouseUsername - group: "App Configuration" - label: "Database User" - schema: - type: string - default: "test" - required: true - - variable: clickhousePassword - group: "App Configuration" - label: "Database Password" - schema: - type: string - default: "" - required: true - private: true - - variable: clickhouseDefaultAccessManagement - group: "App Configuration" - label: "Default Access Management" - schema: - type: int - default: 0 - required: true - enum: - - value: 0 - description: "Disabled" - - value: 1 - description: "Enabled" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8123 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - additional_attrs: true - type: dict - attrs: - - variable: data - label: Data Storage - description: Stores the ClickHouse Data - schema: - type: dict - hidden: true - attrs: -# Include{persistenceBasic} - - variable: config-server - label: Server Configuration Storage - description: Files with Server Settings Adjustments - schema: - type: dict - hidden: true - attrs: -# Include{persistenceBasic} - - variable: config-users - label: Users Configuration Storage - description: Files with Users Settings Adjustments - schema: - type: dict - hidden: true - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/clipplex/questions.yaml b/charts/stable/clipplex/questions.yaml deleted file mode 100644 index c2fecedb17f..00000000000 --- a/charts/stable/clipplex/questions.yaml +++ /dev/null @@ -1,123 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: PLEX_TOKEN - label: "Plex Token" - schema: - type: string - required: true - private: true - default: "" - - variable: STREAMABLE_LOGIN - label: "Streamable Login" - description: "Optionally set the streamable login" - schema: - type: string - default: "" - - variable: STREAMABLE_PASSWORD - label: "Streamable Password" - description: "Optionally streamable Password" - schema: - type: string - private: true - default: "" - - variable: PLEX_URL - label: "Plex URL" - schema: - type: string - required: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10602 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: clips - label: App Clips Storage - description: Stores the Application Clips. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/cloud9/questions.yaml b/charts/stable/cloud9/questions.yaml deleted file mode 100644 index db83f38e2b3..00000000000 --- a/charts/stable/cloud9/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10070 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: code - label: "Code Storage" - description: "Stores the code files." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/cloudcommander/questions.yaml b/charts/stable/cloudcommander/questions.yaml deleted file mode 100644 index 185674f2874..00000000000 --- a/charts/stable/cloudcommander/questions.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: HOME - label: "HOME" - description: "Container Variable HOME" - schema: - type: string - default: "/root" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8765 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: mountpath - label: "mountpath Storage" - description: "Container Path UNRAID" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: appdata - label: "appdata Storage" - description: "Container Path root" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/cloudflared/questions.yaml b/charts/stable/cloudflared/questions.yaml deleted file mode 100644 index 40c63cff3dc..00000000000 --- a/charts/stable/cloudflared/questions.yaml +++ /dev/null @@ -1,61 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: TUNNEL_TOKEN - label: "Tunnel Token" - description: "Token for tunnel (Tunnel managed by Cloudflare not locally)" - schema: - type: string - required: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/cloudflareddns/questions.yaml b/charts/stable/cloudflareddns/questions.yaml deleted file mode 100644 index 43dd924f5d5..00000000000 --- a/charts/stable/cloudflareddns/questions.yaml +++ /dev/null @@ -1,172 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: cloudflareddns - group: App Configuration - label: Cloudflareddns Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: api_key - label: CF API Key - schema: - type: string - private: true - default: "" - - variable: user - label: CF User - description: Cloudflare Username (eg. your.cf.email@example.com) - schema: - type: string - default: "" - - variable: api_token - label: CF API Token - schema: - type: string - private: true - default: "" - - variable: api_token_zone - label: CF API Token Zone - schema: - type: string - private: true - default: "" - - variable: interval - label: Interval - description: Update your DDNS interval in seconds - schema: - type: int - default: 300 - min: 60 - - variable: detect_mode - label: Detection Mode - description: How you want to get your WAN IP - schema: - type: string - default: dig-whoami.cloudflare - enum: - - value: dig-whoami.cloudflare - description: dig-whoami.cloudflare - - value: curl-ifconfig.co - description: curl-ifconfig.co - - value: curl-icanhazip.com - description: curl-icanhazip.com - - value: curl-wtfismyip.com - description: curl-wtfismyip.com - - value: curl-showmyip.ca - description: curl-showmyip.ca - - value: curl-da.gd - description: curl-da.gd - - value: curl-seeip.org - description: curl-seeip.org - - value: dig-google.com - description: dig-google.com - - value: dig-opendns.com - description: dig-opendns.com - - variable: detect_override - label: Detection mode Override - description: If you want to set Detection Mode to 'local:eth0' for a local interface, this will override the dropdown selection - schema: - type: string - default: "" - - variable: log_level - label: Log Level - description: Level of detail your logs need - schema: - type: int - default: 3 - enum: - - value: 0 - description: No log output - - value: 1 - description: UPDATE, WARNING, ERROR - - value: 2 - description: UPDATE, WARNING, ERROR, INFO - - value: 3 - description: UPDATE, WARNING, ERROR, INFO, DEBUG - - variable: host_zone_record - label: Hosts, Zones and Record Types - schema: - type: list - default: [] - items: - - variable: hostRecordEntry - label: Host, Zone and Record Type Entry - schema: - type: dict - additional_attrs: true - attrs: - - variable: domain - label: Domain - schema: - type: string - required: true - default: "example.com" - valid_chars: '^((?!(\.cf|\.ga|\.gq|\.ml|\.tk)$).)*$' - - variable: zone - label: Zone - schema: - type: string - required: true - valid_chars: '^((?!(\.cf|\.ga|\.gq|\.ml|\.tk)$).)*$' - default: "" - - variable: record - label: Record Type - schema: - type: string - required: true - default: "A" -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/cloudreve/questions.yaml b/charts/stable/cloudreve/questions.yaml deleted file mode 100644 index 3b5f139977e..00000000000 --- a/charts/stable/cloudreve/questions.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5212 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: uploadpath - label: "uploadpath Storage" - description: "Container Path cloudreveuploads" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: avatarpath - label: "avatarpath Storage" - description: "Container Path cloudreveavatar" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: config - label: "config Storage" - description: "Container Path cloudreveconfig" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/code-server/questions.yaml b/charts/stable/code-server/questions.yaml deleted file mode 100644 index c6f7c55cf18..00000000000 --- a/charts/stable/code-server/questions.yaml +++ /dev/null @@ -1,98 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: PROXY_DOMAIN - label: "PROXY_DOMAIN (Optional)" - description: "Sets the PROXY_DOMAIN env var" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10063 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Config." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/codeproject-ai-server/questions.yaml b/charts/stable/codeproject-ai-server/questions.yaml deleted file mode 100644 index 2648e22fe0f..00000000000 --- a/charts/stable/codeproject-ai-server/questions.yaml +++ /dev/null @@ -1,111 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - label: Select Image - schema: - type: string - default: image - enum: - - value: image - description: Default (CPU) - - value: gpu12Image - description: CUDA 12 (Nvidia GPUs) image - - value: gpu11Image - description: CUDA 11 (Nvidia GPUs) image -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 32168 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: downloads - label: App Modules Storage - description: Stores the App Modules or Downloads - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/collabora/questions.yaml b/charts/stable/collabora/questions.yaml deleted file mode 100644 index facc05014d6..00000000000 --- a/charts/stable/collabora/questions.yaml +++ /dev/null @@ -1,191 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - admin: -# Include{portalLink} - path: /browser/dist/admin/admin.html -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: collabora - label: Collabora Configuration - group: App Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: username - label: Username - schema: - type: string - default: admin - required: true - - variable: password - label: Password - schema: - type: string - default: "" - required: true - private: true - - variable: dictionaries - label: Dictionaries - description: Dictionaries - schema: - type: list - default: - - de_DE - - en_GB - - en_US - - el_GR - - es_ES - - fr_FR - - pt_BR - - pt_PT - - it - - nl - - ru - items: - - variable: dictionary - label: Dictionary - description: Dictionary - schema: - type: string - default: "" - required: true - - variable: interface - label: Interface - description: Interface - schema: - type: string - default: default - required: true - enum: - - value: default - description: Default - - value: compact - description: Compact - - value: tabbed - description: Tabbed - - variable: server_name - label: Server Name - description: Server Name - schema: - type: string - default: "" - - variable: aliasgroup1 - label: Alias Group 1 - description: Alias Group 1 - schema: - type: list - default: [] - items: - - variable: alias1 - label: Alias 1 - description: Alias 1 - schema: - type: string - default: "" - required: true - - variable: no_gen_ssl - label: Disable SSL Generation - description: Disable SSL Generation - schema: - type: boolean - default: true - - variable: ssl_enable - label: Enable SSL - description: Enable SSL - schema: - type: boolean - default: false - - variable: ssl_termination - label: Terminate SSL - description: Terminate SSL - schema: - type: boolean - default: true - - variable: extra_params - label: Extra Parameters - description: Extra Parameters - schema: - type: list - default: - - --o:welcome.enable=false - items: - - variable: param - label: Parameter - description: Parameter - schema: - type: string - default: "" - required: true -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9980 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 568 - - variable: runAsGroup - label: runAsGroup - description: The groupID this App of the user running the application - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/colonysurvival/questions.yaml b/charts/stable/colonysurvival/questions.yaml deleted file mode 100644 index 8edf199faae..00000000000 --- a/charts/stable/colonysurvival/questions.yaml +++ /dev/null @@ -1,150 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "748090" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server (If you want a password on your server please add for example server.password Docker without quotes. In this case Docker is the password. You can also enter multiple commands like server.maxplayers server.password Docker without quotes)" - schema: - type: string - default: "+server.gameport 27016" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: SRV_NAME - label: "SRV_NAME" - description: "Enter you preferred servername." - schema: - type: string - default: "Colony Survival Docker" - - variable: SRV_WORLDNAME - label: "SRV_WORLDNAME" - description: "Enter your preferred world name." - schema: - type: string - default: "ColonySurvival" - - variable: SRV_NETTYPE - label: "SRV_NETTYPE" - description: "Choose between LAN -allows connecting from localhost through the ingame button SteamLAN -steam networking, does not port forward or check authentication SteamOnline -steam networking, port forwards and checks authentication" - schema: - type: string - default: "SteamOnline" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27016 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/commento-plusplus/questions.yaml b/charts/stable/commento-plusplus/questions.yaml deleted file mode 100644 index 453e9d2263f..00000000000 --- a/charts/stable/commento-plusplus/questions.yaml +++ /dev/null @@ -1,163 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: COMMENTO_ORIGIN - label: "COMMENTO_ORIGIN" - description: "This should be set to the subdomain or the IP address hosting Commento. All API requests will go to this server. This may include subdirectories if Commento is hosted behind a reverse proxy, for example. Include the protocol in the value to use HTTP/HTTPS." - schema: - type: string - default: "" - - variable: COMMENTO_FORBID_NEW_OWNERS - label: "COMMENTO_FORBID_NEW_OWNERS" - description: "Used to disable new dashboard registrations. Useful if you are the only person using Commento on your server. Does not impact the creation of accounts for your readers." - schema: - type: boolean - default: false - - variable: COMMENTO_GZIP_STATIC - label: "COMMENTO_GZIP_STATIC" - schema: - type: boolean - default: true - - variable: COMMENTO_ENABLE_WILDCARDS - label: "COMMENTO_ENABLE_WILDCARDS" - description: "Allows use of wildcards in domain names in the admin dashboard. (e.g. if you share your commento instance with more than one admin/allow new registrations)" - schema: - type: boolean - default: true - - variable: COMMENTO_ENABLE_LOGGING - label: "COMMENTO_ENABLE_LOGGING" - description: "Should we log every page view? This will allow you to see stats but will fill up your free postgres database quite quickly." - schema: - type: boolean - default: false - - variable: smpt_config - label: "Enable SMTP" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: SMTP_SKIP_HOST_VERIFY - label: "SMTP_SKIP_HOST_VERIFY" - description: "Allows skipping of host verification for SMTP email sending." - schema: - type: boolean - default: false - - variable: COMMENTO_SMTP_USERNAME - label: "COMMENTO_SMTP_USERNAME" - description: "SMTP credentials and configuration the server should use to send emails." - schema: - type: string - default: "" - - variable: COMMENTO_SMTP_PASSWORD - label: "COMMENTO_SMTP_PASSWORD" - description: "SMTP credentials and configuration the server should use to send emails." - schema: - type: string - private: true - default: "" - - variable: COMMENTO_SMTP_HOST - label: "COMMENTO_SMTP_HOST" - description: "SMTP credentials and configuration the server should use to send emails." - schema: - type: string - default: "" - - variable: COMMENTO_SMTP_FROM_ADDRESS - label: "COMMENTO_SMTP_FROM_ADDRESS" - description: "SMTP credentials and configuration the server should use to send emails." - schema: - type: string - default: "" - - variable: COMMENTO_SMTP_PORT - label: "COMMENTO_SMTP_PORT" - description: "SMTP credentials and configuration the server should use to send emails." - schema: - type: int - default: 587 -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10240 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/conanexiles/questions.yaml b/charts/stable/conanexiles/questions.yaml deleted file mode 100644 index b0829d84c18..00000000000 --- a/charts/stable/conanexiles/questions.yaml +++ /dev/null @@ -1,182 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "443030" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server." - schema: - type: string - default: "" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: WS_CONTENT - label: "WS_CONTENT" - description: "Enter you Workshopcontent here, you can also enter multiple WS Content IDs sperated by SPACE" - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7777 - required: true - - variable: gameport1 - label: 'gameport1 service' - description: "UDP Game Port 1 (if you need another port, please delete this entry and create a new UDP Port with the required port number, also dont forget to change your server settings)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: gameport1 - label: "gameport1 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 - default: 7778 - required: true - - variable: steamport - label: 'steamport service' - description: "UDP Steam Port (if you need another port, please delete this entry and create a new UDP Port with the required port number, also dont forget to change your server settings)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: steamport - label: "steamport 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/convos/questions.yaml b/charts/stable/convos/questions.yaml deleted file mode 100644 index ba54e8b5c75..00000000000 --- a/charts/stable/convos/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3520 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - description: "Data Path" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/cops/questions.yaml b/charts/stable/cops/questions.yaml deleted file mode 100644 index de424a392fd..00000000000 --- a/charts/stable/cops/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10609 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: books - label: "App Books Storage" - description: "Stores the Application Books." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/core-keeper-dedicated-server/questions.yaml b/charts/stable/core-keeper-dedicated-server/questions.yaml deleted file mode 100644 index 74cb289195d..00000000000 --- a/charts/stable/core-keeper-dedicated-server/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: WORLD_NAME - label: "WORLD_NAME" - description: "The name you wish to give to your server and its associated world" - schema: - type: string - default: "World name here" - - variable: MAX_PLAYERS - label: "MAX_PLAYERS" - description: "Maximum number of players that will be allowed to connect to server." - schema: - type: string - default: "10" - - variable: GAME_ID - label: "GAME_ID" - description: "Game ID to use for the server. Need to be at least 23 characters and alphanumeric, excluding Y,y,x,0,O. Empty or not valid means a new ID will be generated at start." - schema: - type: string - default: "examplegameidwillgohere" - - variable: DATA_PATH - label: "DATA_PATH" - description: "Save file location. If not set it defaults to a sub-folder named " - schema: - type: string - default: "" - - variable: WORLD_INDEX - label: "WORLD_INDEX" - description: " Which world index to use." - schema: - type: string - default: "0" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: serverfiles - label: "serverfiles Storage" - description: "Path to server files, not required" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: datafiles - label: "datafiles Storage" - description: "Data of server" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/corekeeper/questions.yaml b/charts/stable/corekeeper/questions.yaml deleted file mode 100644 index d4f03ca661d..00000000000 --- a/charts/stable/corekeeper/questions.yaml +++ /dev/null @@ -1,110 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAMEID that the container downloads at startup.If you want to install a static or beta version of the game change the value to 896660 -beta YOURBRANCH (without quotes, replace YOURBRANCH with the branch or version you want to install)." - schema: - type: string - default: "1963720" - - variable: WORLD_NAME - label: "WORLD_NAME" - description: "Enter your prefered world name here." - schema: - type: string - default: "Core Keeper Docker" - - variable: WORLD_INDEX - label: "WORLD_INDEX" - description: "Only change when you know what you are doing!" - schema: - type: string - default: "0" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your extra start up commands for the server here otherwise leave empty." - schema: - type: string - default: "" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/couchpotato/questions.yaml b/charts/stable/couchpotato/questions.yaml deleted file mode 100644 index b88f82370fa..00000000000 --- a/charts/stable/couchpotato/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10139 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/counterstrike2d/questions.yaml b/charts/stable/counterstrike2d/questions.yaml deleted file mode 100644 index 7595240d397..00000000000 --- a/charts/stable/counterstrike2d/questions.yaml +++ /dev/null @@ -1,105 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your extra startup parameters otherwise leave blank!" - schema: - type: string - default: "" - - variable: FORCE_UPDATE - label: "FORCE_UPDATE" - description: "Put in the value true (without quotes) to Force Update the game otherwise leave blank. Dont forget to delete the value after updating." - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 36963 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/cowyo/questions.yaml b/charts/stable/cowyo/questions.yaml deleted file mode 100644 index 1adc2ef0dd1..00000000000 --- a/charts/stable/cowyo/questions.yaml +++ /dev/null @@ -1,90 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8050 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/craftopia/questions.yaml b/charts/stable/craftopia/questions.yaml deleted file mode 100644 index 323aec84a1b..00000000000 --- a/charts/stable/craftopia/questions.yaml +++ /dev/null @@ -1,152 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "1670340" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server." - schema: - type: string - default: "" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8787 - required: true - - variable: udpgameport - label: 'udpgameport service' - description: "UDP Game Port (if you need another port, please delete this entry and create a new UDP Port with the required port number, also dont forget to change your server settings file)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udpgameport - label: "udpgameport 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 - default: 8787 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/crafty-4/questions.yaml b/charts/stable/crafty-4/questions.yaml deleted file mode 100644 index 1ebfde34ac8..00000000000 --- a/charts/stable/crafty-4/questions.yaml +++ /dev/null @@ -1,183 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10586 - required: true - - variable: redirects - label: Redirects Service - description: The Comm service http > https redirects - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: redirects - label: Redirects 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 - default: 10587 - required: true - - variable: minecraft - label: Minecraft Service - description: Minecraft Service Port - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: minecraft - label: Minecraft 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 - default: 25565 - required: true - - variable: bedrock - label: Bedrock Service - description: Bedrock Service Port - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: bedrock - label: Bedrock 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 - default: 19132 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: servers - label: App Servers Storage - description: Stores the Application Servers. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logs - label: App Logs Storage - description: Stores the Application Logs. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: import - label: App Import Storage - description: Stores the Application Import Files. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: backups - label: App backup Storage - description: Stores the Application Backups. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 1000 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 1000 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/crypto-exchanges-gateway/questions.yaml b/charts/stable/crypto-exchanges-gateway/questions.yaml deleted file mode 100644 index 3a9f7c0edd4..00000000000 --- a/charts/stable/crypto-exchanges-gateway/questions.yaml +++ /dev/null @@ -1,113 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8000 - required: true - - variable: wsport - label: 'wsport service' - description: "WS Port" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: wsport - label: "wsport 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 - default: 8001 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: configpath - label: "configpath Storage" - description: "httpsraw.githubusercontent.comaloysius-pgastcrypto-exchanges-gatewaymasterconfigconfig.sample.json" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/cryptofolio/questions.yaml b/charts/stable/cryptofolio/questions.yaml deleted file mode 100644 index cb791edd880..00000000000 --- a/charts/stable/cryptofolio/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10007 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/cryptpad/questions.yaml b/charts/stable/cryptpad/questions.yaml deleted file mode 100644 index 9eb2fcf9da0..00000000000 --- a/charts/stable/cryptpad/questions.yaml +++ /dev/null @@ -1,188 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: CPAD_MAIN_DOMAIN - label: CPAD_MAIN_DOMAIN - description: Enter your main Cryptpad Main Domain here - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3000 - required: true - - variable: port2 - label: 'port2 service' - description: "Port 2" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: port2 - label: "port2 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 - default: 3001 - required: true - - variable: websocket - label: 'Websocket Port' - description: "Port for Websocket connections" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: websocket - label: "Websocket 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 - default: 3003 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: blobpath - label: "blobpath Storage" - description: "Blob Path" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: blockpath - label: "blockpath Storage" - description: "Block Path" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: customizepath - label: "customizepath Storage" - description: "Customize Path" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "data Storage" - description: "Data Path" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: datastorepath - label: "datastorepath Storage" - description: "Datastore Path" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: configpath - label: "configpath Storage" - description: "Config Path" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/cs2/questions.yaml b/charts/stable/cs2/questions.yaml deleted file mode 100644 index 95d6add5e54..00000000000 --- a/charts/stable/cs2/questions.yaml +++ /dev/null @@ -1,140 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: cs2 - group: App Configuration - label: CS2 - schema: - additional_attrs: true - type: dict - attrs: - - variable: game - label: Game Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: id - label: Game Id - description: The ID of the container to download at start up. - schema: - type: int - required: true - default: 730 - - variable: user - label: Steam User - description: Leave blank for anonymous login. - schema: - type: string - default: "" - - variable: password - label: Steam Password - description: Leave blank for anonymous login. - schema: - type: string - private: true - default: "" - - variable: validate - label: Validate - description: Validates the game data. - schema: - type: boolean - default: true - - variable: params - label: Game Params - schema: - type: list - default: - - -dedicated - - -dev - - +map - - de_inferno - - +game_type 0 - - +game_mode 1 - - -usercon - items: - - variable: param - label: Param - schema: - type: string - required: true - default: "" -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: App SteamCMD Storage - description: Stores the Application SteamCMD. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: App ServerFiles Storage - description: Stores the Application ServerFiles. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/csgo/questions.yaml b/charts/stable/csgo/questions.yaml deleted file mode 100644 index 72ce1ab7349..00000000000 --- a/charts/stable/csgo/questions.yaml +++ /dev/null @@ -1,166 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "740" - - variable: GAME_NAME - label: "GAME_NAME" - description: "Game name to start (is connected to the GAMEPARAMS)." - schema: - type: string - default: "csgo" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server." - schema: - type: string - default: "+game_type 0 -usercon +game_mode 0 +mapgroup mg_active +map de_dust2" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: GAME_PORT - label: "GAME_PORT" - description: "Container Variable GAMEPORT" - schema: - type: string - default: "27015" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27015 - required: true - - variable: tcprcon - label: 'tcprcon service' - description: "TCP RCON Port (not required)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcprcon - label: "tcprcon 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/cssource/questions.yaml b/charts/stable/cssource/questions.yaml deleted file mode 100644 index 3ad21e4a20c..00000000000 --- a/charts/stable/cssource/questions.yaml +++ /dev/null @@ -1,166 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "232330" - - variable: GAME_NAME - label: "GAME_NAME" - description: "Game name to start (is connected to the GAMEPARAMS)." - schema: - type: string - default: "cstrike" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server." - schema: - type: string - default: "-secure +maxplayers 32 +map de_dust2" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: GAME_PORT - label: "GAME_PORT" - description: "Container Variable GAMEPORT" - schema: - type: string - default: "27015" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27015 - required: true - - variable: tcprcon - label: 'tcprcon service' - description: "TCP RCON Port (not required)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcprcon - label: "tcprcon 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/cstrike1-6/questions.yaml b/charts/stable/cstrike1-6/questions.yaml deleted file mode 100644 index a519e24380e..00000000000 --- a/charts/stable/cstrike1-6/questions.yaml +++ /dev/null @@ -1,172 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "90" - - variable: GAME_NAME - label: "GAME_NAME" - description: "Game name to start (is connected to the GAMEPARAMS)." - schema: - type: string - default: "cstrike" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server." - schema: - type: string - default: "+maxplayers 32 +map de_dust" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: GAME_MOD - label: "GAME_MOD" - description: "Only required for Goldsource Games" - schema: - type: string - default: "" - - variable: GAME_PORT - label: "GAME_PORT" - description: "Container Variable GAMEPORT" - schema: - type: string - default: "27015" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27015 - required: true - - variable: tcprcon - label: 'tcprcon service' - description: "TCP RCON Port (not required)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcprcon - label: "tcprcon 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/cstrikeconditionzero/questions.yaml b/charts/stable/cstrikeconditionzero/questions.yaml deleted file mode 100644 index 061652dced3..00000000000 --- a/charts/stable/cstrikeconditionzero/questions.yaml +++ /dev/null @@ -1,172 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "90 +app_set_config '90 mod dmc'" - - variable: GAME_NAME - label: "GAME_NAME" - description: "Game name to start (is connected to the GAMEPARAMS)." - schema: - type: string - default: "czero" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server." - schema: - type: string - default: "-secure +maxplayers 32 +map as_oilrig" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: GAME_MOD - label: "GAME_MOD" - description: "Only required for Goldsource Games" - schema: - type: string - default: "90 mod czero" - - variable: GAME_PORT - label: "GAME_PORT" - description: "Container Variable GAMEPORT" - schema: - type: string - default: "27015" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27015 - required: true - - variable: tcprcon - label: 'tcprcon service' - description: "TCP RCON Port (not required)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcprcon - label: "tcprcon 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ctfd/questions.yaml b/charts/stable/ctfd/questions.yaml deleted file mode 100644 index 9cd28161320..00000000000 --- a/charts/stable/ctfd/questions.yaml +++ /dev/null @@ -1,179 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: SAFE_MODE - label: Safe Mode - description: CTFd will not load any plugins which may alleviate issues preventing CTFd from starting. - schema: - type: boolean - default: false - - variable: REVERSE_PROXY - label: Reverse Proxy - description: Specifies whether CTFd is behind a reverse proxy or not. - schema: - type: boolean - default: false - - variable: MAIL_USEAUTH - label: Show Optional Mail Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: MAILFROM_ADDR - label: Mail From Address - description: The email address that emails are sent from. - schema: - type: string - default: "" - - variable: MAIL_SERVER - label: Mail Server - description: The mail server that emails are sent from. - schema: - type: string - default: "" - - variable: MAIL_PORT - label: Mail Port - description: The mail port that emails are sent from. - schema: - type: int - default: 587 - - variable: MAIL_USERNAME - label: Mail UserName - description: The username used to authenticate to the SMTP server. - schema: - type: string - default: "" - - variable: MAIL_PASSWORD - label: Mail Password - description: The password used to authenticate to the SMTP server. - schema: - type: string - private: true - default: "" - - variable: MAIL_TLS - label: Mail TLS - description: Whether to connect to the SMTP server over TLS. - schema: - type: boolean - default: true - - variable: MAIL_SSL - label: Mail SSL - description: Whether to connect to the SMTP server over SSL. - schema: - type: boolean - default: false - - variable: oauth - label: Show Optional Oauth Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: OAUTH_CLIENT_ID - label: Oauth Client Id - schema: - type: string - default: "" - - variable: OAUTH_CLIENT_SECRET - label: Oauth Client Secret - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10613 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: uploads - label: "App Uploads Storage" - description: "Stores the Application Uploads." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logs - label: "App Logs Storage" - description: "Stores the Application Logs." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/cura-novnc/questions.yaml b/charts/stable/cura-novnc/questions.yaml deleted file mode 100644 index ca72e4d431e..00000000000 --- a/charts/stable/cura-novnc/questions.yaml +++ /dev/null @@ -1,93 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 16081 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: homefolder - label: Main Container Storage - description: Main Container Storage - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: prints - label: Prints or File Storage - description: 3D Printing Folder - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/cyberchef/questions.yaml b/charts/stable/cyberchef/questions.yaml deleted file mode 100644 index d7f1b5f917f..00000000000 --- a/charts/stable/cyberchef/questions.yaml +++ /dev/null @@ -1,76 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10219 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/czkawka/questions.yaml b/charts/stable/czkawka/questions.yaml deleted file mode 100644 index 808ce4477ff..00000000000 --- a/charts/stable/czkawka/questions.yaml +++ /dev/null @@ -1,184 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PASSWORD - label: "VNC_PASSWORD" - description: "Password needed to connect to the application's GUI. See the VNC Password section for more details." - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} - - variable: czkawka - group: "App Configuration" - label: "CzkawkaConfiguration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ENABLE_CJK_FONT - label: "ENABLE_CJK_FONT" - description: "When set to true, open-source computer font WenQuanYi Zen Hei is installed. " - schema: - type: boolean - default: false - - variable: KEEP_APP_RUNNING - label: "KEEP_APP_RUNNING" - description: "When set to true, the application will be automatically restarted if it crashes or if a user quits it." - schema: - type: boolean - default: false - - variable: gui - label: "GUI Settings" - description: "Always read description before changing a value here. Also refer to README" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DISPLAY_WIDTH - label: "DISPLAY_WIDTH" - description: "Width (in pixels) of the application's window." - schema: - type: int - default: 1280 - required: true - - variable: DISPLAY_HEIGHT - label: "DISPLAY_HEIGHT" - description: "Height (in pixels) of the application's window." - schema: - type: int - default: 768 - required: true - - variable: SECURE_CONNECTION - label: "SECURE_CONNECTION" - description: "When set to true, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section for more details." - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10258 - required: true - - variable: vnc - label: "VNC Service" - description: "VNC Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: vnc - label: "TCP 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 - default: 10259 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: storage - label: "App Storage" - description: "Application Storage." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: trash - label: "App Trash Storage" - description: "Stores the Application Trash." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/dailynotes/questions.yaml b/charts/stable/dailynotes/questions.yaml deleted file mode 100644 index 311fa9a838d..00000000000 --- a/charts/stable/dailynotes/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: PREVENT_SIGNUPS - label: "PREVENT_SIGNUPS" - description: "Disable signup form? Anything in this variable will prevent signups." - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Container Path appconfig" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/damselfly/questions.yaml b/charts/stable/damselfly/questions.yaml deleted file mode 100644 index 16bba7a8162..00000000000 --- a/charts/stable/damselfly/questions.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6363 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Container Path configStandard location for docker configs." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: pictures - label: "pictures Storage" - description: "Container Path picturesLocation of your pictures." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: thumbs - label: "thumbs Storage" - description: "Container Path thumbsLocation for Damselfly to store thumbs of your pictures." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/dashdot/questions.yaml b/charts/stable/dashdot/questions.yaml deleted file mode 100644 index f4fd26d2b55..00000000000 --- a/charts/stable/dashdot/questions.yaml +++ /dev/null @@ -1,444 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: DASHDOT_WIDGET_LIST - label: "DASHDOT_WIDGET_LIST" - description: "Change the order of the elements in the list, to change the position on the page, or remove an item from the list, to remove it from the page. Storage Widget does not work correctly with ZFS" - schema: - type: string - required: true - default: "os,cpu,storage,ram,network" - - variable: DASHDOT_ACCEPT_OOKLA_EULA - label: "DASHDOT_ACCEPT_OOKLA_EULA" - description: "Use the newer and more accurate speedtest tool from Ookla, instead of the old speedtest-cli for your speedtests." - schema: - type: boolean - default: false - - variable: DASHDOT_USE_IMPERIAL - label: "DASHDOT_USE_IMPERIAL" - description: "Shows any units in the imperial system, instead of the default metric." - schema: - type: boolean - default: false - - variable: DASHDOT_DISABLE_INTEGRATIONS - label: "DASHDOT_DISABLE_INTEGRATIONS" - description: "Disables support for integrations. This does two things: disable CORS and disable open API endpoints." - schema: - type: boolean - default: false - - variable: DASHDOT_ALWAYS_SHOW_PERCENTAGES - label: "DASHDOT_ALWAYS_SHOW_PERCENTAGES" - description: "To always show the current percentage of each graph in the top-left corner." - schema: - type: boolean - default: false - - variable: DASHDOT_FS_DEVICE_FILTER - label: "DASHDOT_FS_DEVICE_FILTER" - description: "To hide specific drives, you can pass the device names as a string list using this parameter. If you don't know the device names of your drives, have a look at the log of dash. and look for the Static Server Info -> storage output." - schema: - type: string - default: "" - - variable: DASHDOT_FS_TYPE_FILTER - label: "DASHDOT_FS_TYPE_FILTER" - description: "If dash. detects network drives as internal drives, you can provide a list of ignored FS types here." - schema: - type: string - default: "cifs,9p,fuse.rclone,fuse.mergerfs" - - variable: DASHDOT_FS_VIRTUAL_MOUNTS - label: "DASHDOT_FS_VIRTUAL_MOUNTS" - description: "If you want to show a virtual mount in the storage split view, that is ignored in the filter above. Can be used for example to show fuse.mergerfs mounts, which is basically a grouping of other mounts." - schema: - type: string - default: "" - - variable: oswidgetsettings - label: "OS Widget Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DASHDOT_SHOW_HOST - label: "DASHDOT_SHOW_HOST" - description: "If you want to show the host part in the server widget" - schema: - type: boolean - default: false - - variable: DASHDOT_OS_LABEL_LIST - label: "DASHDOT_OS_LABEL_LIST" - description: "Change the order of the labels in the list, to change the position in the widget, or remove an item from the list, to remove it from the widget" - schema: - type: string - default: "os,arch,up_since" - - variable: DASHDOT_OS_WIDGET_GROW - label: "DASHDOT_OS_WIDGET_GROW" - description: "To adjust the relative size of the OS widget" - schema: - type: string - default: "1.5" - - variable: DASHDOT_OS_WIDGET_MIN_WIDTH - label: "DASHDOT_OS_WIDGET_MIN_WIDTH" - description: "To adjust the minimum width of the OS widget (in px)" - schema: - type: string - default: "300" - - variable: cpuwidgetsettings - label: "CPU Widget Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DASHDOT_ENABLE_CPU_TEMPS - label: "DASHDOT_ENABLE_CPU_TEMPS" - description: "If you want to show the CPU temperature in the graph." - schema: - type: boolean - default: false - - variable: DASHDOT_CPU_LABEL_LIST - label: "DASHDOT_CPU_LABEL_LIST" - description: "Change the order of the labels in the list, to change the position in the widget, or remove an item from the list, to remove it from the widget" - schema: - type: string - default: "brand,model,cores,threads,frequency" - - variable: DASHDOT_CPU_WIDGET_GROW - label: "DASHDOT_CPU_WIDGET_GROW" - description: "To adjust the relative size of the Processor widget" - schema: - type: string - default: "4" - - variable: DASHDOT_CPU_WIDGET_MIN_WIDTH - label: "DASHDOT_CPU_WIDGET_MIN_WIDTH" - description: "To adjust the minimum width of the Processor widget (in px)" - schema: - type: string - default: "500" - - variable: DASHDOT_CPU_DATAPOINTS - label: "DASHDOT_CPU_DATAPOINTS" - description: "To adjust the minimum width of the Processor widget (in px)" - schema: - type: string - default: "20" - - variable: DASHDOT_CPU_POLL_INTERVAL - label: "DASHDOT_CPU_POLL_INTERVAL" - description: "To adjust the minimum width of the Processor widget (in px)" - schema: - type: string - default: "1000" - - variable: storagewidgetsettings - label: "Storage Widget Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DASHDOT_STORAGE_LABEL_LIST - label: "DASHDOT_STORAGE_LABEL_LIST" - description: "Change the order of the labels in the list, to change the position in the widget, or remove an item from the list, to remove it from the widget" - schema: - type: string - default: "brand,size,type" - - variable: DASHDOT_STORAGE_WIDGET_GROW - label: "DASHDOT_STORAGE_WIDGET_GROW" - description: "To adjust the relative size of the Storage widget" - schema: - type: string - default: "3.5" - - variable: DASHDOT_STORAGE_WIDGET_MIN_WIDTH - label: "DASHDOT_STORAGE_WIDGET_MIN_WIDTH" - description: "To adjust the minimum width of the Storage widget (in px)" - schema: - type: string - default: "500" - - variable: DASHDOT_STORAGE_POLL_INTERVAL - label: "DASHDOT_STORAGE_POLL_INTERVAL" - description: "Read the Storage load every x milliseconds" - schema: - type: string - default: "60000" - - variable: DASHDOT_ENABLE_STORAGE_SPLIT_VIEW - label: "DASHDOT_ENABLE_STORAGE_SPLIT_VIEW" - description: "Enable an optional split view for the storage widget." - schema: - type: boolean - default: false - - variable: ramwidgetsettings - label: "RAM Widget Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DASHDOT_RAM_LABEL_LIST - label: "DASHDOT_RAM_LABEL_LIST" - description: "Change the order of the labels in the list, to change the position in the widget, or remove an item from the list, to remove it from the widget." - schema: - type: string - default: "brand,size,type,frequency" - - variable: DASHDOT_RAM_WIDGET_GROW - label: "DASHDOT_RAM_WIDGET_GROW" - description: "To adjust the relative size of the Memory widget" - schema: - type: string - default: "4" - - variable: DASHDOT_RAM_WIDGET_MIN_WIDTH - label: "DASHDOT_RAM_WIDGET_MIN_WIDTH" - description: "To adjust the minimum width of the Memory widget (in px)" - schema: - type: string - default: "500" - - variable: DASHDOT_RAM_DATAPOINTS - label: "DASHDOT_RAM_DATAPOINTS" - description: "The amount of datapoints in the Memory graph" - schema: - type: string - default: "20" - - variable: DASHDOT_RAM_POLL_INTERVAL - label: "DASHDOT_RAM_POLL_INTERVAL" - description: "Read the Memory load every x milliseconds" - schema: - type: string - default: "1000" - - variable: netwidgetsettings - label: "Network Widget Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DASHDOT_USE_NETWORK_INTERFACE - label: "DASHDOT_USE_NETWORK_INTERFACE" - description: "If dashdot detects the wrong gateway as your default interface, you can provide a name here that is used instead" - schema: - type: string - default: "" - - variable: DASHDOT_SPEED_TEST_INTERVAL - label: "DASHDOT_SPEED_TEST_INTERVAL" - description: "At which interval the network speed-test should be rerun (in minutes)" - schema: - type: string - default: "60" - - variable: DASHDOT_NETWORK_LABEL_LIST - label: "DASHDOT_NETWORK_LABEL_LIST" - description: "Change the order of the labels in the list, to change the position in the widget, or remove an item from the list, to remove it from the widget" - schema: - type: string - default: "type,speed_up,speed_down,interface_speed" - - variable: DASHDOT_NETWORK_WIDGET_GROW - label: "DASHDOT_NETWORK_WIDGET_GROW" - description: "To adjust the relative size of the Network widget" - schema: - type: string - default: "6" - - variable: DASHDOT_NETWORK_WIDGET_MIN_WIDTH - label: "DASHDOT_NETWORK_WIDGET_MIN_WIDTH" - description: "To adjust the minimum width of the Network widget (in px)" - schema: - type: string - default: "500" - - variable: DASHDOT_NETWORK_DATAPOINTS - label: "DASHDOT_NETWORK_DATAPOINTS" - description: "The amount of datapoints in each of the Network graphs" - schema: - type: string - default: "20" - - variable: DASHDOT_NETWORK_POLL_INTERVAL - label: "DASHDOT_NETWORK_POLL_INTERVAL" - description: "Read the Network load every x milliseconds" - schema: - type: string - default: "1000" - - variable: overridesettings - label: "Overrides" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DASHDOT_OVERRIDE_OS - label: "DASHDOT_OVERRIDE_OS" - description: "Override OS" - schema: - type: string - default: "" - - variable: DASHDOT_OVERRIDE_ARCH - label: "DASHDOT_OVERRIDE_ARCH" - description: "Override ARCH" - schema: - type: string - default: "" - - variable: DASHDOT_OVERRIDE_CPU_BRAND - label: "DASHDOT_OVERRIDE_CPU_BRAND" - description: "Override CPU BRAND" - schema: - type: string - default: "" - - variable: DASHDOT_OVERRIDE_CPU_MODEL - label: "DASHDOT_OVERRIDE_CPU_MODEL" - description: "Override CPU MODEL" - schema: - type: string - default: "" - - variable: DASHDOT_OVERRIDE_CPU_CORES - label: "DASHDOT_OVERRIDE_CPU_CORES" - description: "Override CPU CORES" - schema: - type: string - default: "" - - variable: DASHDOT_OVERRIDE_CPU_THREADS - label: "DASHDOT_OVERRIDE_CPU_THREADS" - description: "Override CPU THREADS" - schema: - type: string - default: "" - - variable: DASHDOT_OVERRIDE_CPU_FREQUENCY - label: "DASHDOT_OVERRIDE_CPU_FREQUENCY" - description: "Override CPU FREQUENCY. Number needs to be passed in GHz (e.g. 2.8)" - schema: - type: string - default: "" - - variable: DASHDOT_OVERRIDE_RAM_BRAND - label: "DASHDOT_OVERRIDE_RAM_BRAND" - description: "Override RAM BRAND" - schema: - type: string - default: "" - - variable: DASHDOT_OVERRIDE_RAM_SIZE - label: "DASHDOT_OVERRIDE_RAM_SIZE" - description: "Override RAM SIZE. Number needs to be passed in bytes (e.g. 34359738368 for 32 GB)" - schema: - type: string - default: "" - - variable: DASHDOT_OVERRIDE_RAM_TYPE - label: "DASHDOT_OVERRIDE_RAM_TYPE" - description: "Override RAM TYPE" - schema: - type: string - default: "" - - variable: DASHDOT_OVERRIDE_RAM_FREQUENCY - label: "DASHDOT_OVERRIDE_RAM_FREQUENCY" - description: "Override RAM FREQUENCY" - schema: - type: string - default: "" - - variable: DASHDOT_OVERRIDE_NETWORK_SPEED_UP - label: "DASHDOT_OVERRIDE_NETWORK_SPEED_UP" - description: "Override NETWORK SPEED UP. Number needs to be passed in bit (e.g. 100000000 for 100 Mb/s" - schema: - type: string - default: "" - - variable: DASHDOT_OVERRIDE_NETWORK_SPEED_DOWN - label: "DASHDOT_OVERRIDE_NETWORK_SPEED_DOWN" - description: "Override NETWORK SPEED DOWN. Number needs to be passed in bit (e.g. 100000000 for 100 Mb/s)" - schema: - type: string - default: "" - - variable: DASHDOT_OVERRIDE_NETWORK_INTERFACE_SPEED - label: "DASHDOT_OVERRIDE_NETWORK_INTERFACE_SPEED" - description: "Override NETWORK INTERFACE SPEED. Number needs to be passed in Megabit (e.g. 10000 for 10 GB/s)" - schema: - type: string - default: "" - - variable: DASHDOT_OVERRIDE_NETWORK_PUBLIC_IP - label: "DASHDOT_OVERRIDE_NETWORK_PUBLIC_IP" - description: "Override NETWORK PUBLIC IP" - schema: - type: string - default: "" - - variable: DASHDOT_OVERRIDE_STORAGE_BRANDS - label: "DASHDOT_OVERRIDE_STORAGE_BRANDS" - description: "Pass a comma-separated list of brands of your drives. You can skip correct drives, by passing empty values for it" - schema: - type: string - default: "" - - variable: DASHDOT_OVERRIDE_STORAGE_SIZES - label: "DASHDOT_OVERRIDE_STORAGE_SIZES" - description: "Pass a comma-separated list of sizes of your drives. You can skip correct drives, by passing empty values for it" - schema: - type: string - default: "" - - variable: DASHDOT_OVERRIDE_STORAGE_TYPES - label: "DASHDOT_OVERRIDE_STORAGE_TYPES" - description: "Pass a comma-separated list of types of your drives. You can skip correct drives, by passing empty values for it" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10044 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/dashmachine/questions.yaml b/charts/stable/dashmachine/questions.yaml deleted file mode 100644 index b324f77127f..00000000000 --- a/charts/stable/dashmachine/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: appdata - label: "appdata Storage" - description: "Container Path dashmachinedashmachineuserdata" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/dashy/questions.yaml b/charts/stable/dashy/questions.yaml deleted file mode 100644 index c40af3047c3..00000000000 --- a/charts/stable/dashy/questions.yaml +++ /dev/null @@ -1,118 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: dashy - group: App Configuration - label: Dashy Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Config Folder Mount - description: Mounts a config folder from the given host path - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: configDirectoryHostPath - label: Config Directory Host Path - description: Absolute host path of the config directory - schema: - type: string - default: "" - - variable: configDirectoryHostReadOnly - label: Config Directory Read Only - description: Mount config directory as read Only - schema: - type: boolean - default: true -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10310 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: icons - label: App Icons Storage - description: Stores the Application Icons. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 0 - - variable: runAsGroup - label: runAsGroup - description: The groupID of the user running the application - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/davos/questions.yaml b/charts/stable/davos/questions.yaml deleted file mode 100644 index 3b940f69ded..00000000000 --- a/charts/stable/davos/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10081 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/dayofdefeatsource/questions.yaml b/charts/stable/dayofdefeatsource/questions.yaml deleted file mode 100644 index b327fba29e4..00000000000 --- a/charts/stable/dayofdefeatsource/questions.yaml +++ /dev/null @@ -1,166 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "232290" - - variable: GAME_NAME - label: "GAME_NAME" - description: "Game name to start (is connected to the GAMEPARAMS)." - schema: - type: string - default: "dod" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server." - schema: - type: string - default: "-secure +maxplayers 24 +map dod_kalt" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: GAME_PORT - label: "GAME_PORT" - description: "Container Variable GAMEPORT" - schema: - type: string - default: "27015" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27015 - required: true - - variable: tcprcon - label: 'tcprcon service' - description: "TCP RCON Port (not required)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcprcon - label: "tcprcon 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/daysofwar/questions.yaml b/charts/stable/daysofwar/questions.yaml deleted file mode 100644 index 06ee91dc1bd..00000000000 --- a/charts/stable/daysofwar/questions.yaml +++ /dev/null @@ -1,166 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "541790" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server." - schema: - type: string - default: "dow_cathedral" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: GAME_PORT - label: "GAME_PORT" - description: "Container Variable GAMEPORT" - schema: - type: string - default: "7777" - - variable: QUERY_PORT - label: "QUERY_PORT" - description: "Container Variable QUERYPORT" - schema: - type: string - default: "27015" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7777 - required: true - - variable: steamport - label: 'steamport service' - description: "UDP Steam Port (if you need another port, please delete this entry and create a new UDP Port with the required port number, also dont forget to click on Show more settings in the template and change the portnumber)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: steamport - label: "steamport 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/dayz/questions.yaml b/charts/stable/dayz/questions.yaml deleted file mode 100644 index 937776e8050..00000000000 --- a/charts/stable/dayz/questions.yaml +++ /dev/null @@ -1,158 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAMEID that the container downloads at startup.If you want to install a static or beta version of the game change the value to 1042420 -beta YOURBRANCH (without quotes, replace YOURBRANCH with the branch or version you want to install)." - schema: - type: string - default: "1042420" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your extra start up commands for the server here otherwise leave empty." - schema: - type: string - default: "" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: GAME_PORT - label: "GAME_PORT" - description: "Only change if you know what you are doing (initial GAMEPORT Dont forget to create create a new UDP port mapping with the corresponding port and delete the default port)" - schema: - type: string - default: "2302" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 2302 - required: true - - variable: steamqueryport - label: 'steamqueryport service' - description: "UDP Steam Query Port" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: steamqueryport - label: "steamqueryport 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 - default: 27016 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ddclient/questions.yaml b/charts/stable/ddclient/questions.yaml deleted file mode 100644 index fe95a8d9562..00000000000 --- a/charts/stable/ddclient/questions.yaml +++ /dev/null @@ -1,56 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ddns-go/questions.yaml b/charts/stable/ddns-go/questions.yaml deleted file mode 100644 index b53765a6043..00000000000 --- a/charts/stable/ddns-go/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10168 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ddns-route53/questions.yaml b/charts/stable/ddns-route53/questions.yaml deleted file mode 100644 index 274bfdf7ed0..00000000000 --- a/charts/stable/ddns-route53/questions.yaml +++ /dev/null @@ -1,112 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: SCHEDULE - label: "SCHEDULE" - description: "CRON expression to schedule ddns-route53 - httpwww.cronmaker.com" - schema: - type: string - default: "*/30 * * * *" - - variable: MAX_RETRIES - label: "MAX_RETRIES" - description: "Number of retries in case of WAN IP retrieval failure" - schema: - type: string - default: "3" - - variable: LOG_LEVEL - label: "LOG_LEVEL" - description: "Log level output" - schema: - type: string - default: "info" - - variable: LOG_JSON - label: "LOG_JSON" - description: "Enable JSON logging output" - schema: - type: string - default: "false" - - variable: DDNSR53_CREDENTIALS_ACCESSKEYID - label: "DDNSR53_CREDENTIALS_ACCESSKEYID" - description: "Access Key ID" - schema: - type: string - default: "ABCDEFGHIJKLMNO123456" - - variable: DDNSR53_CREDENTIALS_SECRETACCESSKEY - label: "DDNSR53_CREDENTIALS_SECRETACCESSKEY" - description: "Secret Access Key" - schema: - type: string - default: "abcdefgh123456IJKLMN+OPQRS7890+ABCDEFGH" - - variable: DDNSR53_ROUTE53_HOSTEDZONEID - label: "DDNSR53_ROUTE53_HOSTEDZONEID" - description: "Host Zone ID" - schema: - type: string - default: "ABCEEFG123456789" - - variable: DDNSR53_ROUTE53_RECORDSSET_0_NAME - label: "DDNSR53_ROUTE53_RECORDSSET_0_NAME" - description: "Record Set 0 " - schema: - type: string - default: "ddns.example.com." - - variable: DDNSR53_ROUTE53_RECORDSSET_0_TYPE - label: "DDNSR53_ROUTE53_RECORDSSET_0_TYPE" - description: "Record Set 0 Type" - schema: - type: string - default: "A" - - variable: DDNSR53_ROUTE53_RECORDSSET_0_TTL - label: "DDNSR53_ROUTE53_RECORDSSET_0_TTL" - description: "Record Set 0 TTL" - schema: - type: string - default: "300" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ddns-updater/questions.yaml b/charts/stable/ddns-updater/questions.yaml deleted file mode 100644 index 5039accba87..00000000000 --- a/charts/stable/ddns-updater/questions.yaml +++ /dev/null @@ -1,197 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: CONFIG - label: "CONFIG" - description: "One line JSON object containing the entire config." - schema: - type: string - max_length: 2048 - default: "" - - variable: PERIOD - label: "PERIOD" - description: "Default period of IP address check." - schema: - type: string - default: "5m" - - variable: IPV6_PREFIX - label: "IPV6_PREFIX" - description: "IPv6 prefix used to mask your public IPv6 address and your record IPv6 address. Ranges from /0 to /128 depending on your ISP." - schema: - type: string - default: "/128" - - variable: PUBLICIP_FETCHERS - label: "PUBLICIP_FETCHERS" - description: "Comma separated fetcher types to obtain the public IP address from http and dns." - schema: - type: string - default: "all" - - variable: PUBLICIP_HTTP_PROVIDERS - label: "PUBLICIP_HTTP_PROVIDERS" - description: "Comma separated providers to obtain the public IP address (ipv4 or ipv6)." - schema: - type: string - default: "all" - - variable: PUBLICIPV4_HTTP_PROVIDERS - label: "PUBLICIPV4_HTTP_PROVIDERS" - description: "Comma separated providers to obtain the public IPv4 address only." - schema: - type: string - default: "all" - - variable: PUBLICIPV6_HTTP_PROVIDERS - label: "PUBLICIPV6_HTTP_PROVIDERS" - description: "Comma separated providers to obtain the public IPv6 address only." - schema: - type: string - default: "all" - - variable: PUBLICIP_DNS_PROVIDERS - label: "PUBLICIP_DNS_PROVIDERS" - description: "Comma separated providers to obtain the public IP address (IPv4 and/or IPv6)." - schema: - type: string - default: "all" - - variable: PUBLICIP_DNS_TIMEOUT - label: "PUBLICIP_DNS_TIMEOUT" - description: "Public IP DNS query timeout." - schema: - type: string - default: "3s" - - variable: UPDATE_COOLDOWN_PERIOD - label: "UPDATE_COOLDOWN_PERIOD" - description: "Duration to cooldown between updates for each record. This is useful to avoid being rate limited or banned." - schema: - type: string - default: "5m" - - variable: HTTP_TIMEOUT - label: "HTTP_TIMEOUT" - description: "Timeout for all HTTP requests." - schema: - type: string - default: "10s" - - variable: BACKUP_PERIOD - label: "BACKUP_PERIOD" - description: "Set to a period (i.e. 72h15m) to enable zip backups of data/config.json and data/updates.json in a zip file." - schema: - type: string - default: "0" - - variable: LOG_LEVEL - label: "LOG_LEVEL" - description: "Level of logging, debug, info, warning or error." - schema: - type: string - default: "info" - enum: - - value: "info" - description: "info" - - value: "debug" - description: "debug" - - value: "warning" - description: "warning" - - value: "error" - description: "error" - - variable: LOG_CALLER - label: "LOG_CALLER" - description: "Show caller per log line, hidden or short." - schema: - type: string - default: "hidden" - enum: - - value: "hidden" - description: "hidden" - - value: "short" - description: "short" - - variable: SHOUTRRR_ADDRESSES - label: "SHOUTRRR_ADDRESSES" - description: "(optional) Comma separated list of Shoutrrr addresses (notification services)" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10227 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/debian-apt-mirror/questions.yaml b/charts/stable/debian-apt-mirror/questions.yaml deleted file mode 100644 index b9375eefbff..00000000000 --- a/charts/stable/debian-apt-mirror/questions.yaml +++ /dev/null @@ -1,123 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: FORCE_UPDATE - label: "FORCE_UPDATE" - description: "Force update from the packages on every startrestart of the container." - schema: - type: string - default: "false" - - variable: DATA_PERM - label: "DATA_PERM" - schema: - type: string - default: "770" - - variable: UMASK - label: "UMASK" - schema: - type: string - default: "0000" - - variable: APACHE2_PORT - label: "APACHE2_PORT" - description: "If you change this value you also have to delete the old port mapping and create a new one with the appropriate port mapping." - schema: - type: string - default: "980" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 980 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - description: "Keep in mind that the mirror can consume very much space (stable main contrib non-free Will need about 200GB of hard drive space!) - you can also put the data directory somewhere on a disk outside the Array or Cache for example with Unassigned Devices." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: config - label: "config Storage" - description: "Configuration directory" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/debian-bullseye/questions.yaml b/charts/stable/debian-bullseye/questions.yaml deleted file mode 100644 index 89a8f7b0eb8..00000000000 --- a/charts/stable/debian-bullseye/questions.yaml +++ /dev/null @@ -1,129 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: CUSTOM_RES_W - label: "CUSTOM_RES_W" - description: "Enter the preferred resolution width" - schema: - type: string - default: "1800" - - variable: CUSTOM_RES_H - label: "CUSTOM_RES_H" - description: "Enter the preferred resolution height" - schema: - type: string - default: "1000" - - variable: ROOT_PWD - label: "ROOT_PWD" - description: "Please choose a strong password for your root account!" - schema: - type: string - default: "" - - variable: DATA_PERM - label: "DATA_PERM" - description: "Container Variable DATAPERM" - schema: - type: string - default: "770" - - variable: USER_LOCALES - label: "USER_LOCALES" - description: "Enter your prefered locales, you can find a full list of supported languages in usrsharei18nSUPPORTED (eg enUS.UTF-8 UTF8 or deDE.UTF-8 UTF-8,...)" - schema: - type: string - default: "en_US.UTF-8 UTF-8" - - variable: DEV - label: "DEV" - description: "Container Variable DEV" - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: homedirectory - label: "homedirectory Storage" - description: "All things that are saved in the container should be in the this or a subdirectory in of this folder, all files that are store outside this folder are not persistant and will be wiped if there is an update of the container or you change something in the template." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/deconz/questions.yaml b/charts/stable/deconz/questions.yaml deleted file mode 100644 index f42f76bbaf7..00000000000 --- a/charts/stable/deconz/questions.yaml +++ /dev/null @@ -1,174 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: DECONZ_VNC_PASSWORD - label: "DECONZ_VNC_PASSWORD" - description: "If VNC is enabled (DECONZ_VNC_MODE=1) you can change the default password" - schema: - type: string - required: true - private: true - default: "REPLACETHIS" - - variable: DECONZ_DEVICE - label: "DECONZ_DEVICE" - description: "Override the location where deCONZ looks for the RaspBee/Conbee device" - schema: - type: string - default: "/dev/ttyUSB0" - - variable: DECONZ_VNC_MODE - label: "DECONZ_VNC_MODE" - description: "Enable VNC access to the container to view the deCONZ ZigBee mesh" - schema: - type: int - default: 1 - - variable: DECONZ_UPNP - label: "DECONZ_UPNP" - description: "Set this option to 0 to disable uPNP" - schema: - type: int - default: 0 - - variable: DECONZ_START_VERBOSE - label: "DECONZ_START_VERBOSE" - description: "Set this option to 0 to disable verbose of start script, set to 1 to enable set -x logging" - schema: - type: int - default: 0 -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10008 - required: true - - variable: websocket - label: "websocket Service" - description: "The websocket service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: websocket - label: "websocket 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 - default: 10001 - required: true - - variable: vnc - label: "vnc Service" - description: "The vnc service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: vnc - label: "vnc 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 - default: 10002 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/deemix/questions.yaml b/charts/stable/deemix/questions.yaml deleted file mode 100644 index 5fb7a836e8f..00000000000 --- a/charts/stable/deemix/questions.yaml +++ /dev/null @@ -1,106 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: DEEMIX_SINGLE_USER - label: Deemix Single User - description: Enable a server-wide login. In this mode, only one user needs to log in and every session will use the same login. - schema: - type: boolean - default: false -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6595 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: App Downloads Storage - description: Stores the Application Downloads. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/deepstack/questions.yaml b/charts/stable/deepstack/questions.yaml deleted file mode 100644 index 6abe7a3c343..00000000000 --- a/charts/stable/deepstack/questions.yaml +++ /dev/null @@ -1,175 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: - # Portal -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - label: "Select Image" - schema: - type: string - default: "image" - enum: - - value: "image" - description: "CPU" - - value: "gpuImage" - description: "GPU" - - variable: env - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: API-KEY - label: "API Key" - description: "The API Key protects all recognition and detection endpoints including face, scene, object detection and custom models" - schema: - type: string - private: true - default: "" - - variable: ADMIN-KEY - label: "Admin key" - description: "The admin key protects admin apis such as adding models, deleting models, list models, backup and restore." - schema: - type: string - default: "" - private: true - - variable: MODE - label: "Mode" - description: "Sets the performance mode" - schema: - type: string - default: "Medium" - enum: - - value: "High" - description: "High" - - value: "Medium" - description: "Medium" - - value: "Low" - description: "Low" - - variable: THREADCOUNT - label: "Threadcount" - description: "Sets the threadcount each endpoint will run with" - schema: - type: int - default: 5 -# Include{containerBasic} -# Include{containerAdvanced} - - variable: deepstack - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: vision_face - label: "VISION-FACE" - description: "Enables Face Detection" - schema: - type: boolean - default: false - - variable: vision_detection - label: "VISION-DETECTION" - description: "Enables Object Detection" - schema: - type: boolean - default: true - enum: - - variable: vision_scene - label: "VISION-SCENE" - description: "Enables Scene Detection" - schema: - type: boolean - default: false - - variable: vision_enhance - label: "VISION-ENHANCE" - description: "Enables Enhance Endpoint" - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10049 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: modelstore - label: "App Model Storage" - description: "Stores the Application Model." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/dell-idrac-fan-controller/questions.yaml b/charts/stable/dell-idrac-fan-controller/questions.yaml deleted file mode 100644 index a9a4dcc9e5f..00000000000 --- a/charts/stable/dell-idrac-fan-controller/questions.yaml +++ /dev/null @@ -1,98 +0,0 @@ -# Include{groups} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: IDRAC_HOST - label: iDrac Host - description: iDRAC's IP address. Default value is "local". - schema: - type: string - default: "" - - variable: IDRAC_USERNAME - label: iDrac Host Name - description: iDrac Username. Default value is "root". - schema: - type: string - default: "" - - variable: IDRAC_PASSWORD - label: iDrac Password - description: iDrac Password. Default password is "calvin". - schema: - type: string - private: true - default: "" - - variable: FAN_SPEED - label: Fan Speed - description: Fan speed parameter can be set as a decimal (from 0 to 100%). Default value is 5(%). - schema: - type: int - min: 0 - max: 100 - default: 5 - - variable: CPU_TEMPERATURE_THRESHOLD - label: CPU Temperature Thershold - description: parameter is the T°junction (junction temperature) threshold beyond which the Dell fan mode defined in your BIOS will become active again (to protect the server hardware against overheat). Default value is 50(°C). - schema: - type: int - default: 50 - - variable: CHECK_INTERVAL - label: Check Interval - description: parameter is the time (in seconds) between each temperature check and potential profile change. Default value is 60(s). - schema: - type: int - default: 60 - - variable: DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE - label: Disable 3rd Party PCIE Card Dell Default Cooling Response - description: Boolean that allows to disable third-party PCIe card Dell default cooling response. Default value is false. - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/deluge/questions.yaml b/charts/stable/deluge/questions.yaml deleted file mode 100644 index 27df8d7aa1f..00000000000 --- a/charts/stable/deluge/questions.yaml +++ /dev/null @@ -1,130 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: - ## Portal Button -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8112 - required: true - - variable: rpc - label: "RPC Service" - description: "RPC Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: rpc - label: "RPC 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 - default: 58846 - required: true - - variable: torrent - label: "TCP Torrent Service" - description: "TCP Torrent Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcp - label: "TCP 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 - default: 6881 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/digikam/questions.yaml b/charts/stable/digikam/questions.yaml deleted file mode 100644 index 65a1d9e11c0..00000000000 --- a/charts/stable/digikam/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10033 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/dillinger/questions.yaml b/charts/stable/dillinger/questions.yaml deleted file mode 100644 index 956c5d7bb64..00000000000 --- a/charts/stable/dillinger/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10143 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/discordgsm/questions.yaml b/charts/stable/discordgsm/questions.yaml deleted file mode 100644 index 7b11b2b674e..00000000000 --- a/charts/stable/discordgsm/questions.yaml +++ /dev/null @@ -1,188 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: gsm - group: App Configuration - label: GSM Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: app_token - label: App Token - description: Discord Bot Token. - schema: - type: string - private: true - default: "" - - variable: whitelist_guilds - label: Whitelist Guilds - schema: - type: list - default: [] - items: - - variable: whitelist_guild_entry - label: Whitelist Guild Entry - schema: - type: string - required: true - default: "" - - variable: app_activity_type - label: App Activity Type - description: How you want to get your WAN IP - schema: - type: string - default: "3" - enum: - - value: "0" - description: Playing - - value: "1" - description: Streaming - - value: "2" - description: Listening - - value: "3" - description: Watching - - value: "5" - description: Competing - - variable: app_activity_name - label: App Activity Name - description: Presence activity name override. - schema: - type: string - default: "" - - variable: app_presence_advertise - label: App Presence Advertise - description: Enable advertisement feature on presence - schema: - type: boolean - default: false - - variable: task_query_server - label: Task Query Server - description: Query servers task scheduled time in seconds. - schema: - type: int - default: 60 - - variable: command_query_public - label: Command Query Public - description: Whether the /queryserver command should be available to all users. - schema: - type: boolean - default: false - - variable: command_query_cooldown - label: Command Query Cooldown - description: The /queryserver command cooldown in seconds. (Administrator will not be affected) - schema: - type: int - default: 5 - - variable: web_api_enable - label: Web API Enable - description: Enable Web API feature. - schema: - type: boolean - default: false - - variable: factorio - label: Show Factorio Auth Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: factorio_username - label: Factorio Username - schema: - type: string - default: "" - - variable: factorio_auth_token - label: Factorio Auth Token - schema: - type: string - private: true - default: "" -# Include{containerConfig} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10230 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/dispatch/questions.yaml b/charts/stable/dispatch/questions.yaml deleted file mode 100644 index 38086b2d9b1..00000000000 --- a/charts/stable/dispatch/questions.yaml +++ /dev/null @@ -1,113 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8000 - required: true - - variable: https - label: 'https service' - description: "HTTPs (Not Required if you use reverse proxy)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: https - label: "https 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 - default: 4596 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - description: "Data" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/dizquetv/questions.yaml b/charts/stable/dizquetv/questions.yaml deleted file mode 100644 index 07541858e43..00000000000 --- a/charts/stable/dizquetv/questions.yaml +++ /dev/null @@ -1,95 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - label: Select Image - schema: - type: string - default: image - enum: - - value: image - description: Image - - value: nvidiaImage - description: Nvidia Image -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10071 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/dns-doh-companion/questions.yaml b/charts/stable/dns-doh-companion/questions.yaml deleted file mode 100644 index 90301aaf0ce..00000000000 --- a/charts/stable/dns-doh-companion/questions.yaml +++ /dev/null @@ -1,104 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 53 - required: true - - variable: dnsudp - label: 'dnsudp service' - description: "Container Port 53" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: dnsudp - label: "dnsudp 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 - default: 53 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/docker-hub-rss/questions.yaml b/charts/stable/docker-hub-rss/questions.yaml deleted file mode 100644 index e63e2319598..00000000000 --- a/charts/stable/docker-hub-rss/questions.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/docker/questions.yaml b/charts/stable/docker/questions.yaml deleted file mode 100644 index 12903bcec01..00000000000 --- a/charts/stable/docker/questions.yaml +++ /dev/null @@ -1,48 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 0 -# Include{ingressList} -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/dockerregistry/questions.yaml b/charts/stable/dockerregistry/questions.yaml deleted file mode 100644 index 1ce5d314298..00000000000 --- a/charts/stable/dockerregistry/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: datastoragepath - label: "datastoragepath Storage" - description: "This is where Docker Registry will store its data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/dockovpn/questions.yaml b/charts/stable/dockovpn/questions.yaml deleted file mode 100644 index c26a9026874..00000000000 --- a/charts/stable/dockovpn/questions.yaml +++ /dev/null @@ -1,133 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: HOST_ADDR - label: "Host Address" - description: "Sets address OpenVPN server is located at." - schema: - type: string - required: true - default: "vpn.example.com" - - variable: HOST_TUN_PROTOCOL - label: "Tunnel Protocol" - description: "Sets tunnel protocol." - schema: - type: string - default: udp - enum: - - value: "udp" - description: UDP - - value: "tcp" - description: TCP -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: main - label: "Config Download 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 - default: 8080 - required: true - - variable: vpn - label: "OpenVPN Internal" - description: "OpenVPN Internal Port" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: vpn - label: "OpenVPN Interal Port" - description: "OpenVPN Interal Port." - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 1194 - required: true -# Include{serviceExpertRoot} -# Include{serviceExpert} -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the group running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/docusaurus/questions.yaml b/charts/stable/docusaurus/questions.yaml deleted file mode 100644 index 432c20af1bc..00000000000 --- a/charts/stable/docusaurus/questions.yaml +++ /dev/null @@ -1,126 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: AUTO_UPDATE - label: "Auto Update" - schema: - type: boolean - default: true - - variable: WEBSITE_NAME - label: "Website Name" - description: "The name for your Docusaurus website" - schema: - type: string - default: "Docusaurus HomeLab Website" - - variable: TEMPLATE - label: "Docusaurus Default Template" - description: "Default template for your Docusaurus website" - schema: - type: string - default: "classic" - - variable: RUN_MODE - label: "Run Mode" - description: "Specify the mode to start Docusaurus" - schema: - type: string - default: "Production" - enum: - - value: production - description: Production - - value: development - description: Development -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 13080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/dokuwiki/questions.yaml b/charts/stable/dokuwiki/questions.yaml deleted file mode 100644 index 776695db41d..00000000000 --- a/charts/stable/dokuwiki/questions.yaml +++ /dev/null @@ -1,184 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: DOKUWIKI_USERNAME - label: "DokuWiki Username" - description: "Dokuwiki application username." - schema: - type: string - required: true - default: "" - - variable: DOKUWIKI_PASSWORD - label: "DokuWiki Password" - description: "Dokuwiki application password." - schema: - type: string - required: true - private: true - default: "" - - variable: DOKUWIKI_FULL_NAME - label: "DokuWiki Full Name" - description: "Dokuwiki application user full name." - schema: - type: string - required: true - default: "" - - variable: DOKUWIKI_EMAIL - label: "DokuWiki Email" - description: "Dokuwiki application email." - schema: - type: string - required: true - default: "" - - variable: DOKUWIKI_WIKI_NAME - label: "DokuWiki Wiki Name" - description: "Dokuwiki wiki name." - schema: - type: string - required: true - default: "" - - variable: ENABLE_PHP_CONFIGURATION - label: "Enable PHP Configuration" - description: "Enables configuration options for PHP" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: PHP_ENABLE_OPCACHE - label: "PHP Enable OPCache" - description: "Enable OPcache for PHP scripts." - schema: - type: string - default: "" - - variable: PHP_EXPOSE_PHP - label: "PHP Expose PHP" - description: "Enables HTTP header with PHP version." - schema: - type: string - default: "" - - variable: PHP_MAX_EXECUTION_TIME - label: "PHP Max Execution Time" - description: "Maximum execution time for PHP scripts." - schema: - type: string - default: "" - - variable: PHP_MAX_INPUT_TIME - label: "PHP Max Input Time" - description: " Maximum input time for PHP scripts." - schema: - type: string - default: "" - - variable: PHP_MAX_INPUT_VARS - label: "PHP Max Input Vars" - description: "Maximum amount of input variables for PHP scripts." - schema: - type: string - default: "" - - variable: PHP_MEMORY_LIMIT - label: "PHP Memory Limit" - description: "Memory limit for PHP scripts." - schema: - type: string - default: "256M" - - variable: PHP_POST_MAX_SIZE - label: "PHP Post Max Size" - description: "Maximum size for PHP POST requests." - schema: - type: string - default: "" - - variable: PHP_UPLOAD_MAX_FILESIZE - label: "PHP Upload Max Filesize" - description: "Maximum file size for PHP uploads." - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10123 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/domoticz/questions.yaml b/charts/stable/domoticz/questions.yaml deleted file mode 100644 index 3da93d24381..00000000000 --- a/charts/stable/domoticz/questions.yaml +++ /dev/null @@ -1,113 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10144 - required: true - - variable: comm1 - label: "comm1 / Remote Shared Service" - description: "The remote shared (previously comm1) service." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: comm1 - label: "comm1 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 - default: 6144 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/dontstarvetogether/questions.yaml b/charts/stable/dontstarvetogether/questions.yaml deleted file mode 100644 index c807fb0268d..00000000000 --- a/charts/stable/dontstarvetogether/questions.yaml +++ /dev/null @@ -1,190 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "343050" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: CAVES - label: "CAVES" - description: "Delete true if you dont want Caves on your Server." - schema: - type: string - default: "true" - - variable: FORCE_X64 - label: "FORCE_X64" - description: "Set to true if you want to run the game in 64bit mode or leave empty to run it in 32bit mode." - schema: - type: string - default: "true" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10890 - required: true - - variable: masterserver - label: 'masterserver service' - description: "Container Port 27016" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: masterserver - label: "masterserver 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 - default: 27016 - required: true - - variable: authentication - label: 'authentication service' - description: "Container Port 8766" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: authentication - label: "authentication 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 - default: 8766 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: token - label: "token Storage" - description: "Put your created clustertoken.txt in the Cluster1 subfolder." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/doplarr/questions.yaml b/charts/stable/doplarr/questions.yaml deleted file mode 100644 index 8cd41354e3e..00000000000 --- a/charts/stable/doplarr/questions.yaml +++ /dev/null @@ -1,172 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: OVERSEERR__API - label: "OVERSEERR__API" - schema: - type: string - private: true - default: "" - - variable: OVERSEERR__DEFAULT_ID - label: "OVERSEERR__DEFAULT_ID" - description: "The Overseerr user id to use by default if there is no associated discord account for the requester" - schema: - type: string - private: true - default: "" - - variable: SONARR__API - label: "SONARR__API" - schema: - type: string - private: true - default: "" - - variable: RADARR__API - label: "RADARR__API" - schema: - type: string - private: true - default: "" - - variable: DISCORD__TOKEN - label: "DISCORD__TOKEN" - schema: - type: string - private: true - required: true - default: "" - - variable: DISCORD__ROLE_ID - label: "DISCORD__ROLE_ID" - description: "The discord role id for users of the bot (omitting this lets everyone on the server use the bot)" - schema: - type: string - private: true - default: "" - - variable: OVERSEERR__URL - label: "OVERSEERR__URL" - schema: - type: string - default: "" - - variable: SONARR__URL - label: "SONARR__URL" - schema: - type: string - default: "" - - variable: SONARR__QUALITY_PROFILE - label: "SONARR__QUALITY_PROFILE" - description: "The name of the quality profile to use by default for Sonarr" - schema: - type: string - default: "" - - variable: SONARR__LANGUAGE_PROFILE - label: "SONARR__LANGUAGE_PROFILE" - description: "The name of the language profile to use by default for Sonarr" - schema: - type: string - default: "" - - variable: RADARR__URL - label: "RADARR__URL" - schema: - type: string - default: "" - - variable: RADARR__QUALITY_PROFILE - label: "RADARR__QUALITY_PROFILE" - description: "The name of the quality profile to use by default for Radarr" - schema: - type: string - default: "" - - variable: DISCORD__MAX_RESULTS - label: "DISCORD__MAX_RESULTS" - description: "Sets the maximum size of the search results selection" - schema: - type: int - default: 25 - - variable: DISCORD__REQUESTED_MSG_STYLE - label: "DISCORD__REQUESTED_MSG_STYLE" - description: "Sets the style of the request alert message." - schema: - type: string - default: ":plain" - enum: - - value: ":plain" - description: ":plain" - - value: ":embed" - description: ":embed" - - value: ":none" - description: ":none" - - variable: PARTIAL_SEASONS - label: "PARTIAL_SEASONS" - description: "Sets whether users can request partial seasons." - schema: - type: boolean - default: true - - variable: LOG_LEVEL - label: "LOG_LEVEL" - description: "The log level for the logging backend. This can be changed for debugging purposes." - schema: - type: string - default: ":info" - enum: - - value: ":trace" - description: ":trace" - - value: ":debug" - description: ":debug" - - value: ":info" - description: ":info" - - value: ":warn" - description: ":warn" - - value: ":error" - description: ":error" - - value: ":fatal" - description: ":fatal" - - value: ":repor" - description: ":repor" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/double-take/questions.yaml b/charts/stable/double-take/questions.yaml deleted file mode 100644 index 2e649dc00da..00000000000 --- a/charts/stable/double-take/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10200 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/doublecommander/questions.yaml b/charts/stable/doublecommander/questions.yaml deleted file mode 100644 index 24f6c37c48b..00000000000 --- a/charts/stable/doublecommander/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10034 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/drawio/questions.yaml b/charts/stable/drawio/questions.yaml deleted file mode 100644 index 4a0fabe5fd1..00000000000 --- a/charts/stable/drawio/questions.yaml +++ /dev/null @@ -1,76 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10214 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/dropbox-by-otherguy/questions.yaml b/charts/stable/dropbox-by-otherguy/questions.yaml deleted file mode 100644 index 9d86acdc4cf..00000000000 --- a/charts/stable/dropbox-by-otherguy/questions.yaml +++ /dev/null @@ -1,78 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: DROPBOX_UID - label: "DROPBOX_UID" - description: "Container Variable DROPBOXUID" - schema: - type: string - default: "99" - - variable: DROPBOX_GID - label: "DROPBOX_GID" - description: "Container Variable DROPBOXGID" - schema: - type: string - default: "100" -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: dropboxuserfiles - label: "dropboxuserfiles Storage" - description: "Read the description! Do not set this path to mntuser..." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: dropboxsettings - label: "dropboxsettings Storage" - description: "Container Path optdropbox.dropbox" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/duckdns/questions.yaml b/charts/stable/duckdns/questions.yaml deleted file mode 100644 index a6294b7ee38..00000000000 --- a/charts/stable/duckdns/questions.yaml +++ /dev/null @@ -1,81 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: TOKEN - label: "TOKEN" - schema: - type: string - private: true - default: "" - - variable: SUBDOMAINS - label: "SUBDOMAINS" - description: "SUBDOMAINS" - schema: - type: string - default: "" - - variable: LOG_FILE - label: "LOG_FILE" - description: "LOG_FILE" - schema: - type: boolean - default: false -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/duplicacy/questions.yaml b/charts/stable/duplicacy/questions.yaml deleted file mode 100644 index e70585d6064..00000000000 --- a/charts/stable/duplicacy/questions.yaml +++ /dev/null @@ -1,101 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3875 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: cache - label: "App Cache Storage" - description: "Stores the Application Cache." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logs - label: "App Logs Storage" - description: "Stores the Application Logs." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/duplicati/questions.yaml b/charts/stable/duplicati/questions.yaml deleted file mode 100644 index 77ddbf07900..00000000000 --- a/charts/stable/duplicati/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8200 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ecodms/questions.yaml b/charts/stable/ecodms/questions.yaml deleted file mode 100644 index a35a736f13d..00000000000 --- a/charts/stable/ecodms/questions.yaml +++ /dev/null @@ -1,78 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: scaninputpath - label: "scaninputpath Storage" - description: "Container Path srvscaninput" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: restorepath - label: "restorepath Storage" - description: "Container Path srvrestore" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: backuppath - label: "backuppath Storage" - description: "Container Path srvbackup" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "data Storage" - description: "Container Path srvdata" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/electrum/questions.yaml b/charts/stable/electrum/questions.yaml deleted file mode 100644 index 5f526fea9ab..00000000000 --- a/charts/stable/electrum/questions.yaml +++ /dev/null @@ -1,111 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: CUSTOM_RES_H - label: "CUSTOM_RES_H" - description: "Minimum screen hight 768 pixels" - schema: - type: string - default: "768" - - variable: DATA_PERM - label: "DATA_PERM" - description: "Container Variable DATAPERM" - schema: - type: string - default: "770" - - variable: CUSTOM_RES_W - label: "CUSTOM_RES_W" - description: "Minimum screen width 1024 pixels" - schema: - type: string - default: "1024" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: datapath - label: "datapath Storage" - description: "Please keep in mind that your wallet is stored there and I strongly recommend you to backup that path (the wallet is stored in your Electron appdata directory.electrumwalletsYOURWALLETNAME)." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/emby-sync/questions.yaml b/charts/stable/emby-sync/questions.yaml deleted file mode 100644 index 3de617fc18c..00000000000 --- a/charts/stable/emby-sync/questions.yaml +++ /dev/null @@ -1,102 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: SECRET_KEY - label: "SECRET_KEY" - description: "Your API Key for Emby" - schema: - type: string - default: "" - - variable: EMBY_SERVER - label: "EMBY_SERVER" - description: "URL to your Emby server" - schema: - type: string - default: "" - - variable: DEFAULT_ROOM - label: "DEFAULT_ROOM" - description: "Make sure this room always exists! Leave empty for default. Default is Bacon Bar" - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/emby/questions.yaml b/charts/stable/emby/questions.yaml deleted file mode 100644 index cffbf586570..00000000000 --- a/charts/stable/emby/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10079 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/embystat/questions.yaml b/charts/stable/embystat/questions.yaml deleted file mode 100644 index b08a217a7ff..00000000000 --- a/charts/stable/embystat/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6555 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/emulatorjs/questions.yaml b/charts/stable/emulatorjs/questions.yaml deleted file mode 100644 index 60c7516a2f7..00000000000 --- a/charts/stable/emulatorjs/questions.yaml +++ /dev/null @@ -1,145 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10130 - required: true - - variable: front - label: "Front Service" - description: "The front service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: front - label: "Front 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 - default: 10124 - required: true - - variable: ipfs - label: "ipfs Service" - description: "The ipfs service." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: ipfs - label: "ipfs 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 - default: 10138 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} - - variable: front - label: "Front Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/endlessh/questions.yaml b/charts/stable/endlessh/questions.yaml deleted file mode 100644 index 218d10a3110..00000000000 --- a/charts/stable/endlessh/questions.yaml +++ /dev/null @@ -1,83 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10128 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ersatztv/questions.yaml b/charts/stable/ersatztv/questions.yaml deleted file mode 100644 index 2845c3dcf56..00000000000 --- a/charts/stable/ersatztv/questions.yaml +++ /dev/null @@ -1,104 +0,0 @@ - -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - label: Select Image - schema: - type: string - default: image - enum: - - value: image - description: Default - - value: nvidiaImage - description: Nvidia - - value: vaapiImage - description: Vaapi -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10607 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/esphome/questions.yaml b/charts/stable/esphome/questions.yaml deleted file mode 100644 index a10c5073624..00000000000 --- a/charts/stable/esphome/questions.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ESPHOME_DASHBOARD_USE_PING - label: Esphome Dasboard Use Ping - description: Check the status of the device - schema: - type: boolean - default: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6052 - required: true - # Configure app volumes -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: platformio - label: Platformio Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/etesync/questions.yaml b/charts/stable/etesync/questions.yaml deleted file mode 100644 index 0746bc34db8..00000000000 --- a/charts/stable/etesync/questions.yaml +++ /dev/null @@ -1,167 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - path: "/" - admin: -# Include{portalLink} - path: "/admin/" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: REGEN_INI - label: "Always recreate Config" - description: "This ensures that everytime you restart the program it recreates the config file" - schema: - type: boolean - default: true - - variable: ALLOWED_HOSTS - label: "ALLOWED_HOSTS" - description: "Must be a valid domain or * (* is not recommended for production)" - schema: - type: string - default: "localhost" - required: true - - variable: AUTO_SIGNUP - label: "AUTO_SIGNUP" - description: "Enable automatic signup" - schema: - type: boolean - default: false - - variable: LANGUAGE_CODE - label: "LANGUAGE_CODE" - description: "Django language code" - schema: - type: string - default: "en-us" - required: true - - variable: DEBUG - label: "DEBUG" - description: "Output additional messages from `/entrypoint.sh`. It doesn't change the output of the Etebase server." - schema: - type: boolean - default: false - - variable: SHELL_DEBUG - label: "SHELL_DEBUG" - description: "Run `/entrypoint.sh` with `set -x`" - schema: - type: boolean - default: false - - variable: DEBUG_DJANGO - label: "DEBUG_DJANGO" - description: "Enable Django debug mode (not recommended for production)" - schema: - type: boolean - default: false - - variable: SUPER_USER - label: "SUPER_USER" - description: "Username of the Django superuser (First Install Only)" - schema: - type: string - default: "admin" - required: true - - variable: SUPER_PASS - label: "SUPER_PASS" - description: "Password of the Django superuser (First Install Only). Will be generated if left unset." - schema: - type: string - default: "" - private: true - - variable: SUPER_EMAIL - label: "SUPER_EMAIL" - description: "Email of the Django superuser (First Install Only)" - schema: - type: string - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10254 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: app - label: "App Storage" - description: "This is the volume where all user data and server configuration is located." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 373 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 373 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 373 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ethercalc/questions.yaml b/charts/stable/ethercalc/questions.yaml deleted file mode 100644 index 3403baea5d3..00000000000 --- a/charts/stable/ethercalc/questions.yaml +++ /dev/null @@ -1,96 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: REDIS_PORT_6379_TCP_ADDR - label: "REDIS_PORT_6379_TCP_ADDR" - description: "This is the Redis server IP. Delete that entry if not used." - schema: - type: string - default: "" - - variable: REDIS_PORT_6379_TCP_PORT - label: "REDIS_PORT_6379_TCP_PORT" - description: "This is the Redis server port. Delete that entry if not used." - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8084 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/etherpad/questions.yaml b/charts/stable/etherpad/questions.yaml deleted file mode 100644 index 5bf9948028a..00000000000 --- a/charts/stable/etherpad/questions.yaml +++ /dev/null @@ -1,133 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ADMIN_PASSWORD - label: "Admin Password" - description: "The password for the admin user (leave unspecified if you do not want to create it)" - schema: - type: string - private: true - default: "" - - variable: USER_PASSWORD - label: "User Password" - description: "The password for the first user user (leave unspecified if you do not want to create it)" - schema: - type: string - private: true - default: "" - - variable: TITLE - label: "Title" - description: "The name of the instance" - schema: - type: string - default: "Etherpad" - - variable: FAVICON - label: "Favicon" - description: "Favicon default name, or a fully specified URL to your own favicon" - schema: - type: string - default: "favicon.ico" - - variable: DEFAULT_PAD_TEXT - label: "Default Pad Text" - description: "The default text of a pad" - schema: - type: string - default: "Welcome to Etherpad! This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents! Get involved with Etherpad at https://etherpad.org" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10060 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: app - label: "App Storage" - description: "Stores the Application." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/explainshell/questions.yaml b/charts/stable/explainshell/questions.yaml deleted file mode 100644 index e63e2319598..00000000000 --- a/charts/stable/explainshell/questions.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/external-dns/questions.yaml b/charts/stable/external-dns/questions.yaml deleted file mode 100644 index fab09924ac1..00000000000 --- a/charts/stable/external-dns/questions.yaml +++ /dev/null @@ -1,351 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: "Provider Specific Credentials - Main Config Below" - schema: - additional_attrs: true - type: dict - attrs: - - variable: CF_API_TOKEN - label: Cloudflare API Token (preferred) - description: Cloudflare API Token, optimal when using with Cloudflare - schema: - type: string - default: "" - - variable: CF_API_KEY - label: Cloudflare API Key - description: Cloudflare API Key if not using the preferred API Token - schema: - type: string - default: "" - - variable: CF_API_EMAIL - label: Cloudflare API Email - description: Cloudflare API email if not using the preferred API Token - schema: - type: string - default: "" - - variable: DO_TOKEN - label: Digitalocean API Key - description: Needed for read / write access on Digitalocean - schema: - type: string - default: "" - - variable: DNSSIMPLE_OAUTH - label: DNS Simple OAUTH Key - description: - schema: - type: string - default: "" - - variable: LINODE_TOKEN - label: Linode PI Key - description: Needed for read / write access on Linode - schema: - type: string - default: "" - - variable: OVH_APPLICATION_KEY - label: OVH Application Key - description: OVH Application Key - schema: - type: string - default: "" - - variable: OVH_APPLICATION_SECRET - label: OVH Application Secret - description: OVH Application Secret - schema: - type: string - default: "" - - variable: OVH_CONSUMER_KEY - label: OVH Consumer Key - description: Your OVH Consumer key after validated link - schema: - type: string - default: "" - - variable: SCW_ACCESS_KEY - label: Scaleway Access Key - description: Your Scaleway Access Key - schema: - type: string - default: "" - - variable: SCW_SECRET_KEY - label: Scaleway Secret Key - description: Your Scaleway Secret Key - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} - - variable: externaldns - group: App Configuration - label: External-DNS Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: logLevel - label: Log Verbosity Level - description: How description the logs are, from info to debug. - schema: - type: string - required: true - default: info - enum: - - value: info - description: info - - value: warning - description: warning - - value: error - description: error - - value: panic - description: panic - - value: debug - description: debug - - value: fatal - description: fatal - - variable: logFormat - label: Log Format - description: Output logs in either text or Json - schema: - type: string - default: text - enum: - - value: text - description: text - - value: json - description: json - - variable: interval - label: The interval for DNS updates. - description: How often the DNS will you update your DNS records - schema: - type: string - default: 5m - - variable: provider - label: Provider - description: Provider where the upstream DNS records will be created, eg Cloudflare, Digitalocean or things such as pihole. Some providers need additional args set when using them, please refer to upstream documentation for their usage. - schema: - type: string - required: true - default: cloudflare - enum: - - value: akamai - description: akamai - - value: alibabacloud - description: alibabacloud - - value: aws - description: aws - - value: aws-sd - description: aws-sd - - value: azure - description: azure - - value: azure-dns - description: azure-dns - - value: azure-private-dns - description: azure-private-dns - - value: bluecat - description: bluecat - - value: civo - description: civo - - value: cloudflare - description: cloudflare - - value: coredns - description: coredns - - value: designate - description: designate - - value: digitalocean - description: digitalocean - - value: dnsimple - description: dnsimple - - value: dyn - description: dyn - - value: exoscale - description: exoscale - - value: gandi - description: gandi - - value: godaddy - description: godaddy - - value: google - description: google - - value: ibmcloud - description: ibmcloud - - value: infoblox - description: infoblox - - value: inmemory - description: inmemory - - value: linode - description: linode - - value: ns1 - description: ns1 - - value: oci - description: oci - - value: pdns - description: pdns - - value: pihole - description: pihole - - value: plural - description: plural - - value: rcodezero - description: rcodezero - - value: rdns - description: rdns - - value: rfc2136 - description: rfc2136 - - value: safedns - description: safedns - - value: scaleway - description: scaleway - - value: skydns - description: skydns - - value: tencentcloud - description: tencentcloud - - value: transip - description: transip - - value: ultradns - description: ultradns - - value: vinyldns - description: vinyldns - - value: vultr - description: vultr - - variable: sources - label: "Sources" - schema: - type: list - default: ["ingress"] - items: - - variable: source - label: source - schema: - type: string - required: true - default: ingress - enum: - - value: ingress - description: ingress - - value: service - description: service - - variable: domainFilters - label: Domain Filters - description: Limit possible target zones by domain suffixes. - schema: - type: list - default: [] - items: - - variable: domainFilterEntry - label: Domain Filter Entry - schema: - type: string - default: "" - required: true - - variable: zoneidFilters - label: Cloudflare DNS Zone Filter (optional) - description: Limit possible target zones by zone IDs. (Optional) - schema: - type: list - show_if: [["provider", "=", "cloudflare"]] - default: [] - items: - - variable: zoneidFilterEntry - label: Zone ID Filter Entry - schema: - type: string - default: "" - required: true - - variable: registry - label: Registry Type - description: Available registry types are txt, noop - schema: - type: string - default: noop - enum: - - value: txt - description: text - - value: noop - description: noop - - variable: policy - label: DNS Synchronization Policy - description: How DNS records are synchronized between sources and providers - schema: - type: string - default: upsert-only - enum: - - value: upsert-only - description: upsert-only - - value: sync - description: sync - - variable: txtOwnerId - label: txt Owner Id - description: TXT registry identifier. - schema: - type: string - default: "" - - variable: txtPrefix - label: txtPrefix - description: Prefix to create a TXT record with a name following the pattern prefix. - schema: - type: string - default: "" - - variable: txtSuffix - label: txtSuffix - description: TXT Suffix to attach - schema: - type: string - default: "" - - variable: piholeServer - label: Pi-Hole Server Address - description: Actual adresss/FQDN of your Pi-Hole install, such as pihole-web.pihole.svc.cluster.local, - schema: - type: string - show_if: [["provider", "=", "pihole"]] - default: "" - - variable: piholePassword - label: Pi-Hole Server Passowrd - description: Password for Pi-Hole - schema: - type: string - show_if: [["provider", "=", "pihole"]] - private: true - default: "" -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/external-ip/questions.yaml b/charts/stable/external-ip/questions.yaml deleted file mode 100644 index b633254d269..00000000000 --- a/charts/stable/external-ip/questions.yaml +++ /dev/null @@ -1,94 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: DELAY - label: "DELAY" - description: "Container Variable DELAY" - schema: - type: string - default: "5m" - - variable: PROVIDER - label: "PROVIDER" - description: "Container Variable PROVIDER" - schema: - type: string - default: "" - - variable: NOTIFICATION_TYPE - label: "NOTIFICATION_TYPE" - description: "Container Variable NOTIFICATIONTYPE" - schema: - type: string - default: "" - - variable: PUSHOVER_TOKEN - label: "PUSHOVER_TOKEN" - description: "Container Variable PUSHOVERTOKEN" - schema: - type: string - default: "" - - variable: PUSHOVER_USER - label: "PUSHOVER_USER" - description: "Container Variable PUSHOVERUSER" - schema: - type: string - default: "" - - variable: PUSHOVER_TITLE - label: "PUSHOVER_TITLE" - description: "Container Variable PUSHOVERTITLE" - schema: - type: string - default: "" - - variable: RECOVERY_ALERT - label: "RECOVERY_ALERT" - description: "Container Variable RECOVERYALERT" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/external-service/questions.yaml b/charts/stable/external-service/questions.yaml deleted file mode 100644 index 02618528770..00000000000 --- a/charts/stable/external-service/questions.yaml +++ /dev/null @@ -1,88 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{serviceRoot} -# Include{serviceMain} - - variable: enabled - label: "Enable the service" - schema: - type: boolean - default: true - hidden: true - - variable: type - label: "Service Type" - description: "ExternalIP gets connected to using an IP and port, ExternalName gets connected to using a domain name" - schema: - type: string - default: "ExternalIP" - enum: - - value: "ExternalName" - description: "ExternalName" - - value: "ExternalIP" - description: "ExternalIP" - - variable: externalName - label: "External Service Domainname" - description: "Domainname of External service" - schema: - show_if: [["type", "=", "ExternalName"]] - type: string - default: "google.com" - - variable: externalIP - label: "External Service IP" - description: "IP of External service" - schema: - show_if: [["type", "=", "ExternalIP"]] - type: string - default: "1.1.1.1" - - 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: enabled - label: "Enable the port" - schema: - type: boolean - default: true - hidden: true - - variable: protocol - label: "Port Type" - schema: - type: string - default: "http" - enum: - - value: "http" - description: "HTTP" - - value: "https" - description: "HTTPS" - - value: tcp - description: "TCP" - - value: "udp" - description: "UDP" - - variable: port - label: "Service Port" - description: "Both the external service port and internal service port will be the same" - schema: - type: int - default: 10003 -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} diff --git a/charts/stable/fabulinus/questions.yaml b/charts/stable/fabulinus/questions.yaml deleted file mode 100644 index 6af1e0f37b5..00000000000 --- a/charts/stable/fabulinus/questions.yaml +++ /dev/null @@ -1,161 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - path: "/docs" - chat: -# Include{portalLink} - path: "/demos/chat" - playground: -# Include{portalLink} - path: "/demos/playground" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - - variable: imageSelector - label: Select Image - schema: - type: string - default: image - enum: - - value: image - description: CPU - - value: gpuImage - description: GPU - -# Include{containerBasic} -# Include{containerAdvanced} - - - variable: fabulinus - group: App Configuration - label: Fabulinus Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: device - label: Device - description: The device to use. - schema: - type: string - default: cpu - enum: - - value: cpu - description: CPU - - value: gpu - description: GPU - - variable: model - label: Model - description: The model name to use. - schema: - type: string - default: "google/flan-t5-small" - required: true - - variable: quant_type - label: Quant Type - description: The quantization type to use. - schema: - type: string - default: int8 - enum: - - value: int8 - description: Int8 - - value: float16 - description: Float16 - - value: bfloat16 - description: Bfloat16 - - value: int8_float16 - description: Int8_float16 - - value: int8_bfloat16 - description: Int8_bfloat16 - - variable: max_batch_size - label: Max Batch Size - description: The maximum batch size the model can use. - schema: - type: int - default: 32 - min: 1 - - variable: disable_batching - label: Disable Batching - description: Whether to allow batching or not. Set to False if not using the /generate end point. - schema: - type: boolean - default: true - -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10687 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: models - label: "App Models Storage" - description: "Stores the Application Models." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/factorio/questions.yaml b/charts/stable/factorio/questions.yaml deleted file mode 100644 index 76738be441e..00000000000 --- a/charts/stable/factorio/questions.yaml +++ /dev/null @@ -1,154 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: GENERATE_NEW_SAVE - label: Generate new save on startup - description: Generate a new save if one does not exist before starting the server - schema: - type: boolean - default: false - - variable: LOAD_LATEST_SAVE - label: Load latest save game - description: Load latest when true. Otherwise load SAVE_NAME - schema: - type: boolean - default: true - - variable: SAVE_NAME - label: Game save name (change this to use multiple saves) - description: Name to use for the save file - schema: - type: string - default: _autosave1 - - variable: TOKEN - label: Factorio.com Token - description: Import your factorio.com token - schema: - type: string - default: "" - - variable: UPDATE_MODS_ON_START - label: Update server mods BEFORE starting the server - description: If mods should be updated before starting the server - schema: - type: boolean - default: false - - variable: USERNAME - label: Factorio.com Username - description: Import your factorio.com username - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: main - label: Main Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: UDP port the server listens on - schema: - type: int - default: 34197 - required: true - - variable: rcon - label: Rcon Port - description: TCP port the rcon server listens on - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: rcon - label: Rcon Server 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Config. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 0 - - variable: runAsGroup - label: runAsGroup - description: The groupID of the user running the application - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/factorioservermanager/questions.yaml b/charts/stable/factorioservermanager/questions.yaml deleted file mode 100644 index 19334a0907b..00000000000 --- a/charts/stable/factorioservermanager/questions.yaml +++ /dev/null @@ -1,127 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8888 - required: true - - variable: factorioport - label: 'factorioport service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: factorioport - label: "factorioport 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 - default: 34197 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: fsmsaves - label: "fsmsaves Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: fsmmods - label: "fsmmods Storage" - description: "(can be left as it is)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: config - label: "config Storage" - description: "(can be left as it is)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/farmos/questions.yaml b/charts/stable/farmos/questions.yaml deleted file mode 100644 index 27c40bba94a..00000000000 --- a/charts/stable/farmos/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 80 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: sitesdirectory - label: "sitesdirectory Storage" - description: "Contains the site-specific settings and uploaded files" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/fastcom-mqtt/questions.yaml b/charts/stable/fastcom-mqtt/questions.yaml deleted file mode 100644 index 0a032c4f5b1..00000000000 --- a/charts/stable/fastcom-mqtt/questions.yaml +++ /dev/null @@ -1,76 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: MQTT_SERVER - label: "MQTT_SERVER" - description: "Container Variable MQTTSERVER" - schema: - type: string - default: "" - - variable: MQTT_UP - label: "MQTT_UP" - description: "Container Variable MQTTUP" - schema: - type: string - default: "" - - variable: MQTT_DOWN - label: "MQTT_DOWN" - description: "Container Variable MQTTDOWN" - schema: - type: string - default: "" - - variable: SLEEP - label: "SLEEP" - description: "Container Variable sleep" - schema: - type: string - default: "3600" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/fenrus/questions.yaml b/charts/stable/fenrus/questions.yaml deleted file mode 100644 index ae7d74670ea..00000000000 --- a/charts/stable/fenrus/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - description: "Location of user configuration files" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: images - label: "images Storage" - description: "Location to store user images" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ferdi-server/questions.yaml b/charts/stable/ferdi-server/questions.yaml deleted file mode 100644 index 81641c92d8f..00000000000 --- a/charts/stable/ferdi-server/questions.yaml +++ /dev/null @@ -1,203 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: APP_URL - label: "APP_URL" - description: "Specify the URL of the Ferdi-server, including http:// or https:// as relevant." - schema: - type: string - required: true - - variable: IS_CREATION_ENABLED - label: "IS_CREATION_ENABLED" - description: "Specify whether to enable the creation of custom recipes." - schema: - type: boolean - - variable: IS_DASHBOARD_ENABLED - label: "IS_DASHBOARD_ENABLED" - description: "Specify whether to enable the Ferdi-server dashboard." - schema: - type: boolean - - variable: IS_REGISTRATION_ENABLED - label: "IS_REGISTRATION_ENABLED" - description: "Specify whether to allow user registration." - schema: - type: boolean - - variable: CONNECT_WITH_FRANZ - label: "CONNECT_WITH_FRANZ" - description: "Specify whether to enable connections to the Franz server." - schema: - type: boolean - - variable: mailsettings - label: "Mail Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: MAIL_CONNECTION - label: "MAIL_CONNECTION" - description: "Specify the mail sender to be used." - schema: - type: string - default: "smtp" - - variable: SMTP_HOST - label: "SMTP_HOST" - description: "Specify the mail host to be used" - schema: - type: string - default: "" - - variable: SMTP_PORT - label: "SMTP_PORT" - description: "Specify the mail port to be used." - schema: - type: int - default: 587 - - variable: MAIL_SSL - label: "MAIL_SSL" - description: "Specify SMTP mail security." - schema: - type: boolean - default: true - - variable: MAIL_USERNAME - label: "MAIL_USERNAME" - description: "Specify your mail username to be used." - schema: - type: string - default: "" - - variable: MAIL_PASSWORD - label: "MAIL_PASSWORD" - description: "Specify your mail password to be used." - schema: - type: string - private: true - default: "" - - variable: MAIL_SENDER - label: "MAIL_SENDER" - description: "Specify the mail sender address to be used." - schema: - type: string - default: "" - - variable: SPARKPOST_API_KEY - label: "SPARKPOST_API_KEY" - description: "Specify SparkPost API Key to be used." - schema: - type: string - private: true - default: "" - - variable: MAILGUN_DOMAIN - label: "MAILGUN_DOMAIN" - description: "Specify Mailgun domain to be used." - schema: - type: string - default: "" - - variable: MAILGUN_API_REGION - label: "MAILGUN_API_REGION" - description: "Specify Mailgun API Region to be used." - schema: - type: string - default: "" - - variable: MAILGUN_API_KEY - label: "MAILGUN_API_KEY" - description: "Specify Mailgun API Key to be used." - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10206 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: recipes - label: "App Recipes Storage" - description: "Stores the Application Recipes." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ffmpeg-mkvdts2ac3/questions.yaml b/charts/stable/ffmpeg-mkvdts2ac3/questions.yaml deleted file mode 100644 index 2f14e4c96b7..00000000000 --- a/charts/stable/ffmpeg-mkvdts2ac3/questions.yaml +++ /dev/null @@ -1,109 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: script - label: "script" - description: "encode.sh or mkvdts2ac3.sh" - schema: - type: string - default: "encode.sh" - - variable: parameters - label: "parameters" - description: "Parameters for FFmpeg" - schema: - type: string - default: "-map 0;-vcodec copy;-scodec copy;-acodec ac3;-b:a 640k" - - variable: output_format - label: "output_format" - description: "Format of output file." - schema: - type: string - default: "mkv" - - variable: mkvdts2ac3_params - label: "mkvdts2ac3_params" - description: "Parameters for mkvdts2ac3" - schema: - type: string - default: "--compress none;-d;-n;-w /output;--new" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Config" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: watch - label: "watch Storage" - description: "Watch" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: output - label: "output Storage" - description: "Output" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: copy - label: "copy Storage" - description: "Copy" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/filebot/questions.yaml b/charts/stable/filebot/questions.yaml deleted file mode 100644 index 5b168f04d5d..00000000000 --- a/charts/stable/filebot/questions.yaml +++ /dev/null @@ -1,356 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: - # Portal -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PASSWORD - label: "VNC_PASSWORD" - description: "Password needed to connect to the application's GUI. See the VNC Password section for more details." - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} - - variable: filebot - group: "App Configuration" - label: "FileBot Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ENABLE_CJK_FONT - label: "ENABLE_CJK_FONT" - description: "When set to true, open-source computer font WenQuanYi Zen Hei is installed. " - schema: - type: boolean - default: false - - variable: KEEP_APP_RUNNING - label: "KEEP_APP_RUNNING" - description: "When set to true, the application will be automatically restarted if it crashes or if a user quits it." - schema: - type: boolean - default: false - - variable: gui - label: "GUI Settings" - description: "Always read description before changing a value here. Also refer to README" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DISPLAY_WIDTH - label: "DISPLAY_WIDTH" - description: "Width (in pixels) of the application's window." - schema: - type: int - default: 1280 - required: true - - variable: DISPLAY_HEIGHT - label: "DISPLAY_HEIGHT" - description: "Height (in pixels) of the application's window." - schema: - type: int - default: 768 - required: true - - variable: SECURE_CONNECTION - label: "SECURE_CONNECTION" - description: "When set to true, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section for more details." - schema: - type: boolean - default: false - - variable: general - label: "General FileBot Settings" - description: "Always read description before changing a value here. Also refer to README" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: OPENSUBTITLES_USERNAME - label: "OPENSUBTITLES_USERNAME" - description: "Username of your OpenSubtitles account. Required to download subtitles." - schema: - type: string - default: "" - - variable: OPENSUBTITLES_PASSWORD - label: "OPENSUBTITLES_PASSWORD" - description: "Password of your OpenSubtitles account. Required to download subtitles." - schema: - type: string - default: "" - - variable: FILEBOT_CUSTOM_OPTIONS - label: "FILEBOT_CUSTOM_OPTIONS" - description: "Custom arguments to pass to FileBot. This applies to the UI only." - schema: - type: string - default: "" - - variable: USE_FILEBOT_BETA - label: "USE_FILEBOT_BETA" - description: "When set to true, FileBot installed under /config/beta (container path) is used." - schema: - type: boolean - default: false - - variable: amc - label: "Automated Media Center Settings" - description: "Always read description before changing a value here. Also refer to README" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: AMC_INTERVAL - label: "AMC_INTERVAL" - description: "Time (in seconds) between each invocation of the AMC script." - schema: - type: int - default: 1800 - - variable: AMC_INPUT_STABLE_TIME - label: "AMC_INPUT_STABLE_TIME" - description: "Time (in seconds) during which properties (e.g. size, time, etc) of files in the watch folder need to remain the same before invoking the AMC script." - schema: - type: int - default: 1800 - - variable: AMC_ACTION - label: "AMC_ACTION" - description: "Action performed by the AMC script on files." - schema: - type: string - default: "test" - enum: - - value: "test" - description: "test" - - value: "copy" - description: "copy" - - value: "move" - description: "move" - - value: "symlink" - description: "symlink" - - value: "hardlink" - description: "hardlink" - - value: "keeplink" - description: "keeplink" - - value: "duplicate" - description: "duplicate" - - value: "clone" - description: "clone" - - variable: AMC_CONFLICT - label: "AMC_CONFLICT" - description: "Conflict resolution strategy used by the AMC script" - schema: - type: string - default: "auto" - enum: - - value: "auto" - description: "auto" - - value: "skip" - description: "skip" - - variable: AMC_MATCH_MODE - label: "AMC_MATCH_MODE" - description: "Match mode used by the AMC script" - schema: - type: string - default: "opportunistic" - enum: - - value: "opportunistic" - description: "opportunistic" - - value: "strict" - description: "strict" - - variable: AMC_ARTWORK - label: "AMC_ARTWORK" - description: "When set to true, artwork is fetched and NFO file is generated by the AMC script." - schema: - type: boolean - default: false - - variable: AMC_LANG - label: "AMC_LANG" - description: "Language used by the AMC script to rename files. Two-characters language code or value like English, French." - schema: - type: string - default: "English" - - variable: AMC_MUSIC_FORMAT - label: "AMC_MUSIC_FORMAT" - description: "Define how music files are renamed by the AMC script." - schema: - type: string - default: "{plex}" - - variable: AMC_MOVIE_FORMAT - label: "AMC_MOVIE_FORMAT" - description: "Define how movie files are renamed by the AMC script." - schema: - type: string - default: "{plex}" - - variable: AMC_SERIES_FORMAT - label: "AMC_SERIES_FORMAT" - description: "Define how TV series files are renamed by the AMC script." - schema: - type: string - default: "{plex}" - - variable: AMC_ANIME_FORMAT - label: "AMC_ANIME_FORMAT" - description: "Define how anime files are renamed by the AMC script." - schema: - type: string - default: "{plex}" - - variable: AMC_PROCESS_MUSIC - label: "AMC_PROCESS_MUSIC" - description: "When set to true, music files are processed by the AMC script." - schema: - type: boolean - default: true - - variable: AMC_SUBTITLE_LANG - label: "AMC_SUBTITLE_LANG" - description: "Comma-separated list of subtitle languages to download. Example: en,de,fr." - schema: - type: string - default: "" - - variable: AMC_CUSTOM_OPTIONS - label: "AMC_CUSTOM_OPTIONS" - description: "Custom arguments to pass to the AMC script." - schema: - type: string - default: "" - - variable: AMC_INSTALL_PKGS - label: "AMC_INSTALL_PKGS" - description: "Space-separated list of Alpine Linux packages to install." - schema: - type: string - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10268 - required: true - - variable: vnc - label: "VNC Service" - description: "VNC Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: vnc - label: "TCP 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 - default: 10269 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: storage - label: "App Storage Storage" - description: "Stores the Application Storage." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: watch - label: "App Watch Storage" - description: "Stores the Application Watch." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: output - label: "App Output Storage" - description: "Stores the Application Output." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/filebrowser/questions.yaml b/charts/stable/filebrowser/questions.yaml deleted file mode 100644 index 836a056fa2a..00000000000 --- a/charts/stable/filebrowser/questions.yaml +++ /dev/null @@ -1,120 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: FB_ADDRESS - label: "ADDRESS" - description: "Address to listen on (Leave empty for default)" - schema: - type: string - default: "" - - variable: FB_BASEURL - label: "BASEURL" - description: "Base URL" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10187 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: database - label: "App Database Storage" - description: "Stores the Application Datase." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/fileflows/questions.yaml b/charts/stable/fileflows/questions.yaml deleted file mode 100644 index da9d6eb33bd..00000000000 --- a/charts/stable/fileflows/questions.yaml +++ /dev/null @@ -1,109 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10242 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logs - label: "App Logs Storage" - description: "Stores the Application Logs." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: temp - label: "App Temp Storage" - description: "Stores the Application Temp." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: media - label: "App Media Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/fileshelter/questions.yaml b/charts/stable/fileshelter/questions.yaml deleted file mode 100644 index 6504da678cd..00000000000 --- a/charts/stable/fileshelter/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5091 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/filestash/questions.yaml b/charts/stable/filestash/questions.yaml deleted file mode 100644 index bcadb94dd53..00000000000 --- a/charts/stable/filestash/questions.yaml +++ /dev/null @@ -1,119 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: APPLICATION_URL - label: Application Url - description: "Configure it either as http://ip:port or as https://mydomain.tld." - schema: - type: string - required: true - default: "http://localhost:8334" - - variable: GDRIVE_CLIENT_ID - label: Google Drive Client ID - schema: - type: string - default: "" - - variable: GDRIVE_CLIENT_SECRET - label: Google Drive Client Secret - schema: - type: string - private: true - default: "" - - variable: DROPBOX_CLIENT_ID - label: DropBox Client ID - schema: - type: string - default: "" - - variable: ONLYOFFICE_URL - label: Only Office Url - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8334 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 0 - - variable: runAsGroup - label: runAsGroup - description: The groupID this App of the user running the application - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/filezilla/questions.yaml b/charts/stable/filezilla/questions.yaml deleted file mode 100644 index c6264c55258..00000000000 --- a/charts/stable/filezilla/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10035 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/fireflyiii/questions.yaml b/charts/stable/fireflyiii/questions.yaml deleted file mode 100644 index ef9db9b0624..00000000000 --- a/charts/stable/fireflyiii/questions.yaml +++ /dev/null @@ -1,105 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: APP_URL - label: "APP_URL" - description: "Application URL eg. https://fireflyiii.mydomain.com" - schema: - type: string - default: "http://localhost:10082" - - variable: TRUSTED_PROXIES - label: "TRUSTED_PROXIES" - description: "TRUSTED_PROXIES" - schema: - type: string - default: "172.16.0.0/16" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10082 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/firefox-desktop-g3/questions.yaml b/charts/stable/firefox-desktop-g3/questions.yaml deleted file mode 100644 index 33d8efcede7..00000000000 --- a/charts/stable/firefox-desktop-g3/questions.yaml +++ /dev/null @@ -1,126 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PW - label: "VNC_PW" - description: "The VNCnoVNC password." - schema: - type: string - default: "unraid" - - variable: VNC_RESOLUTION - label: "VNC_RESOLUTION" - description: "The VNCnoVNC resolution." - schema: - type: string - default: "1360x768" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6901 - required: true - - variable: webuivnc - label: 'webuivnc service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: webuivnc - label: "webuivnc 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 - default: 5901 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: internalshare - label: "internalshare Storage" - description: "Path to a share from your host to be able to work within the container." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/firefox-syncserver/questions.yaml b/charts/stable/firefox-syncserver/questions.yaml deleted file mode 100644 index 0da7c5b4235..00000000000 --- a/charts/stable/firefox-syncserver/questions.yaml +++ /dev/null @@ -1,141 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: FF_SYNCSERVER_SECRET - label: "FF_SYNCSERVER_SECRET" - description: "Sets the FF_SYNCSERVER_SECRET env var" - schema: - type: string - default: "changeme" - - variable: FF_SYNCSERVER_PUBLIC_URL - label: "FF_SYNCSERVER_PUBLIC_URL" - description: "Sets the FF_SYNCSERVER_PUBLIC_URL env var" - schema: - type: string - default: "" - - variable: FF_SYNCSERVER_FORCE_WSGI_ENVIRON - label: "FF_SYNCSERVER_FORCE_WSGI_ENVIRON" - description: "Sets the FF_SYNCSERVER_FORCE_WSGI_ENVIRON env var" - schema: - type: boolean - default: true - - variable: FF_SYNCSERVER_ACCESSLOG - label: "FF_SYNCSERVER_ACCESSLOG" - description: "Sets the FF_SYNCSERVER_ACCESSLOG env var" - schema: - type: boolean - default: false - - variable: FF_SYNCSERVER_LOGLEVEL - label: "FF_SYNCSERVER_LOGLEVEL" - description: "Sets the FF_SYNCSERVER_LOGLEVEL env var" - schema: - type: string - default: "info" - - variable: FF_SYNCSERVER_ALLOW_NEW_USERS - label: "FF_SYNCSERVER_ALLOW_NEW_USERS" - description: "Sets the FF_SYNCSERVER_ALLOW_NEW_USERS env var" - schema: - type: boolean - default: true - - variable: FF_SYNCSERVER_FORWARDED_ALLOW_IPS - label: "FF_SYNCSERVER_FORWARDED_ALLOW_IPS" - description: "Sets the FF_SYNCSERVER_FORWARDED_ALLOW_IPS env var" - schema: - type: string - default: "*" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10051 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/firefox/questions.yaml b/charts/stable/firefox/questions.yaml deleted file mode 100644 index 91dfb152b59..00000000000 --- a/charts/stable/firefox/questions.yaml +++ /dev/null @@ -1,103 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: TITLE - label: Title - description: The page title displayed on the web browser - schema: - type: string - default: "TrueChartVNC Client" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the Minecraft Server runs on - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10131 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Config. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 0 - - variable: runAsGroup - label: runAsGroup - description: The groupID this App of the user running the application - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/fireshare/questions.yaml b/charts/stable/fireshare/questions.yaml deleted file mode 100644 index 889f5af1cf4..00000000000 --- a/charts/stable/fireshare/questions.yaml +++ /dev/null @@ -1,126 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: ADMIN_PASSWORD - label: "ADMIN_PASSWORD" - description: "The admin account password" - schema: - type: string - private: true - default: "" - - variable: MINUTES_BETWEEN_VIDEO_SCANS - label: "MINUTES_BETWEEN_VIDEO_SCANS" - description: "How often in minutes Fireshare will scan for new videos" - schema: - type: int - default: 5 -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10287 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - description: "Container Path data" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: videos - label: "videos Storage" - description: "This is where fireshare will look for videos that you want to share." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: processeddata - label: "processeddata Storage" - description: "This is where data generated by fireshare related to your shared videos will live. If this is not mapped, whenever you update the container this data will be lost and will need to be regenerated. DO NOT EDIT OR CHANGE FILES IN THIS DIRECTORY." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/firezone/questions.yaml b/charts/stable/firezone/questions.yaml deleted file mode 100644 index cdb654adde1..00000000000 --- a/charts/stable/firezone/questions.yaml +++ /dev/null @@ -1,334 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: firezone - group: App Configuration - label: FireZone - schema: - additional_attrs: true - type: dict - attrs: - - variable: web - label: Web Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: external_url - label: External Url - description: Must be a valid and public FQDN for ACME SSL issuance to function. Include https:// - schema: - type: string - required: true - default: "" - - variable: trusted_proxies - label: Trusted Proxies - description: List of trusted reverse proxies. - schema: - type: list - default: [] - items: - - variable: proxy - label: Proxy IP - schema: - type: string - required: true - default: "" - - variable: private_clients - label: Private Clients - description: List of trusted clients. - schema: - type: list - default: [] - items: - - variable: client_ip - label: Client IP - schema: - type: string - required: true - default: "" - - variable: secure_cookies - label: Secure Cookies - description: Enable or disable requiring secure cookies. Required for HTTPS. - schema: - type: boolean - default: true - - variable: admin - label: Admin Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: reset_admin_on_boot - label: Reset Admin On Boot - description: to create or reset the admin password every time Firezone starts. By default, the admin password is only set when Firezone is installed. - schema: - type: boolean - default: true - - variable: default_email - label: Default Email - description: Primary administrator email. - schema: - type: string - required: true - default: "" - - variable: default_password - label: Default Password - description: Default password that will be used for creating or resetting the primary administrator account. - schema: - type: string - required: true - private: true - default: "" - - variable: devices - label: Devices Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: allow_unprivileged_device_management - label: Allow Unprivileged Device Management - description: Enable or disable management of devices on unprivileged accounts. - schema: - type: boolean - default: true - - variable: allow_unprivileged_device_config - label: Allow Unprivileged Device Configuration - description: Enable or disable configuration of device network settings for unprivileged users. - schema: - type: boolean - default: true - - variable: vpn_session_duration - label: VPN Session Duration - description: Optionally require users to periodically authenticate to the Firezone web UI in order to keep their VPN sessions active. - schema: - type: int - default: 0 - - variable: client_persistent_keepalive - label: Client Persistent KeepAlive - description: If you experience NAT or firewall traversal problems, you can enable this to send a keepalive packet every 25 seconds, disabled by setting it to 0. - schema: - type: int - default: 0 - - variable: default_client_mtu - label: Default Client MTU - description: WireGuard interface MTU for devices. - schema: - type: int - default: 1280 - - variable: client_endpoint - label: Client Endpoint - description: IPv4 address, or FQDN that devices will be configured to connect to. - schema: - type: string - required: true - default: "" - - variable: client_dns - label: Client DNS - description: List of DNS servers to use for devices. - schema: - type: list - empty: false - required: true - default: - - 1.1.1.1 - - 1.0.0.1 - items: - - variable: dns - label: DNS - schema: - type: string - required: true - default: "" - - variable: client_allowed_ips - label: Client Allowed Ips - description: Configures the default AllowedIPs setting for devices. - schema: - type: list - empty: false - default: - - 0.0.0.0/0 - items: - - variable: ip - label: IP - schema: - type: string - required: true - default: "" - - variable: max_devices_per_user - label: Max Devices Per User - description: Changes how many devices a user can have at a time. - schema: - type: int - default: 10 - - variable: authorization - label: Authorization Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: local_auth_enabled - label: Local Auth Enabled - description: Enable or disable the local authentication method for all users. - schema: - type: boolean - default: true - - variable: disable_vpn_on_oidc_error - label: Disable VPN On OIDC Error - description: Enable or disable auto disabling VPN connection on OIDC refresh error. - schema: - type: boolean - default: false - - variable: wireguard - label: Wireguard Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipv4_masquerade_enabled - label: IPv4 Masquerade Enabled - description: Enable or disable IPv4 masqeurading. - schema: - type: boolean - default: true - - variable: connectivity - label: Connectivity Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: checks_enabled - label: Checks Enabled - description: Enable / disable periodic checking for egress connectivity. - schema: - type: boolean - default: true - - variable: checks_interval - label: Checks Interval - description: Periodicity in seconds to check for egress connectivity. - schema: - type: int - default: 43200 - - variable: other - label: Other Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: telemetry_enabled - label: Telemetry Enabled - description: Enable or disable the Firezone telemetry collection. - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 13000 - required: true - - variable: wireguard - label: Wireguard Service - description: The Wireguard service - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: wireguard - label: Wireguard 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 - default: 51820 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Config. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 0 - - variable: runAsGroup - label: runAsGroup - description: The groupID of the user running the application - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/fistfuloffrags/questions.yaml b/charts/stable/fistfuloffrags/questions.yaml deleted file mode 100644 index 76ae3271c2e..00000000000 --- a/charts/stable/fistfuloffrags/questions.yaml +++ /dev/null @@ -1,166 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "295230" - - variable: GAME_NAME - label: "GAME_NAME" - description: "Game name to start (is connected to the GAMEPARAMS)." - schema: - type: string - default: "fof" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server." - schema: - type: string - default: "+maxplayers 20 +map fof_fistful" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: GAME_PORT - label: "GAME_PORT" - description: "Container Variable GAMEPORT" - schema: - type: string - default: "27015" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27015 - required: true - - variable: tcprcon - label: 'tcprcon service' - description: "TCP RCON Port (not required)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcprcon - label: "tcprcon 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/fivem/questions.yaml b/charts/stable/fivem/questions.yaml deleted file mode 100644 index f7cfd509067..00000000000 --- a/charts/stable/fivem/questions.yaml +++ /dev/null @@ -1,217 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: GAME_CONFIG - label: "GAME_CONFIG" - description: "You can edit the server.cfg after the first start (if you dont want to use the server.cfg then leave this field empty. For exampele if you plan to use txAdmin you have to add another port in the template with the host and container port 40120, you then can connect to txAdmin with YOURSERVERIP40120)." - schema: - type: string - default: "server.cfg" - - variable: START_VARS - label: "START_VARS" - description: "Extra start variables." - schema: - type: string - default: "" - - variable: SRV_NAME - label: "SRV_NAME" - description: "Your Servername" - schema: - type: string - default: "" - - variable: SERVER_KEY - label: "SERVER_KEY" - description: "Your Server Key from httpskeymaster.fivem.net" - schema: - type: string - default: "" - - variable: SRV_ADR - label: "SRV_ADR" - description: "Looks something like this httpsruntime.fivem.netartifactsfivembuildprootlinuxmaster" - schema: - type: string - default: "https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/" - - variable: MANUAL_UPDATES - label: "MANUAL_UPDATES" - description: "Set this to true without quotes to update your server manually (otherwise leave blank)" - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9016 - required: true - - variable: tcp1 - label: 'tcp1 service' - description: "Container Port 30110" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcp1 - label: "tcp1 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 - default: 30110 - required: true - - variable: tcp2 - label: 'tcp2 service' - description: "Container Port 30120" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcp2 - label: "tcp2 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 - default: 30120 - required: true - - variable: udp1 - label: 'udp1 service' - description: "Container Port 30110" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udp1 - label: "udp1 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 - default: 30110 - required: true - - variable: udp2 - label: 'udp2 service' - description: "Container Port 30120" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udp2 - label: "udp2 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 - default: 30120 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/flame/questions.yaml b/charts/stable/flame/questions.yaml deleted file mode 100644 index 918f21db740..00000000000 --- a/charts/stable/flame/questions.yaml +++ /dev/null @@ -1,106 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: PASSWORD - label: "PASSWORD" - description: "PASSWORD" - schema: - type: string - private: true - default: "" - - variable: enable_integration - label: "Enable Kubernetes Integration" - description: "Defines RBAC, ClusterRole, ClusterRoleBinding and Service Account" - schema: - type: boolean - default: false -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10291 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - description: "Container Path data" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/flaresolverr/questions.yaml b/charts/stable/flaresolverr/questions.yaml deleted file mode 100644 index 6e7f24280f6..00000000000 --- a/charts/stable/flaresolverr/questions.yaml +++ /dev/null @@ -1,132 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: TEST_URL - label: Test Url - description: Makes a request on start to make sure the web browser is working. - schema: - type: string - required: true - default: "https://www.google.com" - - variable: LOG_LEVEL - label: Log Level - schema: - type: string - required: true - default: info - enum: - - value: info - description: Info - - value: debug - description: Debug - - variable: LOG_HTML - label: Log HTML - description: If true all HTML that passes through the proxy will be logged to the console in debug level. - schema: - type: boolean - default: false - - variable: BROWSER_TIMEOUT - label: Browser Timeout - description: If you are experiencing errors/timeouts because your system is slow, you can try to increase this value. - schema: - type: int - required: true - default: 40000 - - variable: HEADLESS - label: Headless - description: To run the web browser in headless mode or visible. - schema: - type: boolean - default: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8191 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/fleet/questions.yaml b/charts/stable/fleet/questions.yaml deleted file mode 100644 index 33bba5fb297..00000000000 --- a/charts/stable/fleet/questions.yaml +++ /dev/null @@ -1,98 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: fleet_admin_secret - label: "fleet_admin_secret" - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10145 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/flexget/questions.yaml b/charts/stable/flexget/questions.yaml deleted file mode 100644 index 0d2a8a6d5b6..00000000000 --- a/charts/stable/flexget/questions.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: FG_WEBUI_PASSWD - label: "FG_WEBUI_PASSWD" - schema: - type: string - required: true - private: true - default: "REPLACETHIS" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10174 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/flextv/questions.yaml b/charts/stable/flextv/questions.yaml deleted file mode 100644 index eb7043105a3..00000000000 --- a/charts/stable/flextv/questions.yaml +++ /dev/null @@ -1,109 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5666 - required: true - - variable: tcpport1 - label: 'tcpport1 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcpport1 - label: "tcpport1 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 - default: 5667 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/flood/questions.yaml b/charts/stable/flood/questions.yaml deleted file mode 100644 index 8f1e2a076e3..00000000000 --- a/charts/stable/flood/questions.yaml +++ /dev/null @@ -1,98 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: FLOOD_OPTION_RUNDIR - label: "FLOOD_OPTION_RUNDIR" - description: "Where to store Flood's runtime files (eg. database)" - schema: - type: string - default: "/data" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10036 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/flowise/questions.yaml b/charts/stable/flowise/questions.yaml deleted file mode 100644 index 75d8cf714fd..00000000000 --- a/charts/stable/flowise/questions.yaml +++ /dev/null @@ -1,181 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: FLOWISE_USERNAME - label: Username - description: Optionally set Username to login. - schema: - type: string - default: "" - - variable: FLOWISE_PASSWORD - label: Password - description: Optionally set Password to login. - schema: - type: string - private: true - default: "" - - variable: FLOWISE_FILE_SIZE_LIMIT - label: File Size Limit - schema: - type: string - default: "50mb" - - variable: CORS_ORIGINS - label: Cors Origins - schema: - type: string - default: "*" - - variable: EXECUTION_MODE - label: Execution Mode - description: Whether predictions run in their own process or the main process. - schema: - type: string - default: main - enum: - - value: main - description: Main - - value: child - description: Child - - variable: DEBUG - label: Debug - description: Print logs onto terminal/console. - schema: - type: boolean - default: true - - variable: LOG_LEVEL - label: Log Level - description: Different log levels for loggers to be saved. - schema: - type: string - default: debug - enum: - - value: error - description: Error - - value: warn - description: Warn - - value: info - description: Info - - value: verbose - description: Verbose - - value: debug - description: Debug - - variable: LANGCHAIN_TRACING_V2 - label: Enable LangChain Tracing V2 - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: LANGCHAIN_ENDPOINT - label: LangChain Endpoint - schema: - type: string - default: "" - - variable: LANGCHAIN_API_KEY - label: LangChain API Key - schema: - type: string - private: true - default: "" - - variable: LANGCHAIN_PROJECT - label: LangChain Project - schema: - type: string - default: "" - -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: api - label: "App API Storage" - description: "Stores the Application API." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logs - label: "App Logs Storage" - description: "Stores the Application Logs." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/fluidd/questions.yaml b/charts/stable/fluidd/questions.yaml deleted file mode 100644 index f61efa445f8..00000000000 --- a/charts/stable/fluidd/questions.yaml +++ /dev/null @@ -1,76 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10224 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/fluttercoin-wallet/questions.yaml b/charts/stable/fluttercoin-wallet/questions.yaml deleted file mode 100644 index da672cb4c07..00000000000 --- a/charts/stable/fluttercoin-wallet/questions.yaml +++ /dev/null @@ -1,161 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: EXTRA_PARAMS - label: "EXTRA_PARAMS" - description: "Leave empty if not needed (eg -upnp, -dns,... without quotes)" - schema: - type: string - default: "-bind=0.0.0.0" - - variable: CUSTOM_RES_H - label: "CUSTOM_RES_H" - description: "Minimum screen hight 768 pixels" - schema: - type: string - default: "768" - - variable: DATA_PERM - label: "DATA_PERM" - description: "Container Variable DATAPERM" - schema: - type: string - default: "770" - - variable: CUSTOM_RES_W - label: "CUSTOM_RES_W" - description: "Minimum screen width 1024 pixels" - schema: - type: string - default: "1024" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8080 - required: true - - variable: peertopeerconn - label: 'peertopeerconn service' - description: "TCP Port for Peer to Peer connection" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: peertopeerconn - label: "peertopeerconn 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 - default: 7408 - required: true - - variable: jsonremoteport - label: 'jsonremoteport service' - description: "TCP Port for Remote Connections" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: jsonremoteport - label: "jsonremoteport 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 - default: 7474 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: datapath - label: "datapath Storage" - description: "Please keep in mind that your wallet is stored there and I strongly recommend you to backup that path (the wallet is stored in your FlutterCoin appdata directory.fluttercoinwallet.dat)." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/fmd2-wine/questions.yaml b/charts/stable/fmd2-wine/questions.yaml deleted file mode 100644 index d8d701a4d39..00000000000 --- a/charts/stable/fmd2-wine/questions.yaml +++ /dev/null @@ -1,117 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: downloaddirectory - label: "downloaddirectory Storage" - description: "Container Path downloads" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: appluamodulespath - label: "appluamodulespath Storage" - description: "Container Path appFMD2lua" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "data Storage" - description: "Container Path appFMD2data" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: appwineconfig - label: "appwineconfig Storage" - description: "Container Path config.wine" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: appuserdata - label: "appuserdata Storage" - description: "Container Path appFMD2userdata" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/foldingathome/questions.yaml b/charts/stable/foldingathome/questions.yaml deleted file mode 100644 index 6d32e8efb3c..00000000000 --- a/charts/stable/foldingathome/questions.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7396 - required: true - - variable: control - label: "Control Service" - description: "The control service." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: control - label: "Control 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 - default: 36330 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/fossil/questions.yaml b/charts/stable/fossil/questions.yaml deleted file mode 100644 index 1d552af4381..00000000000 --- a/charts/stable/fossil/questions.yaml +++ /dev/null @@ -1,75 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10083 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/fotosho/questions.yaml b/charts/stable/fotosho/questions.yaml deleted file mode 100644 index 255b8391f33..00000000000 --- a/charts/stable/fotosho/questions.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 13377 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Container Path config" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: photos - label: "photos Storage" - description: "Container Path photos" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: thumbs - label: "thumbs Storage" - description: "Container Path thumbnails" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/freecad-desktop-g3/questions.yaml b/charts/stable/freecad-desktop-g3/questions.yaml deleted file mode 100644 index 33d8efcede7..00000000000 --- a/charts/stable/freecad-desktop-g3/questions.yaml +++ /dev/null @@ -1,126 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PW - label: "VNC_PW" - description: "The VNCnoVNC password." - schema: - type: string - default: "unraid" - - variable: VNC_RESOLUTION - label: "VNC_RESOLUTION" - description: "The VNCnoVNC resolution." - schema: - type: string - default: "1360x768" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6901 - required: true - - variable: webuivnc - label: 'webuivnc service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: webuivnc - label: "webuivnc 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 - default: 5901 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: internalshare - label: "internalshare Storage" - description: "Path to a share from your host to be able to work within the container." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/freeradius/questions.yaml b/charts/stable/freeradius/questions.yaml deleted file mode 100644 index 08db020ca11..00000000000 --- a/charts/stable/freeradius/questions.yaml +++ /dev/null @@ -1,100 +0,0 @@ -# Include{groups} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 1812 - required: true - - variable: accounting - label: "accounting Service" - description: "The administration service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: accounting - label: "accounting 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 - default: 1813 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Config." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/freshrss/questions.yaml b/charts/stable/freshrss/questions.yaml deleted file mode 100644 index 6b79c53b1c1..00000000000 --- a/charts/stable/freshrss/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10010 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/friendica/questions.yaml b/charts/stable/friendica/questions.yaml deleted file mode 100644 index 8d14cebde6c..00000000000 --- a/charts/stable/friendica/questions.yaml +++ /dev/null @@ -1,147 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: FRIENDICA_UPGRADE - label: "Friendica Force Upgrade" - description: "Force starting the Friendica update even it's the same version" - schema: - type: boolean - default: false - - variable: FRIENDICA_ADMIN_MAIL - label: "Admin E-Mail" - description: "E-Mail address of the administrator." - schema: - type: string - required: true - default: "" - - variable: FRIENDICA_URL - label: "Friendica URL" - description: "The Friendica complete URL including protocol, domain and subpath (example: https://friendica.local/sub/ )." - schema: - type: string - required: true - default: "" - - variable: FRIENDICA_SITENAME - label: "Friendica Site Name" - description: "The Sitename of the Friendica server." - schema: - type: string - required: true - default: "" - - variable: PHP_MEMORY_LIMIT - label: "PHP Memory Limit" - description: "This sets the maximum amount of memory in bytes that a script is allowed to allocate." - schema: - type: string - required: true - default: "512M" - - variable: PHP_UPLOAD_LIMIT - label: "PHP Upload Limit" - description: "This sets the upload limit (post_max_size and upload_max_filesize) for big files." - schema: - type: string - required: true - default: "512M" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10058 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/frigate/questions.yaml b/charts/stable/frigate/questions.yaml deleted file mode 100644 index f6c8356cd2b..00000000000 --- a/charts/stable/frigate/questions.yaml +++ /dev/null @@ -1,182 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - label: Select Image - schema: - type: string - default: image - enum: - - value: image - description: Base Image - - value: tensorrtImage - description: Image with TensorRT libraries for nvidia cards -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10500 - required: true - - variable: rtmp - label: RTMP Service - description: The service on which nodes connect to. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: rtmp - label: RTMP 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 - default: 1935 - required: true - - variable: rtsp - label: RTSP Service - description: The service on which nodes connect to. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: rtsp - label: RTSP 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 - default: 8554 - required: true - - variable: webrtc - label: WebRTC Service - description: The service on which nodes connect to. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: webrtc-tcp - label: WebRTC (TCP) 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 - default: 8555 - required: true - - variable: webrtc-udp - label: WebRTC (UDP) 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 - default: 8555 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: media - label: App Media - description: Stores the Application Media and DB - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: config - label: App Config - description: Stores the Application Configuration - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 0 - - variable: runAsGroup - label: runAsGroup - description: The groupID this App of the user running the application - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/fsm/questions.yaml b/charts/stable/fsm/questions.yaml deleted file mode 100644 index e63e2319598..00000000000 --- a/charts/stable/fsm/questions.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/game-server-watcher/questions.yaml b/charts/stable/game-server-watcher/questions.yaml deleted file mode 100644 index 3d98fe86820..00000000000 --- a/charts/stable/game-server-watcher/questions.yaml +++ /dev/null @@ -1,152 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: SECRET - label: Admin Password - description: The admin web GUI password. - schema: - type: string - private: true - required: true - default: "" - - variable: DBG - label: Debug Mode - description: Enable/Disable Debug mode. - schema: - type: boolean - default: False - - variable: REFRESH_TIME_MINUTES - label: Refresh Time Minutes - schema: - type: int - default: 2 - - variable: STEAM_WEB_API_KEY - label: Steam Web API Key - description: Set this to enable steam API features. - schema: - type: string - private: true - default: "" - - variable: DISCORD_BOT_TOKEN - label: Discord Bot Token - description: Set this to enable discord bot features. - schema: - type: string - private: true - default: "" - - variable: TELEGRAM_BOT_TOKEN - label: Telegram Bot Token - description: Set this to enable telegram bot features. - schema: - type: string - private: true - default: "" - - variable: slack - label: Show Slack Options - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: SLACK_APP_TOKEN - label: Slack App Token - schema: - type: string - private: true - default: "" - - variable: SLACK_BOT_TOKEN - label: Slack Bot Token - schema: - type: string - private: true - default: "" - -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10690 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Config Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{veleroSchedulesList} -# Include{documentation} diff --git a/charts/stable/gamevault-backend/questions.yaml b/charts/stable/gamevault-backend/questions.yaml deleted file mode 100644 index fcdb135e183..00000000000 --- a/charts/stable/gamevault-backend/questions.yaml +++ /dev/null @@ -1,291 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: gamevault - group: App Configuration - label: Gamevault - schema: - additional_attrs: true - type: dict - attrs: - - variable: server - label: Server - schema: - additional_attrs: true - type: dict - attrs: - - variable: admin_username - label: Admin User - schema: - type: string - required: true - default: "" - - variable: admin_password - label: Admin Password - schema: - type: string - private: true - required: true - default: "" - - variable: registration_disabled - label: Registration Disabled - description: If registration is enabled or not. - schema: - type: boolean - default: false - - variable: account_activation_disabled - label: Account Activation Disabled - description: If accounts need to be activated by an admin before using them. - schema: - type: boolean - default: false - - variable: allowed_origins - label: Allowed Origins - description: List of Allowed CORS origins for the server. - schema: - type: list - empty: false - required: true - default: - - "*" - items: - - variable: origin - label: Origin - schema: - type: string - required: true - default: "" - - variable: log_level - label: Log Level - description: The log level of the server. - schema: - type: string - required: true - default: "info" - enum: - - value: "debug" - description: "Debug" - - value: "info" - description: "Info" - - value: "warn" - description: "Warn" - - value: "error" - description: "Error" - - value: "fatal" - description: "Fatal" - - variable: games - label: Games - schema: - additional_attrs: true - type: dict - attrs: - - variable: index_interval_in_minutes - label: Index Interval In Minutes - description: Determines how often the server should index the list of games. - schema: - type: int - default: 5 - - variable: search_recursive - label: Search Recursive - description: Toggling the Indexer's search for games in sub folders. - schema: - type: boolean - default: true - - variable: file_formats - label: Supported File Formats - description: Custom list of file formats. - schema: - type: list - empty: false - required: true - default: - - ".7z" - - ".xz" - - ".bz2" - - ".gz" - - ".tar" - - ".zip" - - ".wim" - - ".ar" - - ".arj" - - ".cab" - - ".chm" - - ".cpio" - - ".cramfs" - - ".dmg" - - ".ext" - - ".fat" - - ".gpt" - - ".hfs" - - ".ihex" - - ".iso" - - ".lzh" - - ".lzma" - - ".mbr" - - ".msi" - - ".nsis" - - ".ntfs" - - ".qcow2" - - ".rar" - - ".rpm" - - ".squashfs" - - ".udf" - - ".uefi" - - ".vdi" - - ".vhd" - - ".vmdk" - - ".wim" - - ".xar" - - ".z" - items: - - variable: format - label: Format - schema: - type: string - required: true - default: "" - - variable: images - label: Images - schema: - additional_attrs: true - type: dict - attrs: - - variable: gc_keep_days - label: GC Keep Days - description: The number of days to keep unused images. After this period, images that have not been accessed are deleted. - schema: - type: int - default: 30 - min: 1 - - variable: gc_interval_minutes - label: GC Interval Minutes - description: How often to run the image garbage collector, in minutes. - schema: - type: int - default: 60 - min: 1 - - variable: rawg - label: Rawg - schema: - additional_attrs: true - type: dict - attrs: - - variable: api_url - label: API Url - schema: - type: string - default: "https://api.rawg.io/api" - - variable: api_cache_days - label: API Cache Days - schema: - type: int - default: 7 - min: 1 - - variable: api_key - label: API Key - schema: - type: string - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: logs - label: "App Logs Storage" - description: "Stores the Application Logs." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: images - label: "App Images Storage" - description: "Stores the Application Images." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: games - label: "App Games Storage" - description: "Stores the Application Games." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/gaps/questions.yaml b/charts/stable/gaps/questions.yaml deleted file mode 100644 index f123379d584..00000000000 --- a/charts/stable/gaps/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8484 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/garrysmod/questions.yaml b/charts/stable/garrysmod/questions.yaml deleted file mode 100644 index d7887712058..00000000000 --- a/charts/stable/garrysmod/questions.yaml +++ /dev/null @@ -1,166 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "4020" - - variable: GAME_NAME - label: "GAME_NAME" - description: "Game name to start (is connected to the GAMEPARAMS)." - schema: - type: string - default: "garrysmod" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server." - schema: - type: string - default: "-secure +maxplayers 12 +map gm_flatgrass" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: GAME_PORT - label: "GAME_PORT" - description: "Container Variable GAMEPORT" - schema: - type: string - default: "27015" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27015 - required: true - - variable: tcprcon - label: 'tcprcon service' - description: "TCP RCON Port (not required)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcprcon - label: "tcprcon 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/gaseous-server/questions.yaml b/charts/stable/gaseous-server/questions.yaml deleted file mode 100644 index e81b0728773..00000000000 --- a/charts/stable/gaseous-server/questions.yaml +++ /dev/null @@ -1,128 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} - - variable: gaseous - group: App Configuration - label: Gaseous Server - schema: - additional_attrs: true - type: dict - attrs: - - variable: igdb - label: IGDB Credentials - schema: - additional_attrs: true - type: dict - attrs: - - variable: id - label: Client ID - schema: - type: string - private: true - default: "" - - variable: secret - label: Client Secret - schema: - type: string - private: true - default: "" - -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5198 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logs - label: "App Logs Storage" - description: "Stores the Application Logs." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{veleroSchedulesList} -# Include{documentation} diff --git a/charts/stable/genea/questions.yaml b/charts/stable/genea/questions.yaml deleted file mode 100644 index 730089c1aee..00000000000 --- a/charts/stable/genea/questions.yaml +++ /dev/null @@ -1,77 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - -# Include{containerBasic} -# Include{containerAdvanced} - -# Include{containerConfig} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3181 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 0 - - variable: runAsGroup - label: runAsGroup - description: The groupID of the user running the application - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ghostfolio/questions.yaml b/charts/stable/ghostfolio/questions.yaml deleted file mode 100644 index ebacfda6b4e..00000000000 --- a/charts/stable/ghostfolio/questions.yaml +++ /dev/null @@ -1,89 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: ALPHA_VANTAGE_API_KEY - label: "Alpha Vantage API Key" - description: "https://www.alphavantage.co/ API key" - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3333 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 0 - - variable: runAsGroup - label: runAsGroup - description: The groupID this App of the user running the application - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/gitea/questions.yaml b/charts/stable/gitea/questions.yaml deleted file mode 100644 index 33e17c1f14e..00000000000 --- a/charts/stable/gitea/questions.yaml +++ /dev/null @@ -1,220 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: admin - group: "App Configuration" - label: "Admin Credentials" - schema: - additional_attrs: true - type: dict - attrs: - - variable: username - label: "username" - schema: - type: string - valid_chars: '^(?!^admin$).*$' - required: true - - variable: password - label: "password" - schema: - type: string - required: true - private: true - min_length: 8 - - variable: email - label: "email" - schema: - type: string - required: true - - variable: config - group: "App Configuration" - label: "Admin Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: APP_NAME - label: "APP_NAME" - schema: - type: string - default: "Gitea" - required: true - - variable: RUN_MODE - label: "RUN_MODE" - schema: - type: string - default: "prod" - enum: - - value: "prod" - description: "Production" - - value: "dev" - description: "Development" - - value: "test" - description: "Testing" - - variable: ALLOWED_HOST_LIST - label: "ALLOWED_HOST_LIST" - schema: - type: string - default: "127.0.0.1" - required: true - - variable: nodeIP - label: Node IP - description: Used to generate configuration, when installed without ingress - schema: - type: string - required: true - $ref: - - "definitions/nodeIP" - - variable: customConfig - group: "App Configuration" - label: "Custom Configuration parameters" - schema: - type: list - default: [] - items: - # Do not fix this typo, it will break - # current installations - - variable: catagoryItem - label: "Category" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: "Config Category Name" - schema: - type: string - required: true - - variable: keys - label: "Configuration Parameters" - schema: - type: list - default: [] - items: - - variable: configItem - label: "parameter" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: "Parameter Name" - schema: - type: string - required: true - - variable: value - label: "Parameter Value" - schema: - type: string - required: true -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10037 - required: true - - variable: ssh - label: "SSH Service" - description: "The SSH service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: ssh - label: "SSH 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 - default: 2222 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App data Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 1000 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 1000 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 1000 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/github-backup/questions.yaml b/charts/stable/github-backup/questions.yaml deleted file mode 100644 index 787bb26abc6..00000000000 --- a/charts/stable/github-backup/questions.yaml +++ /dev/null @@ -1,81 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: TOKEN - label: "TOKEN" - description: "Get your token from httpsgithub.comsettingstokens, see the support page for more details." - schema: - type: string - default: "1a2b3c4d5e6f71a2b3c4d5e6f71a2b3c4d5e6f7b" - - variable: SCHEDULE - label: "SCHEDULE" - description: "How often to sync in seconds (eg. 3600 for 1h, 21600 for 6h, 43200 for 12h, 86400 for 24h)" - schema: - type: string - default: "3600" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: backuplocation - label: "backuplocation Storage" - description: "Set the location of your github backups. Please note that the default will create a backup share if it does not exist and you dont change it." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: config - label: "config Storage" - description: "Persistent storage for config.json" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/glauth/questions.yaml b/charts/stable/glauth/questions.yaml deleted file mode 100644 index bf6655ca157..00000000000 --- a/charts/stable/glauth/questions.yaml +++ /dev/null @@ -1,135 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5555 - required: true - - variable: ldapport - label: 'ldapport service' - description: "Container LDAP Port" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: ldapport - label: "ldapport 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 - default: 389 - required: true - - variable: ldapsport - label: 'ldapsport service' - description: "Container LDAPS Port" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: ldapsport - label: "ldapsport 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 - default: 636 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Configuration and Local Database (if configured) Path" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/go-playground/questions.yaml b/charts/stable/go-playground/questions.yaml deleted file mode 100644 index 4924576a200..00000000000 --- a/charts/stable/go-playground/questions.yaml +++ /dev/null @@ -1,94 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: APP_DEBUG - label: "APP_DEBUG" - schema: - type: string - default: "false" - - variable: APP_CLEAN_INTERVAL - label: "APP_CLEAN_INTERVAL" - schema: - type: string - default: "10m" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8888 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/goaccess-npm-logs/questions.yaml b/charts/stable/goaccess-npm-logs/questions.yaml deleted file mode 100644 index c4bd0c60fce..00000000000 --- a/charts/stable/goaccess-npm-logs/questions.yaml +++ /dev/null @@ -1,129 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: SKIP_ARCHIVED_LOGS - label: "SKIP_ARCHIVED_LOGS" - description: "(Optional) Defaults to False. Set to True to skip archived logs, i.e. proxy-host.gz" - schema: - type: string - default: "False" - - variable: DEBUG - label: "DEBUG" - description: "(Optional) HTML version of the running goaccess.conf wihtin the container" - schema: - type: string - default: "False" - - variable: BASIC_AUTH - label: "BASIC_AUTH" - description: "(Optional) Defaults to False. Set to True to enable nginx basic authentication. Docker container needs to stopped or restarted each time this flag is modified. This allows for the .htpasswd file to be changed accordingly." - schema: - type: string - default: "True" - - variable: BASIC_AUTH_USERNAME - label: "BASIC_AUTH_USERNAME" - description: "Optional) Requires BASICAUTH to bet set to True. Username for basic authentication." - schema: - type: string - default: "x" - - variable: BASIC_AUTH_PASSWORD - label: "BASIC_AUTH_PASSWORD" - description: "(Optional) Requires BASICAUTH to bet set to True. Password for basic authentication." - schema: - type: string - default: "x" - - variable: EXCLUDE_IPS - label: "EXCLUDE_IPS" - description: "(Optional) IP Addresses or range of IPs delimited by comma refer to httpsgoaccess.ioman. For example 192.168.0.1-192.168.0.100 or 127.0.0.1,192.168.0.1-192.168.0.100" - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7880 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: hostpath1 - label: "hostpath1 Storage" - description: "Container Path optlog" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/goaccess/questions.yaml b/charts/stable/goaccess/questions.yaml deleted file mode 100644 index 7ca31772c94..00000000000 --- a/charts/stable/goaccess/questions.yaml +++ /dev/null @@ -1,90 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7889 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: goaccess - label: "goaccess Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/godaddy-ddns/questions.yaml b/charts/stable/godaddy-ddns/questions.yaml deleted file mode 100644 index a765b178ab8..00000000000 --- a/charts/stable/godaddy-ddns/questions.yaml +++ /dev/null @@ -1,70 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: GODADDY_API_KEY - label: "GODADDY_API_KEY" - description: "Use the key from your godaddy account" - schema: - type: string - default: "" - - variable: GODADDY_API_SECRET - label: "GODADDY_API_SECRET" - description: "Use the secret from your godaddy account " - schema: - type: string - default: "" - - variable: GODADDY_DOMAINS - label: "GODADDY_DOMAINS" - description: "A comma-separated list of domains that youd like to update. For example mydomain.com or mydomain.com,anotherdomain.com" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/gokapi/questions.yaml b/charts/stable/gokapi/questions.yaml deleted file mode 100644 index 51e16e7d724..00000000000 --- a/charts/stable/gokapi/questions.yaml +++ /dev/null @@ -1,170 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: GOKAPI_USERNAME - label: "GOKAPI_USERNAME" - schema: - type: string - required: true - default: "" - - variable: GOKAPI_PASSWORD - label: "GOKAPI_PASSWORD" - schema: - type: string - required: true - private: true - default: "" - - variable: GOKAPI_LENGTH_ID - label: "GOKAPI_LENGTH_ID" - description: "Sets the length of the download IDs." - schema: - type: int - default: 15 - - variable: GOKAPI_MAX_FILESIZE - label: "GOKAPI_MAX_FILESIZE" - description: "Sets the maximum allowed file size in MB" - schema: - type: int - default: 102400 - - variable: GOKAPI_MAX_MEMORY_UPLOAD - label: "GOKAPI_MAX_MEMORY_UPLOAD" - description: "Sets the amount of RAM in MB that can be allocated for an upload. Any upload with a size greater than that will be written to a temporary file" - schema: - type: int - default: 20 - - variable: awsconfig - label: "Configure AWS Storage" - description: "Sets the amount of RAM in MB that can be allocated for an upload. Any upload with a size greater than that will be written to a temporary file" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: GOKAPI_AWS_BUCKET - label: "GOKAPI_AWS_BUCKET" - description: "Sets the bucket name" - schema: - type: string - default: "" - - variable: GOKAPI_AWS_REGION - label: "GOKAPI_AWS_REGION" - description: "Sets the region name" - schema: - type: string - default: "" - - variable: GOKAPI_AWS_KEY - label: "GOKAPI_AWS_KEY" - description: "Sets the API key" - schema: - type: string - private: true - default: "" - - variable: GOKAPI_AWS_KEY_SECRET - label: "GOKAPI_AWS_KEY_SECRET" - description: "Sets the API key secret" - schema: - type: string - private: true - default: "" - - variable: GOKAPI_AWS_ENDPOINT - label: "GOKAPI_AWS_ENDPOINT" - description: "Sets the endpoint" - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 53842 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "data Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/golinks/questions.yaml b/charts/stable/golinks/questions.yaml deleted file mode 100644 index e9e5a05db69..00000000000 --- a/charts/stable/golinks/questions.yaml +++ /dev/null @@ -1,110 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: SUGGEST - label: "SUGGEST (Optional)" - description: "Sets the SUGGEST env var" - schema: - type: string - default: "" - - variable: TITLE - label: "TITLE (Optional)" - description: "Sets the TITLE env var" - schema: - type: string - default: "" - - variable: URL - label: "URL (Optional)" - description: "Sets the URL env var" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10073 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/gonic/questions.yaml b/charts/stable/gonic/questions.yaml deleted file mode 100644 index 10273819fa1..00000000000 --- a/charts/stable/gonic/questions.yaml +++ /dev/null @@ -1,117 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10023 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: cache - label: "App Cache Storage" - description: "Stores the Application Cache." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: playlists - label: "App PlayLists Storage" - description: "Stores the Application PlayLists." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: podcast - label: "App Podcast Storage" - description: "Stores the Application Podcast." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: music - label: "App Music Storage" - description: "Stores the Application Music." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/googlephotossync/questions.yaml b/charts/stable/googlephotossync/questions.yaml deleted file mode 100644 index 8f9a5a00851..00000000000 --- a/charts/stable/googlephotossync/questions.yaml +++ /dev/null @@ -1,62 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/gpodder/questions.yaml b/charts/stable/gpodder/questions.yaml deleted file mode 100644 index 07b9619530a..00000000000 --- a/charts/stable/gpodder/questions.yaml +++ /dev/null @@ -1,105 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: PASSWORD - label: "PASSWORD" - description: "Optional - password for Guacamoles web interface" - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: downloadspath - label: "downloadspath Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: config - label: "config Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/grafana-image-renderer/questions.yaml b/charts/stable/grafana-image-renderer/questions.yaml deleted file mode 100644 index e63e2319598..00000000000 --- a/charts/stable/grafana-image-renderer/questions.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/grav/questions.yaml b/charts/stable/grav/questions.yaml deleted file mode 100644 index be82ee612d5..00000000000 --- a/charts/stable/grav/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10012 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/gravity/questions.yaml b/charts/stable/gravity/questions.yaml deleted file mode 100644 index c400c23c304..00000000000 --- a/charts/stable/gravity/questions.yaml +++ /dev/null @@ -1,165 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: INSTANCE_IP - label: "Instance IP" - description: "This instance reachable IP" - schema: - type: string - $ref: - - definitions/nodeIP - - variable: ADMIN_PASSWORD - label: "Admin password" - description: "Optionally set a default password for the admin user." - schema: - type: string - private: true - default: "" - - variable: INSTANCE_IDENTIFIER - label: "Instance identifier" - description: "Unique identifier of an instance." - schema: - type: string - default: "" - - variable: BOOTSTRAP_ROLES - label: "BootStrap Roles" - description: "Configure which roles this instance should bootstrap." - schema: - type: string - default: "dns;api;etcd;discovery;backup;monitoring;tsdb" - - variable: INSTANCE_LISTEN - label: "Instance Listen" - description: "Override the default instance will listen on" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8008 - required: true - - variable: dns - label: DNS Service - description: The DNS service. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: dns-tcp - label: DNS 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 - default: 53 - required: true - - variable: dns-udp - label: DNS 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 - default: 53 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/gridcoinwalletgui/questions.yaml b/charts/stable/gridcoinwalletgui/questions.yaml deleted file mode 100644 index d8b3b0f69f6..00000000000 --- a/charts/stable/gridcoinwalletgui/questions.yaml +++ /dev/null @@ -1,135 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PW - label: "VNC_PW" - description: "default vncpassword" - schema: - type: string - default: "vncpassword" - - variable: VNC_RESOLUTION - label: "VNC_RESOLUTION" - description: "default 1920x1080" - schema: - type: string - default: "1920x1080" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6901 - required: true - - variable: vncport - label: 'vncport service' - description: "default 5901" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: vncport - label: "vncport 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 - default: 5901 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: appdataconfigpath - label: "appdataconfigpath Storage" - description: "mntuserappdatagridcoinresearch" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: boincdatadir - label: "boincdatadir Storage" - description: "BOINC data location if solo crunching (not needed if pool crunching) mntuserappdataboinc" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/grocy/questions.yaml b/charts/stable/grocy/questions.yaml deleted file mode 100644 index 938c63a0aeb..00000000000 --- a/charts/stable/grocy/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10013 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/guacamole/questions.yaml b/charts/stable/guacamole/questions.yaml deleted file mode 100644 index 5e5e51454c2..00000000000 --- a/charts/stable/guacamole/questions.yaml +++ /dev/null @@ -1,772 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: guacamole - label: Guacamole Configuration - group: App Configuration - schema: - type: dict - additional_attrs: true - attrs: - - variable: general - label: General Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: EXTENSION_PRIORITY - label: Extension Priority - description: A comma-separated list of the namespaces of all extensions that should be loaded in a specific order - schema: - type: string - default: "" - - variable: api - label: API Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: API_SESSION_TIMEOUT - label: API Session Timeout (in minutes) - schema: - type: int - default: 60 - - variable: totp - label: TOTP Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: TOTP_ENABLED - label: Enable TOTP - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: TOTP_ISSUER - label: TOTP Issuer - schema: - type: string - default: Apache Guacamole - required: true - - variable: TOTP_PERIOD - label: TOTP Period - schema: - type: int - default: 30 - required: true - - variable: TOTP_DIGITS - label: TOTP Digits - schema: - type: int - min: 6 - max: 8 - default: 6 - required: true - - variable: TOTP_MODE - label: TOTP Mode - schema: - type: string - default: sha1 - required: true - enum: - - value: sha1 - description: sha1 - - value: sha256 - description: sha256 - - value: sha512 - description: sha512 - - variable: header - label: Header Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: HEADER_ENABLED - label: Enable Header - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: HTTP_AUTH_HEADER - label: HTTP Auth Header - schema: - type: string - required: true - default: REMOTE_USER - - variable: json - label: JSON Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: json_enabled - label: Enable JSON - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: JSON_SECRET_KEY - label: JSON Secret Key - schema: - type: string - required: true - default: "" - - variable: JSON_TRUSTED_NETWORKS - label: JSON Trusted Networks (Leave blank for unrestricted - description: "Comma separated list e.g.: 127.0.0.0/8, 10.0.0.0/8" - schema: - type: string - default: "" - - variable: duo - label: DUO Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: duo_enabled - label: Enable DUO - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DUO_API_HOSTNAME - label: DUO API Hostname (api-XXXXXXXX.duosecurity.com) - schema: - type: string - required: true - default: "" - - variable: DUO_INTEGRATION_KEY - label: DUO Integration Key (Exactly 20 chars) - schema: - min_length: 20 - max_length: 20 - type: string - required: true - default: "" - - variable: DUO_SECRET_KEY - label: DUO Secret Key (Exactly 40 chars) - schema: - min_length: 40 - max_length: 40 - type: string - required: true - default: "" - - variable: DUO_APPLICATION_KEY - label: DUO Application Key (At least 40 chars) - schema: - min_length: 40 - type: string - required: true - default: "" - - variable: cas - label: CAS Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: cas_enabled - label: Enable CAS - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CAS_AUTHORIZATION_ENDPOINT - label: CAS Authorization Endpoint - schema: - type: string - required: true - default: "" - - variable: CAS_REDIRECT_URI - label: CAS Redirect URI - schema: - type: string - required: true - default: "" - - variable: CAS_CLEARPASS_KEY - label: CAS Clearpass Key - schema: - type: string - default: "" - - variable: CAS_GROUP_ATTRIBUTE - label: CAS Group Attribute - schema: - type: string - default: "" - - variable: CAS_GROUP_LDAP_BASE_DN - label: CAS Group LDAP Base DN - schema: - type: string - default: "" - - variable: CAS_GROUP_LDAP_ATTRIBUTE - label: CAS Group LDAP Attribute - schema: - type: string - default: "" - - variable: CAS_GROUP_FORMAT - label: CAS Group Format - schema: - type: string - default: plain - enum: - - value: plain - description: plain - - value: ldap - description: ldap - - variable: openid - label: OpenID Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: openid_enabled - label: Enable OpenID - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: OPENID_AUTHORIZATION_ENDPOINT - label: OpenID Authorization Endpoint - schema: - type: string - required: true - default: "" - - variable: OPENID_JWKS_ENDPOINT - label: OpenID JWKS Endpoint - schema: - type: string - required: true - default: "" - - variable: OPENID_ISSUER - label: OpenID Issuer - schema: - type: string - required: true - default: "" - - variable: OPENID_CLIENT_ID - label: OpenID Client ID - schema: - type: string - required: true - default: "" - - variable: OPENID_REDIRECT_URI - label: OpenID Redirect URI - schema: - type: string - required: true - default: "" - - variable: OPENID_USERNAME_CLAIM_TYPE - label: OpenID Username Claim Type - schema: - type: string - required: true - default: email - - variable: OPENID_GROUPS_CLAIM_TYPE - label: OpenID Groups Claim Type - schema: - type: string - required: true - default: groups - - variable: OPENID_SCOPE - label: OpenID Scope - schema: - type: string - default: openid email profile - - variable: OPENID_ALLOWED_CLOCK_SKEW - label: OpenID Allowed Clock Skew (in seconds) - schema: - type: int - required: true - default: 30 - - variable: OPENID_MAX_TOKEN_VALIDITY - label: OpenID Max Token Validity (in minutes) - schema: - type: int - required: true - default: 300 - - variable: OPENID_MAX_NONCE_VALIDITY - label: OpenID Max Nonce Validity (in minutes) - schema: - type: int - required: true - default: 10 - - variable: radius - label: Radius Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: radius_enabled - label: Enable Radius - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: RADIUS_SHARED_SECRET - label: Radius Shared Secret - schema: - type: string - required: true - default: "" - - variable: RADIUS_AUTH_PROTOCOL - label: Radius Auth Protocol - schema: - type: string - required: true - default: eap-tls - enum: - - value: pap - description: pap - - value: chap - description: chap - - value: mschapv1 - description: mschapv1 - - value: mschapv2 - description: mschapv2 - - value: eap-md5 - description: eap-md5 - - value: eap-tls - description: eap-tls - - value: eap-ttls - description: eap-ttls - - variable: RADIUS_HOSTNAME - label: Radius Hostname - schema: - type: string - required: true - default: "" - - variable: RADIUS_AUTH_PORT - label: Radius Auth Port - schema: - type: int - default: 1812 - - variable: RADIUS_KEY_FILE - label: Radius Key File - schema: - type: string - default: "" - - variable: RADIUS_KEY_TYPE - label: Radius Key Type - schema: - type: string - default: pkcs12 - required: true - enum: - - value: pem - description: pem - - value: jceks - description: jceks - - value: jks - description: jks - - value: pkcs12 - description: pkcs12 - - variable: RADIUS_KEY_PASSWORD - label: Radius Key Password - schema: - type: string - default: "" - - variable: RADIUS_CA_FILE - label: Radius CA File - schema: - type: string - default: "" - - variable: RADIUS_CA_TYPE - label: Radius CA Type - schema: - type: string - required: true - default: pem - enum: - - value: pem - description: pem - - value: jceks - description: jceks - - value: jks - description: jks - - value: pkcs12 - description: pkcs12 - - variable: RADIUS_CA_PASSWORD - label: Radius CA Password - schema: - type: string - default: "" - - variable: RADIUS_TRUST_ALL - label: Radius Trust All - schema: - type: boolean - default: false - - variable: RADIUS_RETRIES - label: Radius Retries - schema: - type: int - required: true - default: 5 - - variable: RADIUS_TIMEOUT - label: Radius Timeout - schema: - type: int - required: true - default: 60 - - variable: RADIUS_EAP_TTLS_INNER_PROTOCOL - label: Radius eap-ttls Inner Protocol - description: Only has effect when RADIUS_AUTH_PROTOCOL is set to eap-ttls - schema: - type: string - default: eap-tls - required: true - enum: - - value: pap - description: pap - - value: chap - description: chap - - value: mschapv1 - description: mschapv1 - - value: mschapv2 - description: mschapv2 - - value: eap-md5 - description: eap-md5 - - value: eap-tls - description: eap-tls - - variable: RADIUS_NAS_IP - label: Radius Network Access Server IP - schema: - type: string - default: "" - - variable: ldap - group: "App Configuration" - label: LDAP Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: ldap_enabled - label: Enable LDAP - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: LDAP_HOSTNAME - label: LDAP Hostname - schema: - type: string - required: true - default: "" - - variable: LDAP_USER_BASE_DN - label: LDAP User Base DN - schema: - type: string - required: true - default: "" - - variable: LDAP_PORT - label: LDAP Port - schema: - type: int - default: 389 - - variable: LDAP_ENCRYPTION_METHOD - label: LDAP Encryption Method - schema: - type: string - default: none - required: true - enum: - - value: none - description: none - - value: ssl - description: ssl - - value: starttls - description: starttls - - variable: LDAP_MAX_SEARCH_RESULTS - label: LDAP Max Search Results - schema: - type: int - default: 1000 - - variable: LDAP_SEARCH_BIND_DN - label: LDAP Search Bind DN - schema: - type: string - default: "" - - variable: LDAP_USER_ATTRIBUTES - label: LDAP User Attributes - schema: - type: string - default: "" - - variable: LDAP_SEARCH_BIND_PASSWORD - label: LDAP Search Bind Password - schema: - type: string - default: "" - - variable: LDAP_USERNAME_ATTRIBUTE - label: LDAP Username Attribute - schema: - type: string - default: uid - - variable: LDAP_MEMBER_ATTRIBUTE - label: LDAP Member Attribute - schema: - type: string - default: member - - variable: LDAP_USER_SEARCH_FILTER - label: LDAP User Search Filter - schema: - type: string - default: "(objectClass=*)" - - variable: LDAP_CONFIG_BASE_DN - label: LDAP Config Base DN - schema: - type: string - default: "" - - variable: LDAP_GROUP_BASE_DN - label: LDAP Group Base DN - schema: - type: string - default: "" - - variable: LDAP_GROUP_SEARCH_FILTER - label: LDAP Group Search Filter - schema: - type: string - default: "(objectClass=*)" - - variable: LDAP_MEMBER_ATTRIBUTE_TYPE - label: LDAP Member Attribute Type - schema: - type: string - default: dn - required: true - enum: - - value: dn - description: dn - - value: uid - description: uid - - variable: LDAP_GROUP_NAME_ATTRIBUTE - label: LDAP Group Name Attribute - schema: - type: string - default: cn - - variable: LDAP_DEREFERENCE_ALIASES - label: LDAP Dereference Aliases - schema: - type: string - required: true - default: never - enum: - - value: never - description: never - - value: searching - description: searching - - value: finding - description: finding - - value: always - description: always - - variable: LDAP_FOLLOW_REFERRALS - label: LDAP Follow Referrals - schema: - type: boolean - default: false - - variable: LDAP_MAX_REFERRAL_HOPS - label: LDAP Max Referrals Hops - schema: - type: int - required: true - default: 5 - - variable: LDAP_OPERATION_TIMEOUT - label: LDAP Operation Timeout - schema: - type: int - required: true - default: 30 - - variable: saml - label: SAML Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: saml_enabled - label: Enable SAML - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: SAML_IDP_METADATA_URL - label: SAML IDP Metadata URL - schema: - type: string - default: "" - - variable: SAML_IDP_URL - label: SAML IDP URL - schema: - type: string - default: "" - - variable: SAML_ENTITY_ID - label: SAML Entity ID - schema: - type: string - default: "" - - variable: SAML_CALLBACK_URL - label: SAML Callback URL - schema: - type: string - default: "" - - variable: SAML_STRICT - label: SAML Strict - schema: - type: boolean - default: true - - variable: SAML_DEBUG - label: SAML Debug - schema: - type: boolean - default: false - - variable: SAML_COMPRESS_REQUEST - label: SAML Compress Request - schema: - type: boolean - default: true - - variable: SAML_COMPRESS_RESPONSE - label: SAML Compress Response - schema: - type: boolean - default: true - - variable: SAML_GROUP_ATTRIBUTE - label: SAML Group Attribute - schema: - type: string - required: true - default: groups - - variable: proxy - label: Proxy Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: REMOTE_IP_VALVE_ENABLED - label: Enable Proxy - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: PROXY_BY_HEADER - label: Proxy by Header - schema: - type: string - default: "" - - variable: PROXY_PROTOCOL_HEADER - label: Proxy Protocol Header - schema: - type: string - default: "" - - variable: PROXY_IP_HEADER - label: Proxy IP Header - schema: - type: string - default: "" - - variable: PROXY_ALLOWED_IPS_REGEX - label: Proxy Allowed IP Regex - schema: - type: string - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9998 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: recordings - label: App Recordings Storage - description: Mounts this volume at [/var/lib/guacamole/recordings] in both guacd and client containers - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: drive - label: Virtual Drive Storage (guacd) - description: Mounts this volume at [/var/lib/guacamole/drive] in the guacd container - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 1001 - - variable: runAsGroup - label: runAsGroup - description: The groupID of the user running the application - schema: - type: int - default: 1001 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/guacd/questions.yaml b/charts/stable/guacd/questions.yaml deleted file mode 100644 index 17961afd900..00000000000 --- a/charts/stable/guacd/questions.yaml +++ /dev/null @@ -1,80 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 4822 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 1000 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 1000 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/guide2go/questions.yaml b/charts/stable/guide2go/questions.yaml deleted file mode 100644 index 8f23fe2f73b..00000000000 --- a/charts/stable/guide2go/questions.yaml +++ /dev/null @@ -1,70 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "mntuserappdataguide2goconfigconfig and cron setting" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: guide2go - label: "guide2go Storage" - description: "mntuserappdataguide2gooutput folder or where u can place your existing .json files" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: tvh - label: "tvh Storage" - description: "mntuserappdatatvheadenddatain case move to TVHeadend is enabled u need to mount this." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/h5ai/questions.yaml b/charts/stable/h5ai/questions.yaml deleted file mode 100644 index d463c6c68f6..00000000000 --- a/charts/stable/h5ai/questions.yaml +++ /dev/null @@ -1,98 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 80 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: directorystorage - label: "directorystorage Storage" - description: "This is where the shared files are located." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: config - label: "config Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/halflife2deathmatch/questions.yaml b/charts/stable/halflife2deathmatch/questions.yaml deleted file mode 100644 index aa4dba57c8c..00000000000 --- a/charts/stable/halflife2deathmatch/questions.yaml +++ /dev/null @@ -1,166 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "232370" - - variable: GAME_NAME - label: "GAME_NAME" - description: "Game name to start (is connected to the GAMEPARAMS)." - schema: - type: string - default: "hl2mp" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server." - schema: - type: string - default: "-secure +maxplayers 16 +map dm_overwatch" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: GAME_PORT - label: "GAME_PORT" - description: "Container Variable GAMEPORT" - schema: - type: string - default: "27015" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27015 - required: true - - variable: tcprcon - label: 'tcprcon service' - description: "TCP RCON Port (not required)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcprcon - label: "tcprcon 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/hammond/questions.yaml b/charts/stable/hammond/questions.yaml deleted file mode 100644 index ef37b5b4489..00000000000 --- a/charts/stable/hammond/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10186 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: assets - label: "App Assets Storage" - description: "Stores the Application Assets." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/handbrake/questions.yaml b/charts/stable/handbrake/questions.yaml deleted file mode 100644 index 9dec9a69f02..00000000000 --- a/charts/stable/handbrake/questions.yaml +++ /dev/null @@ -1,226 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: - # Portal -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PASSWORD - label: "VNC_PASSWORD" - description: "Password needed to connect to the application's GUI. See the VNC Password section for more details." - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} - - variable: handbrake - group: "App Configuration" - label: "HandBrake Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ENABLE_CJK_FONT - label: "ENABLE_CJK_FONT" - description: "When set to true, open-source computer font WenQuanYi Zen Hei is installed. " - schema: - type: boolean - default: false - - variable: KEEP_APP_RUNNING - label: "KEEP_APP_RUNNING" - description: "When set to true, the application will be automatically restarted if it crashes or if a user quits it." - schema: - type: boolean - default: false - - variable: gui - label: "GUI Settings" - description: "Always read description before changing a value here. Also refer to README" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DISPLAY_WIDTH - label: "DISPLAY_WIDTH" - description: "Width (in pixels) of the application's window." - schema: - type: int - default: 1280 - required: true - - variable: DISPLAY_HEIGHT - label: "DISPLAY_HEIGHT" - description: "Height (in pixels) of the application's window." - schema: - type: int - default: 768 - required: true - - variable: SECURE_CONNECTION - label: "SECURE_CONNECTION" - description: "When set to true, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section for more details." - schema: - type: boolean - default: false - - variable: autoconv - label: "Automated Conversion Settings" - description: "Always read description before changing a value here. Also refer to README" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: AUTOMATED_CONVERSION_PRESET - label: "AUTOMATED_CONVERSION_PRESET" - description: "HandBrake preset used by the automatic video converter. Identification of a preset must follow the format /" - schema: - type: string - default: "General/Very Fast 1080p30" - required: true - - variable: AUTOMATED_CONVERSION_FORMAT - label: "AUTOMATED_CONVERSION_FORMAT" - description: "Video container format used by the automatic video converter for output files. This is typically the video filename extension." - schema: - type: string - default: "mp4" - required: true - - variable: AUTOMATED_CONVERSION_KEEP_SOURCE - label: "AUTOMATED_CONVERSION_KEEP_SOURCE" - description: "When set to 0, a video that has been successfully converted is removed from the watch folder." - schema: - type: boolean - default: false - - variable: AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION - label: "AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION" - description: "When set to ignore, a non-video file found in the watch folder is ignored. If set to copy, a non-video file is copied as-is to the output folder." - schema: - type: string - default: "ignore" - required: true -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10053 - required: true - - variable: vnc - label: "VNC Service" - description: "VNC Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: vnc - label: "TCP 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 - default: 10055 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: storage - label: "App Storage" - description: "Application Storage." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: output - label: "App Output Storage" - description: "Stores the Application Output." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/hassconfigurator/questions.yaml b/charts/stable/hassconfigurator/questions.yaml deleted file mode 100644 index 92d8484e3bd..00000000000 --- a/charts/stable/hassconfigurator/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3218 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Container Path config" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: hass-config - label: "hass-config Storage" - description: "Your home assistant configuration folder" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/haste-server/questions.yaml b/charts/stable/haste-server/questions.yaml deleted file mode 100644 index 39753b7a3f8..00000000000 --- a/charts/stable/haste-server/questions.yaml +++ /dev/null @@ -1,102 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: STORAGE_FILEPATH - label: "STORAGE_FILEPATH" - schema: - type: string - default: "/config" - - variable: STORAGE_TYPE - label: "STORAGE_TYPE" - schema: - type: string - default: "file" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7777 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/hastebin/questions.yaml b/charts/stable/hastebin/questions.yaml deleted file mode 100644 index 6da0060dd69..00000000000 --- a/charts/stable/hastebin/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7777 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - description: "Container Path data" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/hasty-paste/questions.yaml b/charts/stable/hasty-paste/questions.yaml deleted file mode 100644 index 3b356c0d7ec..00000000000 --- a/charts/stable/hasty-paste/questions.yaml +++ /dev/null @@ -1,223 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: hastyPaste - group: App Configuration - label: Hasty Paste Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: new_at_index - label: New at Index - description: Index page displays new paste page instead - schema: - type: boolean - default: false - - variable: enable_public_list - label: Enable Public List - description: Whether to enable public access for listing pastes - schema: - type: boolean - default: false - - variable: max_body_size - label: Max Body Size - description: The max body size, given in bytes - schema: - type: int - required: true - default: 2000000 - - variable: log_level - label: Log Level - description: What log level to use - schema: - type: string - required: true - default: INFO - enum: - - value: INFO - description: Info - - value: WARNING - description: Warning - - value: ERROR - description: Error - - value: DEBUG - description: Debug - - value: CRITICAL - description: Critical - - variable: workers - label: Workers - description: Number of separate processes to spawn - schema: - type: int - required: true - default: 1 - - variable: interface - label: Interface (UI) - schema: - additional_attrs: true - type: dict - attrs: - - variable: default_use_long_id - label: Default Use Long ID - description: Setting this to "True" or "False" hides the long id checkbox in UI - schema: - type: boolean - default: false - - variable: default_expire_time_enable - label: Default Expire Time Enable - description: Enable a default expire time in web ui - schema: - type: boolean - default: false - - variable: default_expire_time_minutes - label: Default Expire Time Minutes - description: Default minutes in ui for expiry if enabled - schema: - type: int - required: true - default: 0 - - variable: default_expire_time_hours - label: Default Expire Time Hours - description: Default hours in ui for expiry if enabled - schema: - type: int - required: true - default: 1 - - variable: default_expire_time_days - label: Default Expire Time Days - description: Default days in ui for expiry if enabled - schema: - type: int - required: true - default: 0 - - variable: branding - label: Branding - schema: - additional_attrs: true - type: dict - attrs: - - variable: title - label: Title - description: Customize the app title - schema: - type: string - default: "" - - variable: description - label: Description - description: Customize the app description - schema: - type: string - default: "" - - variable: icon - label: Icon - description: Customize the app icon, provide as absolute filepath (Path inside the container) - schema: - type: string - default: "" - - variable: favicon - label: Favicon - description: Customize the app favicon, provide as absolute filepath (Path inside the container) - schema: - type: string - default: "" - - variable: css_file - label: CSS File - description: Customize the site theme, using a provided css file (Path inside the container) - schema: - type: string - default: "" - - variable: hide_version - label: Hide Version - description: Hide the app version number - schema: - type: boolean - default: false -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10601 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/headphones/questions.yaml b/charts/stable/headphones/questions.yaml deleted file mode 100644 index d7a73fa48a2..00000000000 --- a/charts/stable/headphones/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10064 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/healthchecks/questions.yaml b/charts/stable/healthchecks/questions.yaml deleted file mode 100644 index 3bafa5aea2f..00000000000 --- a/charts/stable/healthchecks/questions.yaml +++ /dev/null @@ -1,133 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: SUPERUSER_EMAIL - label: "SUPERUSER_EMAIL" - description: "Superuser email" - schema: - type: string - required: true - default: "REPLACETHIS" - - variable: SUPERUSER_PASSWORD - label: "SUPERUSER_PASSWORD" - description: "Superuser password" - schema: - type: string - required: true - private: true - default: "REPLACETHIS" - - variable: REGENERATE_SETTINGS - label: "REGENERATE_SETTINGS" - description: "Set to true to always override the local_settings.py file with values from environment variables" - schema: - type: string - default: "True" - - variable: SITE_ROOT - label: "SITE_ROOT" - description: "The site's top-level URL and the port it listens to" - schema: - type: string - required: true - default: "" - - variable: SITE_NAME - label: "SITE_NAME" - description: "The site's name" - schema: - type: string - required: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10074 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/hedgedoc/questions.yaml b/charts/stable/hedgedoc/questions.yaml deleted file mode 100644 index 34d9a5556d7..00000000000 --- a/charts/stable/hedgedoc/questions.yaml +++ /dev/null @@ -1,908 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: generalsettings - label: "General Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_FORBIDDEN_NOTE_IDS - label: "CMD_FORBIDDEN_NOTE_IDS" - description: "disallow creation of notes, even if allowFreeUrl or CMD_ALLOW_FREEURL is true" - schema: - type: string - default: "robots.txt, favicon.ico, api, build, css, docs, fonts, js, uploads, vendor, views" - - variable: CMD_IMAGE_UPLOAD_TYPE - label: "CMD_IMAGE_UPLOAD_TYPE" - description: "Where to upload images." - schema: - type: string - default: "filesystem" - enum: - - value: "filesystem" - description: "filesystem" - - value: "imgur" - description: "imgur" - - value: "s3" - description: "s3" - - value: "minio" - description: "minio" - - value: "azure" - description: "azure" - - value: "lutim" - description: "lutim" - - variable: CMD_SOURCE_URL - label: "CMD_SOURCE_URL" - description: "Provides the link to the source code of HedgeDoc on the entry page" - schema: - type: string - default: "" - - variable: CMD_TOOBUSY_LAG - label: "CMD_TOOBUSY_LAG" - description: "CPU time for one event loop tick until node throttles connections. (milliseconds)" - schema: - type: int - default: 70 - - variable: CMD_ALLOW_GRAVATAR - label: "CMD_ALLOW_GRAVATAR" - description: "Set to false to disable Libravatar as profile picture source on your instance." - schema: - type: boolean - default: true - - variable: httpsettings - label: "HTTP Settings" - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: CMD_DOMAIN - label: "CMD_DOMAIN" - description: "Domain name (eg. hedgedoc.org)" - schema: - type: string - default: "" - - variable: CMD_PROTOCOL_USESSL - label: "CMD_PROTOCOL_USESSL" - description: "Set to use SSL protocol for resources path (only applied when domain is set)" - schema: - type: boolean - default: false - - variable: CMD_URL_ADDPORT - label: "CMD_URL_ADDPORT" - description: "Set to add port on callback URL (ports 80 or 443 won't be applied) (only applied when domain is set)" - schema: - type: boolean - default: false - - variable: CMD_ALLOW_ORIGIN - label: "CMD_ALLOW_ORIGIN" - description: "Domain name whitelist (use comma to separate)" - schema: - type: string - default: "localhost" - - variable: websecsettings - label: "Web Security Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_HSTS_ENABLE - label: "CMD_HSTS_ENABLE" - description: "Set to enable HSTS if HTTPS is also enabled" - schema: - type: boolean - default: true - - variable: CMD_HSTS_INCLUDE_SUBDOMAINS - label: "CMD_HSTS_INCLUDE_SUBDOMAINS" - description: "Set to include subdomains in HSTS" - schema: - type: boolean - default: true - - variable: CMD_HSTS_MAX_AGE - label: "CMD_HSTS_MAX_AGE" - description: "Max duration in seconds to tell clients to keep HSTS status" - schema: - type: int - default: 31536000 - - variable: CMD_HSTS_PRELOAD - label: "CMD_HSTS_PRELOAD" - description: "Whether to allow preloading of the site's HSTS status" - schema: - type: boolean - default: true - - variable: CMD_CSP_ENABLE - label: "CMD_CSP_ENABLE" - description: "Whether to apply a Content-Security-Policy header to responses" - schema: - type: boolean - default: true - - variable: CMD_CSP_ADD_DISQUS - label: "CMD_CSP_ADD_DISQUS" - description: "Enable to allow users to add Disqus comments to their notes or presentations." - schema: - type: boolean - default: false - - variable: CMD_CSP_ADD_GOOGLE_ANALYTICS - label: "CMD_CSP_ADD_GOOGLE_ANALYTICS" - description: "Enable to allow users to add Google Analytics to their notes." - schema: - type: boolean - default: false - - variable: CMD_CSP_REPORTURI - label: "CMD_CSP_REPORTURI" - description: "Allows to add a URL for CSP reports in case of violations." - schema: - type: string - default: "" - - variable: CMD_CSP_ALLOW_FRAMING - label: "CMD_CSP_ALLOW_FRAMING" - description: "Disable to disallow embedding of the instance via iframe." - schema: - type: boolean - default: true - - variable: CMD_CSP_ALLOW_PDF_EMBED - label: "CMD_CSP_ALLOW_PDF_EMBED" - description: "Disable to disallow embedding PDFs." - schema: - type: boolean - default: true - - variable: CMD_COOKIE_POLICY - label: "CMD_COOKIE_POLICY" - description: "Set a SameSite policy whether cookies are send from cross-origin" - schema: - type: string - default: "lax" - enum: - - value: "lax" - description: "lax" - - value: "strict" - description: "strict" - - value: "none" - description: "none" - - variable: userprivillegesettings - label: "Users and Privileges Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_ALLOW_ANONYMOUS - label: "CMD_ALLOW_ANONYMOUS" - description: "Set to allow anonymous usage" - schema: - type: boolean - default: false - - variable: CMD_ALLOW_ANONYMOUS_EDITS - label: "CMD_ALLOW_ANONYMOUS_EDITS" - description: "If allowAnonymous is false: allow users to select freely permission, allowing guests to edit existing notes" - schema: - type: boolean - default: false - - variable: CMD_ALLOW_FREEURL - label: "CMD_ALLOW_FREEURL" - description: "Set to allow new note creation by accessing a nonexistent note URL" - schema: - type: boolean - default: false - - variable: CMD_REQUIRE_FREEURL_AUTHENTICATION - label: "CMD_REQUIRE_FREEURL_AUTHENTICATION" - description: "Set to require authentication for FreeURL mode style note creation" - schema: - type: boolean - default: true - - variable: CMD_DEFAULT_PERMISSION - label: "CMD_DEFAULT_PERMISSION" - description: "Set notes default permission (only applied on signed-in users)" - schema: - type: string - default: "editable" - enum: - - value: "editable" - description: "editable" - - value: "freely" - description: "freely" - - value: "limited" - description: "limited" - - value: "locked" - description: "locked" - - value: "protected" - description: "protected" - - value: "private" - description: "private" - - variable: CMD_SESSION_LIFE - label: "CMD_SESSION_LIFE" - description: "Cookie session life time in milliseconds." - schema: - type: int - default: 1209600000 - - variable: loginsettings - label: "Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_EMAIL - label: "CMD_EMAIL" - description: "Set to allow email sign-in" - schema: - type: boolean - default: true - - variable: CMD_ALLOW_EMAIL_REGISTER - label: "CMD_ALLOW_EMAIL_REGISTER" - description: "Set to allow registration of new accounts using an email address." - schema: - type: boolean - default: true - - variable: dropboxsettings - label: "Dropbox Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_DROPBOX_CLIENTID - label: "CMD_DROPBOX_CLIENTID" - description: "Dropbox API client id" - schema: - type: string - private: true - default: "" - - variable: CMD_DROPBOX_CLIENTSECRET - label: "CMD_DROPBOX_CLIENTSECRET" - description: "Dropbox API client secret" - schema: - type: string - private: true - default: "" - - variable: facebooksettings - label: "Facebook Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_FACEBOOK_CLIENTID - label: "CMD_FACEBOOK_CLIENTID" - description: "Facebook API client id" - schema: - type: string - private: true - default: "" - - variable: CMD_FACEBOOK_CLIENTSECRET - label: "CMD_FACEBOOK_CLIENTSECRET" - description: "Facebook API client secret" - schema: - type: string - private: true - default: "" - - variable: githubsettings - label: "Github Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_GITHUB_CLIENTID - label: "CMD_GITHUB_CLIENTID" - description: "Github API client id" - schema: - type: string - private: true - default: "" - - variable: CMD_GITHUB_CLIENTSECRET - label: "CMD_GITHUB_CLIENTSECRET" - description: "Github API client secret" - schema: - type: string - private: true - default: "" - - variable: gitlabsettings - label: "GitLab Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_GITLAB_SCOPE - label: "CMD_GITLAB_SCOPE" - description: "GitLab API requested scope" - schema: - type: string - default: "api" - enum: - - value: "api" - description: "api" - - value: "read_user" - description: "read_user" - - variable: CMD_GITLAB_BASEURL - label: "CMD_GITLAB_BASEURL" - description: "GitLab authentication endpoint" - schema: - type: string - default: "" - - variable: CMD_GITLAB_CLIENTID - label: "CMD_GITLAB_CLIENTID" - description: "GitLab API client id" - schema: - type: string - private: true - default: "" - - variable: CMD_GITLAB_CLIENTSECRET - label: "CMD_GITLAB_CLIENTSECRET" - description: "GitLab API client secret" - schema: - type: string - private: true - default: "" - - variable: CMD_GITLAB_VERSION - label: "CMD_GITLAB_VERSION" - description: "GitLab API version" - schema: - type: string - default: "v4" - enum: - - value: "v4" - description: "v4" - - value: "v3" - description: "v3" - - variable: googlesettings - label: "Google Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_GOOGLE_CLIENTID - label: "CMD_GOOGLE_CLIENTID" - description: "Google API client id" - schema: - type: string - private: true - default: "" - - variable: CMD_GOOGLE_CLIENTSECRET - label: "CMD_GOOGLE_CLIENTSECRET" - description: "Google API client secret" - schema: - type: string - private: true - default: "" - - variable: CMD_GOOGLE_HOSTEDDOMAIN - label: "CMD_GOOGLE_HOSTEDDOMAIN" - description: "Provided only if the user belongs to a hosted domain" - schema: - type: string - default: "" - - variable: twittersettings - label: "Twitter Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_TWITTER_CONSUMERKEY - label: "CMD_TWITTER_CONSUMERKEY" - description: "Twitter API consumer key" - schema: - type: string - private: true - default: "" - - variable: CMD_TWITTER_CONSUMERSECRET - label: "CMD_TWITTER_CONSUMERSECRET" - description: "Twitter API consumer secret" - schema: - type: string - private: true - default: "" - - variable: mattermostsettings - label: "Mattermost Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_MATTERMOST_BASEURL - label: "CMD_MATTERMOST_BASEURL" - description: "Mattermost authentication endpoint for versions below 5.0" - schema: - type: string - default: "" - - variable: CMD_MATTERMOST_CLIENTID - label: "CMD_MATTERMOST_CLIENTID" - description: "Mattermost API client id" - schema: - type: string - private: true - default: "" - - variable: CMD_MATTERMOST_CLIENTSECRET - label: "CMD_MATTERMOST_CLIENTSECRET" - description: "Mattermost API client secret" - schema: - type: string - private: true - default: "" - - variable: oauthsettings - label: "OAuth2 Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_OAUTH2_USER_PROFILE_URL - label: "CMD_OAUTH2_USER_PROFILE_URL" - description: "Where to retrieve information about a user after successful login" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR - label: "CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR" - description: "Where to find the username in the JSON from the user profile URL" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_USER_PROFILE_DISPLAY_NAME_ATTR - label: "CMD_OAUTH2_USER_PROFILE_DISPLAY_NAME_ATTR" - description: "Where to find the display-name in the JSON from the user profile URL" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_USER_PROFILE_EMAIL_ATTR - label: "CMD_OAUTH2_USER_PROFILE_EMAIL_ATTR" - description: "Where to find the email address in the JSON from the user profile URL" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_USER_PROFILE_ID_ATTR - label: "CMD_OAUTH2_USER_PROFILE_ID_ATTR" - description: "Where to find the dedicated user ID (optional, overrides CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR)" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_TOKEN_URL - label: "CMD_OAUTH2_TOKEN_URL" - description: "Sometimes called token endpoint, please refer to the documentation of your OAuth2 provider" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_AUTHORIZATION_URL - label: "CMD_OAUTH2_AUTHORIZATION_URL" - description: "Authorization URL of your provider, please refer to the documentation of your OAuth2 provider" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_CLIENT_ID - label: "CMD_OAUTH2_CLIENT_ID" - description: "You will get this from your OAuth2 provider when you register HedgeDoc as OAuth2-client" - schema: - type: string - private: true - default: "" - - variable: CMD_OAUTH2_CLIENT_SECRET - label: "CMD_OAUTH2_CLIENT_SECRET" - description: "You will get this from your OAuth2 provider when you register HedgeDoc as OAuth2-client" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_PROVIDERNAME - label: "CMD_OAUTH2_PROVIDERNAME" - description: "Optional name to be displayed at login form indicating the oAuth2 provider" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_SCOPE - label: "CMD_OAUTH2_SCOPE" - description: "Scope to request for OIDC (OpenID Connect) providers" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_ROLES_CLAIM - label: "CMD_OAUTH2_ROLES_CLAIM" - description: "ID token claim, which is supposed to provide an array of strings of roles" - schema: - type: string - default: "" - - variable: CMD_OAUTH2_ACCESS_ROLE - label: "CMD_OAUTH2_ACCESS_ROLE" - description: "The role which should be included in the ID token roles claim to grant access" - schema: - type: string - default: "" - - variable: ldapsettings - label: "LDAP Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_LDAP_URL - label: "CMD_LDAP_URL" - description: "URL of LDAP server" - schema: - type: string - default: "" - - variable: CMD_LDAP_BINDDN - label: "CMD_LDAP_BINDDN" - description: "bindDn for LDAP access" - schema: - type: string - default: "" - - variable: CMD_LDAP_BINDCREDENTIALS - label: "CMD_LDAP_BINDCREDENTIALS" - description: "bindCredentials for LDAP access" - schema: - type: string - default: "" - - variable: CMD_LDAP_SEARCHBASE - label: "CMD_LDAP_SEARCHBASE" - description: "LDAP directory to begin search from" - schema: - type: string - default: "" - - variable: CMD_LDAP_SEARCHFILTER - label: "CMD_LDAP_SEARCHFILTER" - description: "LDAP filter to search with" - schema: - type: string - default: "" - - variable: CMD_LDAP_SEARCHATTRIBUTES - label: "CMD_LDAP_SEARCHATTRIBUTES" - description: "LDAP attributes to search with (use comma to separate)" - schema: - type: string - default: "" - - variable: CMD_LDAP_USERIDFIELD - label: "CMD_LDAP_USERIDFIELD" - description: "The LDAP field which is used uniquely identify a user on HedgeDoc" - schema: - type: string - default: "" - - variable: CMD_LDAP_USERNAMEFIELD - label: "CMD_LDAP_USERNAMEFIELD" - description: "The LDAP field which is used as the username on HedgeDoc" - schema: - type: string - default: "" - - variable: CMD_LDAP_TLS_CA - label: "CMD_LDAP_TLS_CA" - description: "Root CA for LDAP TLS in PEM format (use comma to separate)" - schema: - type: string - default: "" - - variable: CMD_LDAP_PROVIDERNAME - label: "CMD_LDAP_PROVIDERNAME" - description: "CMD_LDAP_PROVIDERNAME" - schema: - type: string - default: "" - - variable: samlsettings - label: "SAML Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_SAML_IDPSSOURL - label: "CMD_SAML_IDPSSOURL" - description: "Authentication endpoint of IdP. for details" - schema: - type: string - default: "" - - variable: CMD_SAML_IDPCERT - label: "CMD_SAML_IDPCERT" - description: "Certificate file path of IdP in PEM format" - schema: - type: string - default: "" - - variable: CMD_SAML_CLIENTCERT - label: "CMD_SAML_CLIENTCERT" - description: "Certificate file path for the client in PEM format" - schema: - type: string - default: "" - - variable: CMD_SAML_ISSUER - label: "CMD_SAML_ISSUER" - description: "Issuer to supply to identity provider" - schema: - type: string - default: "" - - variable: CMD_SAML_DISABLEREQUESTEDAUTHNCONTEXT - label: "CMD_SAML_DISABLEREQUESTEDAUTHNCONTEXT" - description: "True to allow any authentication method, false restricts to password authentication" - schema: - type: boolean - default: false - - variable: CMD_SAML_IDENTIFIERFORMAT - label: "CMD_SAML_IDENTIFIERFORMAT" - description: "Name identifier format" - schema: - type: string - default: "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress" - - variable: CMD_SAML_GROUPATTRIBUTE - label: "CMD_SAML_GROUPATTRIBUTE" - description: "Attribute name for group list" - schema: - type: string - default: "" - - variable: CMD_SAML_REQUIREDGROUPS - label: "CMD_SAML_REQUIREDGROUPS" - description: "Group names that allowed (use vertical bar to separate)" - schema: - type: string - default: "" - - variable: CMD_SAML_EXTERNALGROUPS - label: "CMD_SAML_EXTERNALGROUPS" - description: "Group names that not allowed (use vertical bar to separate) " - schema: - type: string - default: "" - - variable: CMD_SAML_ATTRIBUTE_ID - label: "CMD_SAML_ATTRIBUTE_ID" - description: "Attribute map for id" - schema: - type: string - default: "" - - variable: CMD_SAML_ATTRIBUTE_USERNAME - label: "CMD_SAML_ATTRIBUTE_USERNAME" - description: "Attribute map for username" - schema: - type: string - default: "" - - variable: CMD_SAML_ATTRIBUTE_EMAIL - label: "CMD_SAML_ATTRIBUTE_EMAIL" - description: "Attribute map for email" - schema: - type: string - default: "" - - variable: CMD_SAML_PROVIDERNAME - label: "CMD_SAML_PROVIDERNAME" - description: "Optional name to be displayed at login form indicating the SAML provider" - schema: - type: string - default: "" - - variable: amazonsettings - label: "Amazon S3 Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_S3_ACCESS_KEY_ID - label: "CMD_S3_ACCESS_KEY_ID" - description: "AWS access key id" - schema: - type: string - private: true - default: "" - - variable: CMD_S3_SECRET_ACCESS_KEY - label: "CMD_S3_SECRET_ACCESS_KEY" - description: "AWS secret key" - schema: - type: string - private: true - default: "" - - variable: CMD_S3_REGION - label: "CMD_S3_REGION" - description: "AWS S3 region" - schema: - type: string - default: "" - - variable: CMD_S3_BUCKET - label: "CMD_S3_BUCKET" - description: "AWS S3 bucket name" - schema: - type: string - default: "" - - variable: CMD_S3_ENDPOINT - label: "CMD_S3_ENDPOINT " - description: "S3 API endpoint if you don't use AWS name" - schema: - type: string - default: "" - - variable: azuresettings - label: "Azure Blob Storage Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_AZURE_CONNECTION_STRING - label: "CMD_AZURE_CONNECTION_STRING" - description: "Azure Blob Storage connection string" - schema: - type: string - default: "" - - variable: CMD_AZURE_CONTAINER - label: "CMD_AZURE_CONTAINER" - description: "Azure Blob Storage container name (automatically created if non existent)" - schema: - type: string - default: "" - - variable: miniosettings - label: "Minio Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_MINIO_ACCESS_KEY - label: "CMD_MINIO_ACCESS_KEY" - description: "Minio access key" - schema: - type: string - private: true - default: "" - - variable: CMD_MINIO_SECRET_KEY - label: "CMD_MINIO_SECRET_KEY" - description: "Minio secret key" - schema: - type: string - private: true - default: "" - - variable: CMD_MINIO_ENDPOINT - label: "CMD_MINIO_ENDPOINT" - description: "Address of your Minio endpoint/instance" - schema: - type: string - default: "" - - variable: CMD_MINIO_PORT - label: "CMD_MINIO_ACCESS_KEY" - description: "Port that is used for your Minio instance" - schema: - type: string - default: "" - - variable: CMD_MINIO_SECURE - label: "CMD_MINIO_SECURE" - description: "If set to true HTTPS is used for Minio" - schema: - type: boolean - default: true - - variable: imgursettings - label: "Imgur Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_IMGUR_CLIENTID - label: "CMD_IMGUR_CLIENTID" - description: "Imgur API client id" - schema: - type: string - private: true - default: "" - - variable: lutimsettings - label: "Lutim Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CMD_LUTIM_URL - label: "CMD_LUTIM_URL" - description: "When CMD_IMAGE_UPLOAD_TYPE is set to lutim, you can setup the lutim url" - schema: - type: string - default: "" - - variable: logsettings - label: "Logs Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DEBUG - label: "DEBUG" - description: "Set debug mode, show more logs" - schema: - type: boolean - default: false - - variable: CMD_LOGLEVEL - label: "CMD_LOGLEVEL" - description: "Defines what kind of logs are provided to stdout." - schema: - type: string - default: "info" - enum: - - value: "info" - description: "info" - - value: "warn" - description: "warn" - - value: "error" - description: "error" - - value: "verbose" - description: "verbose" - - value: "debug" - description: "debug" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10132 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: uploads - label: "App Uploads Storage" - description: "Stores the Application Uploads." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/heimdall/questions.yaml b/charts/stable/heimdall/questions.yaml deleted file mode 100644 index 34a8c4b19a9..00000000000 --- a/charts/stable/heimdall/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10014 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/hetzner-ddns/questions.yaml b/charts/stable/hetzner-ddns/questions.yaml deleted file mode 100644 index 7d41b1eddc6..00000000000 --- a/charts/stable/hetzner-ddns/questions.yaml +++ /dev/null @@ -1,70 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: ZONE_NAME - label: "ZONE_NAME" - description: "The DNS zone that DDNS updates should be applied to." - schema: - type: string - default: "example.com" - - variable: API_TOKEN - label: "API_TOKEN" - description: "Your Hetzner API token." - schema: - type: string - default: "my-secret-api-token" - - variable: RECORD_TYPE - label: "RECORD_TYPE" - description: "The record type of your zone. If your zone uses an IPv4 address use A. Use AAAA if it uses an IPv6 address." - schema: - type: string - default: "A" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/hexchat/questions.yaml b/charts/stable/hexchat/questions.yaml deleted file mode 100644 index 0d099bc8882..00000000000 --- a/charts/stable/hexchat/questions.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PASSWORD - label: VNC_PASSWORD - schema: - type: string - private: true - default: "" - - variable: WEBPAGE_TITLE - label: WEBPAGE_TITLE - schema: - type: string - default: HexChat -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10307 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: config Storage - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/hexo-blog/questions.yaml b/charts/stable/hexo-blog/questions.yaml deleted file mode 100644 index 850698e5eb4..00000000000 --- a/charts/stable/hexo-blog/questions.yaml +++ /dev/null @@ -1,103 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: HEXO_PLUGINS - label: HEXO Plugins - description: A space separated list of hexo plugins to install - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10306 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/homarr/questions.yaml b/charts/stable/homarr/questions.yaml deleted file mode 100644 index 5d93f4bc72e..00000000000 --- a/charts/stable/homarr/questions.yaml +++ /dev/null @@ -1,101 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10245 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: icons - label: "App Icon Storage" - description: "Stores the Application Icons." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "App Database Storage" - description: "Stores the Application Database." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/home-assistant/questions.yaml b/charts/stable/home-assistant/questions.yaml deleted file mode 100644 index ccf7cf2f67c..00000000000 --- a/charts/stable/home-assistant/questions.yaml +++ /dev/null @@ -1,86 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8123 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/homebox/questions.yaml b/charts/stable/homebox/questions.yaml deleted file mode 100644 index 9b70b73ac97..00000000000 --- a/charts/stable/homebox/questions.yaml +++ /dev/null @@ -1,179 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: homebox - group: App Configuration - label: Homebox Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: allow_registration - label: Options Allow Registration - description: Allow users to register themselves. - schema: - type: boolean - default: true - - variable: auto_increment_asset_id - label: Options Auto Increment Asset ID - description: Auto increments the asset_id field for new items. - schema: - type: boolean - default: true - - variable: max_upload_size - label: Web Max Upload Size - description: Maximum file upload size supported in MB. - schema: - type: int - default: 10 - - variable: log_level - label: Log Level - description: Log level to use. - schema: - type: string - default: info - enum: - - value: trace - description: Trace - - value: debug - description: Debug - - value: info - description: Info - - value: warn - description: Warn - - value: error - description: Error - - value: critical - description: Critical - - variable: log_format - label: Log Format - description: Log format to use - schema: - type: string - default: text - enum: - - value: text - description: Text - - value: json - description: Json - - variable: mailer_host - label: Mailer Host - description: Email host to use. - schema: - type: string - default: "" - - variable: mailer_port - label: Mailer Port - description: Email port to use. - schema: - type: int - show_if: [["mailer_host", "!=", ""]] - required: true - default: 587 - - variable: mailer_from - label: Mailer From - description: Email from address to use. - schema: - type: string - show_if: [["mailer_host", "!=", ""]] - required: true - default: "" - - variable: mailer_username - label: Mailer Username - description: Email user to use. - schema: - type: string - show_if: [["mailer_host", "!=", ""]] - required: true - default: "" - - variable: mailer_password - label: Mailer Password - description: Email password to use. - schema: - type: string - show_if: [["mailer_host", "!=", ""]] - private: true - required: true - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10603 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/homebridge/questions.yaml b/charts/stable/homebridge/questions.yaml deleted file mode 100644 index d2472ad3d11..00000000000 --- a/charts/stable/homebridge/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8581 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/homelablabelmaker/questions.yaml b/charts/stable/homelablabelmaker/questions.yaml deleted file mode 100644 index 3c9095cc3df..00000000000 --- a/charts/stable/homelablabelmaker/questions.yaml +++ /dev/null @@ -1,76 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10581 - required: true -## Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/homepage/questions.yaml b/charts/stable/homepage/questions.yaml deleted file mode 100644 index 6f9130cabb3..00000000000 --- a/charts/stable/homepage/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10352 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: Config Storage - description: Config Storage - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/homer/questions.yaml b/charts/stable/homer/questions.yaml deleted file mode 100644 index 0c25adf4593..00000000000 --- a/charts/stable/homer/questions.yaml +++ /dev/null @@ -1,98 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: INIT_ASSETS - label: "INIT_ASSETS" - description: "Set 1 to generate example file or 0 to not generate" - schema: - type: string - default: "1" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10178 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/hoobs/questions.yaml b/charts/stable/hoobs/questions.yaml deleted file mode 100644 index faefdddf8d4..00000000000 --- a/charts/stable/hoobs/questions.yaml +++ /dev/null @@ -1,111 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8082 - required: true - - variable: homebridgeport - label: 'homebridgeport service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: homebridgeport - label: "homebridgeport 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 - default: 51826 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: applicationpath - label: "applicationpath Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/htpcmanager/questions.yaml b/charts/stable/htpcmanager/questions.yaml deleted file mode 100644 index 1a7c109be2e..00000000000 --- a/charts/stable/htpcmanager/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8085 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/humhub/questions.yaml b/charts/stable/humhub/questions.yaml deleted file mode 100644 index 1d4ae069232..00000000000 --- a/charts/stable/humhub/questions.yaml +++ /dev/null @@ -1,230 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: humhub - group: App Configuration - label: HumHub - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: Host (Initial Install Only - description: | - The host that this app will available
- eg, hum.example.com - schema: - type: string - required: true - immutable: true - default: "" - - variable: proto - label: Protocol (Initial Install Only) - description: | - The protocol this app will be available
- eg, HTTPS - schema: - type: string - default: http - required: true - immutable: true - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - variable: admin - label: Admin Credentials (Initial Install Only) - schema: - additional_attrs: true - type: dict - attrs: - - variable: login - label: Username (Initial Install Only) - schema: - type: string - required: true - immutable: true - default: "" - - variable: password - label: Password (Initial Install Only) - schema: - type: string - private: true - required: true - immutable: true - default: "" - - variable: email - label: Email (Initial Install Only) - schema: - type: string - required: true - immutable: true - default: "" - - variable: mailer - label: Mailer Credentials - schema: - additional_attrs: true - type: dict - attrs: - - variable: sys_address - label: System Address - schema: - type: string - default: "" - - variable: sys_name - label: System Name - schema: - type: string - default: "" - - variable: type - label: Type - schema: - type: string - default: "smtp" - enum: - - value: smtp - description: SMTP - - value: php - description: PHP - - variable: hostname - label: Hostname - schema: - type: string - default: "" - - variable: port - label: Port - schema: - type: int - default: 1025 - - variable: user - label: User - schema: - type: string - default: "" - - variable: password - label: Password - schema: - type: string - private: true - default: "" - - variable: allow_self_sign_certs - label: Allow Self Sign Certs - description: Enable/Disable self sign certs - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: assets - label: "App Assets Storage" - description: "Stores the Application Assets." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: themes - label: "App Themes Storage" - description: "Stores the Application Themes." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: modules - label: "App Modules Storage" - description: "Stores the Application Modules." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: uploads - label: "App Uploads Storage" - description: "Stores the Application Uploads." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/hurtworld/questions.yaml b/charts/stable/hurtworld/questions.yaml deleted file mode 100644 index b2c7f7256bb..00000000000 --- a/charts/stable/hurtworld/questions.yaml +++ /dev/null @@ -1,178 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "405100" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your extra start up commands for the server starting with a ; (without quotes e.g. ;afkkicktime 900;autosaveenabled 0). Dont forget to change the admin SteamID." - schema: - type: string - default: ";autosaveenabled 1;addadmin 76561197963117432" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: SRV_NAME - label: "SRV_NAME" - description: "Enter your servername." - schema: - type: string - default: "Hurtworld Docker" - - variable: SRV_MAXPLAYERS - label: "SRV_MAXPLAYERS" - description: "Enter the maximum allowed players" - schema: - type: string - default: "50" - - variable: GAME_PORT - label: "GAME_PORT" - description: "Container Variable GAMEPORT" - schema: - type: string - default: "12871" - - variable: QUERY_PORT - label: "QUERY_PORT" - description: "Container Variable QUERYPORT" - schema: - type: string - default: "12881" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 12871 - required: true - - variable: queryport - label: 'queryport service' - description: "UDP Queryport (if you need another port, please delete this entry and create a new UDP Port with the required port number, also dont forget to click an Show more settings ... and change the port number)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: queryport - label: "queryport 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 - default: 12881 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/hyperion-ng/questions.yaml b/charts/stable/hyperion-ng/questions.yaml deleted file mode 100644 index e943516b190..00000000000 --- a/charts/stable/hyperion-ng/questions.yaml +++ /dev/null @@ -1,151 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10065 - required: true - - variable: jsonservice - label: "jsonservice Service" - description: "The jsonservice service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: jsonservice - label: "jsonservice 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 - default: 19444 - required: true - - variable: protobufservice - label: "protobufservice Service" - description: "The protobufservice service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: protobufservice - label: "protobufservice 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 - default: 19445 - required: true - - variable: boblightservice - label: "boblightservice Service" - description: "The boblightservice service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: boblightservice - label: "boblightservice 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 - default: 19333 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/icloudpd/questions.yaml b/charts/stable/icloudpd/questions.yaml deleted file mode 100644 index aa310ef5cad..00000000000 --- a/charts/stable/icloudpd/questions.yaml +++ /dev/null @@ -1,264 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: icloudpd - group: App Configuration - label: iCloud PD Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: apple_id - label: Apple ID - description: This is the Apple ID that will be used when downloading files. - schema: - type: string - required: true - default: "" - - variable: authentication_type - label: Authentication Type - description: This is the type of authentication that is enabled on your iCloud account - schema: - type: string - default: 2FA - enum: - - value: 2FA - description: 2FA - - value: Web - description: Web - - variable: icloud_china - label: iCloud China - description: Set this to true to use icloud.com.cm instead of icloud.com as the download source. - schema: - type: boolean - default: true - - variable: synchronisation_interval - label: Synchronization Interval - description: This is the number of seconds between synchronizations. - schema: - type: int - default: 86400 - - variable: synchronisation_delay - label: Synchronization Delay - description: This is the number of minutes to delay the first synchronization. - schema: - type: int - default: 0 - - variable: notification_days - label: Notification Days - description: When your cookie is nearing expiration, this is the number of days in advance it should notify you. - schema: - type: int - default: 7 - - variable: photo_size - label: Photo Size - description: Image size to download - schema: - type: string - default: original - enum: - - value: original - description: original - - value: medium - description: medium - - value: thumb - description: thumb - - variable: live_photo_size - label: Live Photo Size - description: Live photo file size to download. - schema: - type: string - default: original - enum: - - value: original - description: original - - value: medium - description: medium - - value: thumb - description: thumb - - variable: recent_only - label: Recent Only - description: Set this to an integer number to only download this many recently added photos. Set to 0 to download all - schema: - type: int - default: 0 - - variable: until_found - label: Until Found - description: Set this to an integer number to only download the most recently added photos, until n number of previously downloaded consecutive photos are found. Set to 0 to download all - schema: - type: int - default: 0 - - variable: photo_album - label: Photo Album - description: Set this to the name of an album to only download photos from a single album. Set to empty to download all - schema: - type: string - default: "" - - variable: set_exif_datetime - label: Set EXIF Date Time - description: Write the DateTimeOriginal EXIF tag from file creation date. - schema: - type: boolean - default: false - - variable: convert_heic_to_jpeg - label: Convert HEIC to JPEG - description: Set this to True to convert downloaded HEIC files to JPEG, while also retaining the original. - schema: - type: boolean - default: false - - variable: jpeg_quality - label: JPEG Quality - description: If HEIC to JPEG conversion is enabled, this variable will let you set the quality of the converted file by specifying a number from 0 (lowest quality) to 100 (highest quality) - schema: - type: int - default: 90 - - variable: skip_check - label: Skip Check - description: Set this to True skip the check for new files. The check can have issues with large libraries. - schema: - type: boolean - default: false - - variable: skip_live_photos - label: Skip Live Photos - description: If this is set, it will skip downloading live photos. - schema: - type: boolean - default: false - - variable: skip_videos - label: Skip Videos - description: If this is set, it will skip downloading videos. - schema: - type: boolean - default: false - - variable: auto_delete - label: Auto Delete - description: Scans the "Recently Deleted" folder and deletes any files found in there. - schema: - type: boolean - default: false - - variable: download_notifications - label: Download Notifications - description: Specifies whether notifications with a short summary should be sent for file downloads. - schema: - type: boolean - default: false - - variable: delete_notifications - label: Delete Notifications - description: Specifies whether notifications with a short summary should be sent for file deletions. - schema: - type: boolean - default: false - - variable: delete_accompanying - label: Delete Accompanying - description: Tells the script to delete files which accompany the HEIC files that are downloaded. - schema: - type: boolean - default: false - - variable: delete_empty_directories - label: Delete Empty Directories - description: Tells the script to delete any empty directories it finds in the download path. - schema: - type: boolean - default: false - - variable: command_line_options - label: Command Line Options - description: This is for additional command line options you want to pass to the iCloud PD application. - schema: - type: string - default: "" - - variable: notification_type - label: Notification Type - description: This specifies the method that is used to send notifications. You need to manually add the environments variables - for your selected notification type, using the "Extra Environment Variables Section" - More info about the variables needed here. https://github.com/boredazfcuk/docker-icloudpd/blob/master/NOTIFICATIONS.md - schema: - type: string - default: No Type - enum: - - value: "" - description: No type - - value: Prowl - description: Prowl - - value: Pushover - description: Pushover - - value: Telegram - description: Telegram - - value: Webhook - description: Webhook - - value: Openhab - description: Openhab - - value: Dingtalk - description: Dingtalk - - value: Discord - description: Discord - - value: IYUU - description: IYUU - - value: WeCom - description: WeCom - - value: Gotify - description: Gotify - - value: Bark - description: Bark -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: Config Storage - description: Stores Applications Configuration - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: Data Storage - description: Stores iCloud Downloaded Data - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 0 - - variable: runAsGroup - label: runAsGroup - description: The groupID of the user running the application - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/imgpush/questions.yaml b/charts/stable/imgpush/questions.yaml deleted file mode 100644 index bbc06d5ce39..00000000000 --- a/charts/stable/imgpush/questions.yaml +++ /dev/null @@ -1,97 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: storageimages - label: "storageimages Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: storagecache - label: "storagecache Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/immich/questions.yaml b/charts/stable/immich/questions.yaml deleted file mode 100644 index 6103ae93d3c..00000000000 --- a/charts/stable/immich/questions.yaml +++ /dev/null @@ -1,178 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} - -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - - variable: immich - group: App Configuration - label: Immich Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: log_level - label: Log Level - schema: - type: string - default: log - enum: - - value: log - description: log - - value: simple - description: simple (Switch to log ASAP) - - value: warn - description: warn - - value: error - description: error - - value: verbose - description: verbose - - value: debug - description: debug - - - variable: enable_ml - label: Enable Machine Learning Container - schema: - type: boolean - default: true - - variable: enable_typesense - label: Enable Typesense Container - schema: - type: boolean - default: true - - variable: mlImageType - label: Machine Learning Image Type - schema: - type: string - default: mlImage - enum: - - value: mlImage - description: CPU Image - - value: mlCudaImage - description: CUDA Image - - value: mlOpenvinoImage - description: OpenVino Image - -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10323 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: library - label: App Library Storage - description: Stores the Application Uploads. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: uploads - label: App Uploads Storage - description: Temporary location for WebUI and mobile app uploads for images/videos that still need to be processed and eventually imported into the library storage. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: thumbs - label: App Thumbnails Storage - description: Stores the Application Thumbnails. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: profile - label: App Profiles Storage - description: Stores the Application Profiles. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: video - label: App Encoded Video Storage - description: Stores the Encoded Videos. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressTLS} -# Include{ingressTraefik} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/import-ics/questions.yaml b/charts/stable/import-ics/questions.yaml deleted file mode 100644 index a41ed6696dc..00000000000 --- a/charts/stable/import-ics/questions.yaml +++ /dev/null @@ -1,92 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: ICS_USERNAME - label: "ICS_USERNAME" - description: "Username for connecting to CalDAV server" - schema: - type: string - default: "" - - variable: ICS_PASSWORD - label: "ICS_PASSWORD" - description: "Password for connecting to CalDAV server" - schema: - type: string - default: "" - - variable: ICS_URL - label: "ICS_URL" - description: "URL to access the CalDAV Servereg. httpexample.comdav.php" - schema: - type: string - default: "" - - variable: CRONTAB_SCHEDULE - label: "CRONTAB_SCHEDULE" - description: "Crontab schedule string for when script is desired to run." - schema: - type: string - default: "0 0 * * *" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: icsexportfolder - label: "icsexportfolder Storage" - description: "Folder into which you can place ics files to be imported. And which downloaded ics files will be placed into. If unmapped, downloads will still work." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/impostor-server/questions.yaml b/charts/stable/impostor-server/questions.yaml deleted file mode 100644 index 795f27ee63f..00000000000 --- a/charts/stable/impostor-server/questions.yaml +++ /dev/null @@ -1,127 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - label: "Select Image" - schema: - type: string - default: "image" - enum: - - value: "image" - description: "Stable" - - value: "nightlyImage" - description: "Nightly" - - variable: env - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: IMPOSTOR_Server__PublicIp - label: "Server Public IP" - schema: - type: string - required: true - default: "127.0.0.1" - - variable: IMPOSTOR_Server__ListenIp - label: "Server Listen IP" - schema: - type: string - required: true - default: "0.0.0.0" - - variable: IMPOSTOR_AntiCheat__Enabled - label: "Enable/Disable Anti Cheat" - schema: - type: boolean - default: true - - variable: IMPOSTOR_AntiCheat__BanIpFromGame - label: "Enable/Disable Anti Cheat Ban IP" - schema: - type: boolean - default: true - - variable: debug - label: "Show Debug settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: IMPOSTOR_Debug__GameRecorderEnabled - label: "Enable/Disable Game Recorder" - schema: - type: boolean - default: false - - variable: IMPOSTOR_Debug__GameRecorderPath - label: "Game Recorder Path" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 22023 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/inkscape-desktop-g3/questions.yaml b/charts/stable/inkscape-desktop-g3/questions.yaml deleted file mode 100644 index dfe772b4cbf..00000000000 --- a/charts/stable/inkscape-desktop-g3/questions.yaml +++ /dev/null @@ -1,126 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PW - label: "VNC_PW" - description: "The VNCnoVNC password." - schema: - type: string - default: "TrueNAS" - - variable: VNC_RESOLUTION - label: "VNC_RESOLUTION" - description: "The VNCnoVNC resolution." - schema: - type: string - default: "1360x768" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6901 - required: true - - variable: webuivnc - label: 'webuivnc service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: webuivnc - label: "webuivnc 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 - default: 5901 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: internalshare - label: "internalshare Storage" - description: "Path to a share from your host to be able to work within the container." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/insurgencysandstorm/questions.yaml b/charts/stable/insurgencysandstorm/questions.yaml deleted file mode 100644 index 74446f2f03d..00000000000 --- a/charts/stable/insurgencysandstorm/questions.yaml +++ /dev/null @@ -1,172 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "581330" - - variable: SERVER_NAME - label: "SERVER_NAME" - description: "Container Variable SERVERNAME" - schema: - type: string - default: "DockerServer" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server." - schema: - type: string - default: "Oilfield?Scenario=Scenario_Refinery_Push_Security?MaxPlayers=28?Password=Docker" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: GAME_PORT - label: "GAME_PORT" - description: "Container Variable GAMEPORT" - schema: - type: string - default: "27102" - - variable: QUERY_PORT - label: "QUERY_PORT" - description: "Container Variable QUERYPORT" - schema: - type: string - default: "27131" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27102 - required: true - - variable: queryport - label: 'queryport service' - description: "Container Port 27131" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: queryport - label: "queryport 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 - default: 27131 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/invidious/questions.yaml b/charts/stable/invidious/questions.yaml deleted file mode 100644 index a5ef56dd655..00000000000 --- a/charts/stable/invidious/questions.yaml +++ /dev/null @@ -1,1278 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: invidious - group: App Configuration - label: Invidious Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: network - label: Network Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: inbound - label: Inbound - schema: - additional_attrs: true - type: dict - attrs: - - variable: external_port - label: External Port - description: When the invidious instance is behind a proxy, and the proxy listens on a different port than the instance does, this lets invidious know about it. - schema: - type: int - required: true - min: 1 - max: 65535 - default: 10594 - - variable: https_only - label: HTTPS Only - description: Tell Invidious that it is behind a proxy that provides only HTTPS, so all links must use the https:// scheme. This setting MUST be set to true if invidious is behind a reverse proxy serving HTTPs. - schema: - type: boolean - default: false - - variable: domain - label: Domain - description: Domain name under which this instance is hosted. This is used to craft absolute URLs to the instance - schema: - type: string - default: "" - - variable: hsts - label: HSTS - description: Enable/Disable Strict-Transport-Security. - schema: - type: boolean - default: false - - variable: outbound - label: Outbound - schema: - additional_attrs: true - type: dict - attrs: - - variable: disable_proxy - label: Disable Proxy - description: Disable proxying server-wide. Can be disable as a whole, or only for a single function. - schema: - type: string - required: true - default: "false" - enum: - - value: "false" - description: "false" - - value: "true" - description: "true" - - value: dash - description: dash - - value: livestreams - description: livestreams - - value: livestreams - description: livestreams - - value: downloads - description: downloads - - value: local - description: local - - variable: pool_size - label: Pool Size - description: Size of the HTTP pool used to connect to youtube. - schema: - type: int - required: true - min: 1 - default: 100 - - variable: use_quic - label: Use QUIC - description: Enable/Disable the use of QUIC (HTTP/3) when connecting to the youtube API and websites - schema: - type: boolean - default: false - - variable: cookies - label: Cookies - description: Additional cookies to be sent when requesting the youtube API. - schema: - type: list - default: [] - items: - - variable: cookie_entry - label: Cookie Entry - schema: - type: string - required: true - default: "" - - variable: force_resolve - label: Force Resolve - description: Force connection to youtube over a specific IP family. - schema: - type: string - default: "" - enum: - - value: "" - description: No Force - - value: ipv4 - description: ipv4 - - value: ipv6 - description: ipv6 - - variable: logging - label: Logging Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: output - label: Output - description: STDOUT or Path to log file. Can be absolute or relative to the invidious binary. - schema: - type: string - required: true - default: STDOUT - - variable: log_level - label: Log Level - description: Logging Verbosity. - schema: - type: string - required: true - default: Info - enum: - - value: Info - description: Info - - value: Trace - description: Trace - - value: Debug - description: Debug - - value: Warn - description: Warn - - value: Error - description: Error - - value: Fatal - description: Fatal - - value: "Off" - description: "Off" - - value: All - description: All - - variable: features - label: Features Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: popular_enabled - label: Popular Enabled - description: Enable/Disable the "Popular" tab on the main page. - schema: - type: boolean - default: true - - variable: statistics_enabled - label: Statistics Enabled - description: Enable/Disable statistics (available at /api/v1/stats). - schema: - type: boolean - default: false - - variable: users_accounts - label: Users and Accounts - schema: - additional_attrs: true - type: dict - attrs: - - variable: registration_enabled - label: Registration Enabled - description: Allow/Forbid Invidious (local) account creation. Invidious accounts allow users to subscribe to channels and to create playlists without a Google account. - schema: - type: boolean - default: true - - variable: login_enabled - label: Login Enabled - description: Allow/Forbid users to log-in. This setting affects the ability to connect with BOTH Google and Invidious (local) accounts. - schema: - type: boolean - default: true - - variable: captcha_enabled - label: Captcha Enabled - description: Enable/Disable the captcha challenge on the login page. - schema: - type: boolean - default: true - - variable: admins - label: Admins - description: List of usernames that will be granted administrator rights. - schema: - type: list - default: [] - items: - - variable: adminEntry - label: Admin Entry - schema: - type: string - required: true - default: "" - - variable: enable_user_notifications - label: User Notifications Enabled - description: Enable/Disable user notifications. - schema: - type: boolean - default: true - - variable: background_jobs - label: Background Jobs - schema: - additional_attrs: true - type: dict - attrs: - - variable: channel_threads - label: Channel Threads - description: Number of threads to use when crawling channel videos (during subscriptions update). - schema: - type: int - required: true - min: 1 - default: 1 - - variable: channel_refresh_interval - label: Channel Refresh Interval - description: Time interval between two executions of the job that crawls channel videos (subscriptions update). - schema: - type: string - required: true - default: 30m - - variable: full_refresh - label: Full Refresh - description: Forcefully dump and re-download the entire list of uploaded videos when crawling channel (during subscriptions update). - schema: - type: boolean - default: false - - variable: feed_threads - label: Feed Threads - description: Number of threads to use when updating RSS feeds. - schema: - type: int - required: true - min: 1 - default: 1 - - variable: decrypt_polling - label: Decrypt Polling - description: Enable/Disable the polling job that keeps the decryption function (for "secured" videos) up to date. - schema: - type: boolean - default: false - - variable: jobs - label: Jobs Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: clear_expired_items - label: Clear Expired Items - schema: - additional_attrs: true - type: dict - attrs: - - variable: enable - label: Enable - description: Enable the database cleaning job - schema: - type: boolean - default: true - - variable: refresh_channels - label: Refresh Channels - schema: - additional_attrs: true - type: dict - attrs: - - variable: enable - label: Enable - description: Enable the channels updater job - schema: - type: boolean - default: true - - variable: refresh_feeds - label: Refresh Feeds - schema: - additional_attrs: true - type: dict - attrs: - - variable: enable - label: Enable - description: Enable the RSS feeds updater job - schema: - type: boolean - default: true - - variable: captcha - label: Captcha - schema: - additional_attrs: true - type: dict - attrs: - - variable: captcha_api_url - label: Captcha API URL - description: URL of the captcha solving service. - schema: - type: string - required: true - default: https://api.anti-captcha.com - - variable: captcha_key - label: Captcha API Key - description: API key for the captcha solving service. - schema: - type: string - private: true - default: "" - - variable: miscellaneous - label: Miscellaneous - schema: - additional_attrs: true - type: dict - attrs: - - variable: banner - label: Banner - description: Custom banner displayed at the top of every page. This can used for instance announcements, e.g. - schema: - type: string - default: "" - - variable: use_pubsub_feeds - label: Use PuBSub Feeds - description: Subscribe to channels using PubSubHub (Google PubSubHubbub service). PubSubHub allows Invidious to be instantly notified when a new video is published on any subscribed channels - schema: - type: boolean - default: false - - variable: dmca_content - label: DMCA Content - description: List of video IDs where the "download" widget must be disabled, in order to comply with DMCA requests. - schema: - type: list - default: [] - items: - - variable: dmcaEntry - label: DMCA Entry - schema: - type: string - required: true - default: "" - - variable: cache_annotations - label: Cache Annotations - description: Cache video annotations in the database. - schema: - type: boolean - default: false - - variable: playlist_length_limit - label: Playlist Length Limit - description: Maximum custom playlist length limit. - schema: - type: int - required: true - default: 500 - - variable: default_user_preferences - label: Default User Preferences - schema: - additional_attrs: true - type: dict - attrs: - - variable: internationalization - label: Internationalization - schema: - additional_attrs: true - type: dict - attrs: - - variable: locale - label: Locale - description: Default user interface language (locale). - schema: - type: string - required: true - default: en-US - enum: - - value: ar - description: Arabic - - value: da - description: Danish - - value: de - description: German - - value: en-US - description: English, US - - value: el - description: Greek - - value: eo - description: Esperanto - - value: es - description: Spanish - - value: fa - description: Persian - - value: fi - description: Finnish - - value: fr - description: French - - value: he - description: Hebrew - - value: hr - description: Hungarian - - value: id - description: Indonesian - - value: is - description: Icelandic - - value: it - description: Italian - - value: ja - description: Japanese - - value: nb-NO - description: Norwegian, Bomkmal - - value: nl - description: Dutch - - value: pl - description: Polish - - value: pt-BR - description: Portuguese, Brazil - - value: pt-PT - description: Portuguese, Portugal - - value: ro - description: Romanian - - value: ru - description: Russian - - value: sv - description: Swedish - - value: tr - description: Turkish - - value: uk - description: Ukrainian - - value: zh-CN - description: Chinese, China (Simplified Chinese) - - value: zh-TW - description: Chinese, Taiwan (Traditional Chinese) - - variable: region - label: Region - description: Default geographical location for content. - schema: - type: string - required: true - default: US - enum: - - value: AE - description: AE - - value: AR - description: AR - - value: AT - description: AT - - value: AU - description: AU - - value: AZ - description: AZ - - value: BA - description: BA - - value: BD - description: BD - - value: BE - description: BE - - value: BG - description: BG - - value: BH - description: BH - - value: BO - description: BO - - value: BR - description: BR - - value: BY - description: BY - - value: CA - description: CA - - value: CH - description: CH - - value: CL - description: CL - - value: CO - description: CO - - value: CR - description: CR - - value: CY - description: CY - - value: CZ - description: CZ - - value: DE - description: DE - - value: DK - description: DK - - value: DO - description: DO - - value: DZ - description: DZ - - value: EC - description: EC - - value: EE - description: EE - - value: EG - description: EG - - value: ES - description: ES - - value: FI - description: FI - - value: FR - description: FR - - value: GB - description: GB - - value: GE - description: GE - - value: GH - description: GH - - value: GR - description: GR - - value: GT - description: GT - - value: HK - description: HK - - value: HN - description: HN - - value: HR - description: HR - - value: HU - description: HU - - value: ID - description: ID - - value: IE - description: IE - - value: IL - description: IL - - value: IN - description: IN - - value: IQ - description: IQ - - value: IS - description: IS - - value: IT - description: IT - - value: JM - description: JM - - value: JO - description: JO - - value: JP - description: JP - - value: KE - description: KE - - value: KR - description: KR - - value: KW - description: KW - - value: KZ - description: KZ - - value: LB - description: LB - - value: LI - description: LI - - value: LK - description: LK - - value: LT - description: LT - - value: LU - description: LU - - value: LV - description: LV - - value: LY - description: LY - - value: MA - description: MA - - value: ME - description: ME - - value: MK - description: MK - - value: MT - description: MT - - value: MX - description: MX - - value: MY - description: MY - - value: NG - description: NG - - value: NI - description: NI - - value: NL - description: NL - - value: "NO" - description: "NO" - - value: NP - description: NP - - value: NZ - description: NZ - - value: OM - description: OM - - value: PA - description: PA - - value: PE - description: PE - - value: PG - description: PG - - value: PH - description: PH - - value: PK - description: PK - - value: PL - description: PL - - value: PR - description: PR - - value: PT - description: PT - - value: PY - description: PY - - value: QA - description: QA - - value: RO - description: RO - - value: RS - description: RS - - value: RU - description: RU - - value: SA - description: SA - - value: SE - description: SE - - value: SG - description: SG - - value: SI - description: SI - - value: SK - description: SK - - value: SN - description: SN - - value: SV - description: SV - - value: TH - description: TH - - value: TN - description: TN - - value: TR - description: TR - - value: TW - description: TW - - value: TZ - description: TZ - - value: UA - description: UA - - value: UG - description: UG - - value: US - description: US - - value: UY - description: UY - - value: VE - description: VE - - value: VN - description: VN - - value: YE - description: YE - - value: ZA - description: ZA - - value: ZW - description: ZW - - variable: captions - label: Captions - description: Top 3 preferred languages for video captions. Exactly 3 Captions - schema: - type: list - default: [] - items: - - variable: captionEntry - label: Caption Entry - schema: - type: string - required: true - default: "" - enum: - - value: English - description: English - - value: English (auto-generated) - description: English (auto-generated) - - value: Afrikaans - description: Afrikaans - - value: Albanian - description: Albanian - - value: Amharic - description: Amharic - - value: Arabic - description: Arabic - - value: Armenian - description: Armenian - - value: Azerbaijani - description: Azerbaijani - - value: Bangla - description: Bangla - - value: Basque - description: Basque - - value: Belarusian - description: Belarusian - - value: Bosnian - description: Bosnian - - value: Bulgarian - description: Bulgarian - - value: Burmese - description: Burmese - - value: Catalan - description: Catalan - - value: Cebuano - description: Cebuano - - value: Chinese (Simplified) - description: Chinese (Simplified) - - value: Chinese (Traditional) - description: Chinese (Traditional) - - value: Corsican - description: Corsican - - value: Croatian - description: Croatian - - value: Czech - description: Czech - - value: Danish - description: Danish - - value: Dutch - description: Dutch - - value: Esperanto - description: Esperanto - - value: Estonian - description: Estonian - - value: Filipino - description: Filipino - - value: Finnish - description: Finnish - - value: French - description: French - - value: Galician - description: Galician - - value: Georgian - description: Georgian - - value: German - description: German - - value: Greek - description: Greek - - value: Gujarati - description: Gujarati - - value: Haitian Creole - description: Haitian Creole - - value: Hausa - description: Hausa - - value: Hawaiian - description: Hawaiian - - value: Hebrew - description: Hebrew - - value: Hindi - description: Hindi - - value: Hmong - description: Hmong - - value: Hungarian - description: Hungarian - - value: Icelandic - description: Icelandic - - value: Igbo - description: Igbo - - value: Indonesian - description: Indonesian - - value: Irish - description: Irish - - value: Italian - description: Italian - - value: Japanese - description: Japanese - - value: Javanese - description: Javanese - - value: Kannada - description: Kannada - - value: Kazakh - description: Kazakh - - value: Khmer - description: Khmer - - value: Korean - description: Korean - - value: Kurdish - description: Kurdish - - value: Kyrgyz - description: Kyrgyz - - value: Lao - description: Lao - - value: Latin - description: Latin - - value: Latvian - description: Latvian - - value: Lithuanian - description: Lithuanian - - value: Luxembourgish - description: Luxembourgish - - value: Macedonian - description: Macedonian - - value: Malagasy - description: Malagasy - - value: Malay - description: Malay - - value: Malayalam - description: Malayalam - - value: Maltese - description: Maltese - - value: Maori - description: Maori - - value: Marathi - description: Marathi - - value: Mongolian - description: Mongolian - - value: Nepali - description: Nepali - - value: Norwegian Bokmål - description: Norwegian Bokmål - - value: Nyanja - description: Nyanja - - value: Pashto - description: Pashto - - value: Persian - description: Persian - - value: Polish - description: Polish - - value: Portuguese - description: Portuguese - - value: Punjabi - description: Punjabi - - value: Romanian - description: Romanian - - value: Russian - description: Russian - - value: Samoan - description: Samoan - - value: Scottish Gaelic - description: Scottish Gaelic - - value: Serbian - description: Serbian - - value: Shona - description: Shona - - value: Sindhi - description: Sindhi - - value: Sinhala - description: Sinhala - - value: Slovak - description: Slovak - - value: Slovenian - description: Slovenian - - value: Somali - description: Somali - - value: Southern Sotho - description: Southern Sotho - - value: Spanish - description: Spanish - - value: Spanish (Latin America) - description: Spanish (Latin America) - - value: Sundanese - description: Sundanese - - value: Swahili - description: Swahili - - value: Swedish - description: Swedish - - value: Tajik - description: Tajik - - value: Tamil - description: Tamil - - value: Telugu - description: Telugu - - value: Thai - description: Thai - - value: Turkish - description: Turkish - - value: Ukrainian - description: Ukrainian - - value: Urdu - description: Urdu - - value: Uzbek - description: Uzbek - - value: Vietnamese - description: Vietnamese - - value: Welsh - description: Welsh - - value: Western Frisian - description: Western Frisian - - value: Xhosa - description: Xhosa - - value: Yiddish - description: Yiddish - - value: Yoruba - description: Yoruba - - value: Zulu - description: Zulu - - variable: interface - label: Interface - schema: - additional_attrs: true - type: dict - attrs: - - variable: dark_mode - label: Dark Mode - description: Enable/Disable dark mode. - schema: - type: string - required: true - default: auto - enum: - - value: auto - description: Auto - - value: dark - description: Dark - - value: light - description: Light - - variable: thin_mode - label: Thin Mode - description: Enable/Disable thin mode (no video thumbnails). - schema: - type: boolean - default: false - - variable: feed_menu - label: Feed Menu - description: List of feeds available on the home page. Defaults to all. Max 4 feed items - schema: - type: list - default: [] - items: - - variable: feedEntry - label: Feed Entry - schema: - type: string - required: true - default: "" - enum: - - value: Popular - description: Popular - - value: Trending - description: Trending - - value: Subscriptions - description: Subscriptions - - value: Playlists - description: Playlists - - variable: default_home - label: Default Home - description: Default feed to display on the home page. - schema: - type: string - default: "" - enum: - - value: "" - description: None - - value: Popular - description: Popular - - value: Trending - description: Trending - - value: Subscriptions - description: Subscriptions - - value: Playlists - description: Playlists - - variable: max_results - label: Max Results - description: Default number of results to display per page. - schema: - type: int - required: true - default: 40 - - variable: annotations - label: Annotations - description: Show/hide annotations. - schema: - type: boolean - default: false - - variable: annotations_subscribed - label: Annotations Subscribed - description: Show/hide subscribed annotations. - schema: - type: boolean - default: false - - variable: comments - label: Comments - description: Type of comments to display below video. Exactly 2 Types - schema: - type: list - default: [] - items: - - variable: commentEntry - label: Comment Entry - schema: - type: string - required: true - default: "" - enum: - - value: "" - description: None - - value: youtube - description: Youtube - - value: reddit - description: Reddit - - variable: player_style - label: Player Style - description: Default player style. - schema: - type: string - required: true - default: invidious - enum: - - value: invidious - description: Invidious - - value: youtube - description: Youtube - - variable: related_videos - label: Related Videos - description: Show/Hide the "related videos" sidebar when watching a video. - schema: - type: boolean - default: true - - variable: video_player_behavior - label: Video Player Behavior - schema: - additional_attrs: true - type: dict - attrs: - - variable: autoplay - label: Autoplay - description: Automatically play videos on page load. - schema: - type: boolean - default: false - - variable: continue - label: Continue - description: Automatically load the "next" video (either next in playlist or proposed) when the current video ends. - schema: - type: boolean - default: false - - variable: continue_autoplay - label: Continue Autoplay - description: Autoplay next video by default. - schema: - type: boolean - default: true - - variable: listen - label: Listen - description: Play videos in Audio-only mode by default. - schema: - type: boolean - default: false - - variable: video_loop - label: Video Loop - description: Loop videos automatically. - schema: - type: boolean - default: false - - variable: video_playback_settings - label: Video Playback Settings - schema: - additional_attrs: true - type: dict - attrs: - - variable: quality - label: Quality - description: Default video quality. - schema: - type: string - required: true - default: hd720 - enum: - - value: hd720 - description: HD720 - - value: dash - description: Dash - - value: medium - description: Medium - - value: small - description: Small - - variable: quality_dash - label: Quality Dash - description: Default dash video quality. - schema: - type: string - show_if: [["quality", "=", "dash"]] - required: true - default: auto - enum: - - value: auto - description: Auto - - value: best - description: Best - - value: 4320p - description: 4320p - - value: 2160p - description: 2160p - - value: 1440p - description: 1440p - - value: 1080p - description: 1080p - - value: 720p - description: 720p - - value: 480p - description: 480p - - value: 480p - description: 480p - - value: 360p - description: 360p - - value: 240p - description: 240p - - value: 144p - description: 144p - - value: worst - description: Worst - - variable: speed - label: Speed - description: Default video playback speed. - schema: - type: string - required: true - valid_chars: '^[0-9]+(\.[0-9]{1,2})?$' - default: "1.00" - - variable: volume - label: Volume - description: Default volume. - schema: - type: int - min: 1 - max: 100 - required: true - default: 100 - - variable: vr_mode - label: VR Mode - description: Allow 360° videos to be played. - schema: - type: boolean - default: false - - variable: subscription_feed - label: Subscription Feed - schema: - additional_attrs: true - type: dict - attrs: - - variable: latest_only - label: Latest Only - description: In the "Subscription" feed, only show the latest video of each channel the user is subscribed to. - schema: - type: boolean - default: false - - variable: notifications_only - label: Notifications Only - description: Enable/Disable user subscriptions desktop notifications. - schema: - type: boolean - default: false - - variable: unseen_only - label: Unseen Only - description: In the "Subscription" feed, Only show the videos that the user haven't watched yet. - schema: - type: boolean - default: false - - variable: sort - label: Sort - description: Default sorting parameter for subscription feeds. - schema: - type: string - required: true - default: published - enum: - - value: alphabetically - description: Alphabetically - - value: alphabetically - reverse - description: Alphabetically - Reverse - - value: channel name - description: Channel Name - - value: channel name - reverse - description: Channel Name - Reverse - - value: published - description: Published - - value: published - reverse - description: Published - Reverse - - variable: miscellaneous - label: Miscellaneous - schema: - additional_attrs: true - type: dict - attrs: - - variable: local - label: Local - description: Proxy videos through instance by default. - schema: - type: boolean - default: false - - variable: show_nick - label: Show Nick - description: Show the connected user's nick at the top right. - schema: - type: boolean - default: true - - variable: automatic_instance_redirect - label: Automatic Instance Redirect - description: Automatically redirect to a random instance when the user uses any "switch invidious instance" link - schema: - type: boolean - default: false - - variable: extend_desc - label: Extend Description - description: Show the entire video description - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10594 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/invitarr/questions.yaml b/charts/stable/invitarr/questions.yaml deleted file mode 100644 index 6b364b8f0b0..00000000000 --- a/charts/stable/invitarr/questions.yaml +++ /dev/null @@ -1,68 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: token - label: token - description: Discord Bot Token - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ipfs/questions.yaml b/charts/stable/ipfs/questions.yaml deleted file mode 100644 index c544cd313e4..00000000000 --- a/charts/stable/ipfs/questions.yaml +++ /dev/null @@ -1,195 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - path: "/webui" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: IPFS_SWARM_KEY - label: "IPFS_SWARM_KEY" - description: "The IPFS_SWARM_KEY creates swarm.key with the contents of the variable itself." - schema: - type: string - default: "" - - variable: IPFS_PROFILE - label: "IPFS_PROFILE (Initial install only)" - description: "When starting a container running ipfs for the first time with an empty data directory, it will call ipfs init to initialize configuration files and generate a new keypair. At this time, you can choose which profile to apply using the IPFS_PROFILE." - schema: - type: string - default: "server" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10125 - required: true - - variable: peer-tcp - label: "Peer-TCP Service" - description: "The Peer-TCP service." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: peer-tcp - label: "Peer-TCP 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 - default: 4001 - required: true - - variable: peer-udp - label: "Peer-UDP Service" - description: "The Peer-udp service." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: peer-udp - label: "Peer-UDP 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 - default: 4001 - required: true - - variable: gateway - label: "Gateway Service" - description: "The Gateway Service." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: gateway - label: "Gateway 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 - default: 10147 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: staging - label: "App Staging Storage" - description: "Stores the Application Staging." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: ipfs - label: "App IPFS Storage" - description: "Stores the Application IPFS." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: ipns - label: "App IPNS Storage" - description: "Stores the Application IPNS." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ipmi-tools/questions.yaml b/charts/stable/ipmi-tools/questions.yaml deleted file mode 100644 index eaad3e0c14a..00000000000 --- a/charts/stable/ipmi-tools/questions.yaml +++ /dev/null @@ -1,115 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: APP_IPMI_HOST - label: "App IPMI Host" - description: "The IP or host of your iDRAC interface." - schema: - type: string - default: "" - - variable: APP_IPMI_USER - label: "App IPMI User" - description: "Your IPMI username (same as your iDRAC user)" - schema: - type: string - default: "" - - variable: APP_IPMI_PASS - label: "App IPMI Pass" - description: "Your IPMI password (same as your iDRAC password)" - schema: - type: string - default: "" -# Include{containerConfig} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 4017 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ispy-agent-dvr/questions.yaml b/charts/stable/ispy-agent-dvr/questions.yaml deleted file mode 100644 index 37fff15de0d..00000000000 --- a/charts/stable/ispy-agent-dvr/questions.yaml +++ /dev/null @@ -1,294 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10184 - required: true - - variable: turn - label: "TURN Service" - description: "TURN Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: turn - 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 - default: 3478 - required: true - - variable: webrtc - label: "Web RTC" - description: "Web RTC" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: webrtc0 - label: "Web RTC 0" - description: "Web RTC 0" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 50000 - required: true - - variable: webrtc1 - label: "Web RTC 1" - description: "Web RTC 1" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 50001 - required: true - - variable: webrtc2 - label: "Web RTC 2" - description: "Web RTC 2" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 50002 - required: true - - variable: webrtc3 - label: "Web RTC 3" - description: "Web RTC 3" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 50003 - required: true - - variable: webrtc4 - label: "Web RTC 4" - description: "Web RTC 4" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 50004 - required: true - - variable: webrtc5 - label: "Web RTC 5" - description: "Web RTC 5" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 50005 - required: true - - variable: webrtc6 - label: "Web RTC 6" - description: "Web RTC 6" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 50006 - required: true - - variable: webrtc7 - label: "Web RTC 7" - description: "Web RTC 7" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 50007 - required: true - - variable: webrtc8 - label: "Web RTC 8" - description: "Web RTC 8" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 50008 - required: true - - variable: webrtc9 - label: "Web RTC 9" - description: "Web RTC 9" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 50009 - required: true - - variable: webrtc10 - label: "Web RTC 10" - description: "Web RTC 10" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 50010 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: media - label: "App Media Storage" - description: "Stores the Application Media." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: commands - label: "App Command Storage" - description: "Stores the Commands directory." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: ffmpeg - label: "ffmpeg6 Storage" - description: "Stores the ffmpeg folder." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/it-tools/questions.yaml b/charts/stable/it-tools/questions.yaml deleted file mode 100644 index 4e26d824349..00000000000 --- a/charts/stable/it-tools/questions.yaml +++ /dev/null @@ -1,76 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 18082 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/iyuuplus/questions.yaml b/charts/stable/iyuuplus/questions.yaml deleted file mode 100644 index d6d02d1483e..00000000000 --- a/charts/stable/iyuuplus/questions.yaml +++ /dev/null @@ -1,101 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10188 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Config." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: torrents - label: "App Torrent Storage" - description: "transmission torrent directory" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: btbackup - label: "App BT Backup Storage" - description: "qBittorrent torrent directory" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/jackett/questions.yaml b/charts/stable/jackett/questions.yaml deleted file mode 100644 index df926b5db24..00000000000 --- a/charts/stable/jackett/questions.yaml +++ /dev/null @@ -1,86 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9117 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{veleroSchedulesList} -# Include{documentation} diff --git a/charts/stable/jdownloader2/questions.yaml b/charts/stable/jdownloader2/questions.yaml deleted file mode 100644 index ba5ea07173b..00000000000 --- a/charts/stable/jdownloader2/questions.yaml +++ /dev/null @@ -1,205 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: - # Portal -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PASSWORD - label: "VNC_PASSWORD" - description: "Password needed to connect to the application's GUI. See the VNC Password section for more details." - schema: - type: string - private: true - default: "REPLACETHIS" -# Include{containerBasic} -# Include{containerAdvanced} - - variable: jdownloader - group: "App Configuration" - label: "jDownloader2 Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ENABLE_CJK_FONT - label: "ENABLE_CJK_FONT" - description: "When set to true, open-source computer font WenQuanYi Zen Hei is installed. " - schema: - type: boolean - default: false - - variable: KEEP_APP_RUNNING - label: "KEEP_APP_RUNNING" - description: "When set to true, the application will be automatically restarted if it crashes or if a user quits it." - schema: - type: boolean - default: false - - variable: gui - label: "GUI Settings" - description: "Always read description before changing a value here. Also refer to README" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DISPLAY_WIDTH - label: "DISPLAY_WIDTH" - description: "Width (in pixels) of the application's window." - schema: - type: int - default: 1280 - required: true - - variable: DISPLAY_HEIGHT - label: "DISPLAY_HEIGHT" - description: "Height (in pixels) of the application's window." - schema: - type: int - default: 768 - required: true - - variable: SECURE_CONNECTION - label: "SECURE_CONNECTION" - description: "When set to true, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section for more details." - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10054 - required: true - - variable: myjd - label: "MyJDownloader" - description: "Port used by MyJDownloader mobile applications and browser extensions to establish a direct connect to the JDownloader" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: myjd - label: "myjd 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 - default: 3129 - required: true - - variable: vnc - label: "VNC Service" - description: "The VNC service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: vnc - label: "VNC 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 - default: 10056 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: output - label: "App Output Storage" - description: "Stores the Application Output." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/jellyfin/questions.yaml b/charts/stable/jellyfin/questions.yaml deleted file mode 100644 index 415dea5fbe1..00000000000 --- a/charts/stable/jellyfin/questions.yaml +++ /dev/null @@ -1,105 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: autodiscovery - group: "App Configuration" - label: "Autodiscovery" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable Autodiscovery on LAN" - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8096 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: transcode - label: "App Transcode Storage" - description: "Storage for transcode, best to be set to emptyDir and if enough RAM, to Memory type." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/jellyseerr/questions.yaml b/charts/stable/jellyseerr/questions.yaml deleted file mode 100644 index 19a1e545ab8..00000000000 --- a/charts/stable/jellyseerr/questions.yaml +++ /dev/null @@ -1,113 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: JELLYFIN_TYPE - label: "JELLYFIN_TYPE" - description: "For Emby users set this to emby, otherwise leave it blank" - schema: - type: string - default: "" - enum: - - value: "" - description: "" - - value: "emby" - description: "emby" - - variable: LOG_LEVEL - label: "LOG_LEVEL" - schema: - type: string - default: "info" - enum: - - value: "info" - description: "info" - - value: "debug" - description: "debug" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10241 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/jellystat/questions.yaml b/charts/stable/jellystat/questions.yaml deleted file mode 100644 index c273360d233..00000000000 --- a/charts/stable/jellystat/questions.yaml +++ /dev/null @@ -1,105 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the Minecraft Server runs on - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10681 - required: true - - variable: ws - label: WebSocket 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 - default: 10682 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: backup - label: App Backup Storage - description: Stores the Application Backup. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/jelu/questions.yaml b/charts/stable/jelu/questions.yaml deleted file mode 100644 index e10b2d5ccd1..00000000000 --- a/charts/stable/jelu/questions.yaml +++ /dev/null @@ -1,111 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 11111 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: databasepath - label: "databasepath Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: imagespath - label: "imagespath Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: importspath - label: "importspath Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/jenkins/questions.yaml b/charts/stable/jenkins/questions.yaml deleted file mode 100644 index 367c14a3d76..00000000000 --- a/charts/stable/jenkins/questions.yaml +++ /dev/null @@ -1,173 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: jenkins - group: App Configuration - label: Jenkins Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: jenkins_java_opts - label: Jenkins Java Opts - description: Add the Jenkins Java Opts parameters, one per entry. - schema: - type: list - default: [] - items: - - variable: jenkins_java_opts_entry - label: Jenkins Java Opts Entry - description: Single Jenkins Java Opt per entry. - schema: - type: string - default: "" - required: true - - variable: jenkins_opts - label: Jenkins Opts - description: Add the Jenkins Opts parameters, one per entry. - schema: - type: list - default: [] - items: - - variable: jenkins_opts_entry - label: Jenkins Opts Entry - description: Single Jenkins Opt per entry. - schema: - type: string - default: "" - required: true - - variable: java_opts - label: Java Opts - description: Add the JVM parameters, one per entry. - schema: - type: list - default: [] - items: - - variable: java_opts_entry - label: Java Opts Entry - description: Single Java Opt per entry. - schema: - type: string - default: "" - required: true - - variable: plugins_force_upgrade - label: Plugins Force Upgrade - description: Set to true to force upgrades of plugins that have been manually upgraded. - schema: - type: boolean - default: false - - variable: upgrade_if_no_marker - label: Upgrade If No Marker - description: Set to true to upgrade existing plugins without marker. - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10280 - required: true - - variable: agent - label: Agent Service - description: Agent Service - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: agent - label: Agent 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 - default: 50000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 1000 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 1000 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 1000 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/jmzhomeproxy/questions.yaml b/charts/stable/jmzhomeproxy/questions.yaml deleted file mode 100644 index b9e16928316..00000000000 --- a/charts/stable/jmzhomeproxy/questions.yaml +++ /dev/null @@ -1,82 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/joplin-server/questions.yaml b/charts/stable/joplin-server/questions.yaml deleted file mode 100644 index 99494189f35..00000000000 --- a/charts/stable/joplin-server/questions.yaml +++ /dev/null @@ -1,172 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: APP_BASE_URL - label: App Base Url - description: Sets the APP BASE URL, eg http://ip:port | https://app.mydomain.tld - schema: - type: string - required: true - default: "" - - variable: MAILER_ENABLED - label: Mailer Enabled - description: Set 1 to enabled and 0 to disable - schema: - type: int - min: 0 - max: 1 - default: 0 - - variable: MAILER_HOST - label: Mailer Host - description: Set the mail host, eg smtp.example.com - schema: - show_if: [["MAILER_ENABLED", "=", 1]] - type: string - default: "" - - variable: MAILER_PORT - label: Mailer Port - description: Sets the mail port, eg SMTP PORT 465 - schema: - show_if: [["MAILER_ENABLED", "=", 1]] - type: int - default: 465 - - variable: MAILER_SECURITY - label: Mailer Secure - description: Enable SSL for SMTP - schema: - show_if: [["MAILER_ENABLED", "=", 1]] - type: string - default: tls - enum: - - value: tls - description: TLS - - value: starttls - description: StartTLS - - value: "none" - description: "None" - - - variable: MAILER_AUTH_USER - label: Mailer Auth User - description: Sets the username for the email server - schema: - show_if: [["MAILER_ENABLED", "=", 1]] - type: string - default: "" - - variable: MAILER_AUTH_PASSWORD - label: Mailer Auth Password - description: Sets the password for the email server - schema: - show_if: [["MAILER_ENABLED", "=", 1]] - type: string - private: true - default: "" - - variable: MAILER_NOREPLY_NAME - label: Mailer No Reply Name - description: Sets the No Reply email name - schema: - show_if: [["MAILER_ENABLED", "=", 1]] - type: string - default: "" - - variable: MAILER_NOREPLY_EMAIL - label: Mailer No Reply Email - description: Sets the No Reply default email - schema: - show_if: [["MAILER_ENABLED", "=", 1]] - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 22300 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/jts3servermod/questions.yaml b/charts/stable/jts3servermod/questions.yaml deleted file mode 100644 index 1c0ac00b8dc..00000000000 --- a/charts/stable/jts3servermod/questions.yaml +++ /dev/null @@ -1,64 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Config. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logs - label: App Logs Storage - description: Stores the Application Logs. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 3000 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 3000 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/jupyter/questions.yaml b/charts/stable/jupyter/questions.yaml deleted file mode 100644 index 0f924896cdf..00000000000 --- a/charts/stable/jupyter/questions.yaml +++ /dev/null @@ -1,135 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - label: Select Image - schema: - type: string - default: image - enum: - - value: image - description: Base Notebook - - value: minimalImage - description: Minimal Notebook - - value: rImage - description: R Notebook - - value: scipyImage - description: Scipy Notebook - - value: tensorflowImage - description: Tensorflow Notebook - - value: datascienceImage - description: Data Science Notebook - - value: pysparkImage - description: Pyspark Notebook - - value: allsparkImage - description: All Spark Notebook -# Include{containerBasic} -# Include{containerAdvanced} - - variable: jupyter - group: App Configuration - label: Jupyter Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: jupyter_cmd - label: Jupyter Start Command - description: Choose the start up command for Jupyter - schema: - type: string - default: lab - enum: - - value: lab - description: Lab - - value: notebook - description: Notebook - - value: nbclassic - description: Notebook Classic - - value: server - description: Server - - variable: restartable - label: Restartable - description: Choose whether restarting Jupyter will kill the container or not - schema: - type: boolean - default: true -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10300 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: data Storage - description: Container Data Path - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/kanboard/questions.yaml b/charts/stable/kanboard/questions.yaml deleted file mode 100644 index 17ae3410b2b..00000000000 --- a/charts/stable/kanboard/questions.yaml +++ /dev/null @@ -1,119 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: MAIL_CONFIGURATION - label: "MAIL_CONFIGURATION" - description: "Sets the MAIL_CONFIGURATION env var" - schema: - type: boolean - default: false - - variable: LOG_DRIVER - label: "LOG_DRIVER" - description: "Sets the LOG_DRIVER env var" - schema: - type: string - default: "stdout" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: ssl - label: "App SSL Storage" - description: "Stores the Application SSL." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/kasm/questions.yaml b/charts/stable/kasm/questions.yaml deleted file mode 100644 index f9c0885e9c7..00000000000 --- a/charts/stable/kasm/questions.yaml +++ /dev/null @@ -1,153 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - admin: - protocols: - - "$kubernetes-resource_configmap_portal_protocol" - host: - - "$kubernetes-resource_configmap_portal_host" - ports: - - "$variable-service.admin.ports.admin.port" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: DOCKER_HUB_USERNAME - label: Docker Hub Username - description: Optionally specify a DockerHub Username to pull private images. - schema: - type: string - default: "" - - variable: DOCKER_HUB_PASSWORD - label: Docker Hub Password - description: Optionally specify a DockerHub password to pull private images. - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} - - variable: kasm - group: App Configuration - label: KASM Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: mountUdev - label: Mount /run/udev/data - description: Mounts host's /run/udev/data to container. Know the risks first. Used for GamePad support. - schema: - type: boolean - default: false - - variable: mountInput - label: Mount /dev/input - description: Mounts host's /dev/input to container. Know the risks first. Used for GamePad support. - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10350 - required: true - - variable: admin - label: Admin Service - description: The Admin service - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: admin - label: Admin 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 - default: 10351 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: Data Storage - description: /opt Storage - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 0 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/kavita/questions.yaml b/charts/stable/kavita/questions.yaml deleted file mode 100644 index 155d186a6eb..00000000000 --- a/charts/stable/kavita/questions.yaml +++ /dev/null @@ -1,93 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10189 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Config." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: manga - label: "Manga Storage" - description: "Stores Manga." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/kdenlive-vnc/questions.yaml b/charts/stable/kdenlive-vnc/questions.yaml deleted file mode 100644 index 87f10ab3b59..00000000000 --- a/charts/stable/kdenlive-vnc/questions.yaml +++ /dev/null @@ -1,113 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5800 - required: true - - variable: vncport - label: 'vncport service' - description: "Container Port 5900" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: vncport - label: "vncport 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 - default: 5900 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: content - label: "content Storage" - description: "Container Path sharedContent" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/kdenlive/questions.yaml b/charts/stable/kdenlive/questions.yaml deleted file mode 100644 index a28d453a1f0..00000000000 --- a/charts/stable/kdenlive/questions.yaml +++ /dev/null @@ -1,105 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: SUBFOLDER - label: "SUBFOLDER" - description: "Specify a subfolder to use with reverse proxies, IE `subfolder`" - schema: - type: string - default: "" - - variable: KEYBOARD - label: "KEYBOARD" - description: "See the keyboard layouts section for more information and options." - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Users home directory in the container, stores local files and settings" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/keeweb/questions.yaml b/charts/stable/keeweb/questions.yaml deleted file mode 100644 index 87dc3c2eac8..00000000000 --- a/charts/stable/keeweb/questions.yaml +++ /dev/null @@ -1,121 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8003 - required: true - - variable: http - label: HTTP Service - description: The HTTP service - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: http - label: HTTP 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 - default: 8004 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: nginx - label: nginx Storage - description: Place here your files dh.pem, cert.pem and key.pem. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} - - variable: http - label: HTTP Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/kerbalspaceprogram-lmp/questions.yaml b/charts/stable/kerbalspaceprogram-lmp/questions.yaml deleted file mode 100644 index c6b78fc39c2..00000000000 --- a/charts/stable/kerbalspaceprogram-lmp/questions.yaml +++ /dev/null @@ -1,104 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: LMP_V - label: "LMP_V" - description: "Enter the prefered version (valid options are latest and nightly both without quotes)." - schema: - type: string - default: "latest" - - variable: DATA_PERM - label: "DATA_PERM" - schema: - type: string - default: "770" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8800 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: serverfiles - label: "serverfiles Storage" - description: "Data Directory" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/kerio-connect/questions.yaml b/charts/stable/kerio-connect/questions.yaml deleted file mode 100644 index 6e5134c08c5..00000000000 --- a/charts/stable/kerio-connect/questions.yaml +++ /dev/null @@ -1,426 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 4040 - required: true - - variable: tcpport1 - label: 'tcpport1 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcpport1 - label: "tcpport1 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 - default: 222 - required: true - - variable: tcpport2 - label: 'tcpport2 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcpport2 - label: "tcpport2 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 - default: 25 - required: true - - variable: tcpport3 - label: 'tcpport3 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcpport3 - label: "tcpport3 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 - default: 465 - required: true - - variable: tcpport4 - label: 'tcpport4 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcpport4 - label: "tcpport4 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 - default: 587 - required: true - - variable: tcpport5 - label: 'tcpport5 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcpport5 - label: "tcpport5 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 - default: 110 - required: true - - variable: tcpport6 - label: 'tcpport6 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcpport6 - label: "tcpport6 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 - default: 995 - required: true - - variable: tcpport7 - label: 'tcpport7 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcpport7 - label: "tcpport7 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 - default: 143 - required: true - - variable: tcpport8 - label: 'tcpport8 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcpport8 - label: "tcpport8 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 - default: 993 - required: true - - variable: tcpport9 - label: 'tcpport9 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcpport9 - label: "tcpport9 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 - default: 119 - required: true - - variable: tcpport10 - label: 'tcpport10 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcpport10 - label: "tcpport10 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 - default: 563 - required: true - - variable: tcpport11 - label: 'tcpport11 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcpport11 - label: "tcpport11 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 - default: 389 - required: true - - variable: tcpport12 - label: 'tcpport12 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcpport12 - label: "tcpport12 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 - default: 636 - required: true - - variable: tcpport13 - label: 'tcpport13 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcpport13 - label: "tcpport13 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 - default: 8001 - required: true - - variable: tcpport14 - label: 'tcpport14 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcpport14 - label: "tcpport14 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 - default: 4443 - required: true - - variable: tcpport15 - label: 'tcpport15 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcpport15 - label: "tcpport15 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 - default: 5222 - required: true - - variable: tcpport16 - label: 'tcpport16 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcpport16 - label: "tcpport16 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 - default: 5223 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: kerio-connect - label: "kerio-connect Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/kitana/questions.yaml b/charts/stable/kitana/questions.yaml deleted file mode 100644 index 3b1340a98d8..00000000000 --- a/charts/stable/kitana/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 31337 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - description: "Container Path appdata" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/kitchenowl/questions.yaml b/charts/stable/kitchenowl/questions.yaml deleted file mode 100644 index 02081dd592b..00000000000 --- a/charts/stable/kitchenowl/questions.yaml +++ /dev/null @@ -1,142 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: FRONT_URL - label: "FRONT_URL" - description: "The url the instance will be accessed. eg. http://192.168.1.100:10246 or https://kitchen.mydomain.com" - schema: - type: string - required: true - default: "" - - variable: OIDC_ISSUER - label: "OIDC Issuer" - description: "See https://docs.kitchenowl.org/self-hosting/oidc/" - schema: - type: string - default: "" - - variable: OIDC_CLIENT_ID - label: "OIDC Client ID" - description: "See https://docs.kitchenowl.org/self-hosting/oidc/" - schema: - type: string - default: "" - - variable: OIDC_CLIENT_SECRET - label: "OIDC Client Secret" - description: "See https://docs.kitchenowl.org/self-hosting/oidc/" - schema: - type: string - default: "" - - variable: APPLE_CLIENT_ID - label: "Apple Client ID" - description: "See https://docs.kitchenowl.org/self-hosting/oidc/" - schema: - type: string - default: "" - - variable: APPLE_CLIENT_SECRET - label: "Apple Client Secret" - description: "See https://docs.kitchenowl.org/self-hosting/oidc/" - schema: - type: string - default: "" - - variable: GOOGLE_CLIENT_ID - label: "Google Client ID" - description: "See https://docs.kitchenowl.org/self-hosting/oidc/" - schema: - type: string - default: "" - - variable: GOOGLE_CLIENT_SECRET - label: "Google Client Secret" - description: "See https://docs.kitchenowl.org/self-hosting/oidc/" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10246 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/kiwix-serve/questions.yaml b/charts/stable/kiwix-serve/questions.yaml deleted file mode 100644 index cd0ad1574b7..00000000000 --- a/charts/stable/kiwix-serve/questions.yaml +++ /dev/null @@ -1,98 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: DOWNLOAD - label: DOWNLOAD - description: Add download link here to download contents https://wiki.kiwix.org/wiki/Content. You have to remove link after it's downloaded. - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10323 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: data Storage - description: Container Path data - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/kms/questions.yaml b/charts/stable/kms/questions.yaml deleted file mode 100644 index 04b0db0afb7..00000000000 --- a/charts/stable/kms/questions.yaml +++ /dev/null @@ -1,63 +0,0 @@ -# Include{groups} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 1688 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/kodi-headless/questions.yaml b/charts/stable/kodi-headless/questions.yaml deleted file mode 100644 index 86259c17620..00000000000 --- a/charts/stable/kodi-headless/questions.yaml +++ /dev/null @@ -1,135 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10148 - required: true - - variable: websocket - label: websocket Service - description: The websocket service. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: websocket - label: websocket 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 - default: 10152 - required: true - - variable: esall - label: esall Service - description: The esall service. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: esall - label: esall 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 - default: 9777 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/kometa/questions.yaml b/charts/stable/kometa/questions.yaml deleted file mode 100644 index b00906eac89..00000000000 --- a/charts/stable/kometa/questions.yaml +++ /dev/null @@ -1,103 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: kometa - group: App Configuration - label: Kometa Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: plex_url - label: Plex Url - schema: - type: string - required: true - default: "" - - variable: plex_token - label: Plex Token - schema: - type: string - required: true - private: true - default: "" - - variable: run - label: Kometa Run - description: Perform a run immediately, bypassing the time to run flag. - schema: - type: boolean - default: false - show_subquestions_if: false - subquestions: - - variable: times - label: Kometa Times - description: "Specify the time of day that Plex Meta Manager will run. Format: HH:MM" - schema: - type: list - default: ["00:00"] - items: - - variable: timeEntry - label: Time Entry - schema: - type: string - required: true - default: "" - - variable: no_countdown - label: Kometa No Countdown - description: Run without displaying a countdown to the next scheduled run. - schema: - type: boolean - default: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/komga/questions.yaml b/charts/stable/komga/questions.yaml deleted file mode 100644 index c0a9196c7b7..00000000000 --- a/charts/stable/komga/questions.yaml +++ /dev/null @@ -1,93 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10085 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/kopia/questions.yaml b/charts/stable/kopia/questions.yaml deleted file mode 100644 index 90f488d4d85..00000000000 --- a/charts/stable/kopia/questions.yaml +++ /dev/null @@ -1,148 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: kopia - group: App Configuration - label: Kopia Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: user - label: Repo User - schema: - type: string - required: true - default: "" - - variable: password - label: Repo Password - schema: - type: string - private: true - required: true - default: "" - - variable: server_username - label: Server User - schema: - type: string - required: true - default: "" - - variable: server_password - label: Server Password - schema: - type: string - private: true - required: true - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10238 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: cache - label: "App Cache Storage" - description: "Stores the Application Cache." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logs - label: "App Logs Storage" - description: "Stores the Application Logs." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: rclone - label: "App Rclone Storage" - description: "Stores the Application Rclone." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/krusader/questions.yaml b/charts/stable/krusader/questions.yaml deleted file mode 100644 index f1371799bd6..00000000000 --- a/charts/stable/krusader/questions.yaml +++ /dev/null @@ -1,131 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USER_LOCALES - label: "USER_LOCALES" - description: "Enter your prefered locales, you can find a full list of supported languages in usrsharei18nSUPPORTED simply open up a console from the Container and type in cat usrsharei18nSUPPORTED (eg enUS.UTF-8 UTF8 or deDE.UTF-8 UTF-8, frFR.UTF-8 UTF-8...)" - schema: - type: string - default: "en_US.UTF-8 UTF-8" - - variable: RUNASROOT - label: "RUNASROOT" - description: "Set this variable to true if you want to run Krusader as root to edit system files (please remember you have to also change the Data Path to edit system level files)" - schema: - type: string - default: "false" - - variable: NOVNC_RESIZE - label: "NOVNC_RESIZE" - description: "Delete this value if you dont want local scaling." - schema: - type: string - default: "remote" - - variable: CUSTOM_RES_W - label: "CUSTOM_RES_W" - description: "Enter the preferred resolution width" - schema: - type: string - default: "1280" - - variable: CUSTOM_RES_H - label: "CUSTOM_RES_H" - description: "Enter the preferred resolution height" - schema: - type: string - default: "768" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: containerpath - label: "containerpath Storage" - description: "Container Path krusader" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: datapath - label: "datapath Storage" - description: "Main data path to your TrueNAS shares (if you want to get access to a disk mounted through UnassignedDevices change the Host and Container Path to mnt and change the Access Mode to ReadWrite Slave, if you want to get system level access change the Host Path to and the Container Path to mnt, you will then find the mounted path in Kruser in mnt)." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/lama-cleaner/questions.yaml b/charts/stable/lama-cleaner/questions.yaml deleted file mode 100644 index 31f3a62d55a..00000000000 --- a/charts/stable/lama-cleaner/questions.yaml +++ /dev/null @@ -1,176 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - label: Select Image - schema: - type: string - default: image - enum: - - value: image - description: CPU Image - - value: imageGPU - description: GPU Image -# Include{containerBasic} -# Include{containerAdvanced} - - variable: lamacleaner - group: App Configuration - label: Lama Cleaner Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: model - label: Model - description: Inpainting Model https://github.com/Sanster/lama-cleaner#inpainting-model - schema: - type: string - required: true - default: lama - enum: - - value: lama - description: lama - - value: cv2 - description: cv2 - - value: ldm - description: ldm - - value: zits - description: zits - - value: fcf - description: fcf - - value: sd1.5 - description: sd1.5 - - value: mat - description: mat - - variable: input - label: Input - description: Path to image you want to load by default - schema: - type: string - default: "" - - variable: sd_run_local - label: Stable Diffusion Run Local - description: Once the model as downloaded, you can enable this. - schema: - type: boolean - default: false - - variable: hf_access_token - label: HuggingFace Access Token - description: Stable diffusion need HuggingFace access token to download model - schema: - type: string - show_if: [[ "sd_run_local", "=", true]] - private: true - default: "" - - variable: sd_disable_nsfw - label: Stable Diffusion Disable NSFW Checker. - description: Disable stable diffusion NSFW checker. - schema: - type: boolean - default: false - - variable: sd_cpu_text_encoder - label: Stable Diffusion Text Encoder - description: Always run stable-diffusion TextEncoder model on CPU. - schema: - type: boolean - default: false - - variable: sd_enable_xformers - label: Stable Diffusion Enable XFormers - description: Enable xFormers optimizations. - schema: - type: boolean - default: false - - variable: debug - label: Enable debug - description: Enable debug mode for flask web server - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10604 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: torch - label: App Torch Storage - description: Stores the Application Torch. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: huggingface - label: App HuggingFace Storage - description: Stores the Application HuggingFace. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/lancache-dns/questions.yaml b/charts/stable/lancache-dns/questions.yaml deleted file mode 100644 index e83e2320d29..00000000000 --- a/charts/stable/lancache-dns/questions.yaml +++ /dev/null @@ -1,175 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: CACHE_DOMAINS_REPO - label: "Cache Domains Repo" - description: "The github repo url for the cache_domains files to use to populate the cdn maps." - schema: - type: string - default: "https://github.com/uklans/cache-domains.git" - - variable: CACHE_DOMAINS_BRANCH - label: "Cache Domains Branch" - description: "The branch of the CACHE_DOMAINS_REPO to use" - schema: - type: string - default: "master" - - variable: UPSTREAM_DNS - label: "Upstream DNS" - description: "Upstream DNS server(s) the cache should use(separated by spaces). Do NOT point this at lancache-dns)" - schema: - type: string - default: "1.1.1.1;1.0.0.1" - - variable: USE_GENERIC_CACHE - label: "Use Generic Cache" - description: "If you are using a single monolithic instance set this to true" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: LANCACHE_IP - label: "Lancache IP" - description: "Set the IP for the lancache-monolithic" - schema: - type: string - required: true - default: "" - - variable: customdisable - label: "Disable Cache DNS Resolvers" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DISABLE_BLIZZARD - label: "Disable Blizzard" - schema: - type: boolean - default: false - - variable: DISABLE_RIOT - label: "Disable Riot" - schema: - type: boolean - default: false - - variable: DISABLE_UPLAY - label: "Disable Uplay" - schema: - type: boolean - default: false - - variable: DISABLE_STEAM - label: "Disable Steam" - schema: - type: boolean - default: false - - variable: DISABLE_ORIGIN - label: "Disable Origin" - schema: - type: boolean - default: false - - variable: DISABLE_SONY - label: "Disable Sony" - schema: - type: boolean - default: false - - variable: DISABLE_SQUARE - label: "Disable Square" - schema: - type: boolean - default: false -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 53 - required: true - - variable: dns - label: "DNS 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 - default: 53 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/lancache-monolithic/questions.yaml b/charts/stable/lancache-monolithic/questions.yaml deleted file mode 100644 index 99ebca6bb9a..00000000000 --- a/charts/stable/lancache-monolithic/questions.yaml +++ /dev/null @@ -1,325 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: monolithic - group: App Configuration - label: LanCache Monolithic - schema: - additional_attrs: true - type: dict - attrs: - - variable: cache_domains_repo - label: Cache Domains Repo - description: The github repo url for the cache_domains files to use to populate the cdn maps. - schema: - type: string - default: "https://github.com/uklans/cache-domains.git" - - variable: cache_domains_branch - label: Cache Domains Repo - description: The branch of the CACHE_DOMAINS_REPO to use. - schema: - type: string - default: "master" - - variable: upstream_dns - label: Upstream DNS - description: Upstream DNS server(s). (Do NOT point this at lancache-dns) - schema: - type: list - empty: false - default: - - 1.1.1.1 - - 1.0.0.1 - required: true - items: - - variable: dns - label: DNS - schema: - type: string - required: true - default: "" - - variable: cache_disk_size - label: Cache Disk Size - description: The amount of disk space the container should use for caching data. - schema: - type: string - default: "1000000m" - - variable: cache_max_age - label: Cache Max Age - description: The maximum amount of time a file should be held in cache. - schema: - type: string - default: "3560d" - - variable: cache_index_size - label: Cache Index Size - description: Amount of index memory for the nginx cache manager. We recommend 250m of index memory per 1TB. - schema: - type: string - default: "500m" - - variable: no_fetch - label: No Fetch - description: Turn off all git pull operations and use stored data - schema: - type: boolean - default: false - - variable: prefill - group: App Configuration - label: LanCache Prefill - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Prefill Sidecar - schema: - type: boolean - default: true - - variable: updates - label: Updates - description: enable to check for updates from BattleNetPrefill/SteamPrefill on container start/restart. - schema: - type: boolean - default: true - - variable: on_start - label: Prefill On Start - description: Force a Prefill on every container start/restart. (please be careful with this option and enable only when you know what you are doing!) - schema: - type: boolean - default: false - - variable: log_clean_up - label: Log Clean Up - description: enable to clean up the logs directory on each start/restart. - schema: - type: boolean - default: true - - variable: default_cron - label: Default Cron - description: Specify a cron schedule to override the individual schedules for BatteNetPrefill and SteamPrefill. (leave empty to set cron individually) - schema: - type: string - default: "" - - variable: battlenet - label: BattleNet Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable or disable BattleNetPrefill. - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: params - label: Params - description: list of parameters for BattleNetPrefill. - schema: - type: list - default: [] - required: true - items: - - variable: param - label: Param - schema: - type: string - required: true - default: "" - - variable: cron - label: cron - description: Set your cron schedule for the BattleNetPrefill. - schema: - type: string - default: "" - - variable: epic - label: Epic Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable or disable EpicPrefill. - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: params - label: Params - description: list of parameters for EpicPrefill. - schema: - type: list - default: [] - required: true - items: - - variable: param - label: Param - schema: - type: string - required: true - default: "" - - variable: cron - label: cron - description: Set your cron schedule for the EpicPrefill. - schema: - type: string - default: "" - - variable: steam - label: Steam Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable or disable SteamPrefill. - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: params - label: Params - description: list of parameters for SteamPrefill. (if you want to only prefill your selected apps then leave this variable empty) - schema: - type: list - default: [] - required: true - items: - - variable: param - label: Param - schema: - type: string - required: true - default: "" - - variable: cron - label: cron - description: Set your cron schedule for the SteamPrefill. - schema: - type: string - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10279 - required: true - - variable: https - label: "HTTPS" - description: "HTTPS Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: https - label: "HTTPS" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10280 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Cache Storage" - description: "Stores the Application Cache." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logs - label: "App logs Storage" - description: "Stores the Application logs." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: prefill - label: "App Prefill Storage" - description: "Stores the Application Prefill." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/lanraragi/questions.yaml b/charts/stable/lanraragi/questions.yaml deleted file mode 100644 index b467075359d..00000000000 --- a/charts/stable/lanraragi/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10177 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: content - label: "App Content Storage" - description: "Stores the Application Content." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/lastoasis/questions.yaml b/charts/stable/lastoasis/questions.yaml deleted file mode 100644 index 11d629e53bd..00000000000 --- a/charts/stable/lastoasis/questions.yaml +++ /dev/null @@ -1,176 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "920720" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: IDENTIFIER - label: "IDENTIFIER" - description: "Enter your preferred server identifier." - schema: - type: string - default: "dockeroasis" - - variable: SLOTS - label: "SLOTS" - description: "Enter the maximum server slots." - schema: - type: string - default: "20" - - variable: CUSTOMER_KEY - label: "CUSTOMER_KEY" - description: "Your Customer Key goes here (You can get your Customer Key here httpsmyrealm.lastoasis.gg Log in -> click on the Hosting drop down and select Providers)." - schema: - type: string - default: "pwHB3mLCOUWscFi7" - - variable: PROVIDER_KEY - label: "PROVIDER_KEY" - description: "Your Provider Key goes here (You can get your Provider Key here httpsmyrealm.lastoasis.gg Log in -> click on the Hosting drop down -> select Providers -> click Add Key -> enter a Name and click Add)." - schema: - type: string - default: " 8IhohaMRZIJJubv5 " - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your game parameters." - schema: - type: string - default: "-port=5555 -QueryPort=27015 -NoLiveServer -EnableCheats" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5555 - required: true - - variable: queryport - label: 'queryport service' - description: "UDP Query Port (if you need another port delete this entry and create a new Port mapping with the same Port for the Host and Container Port, also dont forget to change the QueryPort value in the Game Parameters!)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: queryport - label: "queryport 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/lazylibrarian/questions.yaml b/charts/stable/lazylibrarian/questions.yaml deleted file mode 100644 index c182465c0f6..00000000000 --- a/charts/stable/lazylibrarian/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5299 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/leaf2mqtt/questions.yaml b/charts/stable/leaf2mqtt/questions.yaml deleted file mode 100644 index 1e5c5336786..00000000000 --- a/charts/stable/leaf2mqtt/questions.yaml +++ /dev/null @@ -1,119 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: LEAF_USERNAME - label: "LEAF_USERNAME" - description: "Your NissanConnect username" - schema: - type: string - default: "leafuser" - required: true - - variable: LEAF_PASSWORD - label: "LEAF_PASSWORD" - description: "Your NissanConnect password" - schema: - type: string - default: "changeme" - required: true - - variable: MQTT_USERNAME - label: "MQTT_USERNAME" - description: "Your MQTT username" - schema: - type: string - default: "mqttuser" - required: true - - variable: MQTT_PASSWORD - label: "MQTT_PASSWORD" - description: "Your MQTT password" - schema: - type: string - default: "changeme" - required: true - - variable: LEAF_TYPE - label: "LEAF_TYPE" - schema: - type: string - default: "" - required: true - - variable: MQTT_HOST - label: "MQTT_HOST" - schema: - type: string - default: "" - required: true - - variable: MQTT_PORT - label: "MQTT_PORT" - schema: - type: int - default: 1883 - - variable: MQTT_BASE_TOPIC - label: "MQTT_BASE_TOPIC" - schema: - type: string - default: "leaf" - - variable: UPDATE_INTERVAL_MINUTES - label: "UPDATE_INTERVAL_MINUTES" - schema: - type: int - default: 60 - - variable: CHARGING_UPDATE_INTERVAL_MINUTES - label: "CHARGING_UPDATE_INTERVAL_MINUTES" - schema: - type: int - default: 60 - - variable: LOG_LEVEL - label: "LOG_LEVEL" - schema: - type: string - default: "Warning" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/left4dead/questions.yaml b/charts/stable/left4dead/questions.yaml deleted file mode 100644 index 3256ac8d0ab..00000000000 --- a/charts/stable/left4dead/questions.yaml +++ /dev/null @@ -1,166 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "222840" - - variable: GAME_NAME - label: "GAME_NAME" - description: "Game name to start (is connected to the GAMEPARAMS)." - schema: - type: string - default: "left4dead" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server." - schema: - type: string - default: "+maxplayers 4 +map l4d_farm04_barn" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: GAME_PORT - label: "GAME_PORT" - description: "Container Variable GAMEPORT" - schema: - type: string - default: "27015" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27015 - required: true - - variable: tcprcon - label: 'tcprcon service' - description: "TCP RCON Port (not required)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcprcon - label: "tcprcon 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/lemur-cfssl/questions.yaml b/charts/stable/lemur-cfssl/questions.yaml deleted file mode 100644 index fad0edf7626..00000000000 --- a/charts/stable/lemur-cfssl/questions.yaml +++ /dev/null @@ -1,62 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - description: "Container Path data" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: config - label: "config Storage" - description: "Container Path config" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/libreddit/questions.yaml b/charts/stable/libreddit/questions.yaml deleted file mode 100644 index fd0006f70b6..00000000000 --- a/charts/stable/libreddit/questions.yaml +++ /dev/null @@ -1,190 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: lbreddit - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: theme - label: "Default Theme" - schema: - type: string - default: "system" - enum: - - value: "system" - description: "system" - - value: "light" - description: "light" - - value: "dark" - description: "dark" - - value: "black" - description: "black" - - value: "dracula" - description: "dracula" - - value: "nord" - description: "nord" - - value: "laserwave" - description: "laserwave" - - value: "violet" - description: "violet" - - value: "gold" - description: "gold" - - value: "rosebox" - description: "rosebox" - - variable: front_page - label: "Front Page" - schema: - type: string - default: "default" - enum: - - value: "default" - description: "default" - - value: "popular" - description: "popular" - - value: "all" - description: "all" - - variable: layout - label: "Layout" - schema: - type: string - default: "card" - enum: - - value: "card" - description: "card" - - value: "clean" - description: "clean" - - value: "compact" - description: "compact" - - variable: post_sort - label: "Post Sort" - schema: - type: string - default: "hot" - enum: - - value: "hot" - description: "hot" - - value: "new" - description: "new" - - value: "top" - description: "top" - - value: "rising" - description: "rising" - - value: "controversial" - description: "controversial" - - variable: comment_sort - label: "Comment Sort" - schema: - type: string - default: "confidence" - enum: - - value: "confidence" - description: "confidence" - - value: "top" - description: "top" - - value: "new" - description: "new" - - value: "controversial" - description: "controversial" - - value: "old" - description: "old" - - variable: wide - label: "Wide" - schema: - type: boolean - default: false - - variable: show_nsfw - label: "Show NSFW" - schema: - type: boolean - default: false - - variable: use_hls - label: "Use HLS" - schema: - type: boolean - default: false - - variable: hide_hls_notification - label: "Hide HLS Notification" - schema: - type: boolean - default: false - - variable: autoplay_videos - label: "Auto Play Videos" - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10257 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/libremdb/questions.yaml b/charts/stable/libremdb/questions.yaml deleted file mode 100644 index 72a42c74976..00000000000 --- a/charts/stable/libremdb/questions.yaml +++ /dev/null @@ -1,134 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: NEXT_PUBLIC_URL - label: Next Public URL - description: Used for meta tags, no trailing slash. - schema: - type: string - required: true - default: "" - - variable: NEXT_TELEMETRY_DISABLED - label: Next Telemetry Disabled - schema: - type: string - default: "1" - enum: - - value: "0" - description: "False" - - value: "1" - description: "True" - - variable: axios - label: Show AXIOS Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: AXIOS_USERAGENT - label: Axios User Agent - description: Default user agent for requesting data from IMDB. - schema: - type: string - default: "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0" - - variable: AXIOS_ACCEPT - label: Axios Accept - description: Default Accept Header. - schema: - type: string - default: "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8" - - variable: AXIOS_LANGUAGE - label: Axios Language - description: Forcing a certain language for data we get from IMDB. - schema: - type: string - default: "en-US,en;q=0.5" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10593 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/librespeed/questions.yaml b/charts/stable/librespeed/questions.yaml deleted file mode 100644 index f42c7b7cbc0..00000000000 --- a/charts/stable/librespeed/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10016 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/lidarr/questions.yaml b/charts/stable/lidarr/questions.yaml deleted file mode 100644 index 0f11ba2f41c..00000000000 --- a/charts/stable/lidarr/questions.yaml +++ /dev/null @@ -1,109 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: LIDARR__AUTHENTICATION_METHOD - label: Auth Method - description: Sets the auth method. - schema: - type: string - default: "" - enum: - - value: "" - description: In-App Setting - - value: External - description: External/None - - value: Basic - description: Basic - - value: Forms - description: Forms -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8686 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/lingva/questions.yaml b/charts/stable/lingva/questions.yaml deleted file mode 100644 index c7cefa7759e..00000000000 --- a/charts/stable/lingva/questions.yaml +++ /dev/null @@ -1,90 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: site_domain - label: "site_domain" - description: "The domain address where you will host Lingva" - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/linkding/questions.yaml b/charts/stable/linkding/questions.yaml deleted file mode 100644 index 1933030866c..00000000000 --- a/charts/stable/linkding/questions.yaml +++ /dev/null @@ -1,126 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - admin: -# Include{portalLink} - path: "/admin" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: LD_SUPERUSER_NAME - label: "Superuser Username (Initial install only)" - schema: - type: string - default: "" - required: true - - variable: LD_SUPERUSER_PASSWORD - label: "Superuser Password (Initial install only)" - schema: - type: string - default: "" - private: true - required: true - - variable: LD_DISABLE_BACKGROUND_TASKS - label: "Disable Background Tasks" - description: "Disables background tasks, such as creating snapshots for bookmarks on the web archive. Enabling this flag will prevent the background task processor from starting up, and prevents scheduling tasks. This might be useful if you are experiencing performance issues or other problematic behaviour due to background task processing." - schema: - type: boolean - default: false - - variable: LD_DISABLE_URL_VALIDATION - label: "Disable URL Validation" - description: "Completely disables URL validation for bookmarks. This can be useful if you intend to store non fully qualified domain name URLs, such as network paths, or you want to store URLs that use another protocol than http or https." - schema: - type: boolean - default: false - - variable: LD_REQUEST_TIMEOUT - label: "Request Timeout" - description: "Configures the request timeout in the uwsgi application server. This can be useful if you want to import a bookmark file with a high number of bookmarks and run into request timeouts." - schema: - type: int - default: 60 -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10210 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/linkwallet/questions.yaml b/charts/stable/linkwallet/questions.yaml deleted file mode 100644 index dae87a1e6fa..00000000000 --- a/charts/stable/linkwallet/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10353 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: Data Storage - description: Data Storage - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/linkwarden/questions.yaml b/charts/stable/linkwarden/questions.yaml deleted file mode 100644 index 34dc017f385..00000000000 --- a/charts/stable/linkwarden/questions.yaml +++ /dev/null @@ -1,129 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: config - label: "" - group: "App Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: nextauth_url - label: "Next Auth URL" - description: "This is the public-facing URL that Linkwarden will be hosted on." - schema: - type: string - default: "http://example.com" - - variable: pagination_take_count - label: "Pagination Take Count" - description: "The numbers of Links to fetch every time you reach to the bottom of the webpage." - schema: - type: int - default: 20 - - variable: autoscroll_timeout - label: "Autoscroll Timeout" - description: "The amount of time to wait for the website to be archived (in seconds)." - schema: - type: int - default: 30 - - variable: disable_registration - label: "Disable User Registration" - description: "If set to true, registration will be disabled." - schema: - type: boolean - default: false - - variable: archive_limit - label: "Archive Limit" - description: "Adjusts how often a user can trigger a new archive for each link (in minutes)." - schema: - type: int - default: 5 -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 2985 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/littlelink/questions.yaml b/charts/stable/littlelink/questions.yaml deleted file mode 100644 index 8201f213920..00000000000 --- a/charts/stable/littlelink/questions.yaml +++ /dev/null @@ -1,398 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: littlelink - label: "" - group: "App Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: meta_title - label: "meta title" - schema: - type: string - default: "" - - variable: meta_description - label: "meta description" - schema: - type: string - default: "" - - variable: meta_author - label: "meta_author" - schema: - type: string - default: "" - - variable: lang - label: "lang" - schema: - type: string - default: "" - - variable: meta_index_status - label: "meta_index_status" - schema: - type: string - default: "" - - variable: ga_tracking_id - label: "ga_tracking_id" - schema: - type: string - default: "" - - variable: theme - label: "theme" - schema: - type: string - default: "" - - variable: favicon_url - label: "favicon_url" - schema: - type: string - default: "" - - variable: avatar_url - label: "avatar_url" - schema: - type: string - default: "" - - variable: avatar_2x_url - label: "avatar_2x_url" - schema: - type: string - default: "" - - variable: avatar_alt - label: "avatar_alt" - schema: - type: string - default: "" - - variable: name - label: "name" - schema: - type: string - default: "" - - variable: bio - label: "bio" - schema: - type: string - default: "" - - variable: github - label: "github" - schema: - type: string - default: "" - - variable: twitter - label: "twitter" - schema: - type: string - default: "" - - variable: instagram - label: "instagram" - schema: - type: string - default: "" - - variable: youtube - label: "youtube" - schema: - type: string - default: "" - - variable: twitch - label: "twitch" - schema: - type: string - default: "" - - variable: discord - label: "discord" - schema: - type: string - default: "" - - variable: tiktok - label: "tiktok" - schema: - type: string - default: "" - - variable: kit - label: "kit" - schema: - type: string - default: "" - - variable: facebook - label: "facebook" - schema: - type: string - default: "" - - variable: facebook_messenger - label: "facebook_messenger" - schema: - type: string - default: "" - - variable: linked_in - label: "linked_in" - schema: - type: string - default: "" - - variable: product_hunt - label: "product_hunt" - schema: - type: string - default: "" - - variable: snapchat - label: "snapchat" - schema: - type: string - default: "" - - variable: spotify - label: "spotify" - schema: - type: string - default: "" - - variable: reddit - label: "reddit" - schema: - type: string - default: "" - - variable: medium - label: "medium" - schema: - type: string - default: "" - - variable: pinterest - label: "pinterest" - schema: - type: string - default: "" - - variable: email - label: "email" - schema: - type: string - default: "" - - variable: email_text - label: "email_text" - schema: - type: string - default: "" - - variable: email_alt - label: "email_alt" - schema: - type: string - default: "" - - variable: email_alt_text - label: "email_alt_text" - schema: - type: string - default: "" - - variable: sound_cloud - label: "sound_cloud" - schema: - type: string - default: "" - - variable: figma - label: "figma" - schema: - type: string - default: "" - - variable: telegram - label: "telegram" - schema: - type: string - default: "" - - variable: tumblr - label: "tumblr" - schema: - type: string - default: "" - - variable: steam - label: "steam" - schema: - type: string - default: "" - - variable: vimeo - label: "vimeo" - schema: - type: string - default: "" - - variable: wordpress - label: "wordpressp" - schema: - type: string - default: "" - - variable: goodreads - label: "goodreads" - schema: - type: string - default: "" - - variable: skoob - label: "skoob" - schema: - type: string - default: "" - - variable: letterboxd - label: "letterboxd" - schema: - type: string - default: "" - - variable: mastodon - label: "mastodon" - schema: - type: string - default: "" - - variable: micro_blog - label: "micro_blog" - schema: - type: string - default: "" - - variable: whatsapp - label: "whatsapp" - schema: - type: string - default: "" - - variable: strava - label: "strava" - schema: - type: string - default: "" - - variable: buymeacoffee - label: "buymeacoffee" - schema: - type: string - default: "" - - variable: gitlab - label: "gitlab" - schema: - type: string - default: "" - - variable: patreon - label: "patreon" - schema: - type: string - default: "" - - variable: devto - label: "devto" - schema: - type: string - default: "" - - variable: umami_website_id - label: "umami_website_id" - schema: - type: string - default: "" - - variable: umami_app_url - label: "umami_app_url" - schema: - type: string - default: "" - - variable: paypal - label: "paypal" - schema: - type: string - default: "" - - variable: slack - label: "slack" - schema: - type: string - default: "" - - variable: lastfm - label: "lastfm" - schema: - type: string - default: "" - - variable: untappd - label: "untappd" - schema: - type: string - default: "" - - variable: stackoverflow - label: "stackoverflow" - schema: - type: string - default: "" - - variable: gitea - label: "gitea" - schema: - type: string - default: "" - - variable: polywork - label: "polywork" - schema: - type: string - default: "" - - variable: signal - label: "signal" - schema: - type: string - default: "" - - variable: footer - label: "footer" - schema: - type: string - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10040 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/livestreamdvr/questions.yaml b/charts/stable/livestreamdvr/questions.yaml deleted file mode 100644 index c2753f6d81a..00000000000 --- a/charts/stable/livestreamdvr/questions.yaml +++ /dev/null @@ -1,135 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: TCD_ENABLE_FILES_API - label: "TCD Enable Files API" - description: "Enable the files api, making it possible to download and delete files in storage. This might open up filesystem exploits." - schema: - type: boolean - default: false - - variable: TCD_EXPOSE_LOGS_TO_PUBLIC - label: "TCD Expose Logs To Public" - description: "Make viewing logs in the file manager possible. Requires the above environment variable to be set." - schema: - type: boolean - default: false - - variable: TCD_MIGRATE_OLD_VOD_JSON - label: "TCD Migrate Old VOD JSON" - description: "Migrate old vod json files to the new format." - schema: - type: boolean - default: false -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8146 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Config. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: cache - label: App Cache Storage - description: Stores the Application Cache. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logs - label: App Logs Storage - description: Stores the Application Logs. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: storage - label: App Storage Storage - description: Stores the Application Storage. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/llalon-github-backup/questions.yaml b/charts/stable/llalon-github-backup/questions.yaml deleted file mode 100644 index d7e61a853c7..00000000000 --- a/charts/stable/llalon-github-backup/questions.yaml +++ /dev/null @@ -1,81 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: TOKEN - label: "TOKEN" - description: "Get your token from httpsgithub.comsettingstokens, see the support page for more details." - schema: - type: string - default: "1a2b3c4d5e6f71a2b3c4d5e6f71a2b3c4d5e6f7b" - - variable: SCHEDULE - label: "SCHEDULE" - description: "How often to sync in seconds (eg. 3600 for 1h, 21600 for 6h, 43200 for 12h, 86400 for 24h)" - schema: - type: string - default: "3600" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: backuplocation - label: "backuplocation Storage" - description: "Set the location of your github backups. Please note that the default will create a backup share if it does not exist and you dont change it." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: config - label: "config Storage" - description: "Container Path homedockergithub-backupconfig" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/lldap/questions.yaml b/charts/stable/lldap/questions.yaml deleted file mode 100644 index 47604d16bc9..00000000000 --- a/charts/stable/lldap/questions.yaml +++ /dev/null @@ -1,218 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: "" - group: "App Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: LLDAP_LDAP_BASE_DN - label: "LDAP Base DN" - description: "A domain entry within an Lldap directory." - schema: - type: string - required: true - default: "dc=example,dc=com" - - variable: LLDAP_LDAP_USER_DN - label: "Ldap User DN" - description: "The Ldap user for the default auth." - schema: - type: string - required: true - default: "" - - variable: LLDAP_LDAP_USER_EMAIL - label: "Ldap User Email" - description: "The Ldap user email for the default auth." - schema: - type: string - required: true - default: "" - - variable: LLDAP_LDAP_USER_PASS - label: "Ldap User Password" - description: "The Ldap user password for the default auth." - schema: - type: string - required: true - private: true - default: "" - min_length: 8 - - variable: LLDAP_HTTP_URL - label: "Public URL" - description: "A valid and public FQDN domain, ex https://lldap.example.com or http://IP:PORT" - schema: - type: string - required: true - default: "" - - variable: LLDAP_VERBOSE - label: "Enable Verbose" - description: "Tune the logging to be more verbose" - schema: - type: boolean - default: false - - variable: smtp - label: Show SMTP Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: LLDAP_SMTP_OPTIONS__ENABLE_PASSWORD_RESET - label: Enable Password Reset - schema: - type: boolean - default: false - - variable: LLDAP_SMTP_OPTIONS__SERVER - label: SMTP Server Url - schema: - type: string - default: "" - - variable: LLDAP_SMTP_OPTIONS__PORT - label: SMTP Server Port - schema: - type: int - default: 587 - - variable: LLDAP_SMTP_OPTIONS__SMTP_ENCRYPTION - label: SMTP Encryption - schema: - type: string - default: "STARTTLS" - enum: - - value: NONE - description: None - - value: STARTTLS - description: StartTLS - - value: TLS - description: TLS - - variable: LLDAP_SMTP_OPTIONS__USER - label: SMTP User - schema: - type: string - default: "" - - variable: LLDAP_SMTP_OPTIONS__PASSWORD - label: SMTP Password - schema: - type: string - default: "" - - variable: LLDAP_SMTP_OPTIONS__FROM - label: SMTP From - schema: - type: string - default: "LLDAP Admin " - - variable: LLDAP_SMTP_OPTIONS__REPLY_TO - label: SMTP Reply To - schema: - type: string - default: "Do not reply " -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 17170 - required: true - - variable: ldap - label: "Additional service to accept LDAP connections" - description: "The Service in which external sources will connect to the LDAP service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: ldap - label: "LDAP 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 - default: 3890 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/local-ai/questions.yaml b/charts/stable/local-ai/questions.yaml deleted file mode 100644 index 128e582861d..00000000000 --- a/charts/stable/local-ai/questions.yaml +++ /dev/null @@ -1,207 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - label: Select Image - schema: - type: string - default: image - enum: - - value: image - description: Image - - value: ffmpegImage - description: FFmpeg - - value: cublasCuda12Image - description: Cublas Cuda 12 - - value: cublasCuda12FfmpegImage - description: Cublas Cuda 12 FFmpeg - - value: cublasCuda11Image - description: Cublas Cuda 11 - - value: cublasCuda11FfmpegImage - description: Cublas Cuda 11 FFmpeg - - value: allInOneCuda12Image - description: All-in-one Cuda 12 - - value: allInOneCuda11Image - description: All-in-one Cuda 11 - - value: allInOneCpuImage - description: All-in-one CPU -# Include{containerBasic} -# Include{containerAdvanced} - - variable: localai - group: App Configuration - label: LocalAI Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: build_type - label: Build Type - description: Specify a build type. - schema: - type: string - default: "openblas" - enum: - - value: openblas - description: Openblas - - value: cublas - description: Cublas - - value: clblas - description: Clblas - - variable: debug - label: Debug - description: Enable Debug Mode. - schema: - type: boolean - default: false - - variable: galleries - label: Galleries - description: Models to install that will be visible in /models/available. - schema: - type: list - default: - - name: model-gallery - url: github:go-skynet/model-gallery/index.yaml - items: - - variable: galleryEntry - label: Gallery Type Entry - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: url - label: Url - schema: - type: string - required: true - default: "" - - variable: preload_models - label: Preload Models - description: Preload models on start. - schema: - type: list - default: - - url: github:go-skynet/model-gallery/gpt4all-j.yaml - items: - - variable: preloadEntry - label: Preload Type Entry - schema: - type: dict - additional_attrs: true - attrs: - - variable: url - label: Url - schema: - type: string - required: true - default: "" - - variable: cors - label: Enable CORS - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: cors_allow_origins - label: Cors Allows Origins - schema: - type: string - required: true - default: "*" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: models - label: App Models Storage - description: Stores the Application Models. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: images - label: App Images Storage - description: Stores the Application Images. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/logitech-media-server/questions.yaml b/charts/stable/logitech-media-server/questions.yaml deleted file mode 100644 index 5bae357b4ad..00000000000 --- a/charts/stable/logitech-media-server/questions.yaml +++ /dev/null @@ -1,157 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: Logitech Media Web UI and music streaming - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: main - label: Web Interface and music streaming port - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 9000 - required: true - - variable: cli - label: CLI Service - description: Logitech Media Server Telnet Command Line Interface - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: cli - label: Port used for remote control using the Telnet Command Line interface - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 9090 - required: true - - variable: playertcp - label: Logitech Media Server Player TCP Communcation - description: Logitech Media Server Player Service for TCP communication - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: slimprototcp - label: Player to server TCP communication - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 3483 - required: true - - variable: playerudp - label: Logitech Media Server Player Communcation - description: Logitech Media Server Player Service for UDP communication - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: slimprotoudp - label: Player to server UDP communication - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 3483 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/longvinter/questions.yaml b/charts/stable/longvinter/questions.yaml deleted file mode 100644 index 8be9717b55a..00000000000 --- a/charts/stable/longvinter/questions.yaml +++ /dev/null @@ -1,111 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your extra start up commands for the server here otherwise leave empty." - schema: - type: string - default: "" - - variable: GAME_PORT - label: "GAME_PORT" - description: "Only change if you know what you are doing (intital GAMEPORT Dont forget to create create a new UDP port mapping with the corresponding port and to delete the old port from the template)" - schema: - type: string - default: "27016" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27016 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mailpile/questions.yaml b/charts/stable/mailpile/questions.yaml deleted file mode 100644 index fe33a0906a6..00000000000 --- a/charts/stable/mailpile/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 33411 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: path1 - label: "path1 Storage" - description: "Container Path root.localshareMailpile" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: path2 - label: "path2 Storage" - description: "Container Path root.gnupg" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/maintainerr/questions.yaml b/charts/stable/maintainerr/questions.yaml deleted file mode 100644 index 9f39f2149bb..00000000000 --- a/charts/stable/maintainerr/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6246 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/makemkv/questions.yaml b/charts/stable/makemkv/questions.yaml deleted file mode 100644 index a2b1d85deee..00000000000 --- a/charts/stable/makemkv/questions.yaml +++ /dev/null @@ -1,245 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PASSWORD - label: "VNC_PASSWORD" - description: "Password needed to connect to the application's GUI. See the VNC Password section for more details." - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} - - variable: makemkv - group: "App Configuration" - label: "MakeMKV Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ENABLE_CJK_FONT - label: "ENABLE_CJK_FONT" - description: "When set to true, open-source computer font WenQuanYi Zen Hei is installed. " - schema: - type: boolean - default: false - - variable: KEEP_APP_RUNNING - label: "KEEP_APP_RUNNING" - description: "When set to true, the application will be automatically restarted if it crashes or if a user quits it." - schema: - type: boolean - default: false - - variable: SECURE_CONNECTION - label: "SECURE_CONNECTION" - description: "When set to true, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client)." - schema: - type: boolean - default: false - - variable: DARK_MODE - label: "DARK_MODE" - description: "When set to true, MakeMKV UI is changed to Dark Mode" - schema: - type: boolean - default: false - - variable: DISPLAY_WIDTH - label: "DISPLAY_WIDTH" - description: "Width (in pixels) of the application's window." - schema: - type: int - default: 1280 - required: true - - variable: DISPLAY_HEIGHT - label: "DISPLAY_HEIGHT" - description: "Height (in pixels) of the application's window." - schema: - type: int - default: 768 - required: true - - variable: MAKEMKV_KEY - label: "MAKEMKV_KEY" - description: "MakeMKV registration key to use." - schema: - type: string - default: "BETA" - required: true - - variable: AUTO_DISC_RIPPER_INTERVAL - label: "AUTO_DISC_RIPPER_INTERVAL" - description: "Interval, in seconds, the automatic disc ripper checks for the presence of a DVD/Blu-ray discs." - schema: - type: int - default: 5 - required: true - - variable: AUTO_DISC_RIPPER_BD_MODE - label: "AUTO_DISC_RIPPER_BD_MODE" - description: "Rip mode of Blu-ray discs. mkv is the default mode, where a set of MKV files are produced. When set to backup, a copy of the (decrypted) file system is created instead. This applies to Blu-ray discs only. For DVD discs, MKV files are always produced." - schema: - type: string - default: "mkv" - required: true - - variable: AUTO_DISC_RIPPER_MAKEMKV_PROFILE - label: "AUTO_DISC_RIPPER_MAKEMKV_PROFILE" - description: "Filename of the custom MakeMKV profile the automatic disc ripper should use. The profile is expected to be found under the /config folder of the container." - schema: - type: string - default: "" - - variable: AUTO_DISC_RIPPER - label: "AUTO_DISC_RIPPER" - description: "When set to true, disc is ejected from the drive when ripping is terminated." - schema: - type: boolean - default: false - - variable: AUTO_DISC_RIPPER_EJECT - label: "AUTO_DISC_RIPPER_EJECT" - description: "When set to true, disc is ejected from the drive when ripping is terminated." - schema: - type: boolean - default: false - - variable: AUTO_DISC_RIPPER_PARALLEL_RIP - label: "AUTO_DISC_RIPPER_PARALLEL_RIP" - description: "When set to true, discs from all available optical drives are ripped in parallel. Else, each disc from optical drives is ripped one at time." - schema: - type: boolean - default: false - - variable: AUTO_DISC_RIPPER_NO_GUI_PROGRESS - label: "AUTO_DISC_RIPPER_NO_GUI_PROGRESS" - description: "When set to true, progress of discs ripped by the automatic disc ripper is not shown in the MakeMKV GUI." - schema: - type: boolean - default: false - - variable: AUTO_DISC_RIPPER_FORCE_UNIQUE_OUTPUT_DIR - label: "AUTO_DISC_RIPPER_FORCE_UNIQUE_OUTPUT_DIR" - description: "When set to false, files are written to /output/DISC_LABEL/, where DISC_LABEL is the label/name of the disc. If this directory exists, then files are written to /output/DISC_LABEL-XXXXXX, where XXXXXX are random readable characters. When set to true, the /output/DISC_LABEL-XXXXXX pattern is always used." - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10180 - required: true - - variable: vnc - label: "VNC Service" - description: "VNC Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: vnc - label: "VNC 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 - default: 10181 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: storage - label: "App Storage" - description: "Application Storage." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: output - label: "App Output Storage" - description: "Stores the Application Output." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/maloja/questions.yaml b/charts/stable/maloja/questions.yaml deleted file mode 100644 index 9f5ed69c311..00000000000 --- a/charts/stable/maloja/questions.yaml +++ /dev/null @@ -1,105 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: MALOJA_HOST - label: "MALOJA_HOST" - description: "Specifies to Maloja what address to listen on (should not change)" - schema: - type: string - default: "0.0.0.0" - - variable: MALOJA_DATA_DIRECTORY - label: "MALOJA_DATA_DIRECTORY" - description: "Specifies to Maloja which directory to use for dataconfiguration files" - schema: - type: string - default: "/config" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 42010 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Container Path config" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mango/questions.yaml b/charts/stable/mango/questions.yaml deleted file mode 100644 index c3c2b33dc93..00000000000 --- a/charts/stable/mango/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Mango config" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "data Storage" - description: "Manga appdata" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mariadb/questions.yaml b/charts/stable/mariadb/questions.yaml deleted file mode 100644 index 9a9bd94a63f..00000000000 --- a/charts/stable/mariadb/questions.yaml +++ /dev/null @@ -1,109 +0,0 @@ -# Include{groups} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: mariadbDatabase - group: "App Configuration" - label: "Database Name" - schema: - type: string - default: "mydatabase" - required: true - - variable: mariadbUsername - group: "App Configuration" - label: "Database User" - schema: - type: string - default: "mydatabaseuser" - required: true - - variable: password - group: "App Configuration" - label: "Database Password" - schema: - type: string - default: "" - required: true - - variable: rootPassword - group: "App Configuration" - label: "Root Password" - schema: - type: string - default: "" - required: true -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3306 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - additional_attrs: true - type: dict - attrs: - - variable: data - label: "DB Storage" - description: "Stores the old Application Database." - schema: - type: dict - hidden: true - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/matomo/questions.yaml b/charts/stable/matomo/questions.yaml deleted file mode 100644 index 8e0ed72cdf9..00000000000 --- a/charts/stable/matomo/questions.yaml +++ /dev/null @@ -1,249 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: BITNAMI_DEBUG - label: "BITNAMI_DEBUG" - description: "Increase verbosity on initialization logs." - schema: - type: boolean - default: false - - variable: MATOMO_USERNAME - label: "MATOMO_USERNAME (First Install Only)" - description: "Matomo application username" - schema: - type: string - required: true - default: "admin" - - variable: MATOMO_PASSWORD - label: "MATOMO_PASSWORD (First Install Only)" - description: "Matomo application password" - schema: - type: string - required: true - private: true - default: "" - - variable: MATOMO_HOST - label: "MATOMO_HOST (First Install Only)" - description: "Matomo application host" - schema: - type: string - required: true - default: "127.0.0.1" - - variable: MATOMO_EMAIL - label: "MATOMO_EMAIL (First Install Only)" - description: "Matomo application email" - schema: - type: string - required: true - default: "email@example.com" - - variable: MATOMO_WEBSITE_NAME - label: "MATOMO_WEBSITE_NAME (First Install Only)" - description: "Name of a website to track in Matomo" - schema: - type: string - required: true - default: "My Website" - - variable: MATOMO_WEBSITE_HOST - label: "MATOMO_WEBSITE_HOST (First Install Only)" - description: "Website's host or domain to track in Matomo" - schema: - type: string - required: true - default: "https://web.example.com" - - variable: MATOMO_SMTP_HOST - label: "MATOMO_SMTP_HOST (First Install Only)" - description: "Matomo SMTP host" - schema: - type: string - default: "" - - variable: MATOMO_SMTP_PORT - label: "MATOMO_SMTP_PORT (First Install Only)" - description: "Matomo SMTP port" - schema: - type: string - default: "" - - variable: MATOMO_SMTP_USER - label: "MATOMO_SMTP_USER (First Install Only)" - description: "Matomo SMTP user" - schema: - type: string - default: "" - - variable: MATOMO_SMTP_PASSWORD - label: "MATOMO_SMTP_PASSWORD (First Install Only)" - description: "Matomo SMTP password" - schema: - type: string - private: true - default: "" - - variable: MATOMO_SMTP_PROTOCOL - label: "MATOMO_SMTP_PROTOCOL (First Install Only)" - description: "Matomo SMTP protocol" - schema: - type: string - private: true - default: "none" - enum: - - value: ssl - description: "ssl" - - value: "tls" - description: "tls" - - value: none - description: "none" - - variable: MATOMO_SMTP_AUTH - label: "MATOMO_SMTP_AUTH (First Install Only)" - description: "Matomo SMTP authentication mechanism to use" - schema: - type: string - private: true - default: "Plain" - enum: - - value: Crammd5 - description: "Crammd5" - - value: "Login" - description: "Login" - - value: Plain - description: "Plain" - - variable: phpconfig - label: "PHP Config (Advanced)" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: PHP_MEMORY_LIMIT - label: "PHP_MEMORY_LIMIT" - description: "Memory limit for PHP scripts" - schema: - type: string - default: "2048M" - - variable: PHP_ENABLE_OPCACHE - label: "PHP_ENABLE_OPCACHE" - description: "Enable OPcache for PHP scripts" - schema: - type: boolean - default: true - - variable: PHP_EXPOSE_PHP - label: "PHP_EXPOSE_PHP" - description: "Enables HTTP header with PHP version" - schema: - type: boolean - default: true - - variable: PHP_MAX_EXECUTION_TIME - label: "PHP_MAX_EXECUTION_TIME" - description: "Maximum execution time for PHP scripts" - schema: - type: string - default: "" - - variable: PHP_MAX_INPUT_TIME - label: "PHP_MAX_INPUT_TIME" - description: "Maximum input time for PHP scripts" - schema: - type: string - default: "" - - variable: PHP_MAX_INPUT_VARS - label: "PHP_MAX_INPUT_VARS" - description: "Maximum amount of input variables for PHP scripts" - schema: - type: string - default: "" - - variable: PHP_POST_MAX_SIZE - label: "PHP_POST_MAX_SIZE" - description: "Maximum size for PHP POST requests" - schema: - type: string - default: "" - - variable: PHP_UPLOAD_MAX_FILESIZE - label: "PHP_UPLOAD_MAX_FILESIZE" - description: "Maximum file size for PHP uploads" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10172 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mattermost/questions.yaml b/charts/stable/mattermost/questions.yaml deleted file mode 100644 index 8cc1ebbc75d..00000000000 --- a/charts/stable/mattermost/questions.yaml +++ /dev/null @@ -1,145 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: MM_SERVICESETTINGS_SITEURL - label: "MM_SERVICESETTINGS_SITEURL" - description: "HTTPS URL on which you will reach this instance, eg. https://matter.example.com/" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10239 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Config." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logs - label: "App Logs Storage" - description: "Stores the Application Logs." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: plugins - label: "App Plugins Storage" - description: "Stores the Application Plugins." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: clientplugins - label: "App Client's Plugins Storage" - description: "Stores the Application Client's Plugins." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: bleveindexes - label: "App bleveIndexes Storage" - description: "Stores the Application bleveIndexes." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mc-router/questions.yaml b/charts/stable/mc-router/questions.yaml deleted file mode 100644 index d4baa43035b..00000000000 --- a/charts/stable/mc-router/questions.yaml +++ /dev/null @@ -1,122 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas2} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: mcrouter - group: App Configuration - label: MC Router Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: host_minecraft - label: Host and Minecraft - schema: - type: list - default: [] - items: - - variable: domain_minecraft_service - label: Domain and Minecraft Service - schema: - type: string - default: "minecraft.local=minecraft-java.ix-minecraft-java.svc.cluster.local:25565" - valid_chars: '^([\w.-]+)=([A-Za-z0-9.-]+):(\d+)$' - required: true -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the Minecraft Server runs on - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 25564 - required: true - - variable: minecraft - label: Minecraft Service - description: The Minecraft service. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: minecraft - label: Minecraft 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 - default: 25565 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mealie/questions.yaml b/charts/stable/mealie/questions.yaml deleted file mode 100644 index f69c0bc1c90..00000000000 --- a/charts/stable/mealie/questions.yaml +++ /dev/null @@ -1,508 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: mealie - group: App Configuration - label: Mealie Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: frontend - label: Mealie Frontend Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: theme - label: Theme - schema: - additional_attrs: true - type: dict - attrs: - - variable: light_primary - label: Light Primary - description: Light Theme Config Variable - schema: - type: string - default: "#E58325" - required: true - - variable: light_accent - label: Light Accent - description: Light Theme Config Variable - schema: - type: string - default: "#007A99" - required: true - - variable: light_secondary - label: Light Secondary - description: Light Theme Config Variable - schema: - type: string - default: "#973542" - required: true - - variable: light_success - label: Light Success - description: Light Theme Config Variable - schema: - type: string - default: "#43A047" - required: true - - variable: light_info - label: Light Info - description: Light Theme Config Variable - schema: - type: string - default: "#1976D2" - required: true - - variable: light_warning - label: Light Warning - description: Light Theme Config Variable - schema: - type: string - default: "#FF6D00" - required: true - - variable: light_error - label: Light Error - description: Light Theme Config Variable - schema: - type: string - default: "#EF5350" - required: true - - variable: dark_primary - label: Dark Primary - description: Dark Theme Config Variable - schema: - type: string - default: "#E58325" - required: true - - variable: dark_accent - label: Dark Accent - description: Dark Theme Config Variable - schema: - type: string - default: "#007A99" - required: true - - variable: dark_secondary - label: Dark Secondary - description: Dark Theme Config Variable - schema: - type: string - default: "#973542" - required: true - - variable: dark_success - label: Dark Success - description: Dark Theme Config Variable - schema: - type: string - default: "#43A047" - required: true - - variable: dark_info - label: Dark Info - description: Dark Theme Config Variable - schema: - type: string - default: "#1976D2" - required: true - - variable: dark_warning - label: Dark Warning - description: Dark Theme Config Variable - schema: - type: string - default: "#FF6D00" - required: true - - variable: dark_error - label: Dark Error - description: Dark Theme Config Variable - schema: - type: string - default: "#EF5350" - required: true - - variable: api - label: Mealie API Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: general - label: General - schema: - additional_attrs: true - type: dict - attrs: - - variable: base_url - label: Base URL - description: Used for Notifications - schema: - type: string - default: "" - - variable: allow_signup - label: Allow Sign up - description: Allow user sign-up without token - schema: - type: boolean - default: true - - variable: default_group - label: Default Group - description: The default group for users - schema: - type: string - default: Home - required: true - - variable: token_time - label: Token Time - description: The time in hours that a login/auth token is valid - schema: - type: int - default: 48 - required: true - - variable: security - label: Security - schema: - additional_attrs: true - type: dict - attrs: - - variable: max_login_attempts - label: Max Login Attempts - description: Maximum times a user can provide an invalid password before their account is locked - schema: - type: int - default: 5 - required: true - - variable: user_lockout_time - label: User Lockout Time - description: Time in hours for how long a users account is locked - schema: - type: int - default: 24 - required: true - - variable: webworkers - label: Web Workers - schema: - additional_attrs: true - type: dict - attrs: - - variable: workers_per_core - label: Workers Per Core - description: Set the number of workers to the number of CPU cores multiplied by this value. - schema: - type: int - default: 1 - required: true - - variable: max_workers - label: Max Workers - description: Set the maximum number of workers to use. Default is not set meaning unlimited. - schema: - type: int - default: 1 - required: true - - variable: web_concurrency - label: Web Concurrency - description: Override the automatic definition of number of workers. - schema: - type: int - default: 1 - required: true - - variable: smtp - label: SMTP - schema: - additional_attrs: true - type: dict - attrs: - - variable: host - label: Host - description: Mail Host - schema: - type: string - default: "" - - variable: port - label: Port - description: Mail Port - schema: - type: int - show_if: [["host", "!=", ""]] - default: 587 - required: true - - variable: user - label: User - description: Mail User - schema: - type: string - show_if: [["host", "!=", ""]] - required: true - default: "" - - variable: password - label: Password - description: Mail Password - schema: - type: string - show_if: [["host", "!=", ""]] - private: true - required: true - default: "" - - variable: from_name - label: From Name - description: Mail From Name - schema: - type: string - show_if: [["host", "!=", ""]] - required: true - default: Mealie - - variable: from_email - label: From Email - description: Mail From Email - schema: - type: string - show_if: [["host", "!=", ""]] - required: true - default: "" - - variable: auth_strategy - label: Auth Strategy - description: Mail Auth Strategy - schema: - type: string - show_if: [["host", "!=", ""]] - required: true - default: "TLS" - enum: - - value: TLS - description: TLS - - value: SSL - description: SSL - - value: NONE - description: NONE - - variable: ldap - label: LDAP - schema: - additional_attrs: true - type: dict - attrs: - - variable: auth_enabled - label: Auth Enabled - description: Authenticate via an external LDAP server in addition to built-in Mealie auth - schema: - type: boolean - default: false - - variable: server_url - label: Server URL - description: LDAP server URL - schema: - type: string - default: "" - - variable: tls_insecure - label: TLS Insecure - description: Do not verify server certificate when using secure LDAP - schema: - type: boolean - default: false - - variable: enable_starttls - label: Enable StartTLS - description: Use STARTTLS to connect to the server - schema: - type: boolean - default: false - - variable: tls_cacertfile - label: TLS CA Cert File - description: File path to Certificate Authority used to verify server certificate - schema: - type: string - default: "" - - variable: base_dn - label: Base DN - description: Starting point when searching for users authentication. - schema: - type: string - default: "" - - variable: query_bind - label: Query Bind - description: Optional bind user for LDAP search queries - schema: - type: string - default: "" - - variable: query_password - label: Query Password - description: Optional password for the bind user used - schema: - type: string - default: "" - - variable: user_filter - label: User Filter - description: Optional LDAP filter to narrow down eligible users - schema: - type: string - default: "" - - variable: admin_filter - label: Admin Filter - description: Optional LDAP filter, which tells Mealie the LDAP user is an admin - schema: - type: string - default: "" - - variable: id_attribute - label: ID Attribute - description: The LDAP attribute that maps to the user's id - schema: - type: string - default: uid - - variable: name_attribute - label: Name Attribute - description: The LDAP attribute that maps to the user's name - schema: - type: string - default: name - - variable: mail_attribute - label: Mail Attribute - description: The LDAP attribute that maps to the user's email - schema: - type: string - default: mail - - variable: oidc - label: OIDC - schema: - additional_attrs: true - type: dict - attrs: - - variable: auth_enabled - label: Auth Enabled - description: Enables authentication via OpenID Connect in addition to built-in Mealie auth - schema: - type: boolean - default: false - - variable: signup_enabled - label: Signup Enabled - description: Enables new users to be created when signing in for the first time with OIDC - schema: - type: boolean - default: false - - variable: configuration_url - label: Configuration URL - description: The URL to the OIDC configuration of your provider. - schema: - type: string - default: "https://auth.example.com/.well-known/openid-configuration" - required: true - - variable: client_id - label: Client Id - description: The client id of your configured client in your provider - schema: - type: string - default: "mealie" - required: true - - variable: user_group - label: User Group - description: If specified, only users belonging to this group will be able to successfully authenticate, regardless of the OIDC_ADMIN_GROUP - schema: - type: string - default: "" - - variable: admin_group - label: Admin Group - description: If specified, users belonging to this group will be made an admin. - schema: - type: string - default: "" - - variable: auto_redirect - label: Auto Redirect - description: If True, then the login page will be bypassed an you will be sent directly to your Identity Provider. You can still get to the login page by adding ?direct=1 to the login URL - schema: - type: boolean - default: false - - variable: provider_name - label: Provider Name - description: The provider name is shown in SSO login button. "Login with " - schema: - type: string - default: "OAuth" - - variable: remember_me - label: Remember Me - description: Because redirects bypass the login screen, you cant extend your session by clicking the "Remember Me" checkbox. By setting this value to true, a session will be extended as if "Remember Me" was checked - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10018 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/media-roller/questions.yaml b/charts/stable/media-roller/questions.yaml deleted file mode 100644 index 309553641ac..00000000000 --- a/charts/stable/media-roller/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: download - label: "download Storage" - description: "Container Path download" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mediaelch/questions.yaml b/charts/stable/mediaelch/questions.yaml deleted file mode 100644 index b45cccf1b9e..00000000000 --- a/charts/stable/mediaelch/questions.yaml +++ /dev/null @@ -1,88 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5800 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: mediaelch - label: "mediaelch Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mediagoblin/questions.yaml b/charts/stable/mediagoblin/questions.yaml deleted file mode 100644 index 031f552e04d..00000000000 --- a/charts/stable/mediagoblin/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6543 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: appdata - label: "appdata Storage" - description: "Appdata" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mediainfo/questions.yaml b/charts/stable/mediainfo/questions.yaml deleted file mode 100644 index 4f76b15e358..00000000000 --- a/charts/stable/mediainfo/questions.yaml +++ /dev/null @@ -1,183 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: - # Portal -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PASSWORD - label: "VNC_PASSWORD" - description: "Password needed to connect to the application's GUI. See the VNC Password section for more details." - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} - - variable: mediainfo - group: "App Configuration" - label: "Media Info Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ENABLE_CJK_FONT - label: "ENABLE_CJK_FONT" - description: "When set to true, open-source computer font WenQuanYi Zen Hei is installed. " - schema: - type: boolean - default: false - - variable: KEEP_APP_RUNNING - label: "KEEP_APP_RUNNING" - description: "When set to true, the application will be automatically restarted if it crashes or if a user quits it." - schema: - type: boolean - default: false - - variable: gui - label: "GUI Settings" - description: "Always read description before changing a value here. Also refer to README" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DISPLAY_WIDTH - label: "DISPLAY_WIDTH" - description: "Width (in pixels) of the application's window." - schema: - type: int - default: 1280 - required: true - - variable: DISPLAY_HEIGHT - label: "DISPLAY_HEIGHT" - description: "Height (in pixels) of the application's window." - schema: - type: int - default: 768 - required: true - - variable: SECURE_CONNECTION - label: "SECURE_CONNECTION" - description: "When set to true, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section for more details." - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10264 - required: true - - variable: vnc - label: "VNC Service" - description: "VNC Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: vnc - label: "TCP 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 - default: 10265 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: storage - label: "App Storage" - description: "Application Storage." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/medusa/questions.yaml b/charts/stable/medusa/questions.yaml deleted file mode 100644 index b24696ec59c..00000000000 --- a/charts/stable/medusa/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10068 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/megasync/questions.yaml b/charts/stable/megasync/questions.yaml deleted file mode 100644 index 04b81b948da..00000000000 --- a/charts/stable/megasync/questions.yaml +++ /dev/null @@ -1,110 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - path: "/vnc_auto.html" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: CUSTOM_RES_W - label: "Resolution Width" - schema: - type: string - required: true - default: "800" - - variable: CUSTOM_RES_H - label: "Resolution Height" - schema: - type: string - required: true - default: "600" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/memcached/questions.yaml b/charts/stable/memcached/questions.yaml deleted file mode 100644 index fbec9f28a55..00000000000 --- a/charts/stable/memcached/questions.yaml +++ /dev/null @@ -1,69 +0,0 @@ -# Include{groups} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 11211 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/memories-of-mars/questions.yaml b/charts/stable/memories-of-mars/questions.yaml deleted file mode 100644 index acd1d52780b..00000000000 --- a/charts/stable/memories-of-mars/questions.yaml +++ /dev/null @@ -1,160 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "897590" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter Extra Startup Parameters here if needed, otherwise leave empty (eg -port=7778, -maxplayers=12)" - schema: - type: string - default: "" - - variable: MULTIHOME - label: "MULTIHOME" - description: "This has to be the IP of your TrueNAS server otherwise you cant connect to the game and the game will lost connection to the server!" - schema: - type: string - default: "" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7777 - required: true - - variable: beaconport - label: 'beaconport service' - description: "UDP Beacon Port" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: beaconport - label: "beaconport 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 - default: 15000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/meshcentral/questions.yaml b/charts/stable/meshcentral/questions.yaml deleted file mode 100644 index 767af71b04f..00000000000 --- a/charts/stable/meshcentral/questions.yaml +++ /dev/null @@ -1,724 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: meshcentral - group: App Configuration - label: MeshCentral Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: settings - label: Section - schema: - additional_attrs: true - type: dict - attrs: - - variable: aliasPort - label: aliasPort - description: The actual main port as seen externally on the Internet, this setting is often used when a reverse-proxy is used. - schema: - type: int - required: true - default: 443 - - variable: cert - label: cert - description: Set this to the primary DNS name of this MeshCentral server. - schema: - type: string - required: true - default: "" - - variable: tlsOffload - label: tlsOffload - description: When true, indicates that a TLS offloader is in front of the MeshCentral server. More typically, set this to the IP address of the reverse proxy or TLS offloader so that IP forwarding headers will be trusted. For example 172.16.0.0/16 - schema: - type: string - default: "172.16.0.0/16" - - variable: trustedProxy - label: trustedProxy - description: Trust forwarded headers from these IPs or domains. Providing the magic string "CloudFlare" will cause the server to download the IP address list of trusted CloudFlare proxies directly from CloudFlare on each server start. For example 172.16.0.0/16. This should be left empty if traefik is used. - schema: - type: string - default: "" - - variable: WANonly - label: WANonly - description: When enabled, only MeshCentral WAN features are enabled and agents will connect to the server using a well known DNS name. - schema: - type: boolean - default: false - - variable: LANonly - label: LANonly - description: When enabled, only MeshCentral LAN features are enabled and agents will find the server using multicast LAN packets. - schema: - type: boolean - default: false - - variable: webRTC - label: webRTC - description: When enabled, allows use of WebRTC to allow direct network traffic between the agent and browser. - schema: - type: boolean - default: false - - variable: compression - label: compression - description: Enables GZIP compression for web requests. - schema: - type: boolean - default: true - - variable: wsCompression - label: wsCompression - description: Enables server-side, websocket per-message deflate compression. - schema: - type: boolean - default: true - - variable: agentWsCompression - label: agentWsCompression - description: Enables agent-side, websocket per-message deflate compression. wscompression must also be true for this to work. - schema: - type: boolean - default: true - - variable: allowFraming - label: allowFraming - description: When enabled, the MeshCentral web site can be embedded within another website's iframe. - schema: - type: boolean - default: false - - variable: newAccounts - label: newAccounts - description: When set to true, allow new user accounts to be created from the login page. - schema: - type: boolean - default: false - - variable: allowHighQualityDesktop - label: allowHighQualityDesktop - description: When false, users will only be able to set remote desktop image quality to 60%, this can reduce server bandwidth usage. - schema: - type: boolean - default: true - - variable: agentLogDump - label: agentLogDump - description: Automatically downloads all agent error logs into meshcentral-data/agenterrorlogs.txt. - schema: - type: boolean - default: false - - variable: agentCoreDump - label: agentCoreDump - description: Automatically activates and transfers any agent crash dump files to the server in meshcentral-data/coredumps. - schema: - type: boolean - default: false - - variable: browserPing - label: browserPing - description: When specified, sends data to the browser at x seconds interval and expects a response from the browser. - schema: - type: int - required: true - default: -99 - - variable: browserPong - label: browserPong - description: When specified, sends data to the browser at x seconds interval. - schema: - type: int - required: true - default: -99 - - variable: agentPing - label: agentPing - description: When specified, sends data to the agent at x seconds interval and expects a response from the agent. - schema: - type: int - required: true - default: -99 - - variable: agentPong - label: agentPong - description: When specified, sends data to the agent at x seconds interval. - schema: - type: int - required: true - default: -99 - - variable: agentIdleTimeout - label: agentIdleTimeout - description: How much time in seconds with no traffic from an agent before dropping the agent connection. - schema: - type: int - required: true - default: -99 - - variable: maxInvalidLogin - label: Section - schema: - additional_attrs: true - type: dict - attrs: - - variable: time - label: time - description: Time in minutes over which the a maximum number of invalid login attempts is allowed from an IP address. - schema: - type: int - required: true - default: 10 - - variable: count - label: count - description: Maximum number of invalid login attempts from an IP address in the time period. - schema: - type: int - required: true - default: 10 - - variable: coolofftime - label: coolofftime - description: Additional time in minute that login attempts will be denied once the invalid login limit is reached. - schema: - type: int - required: true - default: 30 - - variable: exclude - label: exclude - description: Ranges of IP addresses that are not subject to invalid login limitations. For example 192.168.1.0/24,172.16.0.1 - schema: - type: string - default: "" - - variable: maxInvalid2fa - label: Section - schema: - additional_attrs: true - type: dict - attrs: - - variable: time - label: time - description: Time in minutes over which the a maximum number of invalid 2FA attempts is allowed from an IP address. - schema: - type: int - required: true - default: 10 - - variable: count - label: count - description: Maximum number of invalid 2FA attempts from an IP address in the time period. - schema: - type: int - required: true - default: 10 - - variable: coolofftime - label: coolofftime - description: Additional time in minute that 2FA attempts will be denied once the invalid login limit is reached. - schema: - type: int - required: true - default: 30 - - variable: exclude - label: exclude - description: Ranges of IP addresses that are not subject to invalid 2FA limitations. For example 192.168.1.0/24,172.16.0.1 - schema: - type: string - default: "" - - variable: autobackup - label: Section - schema: - additional_attrs: true - type: dict - attrs: - - variable: backupIntervalHours - label: backupIntervalHours - schema: - type: int - required: true - default: 24 - - variable: keepLastDaysBackup - label: keepLastDaysBackup - schema: - type: int - required: true - default: 10 - - variable: zipPassword - label: zipPassword - description: Leave empty for no password - schema: - type: string - private: true - default: "" - - variable: _setupWebDav - label: Backup to Web DAV - description: Enabled automated upload of the server backups to a WebDAV account. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: webdav - label: Section - schema: - additional_attrs: true - type: dict - attrs: - - variable: url - label: url - description: WebDAV account URL. - schema: - type: string - default: "" - - variable: username - label: username - description: WebDAV account username. - schema: - type: string - default: "" - - variable: password - label: password - description: WebDAV account password. - schema: - type: string - private: true - default: "" - - variable: folderName - label: folderName - description: The name of the folder to create in the WebDAV account. - schema: - type: string - default: MeshCentral-Backups - - variable: maxFiles - label: maxFiles - description: The maximum number of files to keep in the WebDAV folder, older files will be removed if needed. - schema: - type: int - default: 10 - - variable: relayDNS - label: relayDNS - description: When set, relayPort value is ignored. Set this to a DNS name the points to this server. When the server is accessed using the DNS name, the main web server port is used as a web relay port. - schema: - type: list - default: [] - items: - - variable: relayDNSEntry - label: relayDNS Entry - schema: - type: string - required: true - default: "" - - variable: plugins - label: Section - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: _setupMessaging - label: Setup Messaging - description: This section allow MeshCentral to send messages over user messaging networks like Discord - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: messaging - label: Section - schema: - additional_attrs: true - type: dict - attrs: - - variable: _setupTelegram - label: Setup Telegram - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: telegram - label: telegram - description: Configure Telegram messaging system - schema: - additional_attrs: true - type: dict - attrs: - - variable: apiid - label: apiid - schema: - type: string - default: "" - - variable: apihash - label: apihash - schema: - type: string - default: "" - - variable: session - label: session - schema: - type: string - default: "" - - variable: _setupDiscord - label: Setup Discord - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: discord - label: discord - description: Configure Discord messaging system - schema: - additional_attrs: true - type: dict - attrs: - - variable: serverurl - label: serverurl - schema: - type: string - default: "" - - variable: token - label: token - schema: - type: string - default: "" - - variable: _setupXMPP - label: Setup XMPP - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: xmpp - label: xmpp - description: Configure XMPP messaging system - schema: - additional_attrs: true - type: dict - attrs: - - variable: service - label: service - schema: - type: string - default: "" - - variable: credentials - label: credentials - schema: - additional_attrs: true - type: dict - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - private: true - default: "" - - variable: domains - label: Section - schema: - additional_attrs: true - type: dict - attrs: - - variable: tcdefaultdomain - label: 'Section <"">' - schema: - additional_attrs: true - type: dict - attrs: - - variable: certUrl - label: certUrl - description: HTTPS URL when to get the TLS certificate that MeshAgent's will see when connecting to this server. This setting is used when a reverse proxy like Traefik is used in front of MeshCentral. - schema: - type: string - required: true - default: "" - - variable: title - label: title - description: The title of this web site. All web pages will have this title. - schema: - type: string - required: true - default: MeshCentral - - variable: title2 - label: title2 - description: Secondary title text that is placed on the upper right on the title on many web pages. - schema: - type: string - required: true - default: TrueCharts - - variable: welcomeText - label: welcomeText - description: Text that will be shown on the login screen. - schema: - type: string - required: true - default: Welcome to TrueCharts MeshCentral - - variable: minify - label: minify - description: When enabled, the server will send reduced sized web pages. - schema: - type: boolean - default: true - - variable: localSessionRecording - label: localSessionRecording - description: When false, removes the local recording feature on remote desktop. - schema: - type: boolean - default: true - - variable: mstsc - label: mstsc - description: When enabled, activates the built-in web-based RDP client. - schema: - type: boolean - default: true - - variable: ssh - label: ssh - description: When enabled, activates the built-in web-based SSH client. - schema: - type: boolean - default: true - - variable: novnc - label: novnc - description: When enabled, activates the built-in web-based VNC client. - schema: - type: boolean - default: true - - variable: geoLocation - label: geoLocation - description: Enables the geo-location feature and device location map in the user interface, this feature is not being worked on. - schema: - type: boolean - default: true - - variable: nightMode - label: nightMode - description: 0 = User selects day/night mode, 1 = Always night mode, 2 = Always day mode - schema: - type: int - min: 0 - max: 2 - requited: true - default: 0 - - variable: siteStyle - label: siteStyle - description: Valid numbers are 1 and 2, changes the style of the login page and some secondary pages. - schema: - type: int - min: 1 - max: 2 - requited: true - default: 2 - - variable: deviceMeshRouterLinks - label: Section - schema: - additional_attrs: true - type: dict - attrs: - - variable: rdp - label: rdp - description: Display a RDP link in the device tab when supported - schema: - type: boolean - default: true - - variable: ssh - label: ssh - description: Display a SSH link in the device tab when supported - schema: - type: boolean - default: true - - variable: scp - label: scp - description: Display a SCP link in the device tab when supported - schema: - type: boolean - default: true - - variable: _setupAgentCustomization - label: Setup Agent Customization - description: Use this section to customize the agent branding. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: agentCustomization - label: Section - schema: - additional_attrs: true - type: dict - attrs: - - variable: displayName - label: displayName - description: The name of the agent as displayed to the user. - schema: - type: string - default: MeshCentral Agent - - variable: description - label: description - description: The description of the agent as displayed to the user. - schema: - type: string - default: Mesh Agent Background Service - - variable: companyName - label: companyName - description: This will be used as the path to install the agent, by default this is 'Mesh Agent' in Windows and 'meshagent' in other OS's. - schema: - type: string - default: Mesh Agent - - variable: serviceName - label: serviceName - description: The name of the background service, by default this is 'Mesh Agent' in Windows and 'meshagent' in other OS's but should be set to an all lower case, no space string. - schema: - type: string - default: Mesh Agent - - variable: installText - label: installText - description: Text string to show in the agent installation dialog box. - schema: - type: string - default: "" - - variable: image - label: image - description: The filename of a image file in .png format located in meshcentral-data to display in the MeshCentral Agent installation dialog, image should be square and from 64x64 to 200x200. - schema: - type: string - default: "" - - variable: fileName - label: fileName - description: The agent filename. - schema: - type: string - default: meshagent - - variable: foregroundColor - label: foregroundColor - description: 'Foreground text color, valid values are RBG in format 0,0,0 to 255,255,255 or format "#000000" to "#FFFFFF".' - schema: - type: string - default: "" - - variable: backgroundColor - label: backgroundColor - description: 'Background color, valid values are RBG in format 0,0,0 to 255,255,255 or format "#000000" to "#FFFFFF".' - schema: - type: string - default: "" - - variable: additional_meshcentral - group: App Configuration - label: Additional MeshCentral Configuration - schema: - type: list - default: [] - items: - - variable: entry - label: Key - Value Pair - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - required: true - default: "" - - variable: value - label: Value - schema: - type: string - required: true - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10205 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: files - label: Files Storage - description: Stores the Files - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: web - label: Web Storage - description: Stores the Web Files. Used for web customization - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: backups - label: Backups Storage - description: Stores the Backups - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/meshroom/questions.yaml b/charts/stable/meshroom/questions.yaml deleted file mode 100644 index 954b8e8c582..00000000000 --- a/charts/stable/meshroom/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10243 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/metabase/questions.yaml b/charts/stable/metabase/questions.yaml deleted file mode 100644 index 56d0c5867ee..00000000000 --- a/charts/stable/metabase/questions.yaml +++ /dev/null @@ -1,86 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 13030 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: plugins - label: "App Plugin Storage" - description: "Stores the Metabase Plugins." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/metatube/questions.yaml b/charts/stable/metatube/questions.yaml deleted file mode 100644 index f0afd160fb9..00000000000 --- a/charts/stable/metatube/questions.yaml +++ /dev/null @@ -1,125 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: DEBUG - label: "DEBUG" - description: "Whether to enable debug mode or not" - schema: - type: string - default: "False" - - variable: LOG - label: "LOG" - description: "Whether to keep logs or not" - schema: - type: string - default: "False" - - variable: SOCKET_LOG - label: "SOCKET_LOG" - description: "Whether to log in- and outcoming websocket connections; warning your console can be spammed with connections." - schema: - type: string - default: "False" - - variable: LOG_LEVEL - label: "LOG_LEVEL" - description: "Numeric value from which MetaTube will keep logs. " - schema: - type: string - default: "10" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: storagedatabase - label: "storagedatabase Storage" - description: "This is the location for the database." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: storagedownloads - label: "storagedownloads Storage" - description: "This is the location for the downloads." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/metube/questions.yaml b/charts/stable/metube/questions.yaml deleted file mode 100644 index 6d8c3421fda..00000000000 --- a/charts/stable/metube/questions.yaml +++ /dev/null @@ -1,112 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: OUTPUT_TEMPLATE - label: Output Template - description: The template for the filenames of the downloaded videos - schema: - type: string - default: "%(title)s.%(ext)s" - - variable: YTDL_OPTIONS - label: YTDL Options - description: Additional options to pass to youtube-dl, in JSON format - schema: - type: string - default: "{}" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10216 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Config. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: downloads - label: App Downloads Storage - description: Stores the Application Downloads. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mindustry/questions.yaml b/charts/stable/mindustry/questions.yaml deleted file mode 100644 index cd396349d8c..00000000000 --- a/charts/stable/mindustry/questions.yaml +++ /dev/null @@ -1,133 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: GAME_V - label: "GAME_V" - description: "Preferred game version goes here (set to latest to download the latest and check on every startup if there is a newer version available)" - schema: - type: string - default: "latest" - - variable: SRV_NAME - label: "SRV_NAME" - description: "Servername goes here" - schema: - type: string - default: "DockerMindustry" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Extra startup Parameters if needed (leave empty if not needed)" - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6567 - required: true - - variable: udpgameport - label: 'udpgameport service' - description: "Container Port 6567" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udpgameport - label: "udpgameport 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 - default: 6567 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path mindustry" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/minecraft-bedrock/questions.yaml b/charts/stable/minecraft-bedrock/questions.yaml deleted file mode 100644 index fff8bd31f26..00000000000 --- a/charts/stable/minecraft-bedrock/questions.yaml +++ /dev/null @@ -1,277 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: EULA - label: Minecraft Eula - schema: - type: boolean - required: true - default: false - - variable: ENABLE_LAN_VISIBILITY - label: Enable Lan Visibility - schema: - type: boolean - default: false - - variable: VERSION - label: "Minecraft version" - description: "Options: LATEST, PREVIOUS or version number" - schema: - type: string - required: true - default: "LATEST" - - variable: SERVER_NAME - label: "Server Name" - schema: - type: string - required: true - default: "Dedicated Server on TrueNAS Scale!" - - variable: GAMEMODE - label: "Default gamemode" - schema: - type: string - required: true - default: "survival" - enum: - - value: "survival" - description: "Survival" - - value: "creative" - description: "Creative" - - value: "adventure" - description: "Adventure" - - value: "spectator" - description: "Spectator" - - variable: DIFFICULTY - label: "Difficulty" - schema: - type: string - required: true - default: "easy" - enum: - - value: "peaceful" - description: "Peaceful" - - value: "easy" - description: "Easy" - - value: "normal" - description: "Normal" - - value: "hard" - description: "Hard" - - variable: LEVEL_TYPE - label: "Level type" - schema: - type: string - required: true - default: "DEFAULT" - enum: - - value: "DEFAULT" - description: "Default" - - value: "FLAT" - description: "Flat" - - value: "LEGACY" - description: "Legacy" - - variable: ALLOW_CHEATS - label: "Enable/Disable Cheats" - schema: - type: boolean - default: false - - variable: MAX_PLAYERS - label: "Max players" - schema: - type: int - min: 1 - required: true - default: 10 - - variable: ONLINE_MODE - label: "Online mode" - schema: - type: boolean - default: true - - variable: WHITE_LIST - label: "White list" - schema: - type: boolean - default: false - - variable: WHITE_LIST_USERS - label: "White List Users" - description: "A user:xuid comma separated list." - schema: - type: string - default: "" - show_if: [[WHITE_LIST, "=", true]] - - variable: OPS - label: "OPS" - description: "To OP a player, use the XUID value, not the player's username. Multiple values accepted in this format `XUID,XUID` separated by a comma." - schema: - type: string - default: "" - - variable: VIEW_DISTANCE - label: "View distance" - schema: - type: int - min: 1 - required: true - default: 32 - - variable: TICK_DISTANCE - label: "Tick distance" - schema: - type: int - min: 1 - required: true - default: 4 - - variable: PLAYER_IDLE_TIMEOUT - label: "Player idle timeout" - schema: - type: int - min: 0 - required: true - default: 30 - - variable: MAX_THREADS - label: "Max threads" - schema: - type: int - min: 0 - required: true - default: 8 - - variable: LEVEL_NAME - label: "Level name" - schema: - type: string - required: true - default: "Bedrock level" - - variable: LEVEL_SEED - label: "Level seed" - schema: - type: string - default: "" - - variable: DEFAULT_PLAYER_PERMISSION_LEVEL - label: "Default player permission level" - schema: - type: string - required: true - default: "member" - enum: - - value: "visitor" - description: "Visitor" - - value: "member" - description: "Member" - - value: "operator" - description: "Operator" - - variable: TEXTUREPACK_REQUIRED - label: "Require texturepack" - schema: - type: boolean - default: false - - variable: SERVER_AUTHORITATIVE_MOVEMENT - label: "Server authoritave movement" - schema: - type: string - required: true - default: "server-auth" - enum: - - value: "client-auth" - description: "client-auth" - - value: "server-auth" - description: "server-auth" - - value: "server-auth-with-rewind" - description: "server-auth-with-rewind" - - variable: PLAYER_MOVEMENT_SCORE_THRESHOLD - label: "Player movement score threshold" - schema: - type: int - min: 1 - required: true - default: 20 - - variable: PLAYER_MOVEMENT_DISTANCE_THRESHOLD - label: "Player movement distance threshold" - schema: - type: string - required: true - default: "0.3" - - variable: PLAYER_MOVEMENT_DURATION_THRESHOLD_IN_MS - label: "Player movement duration threshold in MS" - schema: - type: int - min: 1 - required: true - default: 500 - - variable: CORRECT_PLAYER_MOVEMENT - label: "Enable/Disable Player movement correction" - schema: - type: boolean - default: false -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 19132 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/minecraft-bungeecord/questions.yaml b/charts/stable/minecraft-bungeecord/questions.yaml deleted file mode 100644 index 4482bcfade2..00000000000 --- a/charts/stable/minecraft-bungeecord/questions.yaml +++ /dev/null @@ -1,270 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - label: "Select Image" - schema: - type: string - default: "image" - enum: - - value: "image" - description: "Java 17" - - value: "j11Image" - description: "Java 11" - - value: "j8Image" - description: "Java 8" - - variable: env - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: RCON_PASSWORD - label: "RCON Password" - description: "This uses a third-party plugin to work, orblazer/bungee-rcon, which is automatically downloaded" - schema: - type: string - private: true - default: "" - - variable: TYPE - label: "Server Type" - description: "The type of the server. When the type is set to CUSTOM, the environment setting BUNGEE_JAR_URL is required." - schema: - type: string - required: true - default: "WATERFALL" - enum: - - value: "BUNGEECORD" - description: "Bungeecord" - - value: "WATERFALL" - description: "Waterfall" - - value: "VELOCITY" - description: "Velocity" - - value: "CUSTOM" - description: "Custom" - - variable: BUNGEE_JAR_URL - label: "Bunge Jar URL" - description: "Used to download a comma separated list of *.jar urls to the plugins folder." - schema: - type: string - default: "" - required: true - show_if: [[TYPE, "=", "CUSTOM"]] - - variable: PLUGINS - label: "Plugins" - description: "Used to download a comma separated list of *.jar urls to the plugins folder." - schema: - type: string - default: "" - - variable: SPIGET_PLUGINS - label: "Spiget Plugins" - description: "The SPIGET_PLUGINS variable can be set with a comma-separated list of SpigotMC resource IDs." - schema: - type: string - default: "" - - variable: ENABLE_RCON - label: "Enable RCON" - schema: - type: boolean - default: true - - variable: ONLINE_MODE - label: "Enable Online Mode" - description: "MUST set to false which is required by bungeecord" - schema: - type: boolean - default: false - - variable: genericpacks - label: "Show Generic Packs Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: GENERIC_PACKS - label: "Generic Packs" - description: "Names of generic packs" - schema: - type: string - default: "" - - variable: GENERIC_PACKS_PREFIX - label: "Generic Packs Prefix" - description: "The URL of the service to download from" - schema: - type: string - default: "" - - variable: GENERIC_PACKS_SUFFIX - label: "Generic Packs Suffix" - description: "The file type" - schema: - type: string - default: ".zip" - - variable: advancedenvironment - label: "Show Advanced Server Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: MEMORY - label: "Memory" - description: "The Java memory heap size to specify to the JVM." - schema: - type: string - required: true - default: "512M" - - variable: INIT_MEMORY - label: "Init Memory" - description: "Can be set to use a different initial heap size." - schema: - type: string - required: true - default: "512M" - - variable: MAX_MEMORY - label: "Max Memory" - description: "Can be set to use a different max heap size." - schema: - type: string - required: true - default: "512M" - - variable: NETWORKADDRESS_CACHE_TTL - label: "Network Address Cache TTL" - description: "Number of seconds to cache the successful network address lookups." - schema: - type: int - default: 60 - - variable: JVM_OPTS - label: "JVM Options" - schema: - type: string - default: "" - - variable: JVM_XX_OPTS - label: "JVM -X Options" - schema: - type: string - default: "" - - variable: REPLACE_ENV_VARIABLES - label: "Replace Env Variables" - description: "Replace variables that match your defined environment variables in all the files in /server." - schema: - type: boolean - default: false - - variable: REPLACE_ENV_VARIABLE_PREFIX - label: "Replace Env Variable Prefix" - description: "define a prefix" - schema: - type: string - default: "CFG_" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 25565 - required: true - - variable: rcon - label: "RCON Service" - description: "RCON service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: rcon - label: "RCON 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 - default: 25578 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: server - label: "App Server Storage" - description: "Stores the Application Server." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: plugins - label: "App Plugins Storage" - description: "Stores the Application Plugins." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/minecraft-java/questions.yaml b/charts/stable/minecraft-java/questions.yaml deleted file mode 100644 index 8b4aaa85c73..00000000000 --- a/charts/stable/minecraft-java/questions.yaml +++ /dev/null @@ -1,831 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - label: Select Image - schema: - type: string - default: image - enum: - - value: image - description: Java 21 Hotspot - - value: j21Image - description: Java 21 Hotspot - - value: j21graalvmImage - description: Java 21 Graalvm - - value: j21alpineImage - description: Java 21 Alpine - - value: j17Image - description: Java 17 Hotspot - - value: j17jdkImage - description: Java 17 JDK - - value: j17graalvmImage - description: Java 17 Graalvm - - value: j17alpineImage - description: Java 17 Alpine - - value: j11Image - description: Java 11 Hotspot - - value: j8Image - description: Java 8 HotSpot - - value: j8graalvmImage - description: Java 8 GraalVM CE - - value: j8jdkImage - description: Java 8 JDK - - value: j8alpineImage - description: Java 8 Alpine - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: RCON_PASSWORD - label: Rcon Password - description: This will only have effect in the first installation or always if OVERRIDE_SERVER_PROPERTIES is enabled - schema: - type: string - private: true - default: "" - - variable: EULA - label: Minecraft Eula - schema: - type: boolean - required: true - default: false - - variable: OVERRIDE_SERVER_PROPERTIES - label: Override Server Properties - description: Enable this to automatically manage the server.properties in the GUI. - schema: - type: boolean - default: false - - variable: VERSION - label: Minecraft Version - description: Set the Minecraft Version - LATEST, SNAPSHOT, or specific version. - schema: - type: string - required: true - default: LATEST - - variable: TYPE - label: Server Type - schema: - type: string - required: true - default: VANILLA - enum: - - value: VANILLA - description: Vanilla - - value: FORGE - description: Forge - - value: NEOFORGE - description: NeoForge - - value: FABRIC - description: Fabric - - value: SPIGOT - description: Spigot - - value: BUKKIT - description: Bukkit - - value: PAPER - description: Paper - - value: FOLIA - description: Folia - - value: AIRPLANE - description: Airplane - - value: PURPUR - description: Purpur - - value: MAGMA - description: Magma - - value: MOHIST - description: Mohist - - value: CATSERVER - description: Catserver - - value: CANYON - description: Canyon - - value: SPONGEVANILLA - description: Sponge Vanilla - - value: LIMBO - description: Limbo - - value: CRUCIBLE - description: Crucible - - value: FTBA - description: FTBA - - value: CURSEFORGE - description: Curseforge - - value: AUTO_CURSEFORGE - description: Auto CurseForge - - value: QUILT - description: Quilt - - value: PUFFERFISH - description: Pufferfish - - value: CUSTOM - description: Custom - - variable: PACKWIZ_URL - label: Packwiz URL - schema: - type: string - default: "" - show_if: [[TYPE, "!=", "VANILLA"]] - - variable: CUSTOM_SERVER - label: Custom Server - description: URL or a container path to an existing JAR file, will ONLY download once. - schema: - type: string - default: "" - show_if: [[TYPE, "=", "CUSTOM"]] - - variable: QUILT_LOADER_VERSION - label: Quilt loader version - schema: - type: string - default: "0.16.0" - show_if: [[TYPE, "=", "QUILT"]] - - variable: QUILT_INSTALLER_VERSION - label: Quilt installer version - schema: - type: string - default: "0.4.1" - show_if: [[TYPE, "=", "QUILT"]] - - variable: QUILT_LAUNCHER - label: Quilt launcher - description: Path to a custom launcher jar available to the container relative to /data. - schema: - type: string - default: "" - show_if: [[TYPE, "=", "QUILT"]] - - variable: QUILT_LAUNCHER_URL - label: Quilt launcher url - description: URL to a custom launcher jar - schema: - type: string - default: "" - show_if: [[TYPE, "=", "QUILT"]] - - variable: PUFFERFISH_BUILD - label: Pufferfish build - description: "To set the actual SERVER VERSION number set the value as 'build xx' for example xx is 50. set the 'Version' variable as a single branch instead like 'latest' or '1.18' or '1.17'" - schema: - type: string - default: lastSuccessfulBuild - show_if: [[TYPE, "=", "PUFFERFISH"]] - - variable: FORGEVERSION - label: Forge Version - schema: - type: string - default: "" - show_if: [[TYPE, "=", "FORGE"]] - - variable: FORGE_INSTALLER - label: Forge Installer - schema: - type: string - default: "" - show_if: [[TYPE, "=", "FORGE"]] - - variable: FORGE_INSTALLER_URL - label: Forge Installer URL - schema: - type: string - default: "" - show_if: [[TYPE, "=", "FORGE"]] - - variable: NEOFORGE_VERSION - label: NeoForge Version - schema: - type: string - default: "47.1.79" - show_if: [[TYPE, "=", "NEOFORGE"]] - - variable: FABRIC_LOADER_VERSION - label: Fabric Loader Version - schema: - type: string - default: "" - show_if: [[TYPE, "=", "FABRIC"]] - - variable: FABRIC_INSTALLER - label: Fabric Installer - schema: - type: string - default: "" - show_if: [[TYPE, "=", "FABRIC"]] - - variable: FABRIC_INSTALLER_URL - label: Fabric Installer URL - schema: - type: string - default: "" - show_if: [[TYPE, "=", "FABRIC"]] - - variable: SPIGOT_DOWNLOAD_URL - label: Spigot Download URL - schema: - type: string - default: "" - show_if: [[TYPE, "=", "SPIGOT"]] - - variable: BUILD_FROM_SOURCE - label: Build Spigot from Source? - schema: - type: boolean - default: false - show_if: [[TYPE, "=", "SPIGOT"]] - - variable: BUKKIT_DOWNLOAD_URL - label: Bukkit Download URL - schema: - type: string - default: "" - show_if: [[TYPE, "=", "BUKKIT"]] - - variable: PAPERBUILD - label: Paper Build Number - schema: - type: string - default: "" - show_if: [[TYPE, "=", "PAPER"]] - - variable: PAPER_DOWNLOAD_URL - label: Paper Download URL - schema: - type: string - default: "" - show_if: [[TYPE, "=", "PAPER"]] - - variable: AIRPLANE_BUILD - label: Airplane Build - schema: - type: string - default: lastSuccessfulBuild - show_if: [[TYPE, "=", "AIRPLANE"]] - - variable: MAGMA_CHANNEL - label: Magma Channel - schema: - type: string - default: stable - show_if: [[TYPE, "=", "MAGMA"]] - - variable: MOHIST_BUILD - label: Mohist Build - schema: - type: string - default: "" - show_if: [[TYPE, "=", "MOHIST"]] - - variable: CANYON_BUILD - label: Canyon Build - schema: - type: string - default: "" - show_if: [[TYPE, "=", "CANYON"]] - - variable: SPONGEBRANCH - label: Sponge Branch - schema: - type: string - default: STABLE - show_if: [[TYPE, "=", "SPONGEVANILLA"]] - - variable: SPONGEVERSION - label: Sponge Version - schema: - type: string - default: "" - show_if: [[TYPE, "=", "SPONGEVANILLA"]] - - variable: LIMBO_BUILD - label: Limbo Build - schema: - type: string - default: LATEST - show_if: [[TYPE, "=", "LIMBO"]] - - variable: LIMBO_SCHEMA_FILENAME - label: Limbo Schema Filename - schema: - type: string - default: default.schem - show_if: [[TYPE, "=", "LIMBO"]] - - variable: CRUCIBLE_RELEASE - label: Crucible Release - schema: - type: string - default: latest - show_if: [[TYPE, "=", "CRUCIBLE"]] - - variable: FTB_MODPACK_ID - label: FTB Modpack ID - schema: - type: string - default: "" - show_if: [[TYPE, "=", "FTBA"]] - - variable: FTB_MODPACK_VERSION_ID - label: FTB Modpack Version ID - schema: - type: string - default: "" - show_if: [[TYPE, "=", "FTBA"]] - - variable: CF_SERVER_MOD - label: CF Server Mod - schema: - type: string - default: "" - show_if: [[TYPE, "=", "CURSEFORGE"]] - - variable: CF_BASE_DIR - label: CF Base Dir - schema: - type: string - default: "" - show_if: [[TYPE, "=", "CURSEFORGE"]] - - variable: USE_MODPACK_START_SCRIPT - label: Use Modpack Start Script - schema: - type: boolean - default: true - show_if: [[TYPE, "=", "CURSEFORGE"]] - - variable: FTB_LEGACYJAVAFIXER - label: Fix for - schema: - type: boolean - default: false - show_if: [[TYPE, "=", "CURSEFORGE"]] - - variable: CF_API_KEY - label: CF API Key - schema: - type: string - default: "" - show_if: [[TYPE, "=", "AUTO_CURSEFORGE"]] - - variable: CF_PAGE_URL - label: CF modpack page URL - schema: - type: string - default: "" - show_if: [[TYPE, "=", "AUTO_CURSEFORGE"]] - - variable: CF_SLUG - label: CF modpack slug - schema: - type: string - default: "" - show_if: [[TYPE, "=", "AUTO_CURSEFORGE"]] - - variable: modpack_exclusions - label: Configure modpack exclusions - schema: - type: boolean - default: false - show_if: [[TYPE, "=", "AUTO_CURSEFORGE"]] - show_subquestions_if: true - subquestions: - - variable: CF_EXCLUDE_INCLUDE_FILE - label: JSON file path - schema: - type: string - - variable: CF_EXCLUDE_MODS - label: List of project slugs or IDs to exclude - description: "Comma or space delimited list" - schema: - type: string - default: "" - - variable: CF_FORCE_INCLUDE_MODS - label: List of project slugs or IDs to force include - description: "Comma or space delimited list" - schema: - type: string - default: "" - - variable: CF_FORCE_SYNCHRONIZE - label: Check to ensure the exclude/includes are re-evaluated - schema: - type: boolean - default: false - - variable: advanced_auto_curseforge - label: Advanced Auto CurseForge configurations - schema: - type: boolean - default: false - show_if: [[TYPE, "=", "AUTO_CURSEFORGE"]] - show_subquestions_if: true - subquestions: - - variable: CF_OVERRIDES_SKIP_EXISTING - label: Skip files in the overrides that already exist in the data directory - schema: - type: boolean - default: false - - variable: CF_PARALLEL_DOWNLOADS - label: How many parallel mod downloads to perform - schema: - type: int - default: 4 - - variable: CF_SET_LEVEL_FROM - label: Saves directory - description: "Some modpacks come with world/save data via a worlds file and/or the overrides provided with the modpack. Either approach can be selected to set the LEVEL to the resulting saves directory." - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: WORLD_FILE - description: World File - - value: OVERRIDES - description: Overrides - - variable: DIFFICULTY - label: Difficulty - schema: - type: string - required: true - default: easy - enum: - - value: peaceful - description: Peaceful - - value: easy - description: Easy - - value: normal - description: Normal - - value: hard - description: Hard - - variable: WHITELIST - label: Whitelist - schema: - type: string - default: "" - - variable: OPS - label: OPs - schema: - type: string - default: "" - - variable: ICON - label: URL to Server Icon - schema: - type: string - default: "" - - variable: MAX_PLAYERS - label: Max Connected Players - schema: - type: int - required: true - default: 20 - - variable: MAX_WORLD_SIZE - label: World Border Radius in blocks - schema: - type: int - required: true - default: 10000 - - variable: ALLOW_NETHER - label: Enable Nether - schema: - type: boolean - default: true - - variable: ANNOUNCE_PLAYER_ACHIEVEMENTS - label: Enable Announcing Player Achievements - schema: - type: boolean - default: true - - variable: ENABLE_COMMAND_BLOCK - label: Enable Command Blocks - schema: - type: boolean - default: false - - variable: FORCE_GAMEMODE - label: Enable Force Game Mode - schema: - type: boolean - default: false - - variable: GENERATE_STRUCTURES - label: Enable Generate Structures - schema: - type: boolean - default: true - - variable: HARDCORE - label: Enable Hardcore Mode - description: If set to true, players will be set to spectator mode if they die. - schema: - type: boolean - default: false - - variable: MAX_BUILD_HEIGHT - label: Max World Build Height - schema: - type: int - required: true - default: 256 - - variable: MAX_TICK_TIME - label: Max Tick Time - schema: - type: int - required: true - default: 60000 - - variable: SPAWN_ANIMALS - label: Enable Spawning Animals - schema: - type: boolean - default: true - - variable: SPAWN_MONSTERS - label: Enable Spawning Monsters - schema: - type: boolean - default: true - - variable: SPAWN_NPCS - label: Enable Spawning NPCs - schema: - type: boolean - default: true - - variable: VIEW_DISTANCE - label: Server View Distance - schema: - type: int - required: true - default: 10 - - variable: SEED - label: Level Seed - schema: - type: string - default: "" - - variable: MODE - label: Default Gamemode - schema: - type: string - required: true - default: survival - enum: - - value: survival - description: Survival - - value: creative - description: Creative - - value: adventure - description: Adventure - - value: spectator - description: Spectator - - variable: MOTD - label: Server Message of the Day - schema: - type: string - default: Welcome to Minecraft on TrueNAS Scale! - - variable: PVP - label: Enable PVP - schema: - type: boolean - default: false - - variable: LEVEL_TYPE - label: Level Type - schema: - type: string - required: true - default: DEFAULT - - variable: GENERATOR_SETTINGS - label: Generator Settings - schema: - type: string - default: "" - - variable: LEVEL - label: World Save Name - schema: - type: string - required: true - default: world - - variable: WORLD - label: URL of world download - schema: - type: string - default: "" - - variable: FORCE_REDOWNLOAD - label: Force redownload server files - description: Force re-download of the server file for VANILLA, FORGE, BUKKIT, SPIGOT, PAPER, CURSEFORGE, SPONGEVANILLA server types. - schema: - type: string - default: "false" - enum: - - value: "false" - description: "False" - - value: "true" - description: "True" - - variable: ONLINE_MODE - label: Enable Online Mode - schema: - type: boolean - default: true - - variable: USE_FLARE_FLAGS - label: Use Flare Flags - description: Enable to add appropriate flags for the Flare profiler on selected server types - https://github.com/itzg/docker-minecraft-server#enable-flare-flags - schema: - type: boolean - default: false - - variable: USE_AIKAR_FLAGS - label: Use Aikar Flags - description: Optimal JVM flags for GC tuning. - schema: - type: boolean - default: true - - variable: USE_SIMD_FLAGS - label: Use SIMD Flags - description: Enable support for optimized SIMD operations. - schema: - type: boolean - default: false - - variable: advanced - label: Show Advanced Server Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: MEMORY - label: Server Memory - schema: - type: string - required: true - default: 2048M - - variable: JVM_OPTS - label: JVM Options - schema: - type: string - default: "" - - variable: JVM_XX_OPTS - label: JVM -X Options - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} - - variable: mcbackup - group: App Configuration - label: MC Backup Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable MC Backup Container - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: initial_delay - label: Initial Delay - schema: - type: string - default: 2m - - variable: backup_interval - label: Backup Interval - schema: - type: string - default: 24h - - variable: player_online_check_interval - label: Player Online Check Interval - schema: - type: string - default: 5m - - variable: prune_backups_days - label: Prune Backups Days - schema: - type: int - default: 7 - - variable: pause_if_no_players - label: Pause If No Players - schema: - type: boolean - default: false - - variable: link_latest - label: Link Latest - description: Creates a symbolic link to the latest backup. - schema: - type: boolean - default: false - - variable: tar_compress_method - label: Tar Compress Method - schema: - type: string - default: gzip - enum: - - value: gzip - description: Gzip - - value: bzip2 - description: Bzip2 - - value: zstd - description: Zstd - - variable: zstd_params - label: ZSTD Params - schema: - type: list - empty: false - default: - - --long=25 - - --single-thread - required: true - items: - - variable: param - label: Param - schema: - type: string - required: true - default: "" - - variable: excludes - label: Excludes - schema: - type: list - empty: false - default: - - "*.jar" - - "cache" - - "logs" - - "*.tmp" - required: true - items: - - variable: exclude - label: Exclude - schema: - type: string - required: true - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the Minecraft Server runs on - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 25565 - required: true - - variable: query - label: Query 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 - default: 25565 - required: true - - variable: rcon - label: RCON Service - description: The RCON service. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: rcon - label: RCON 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 - default: 25575 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: backups - label: App Backups Storage - description: Stores the Application Backups. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/minetest/questions.yaml b/charts/stable/minetest/questions.yaml deleted file mode 100644 index 323c72376f8..00000000000 --- a/charts/stable/minetest/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 30000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/miniflux/questions.yaml b/charts/stable/miniflux/questions.yaml deleted file mode 100644 index 8ddf3effcfd..00000000000 --- a/charts/stable/miniflux/questions.yaml +++ /dev/null @@ -1,118 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: BASE_URL - label: "BASE_URL" - description: "Base URL to generate HTML links and base path for cookies." - schema: - type: string - default: "" - - variable: ADMIN_USERNAME - label: "ADMIN_USERNAME" - description: "Sets the ADMIN_USERNAME env var" - schema: - type: string - default: "admin" - - variable: ADMIN_PASSWORD - label: "ADMIN_PASSWORD" - description: "Sets the ADMIN_PASSWORD env var" - schema: - type: string - default: "changeme" - private: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10091 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mininote/questions.yaml b/charts/stable/mininote/questions.yaml deleted file mode 100644 index 659ef91edc4..00000000000 --- a/charts/stable/mininote/questions.yaml +++ /dev/null @@ -1,90 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/minio-console/questions.yaml b/charts/stable/minio-console/questions.yaml deleted file mode 100644 index 3b2767946b4..00000000000 --- a/charts/stable/minio-console/questions.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: CONSOLE_PBKDF_PASSPHRASE - label: "CONSOLE_PBKDF_PASSPHRASE" - schema: - type: string - default: "changeme" - - variable: CONSOLE_PBKDF_SALT - label: "CONSOLE_PBKDF_SALT" - schema: - type: string - default: "changeme" - - variable: CONSOLE_MINIO_SERVER - label: "CONSOLE_MINIO_SERVER" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9090 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/minio/questions.yaml b/charts/stable/minio/questions.yaml deleted file mode 100644 index cd2f8f2dd83..00000000000 --- a/charts/stable/minio/questions.yaml +++ /dev/null @@ -1,145 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: MINIO_ROOT_PASSWORD - label: "MINIO_ROOT_PASSWORD" - schema: - type: string - default: "changeme" - - variable: MINIO_ROOT_USER - label: "MINIO_ROOT_USER" - schema: - type: string - default: "minio" - required: true - - variable: MINIO_BROWSER_REDIRECT_URL - label: "MINIO_BROWSER_REDIRECT_URL" - description: "Specify the URL the MinIO Console provides as the redirect URL eg. https://minioconsole.mydomain.com" - schema: - type: string - default: "" - - variable: MINIO_SERVER_URL - label: "MINIO_SERVER_URL" - description: "Specify the URL hostname the MinIO Console should use for connecting to the MinIO Server. eg. https://minioserver.mydomain.com" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10107 - required: true - - variable: api - label: "API Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: api - label: "API 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 - default: 10106 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} - - variable: api - label: "API Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/minisatip/questions.yaml b/charts/stable/minisatip/questions.yaml deleted file mode 100644 index eb7f313c7e1..00000000000 --- a/charts/stable/minisatip/questions.yaml +++ /dev/null @@ -1,129 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8875 - required: true - - variable: rtsp - label: "rtsp Service" - description: "The rtsp service." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: rtsp - label: "rtsp 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 - default: 554 - required: true - - variable: discovery - label: "discovery Service" - description: "The discovery service." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: discovery - label: "discovery 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 - default: 1900 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/misskey/questions.yaml b/charts/stable/misskey/questions.yaml deleted file mode 100644 index 074d2b726a6..00000000000 --- a/charts/stable/misskey/questions.yaml +++ /dev/null @@ -1,232 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: misskey - group: "App Configuration" - label: "Misskey Configuration" - schema: - type: dict - attrs: - - variable: url - label: "Final Accessible URL (Initial Install Only)" - description: "Final accessible URL seen by a user. ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE URL SETTINGS AFTER THAT!" - schema: - type: string - required: true - - variable: id - label: "ID Generation Method (Initial Install Only)" - description: "Select the ID generation method. DO NOT CHANGE AFTER INSTANCE IS STARTED!" - schema: - type: string - enum: - - value: aid - description: "(aid) Short, Millisecond accuracy" - - value: meid - description: "(meid) Similar to ObjectID, Millisecond accuracy" - - value: ulid - description: "(ulid) Millisecond accuracy" - - value: objectid - description: "(objectid) This is left for backward compatibility" - default: aid - required: true - - variable: other - label: "Other Configuration" - schema: - type: dict - attrs: - - variable: disableHSTS - label: "Disable HSTS" - schema: - type: boolean - default: false - - variable: signToActivityPubGet - label: "Sign to ActivityPub GET Request" - schema: - type: boolean - default: false - - variable: maxFileSize - label: "Max file upload/download size (bytes)" - schema: - type: int - required: true - default: 262144000 - - variable: clusterLimit - label: "Cluster Limit" - description: "Number of worker processes for server" - schema: - type: int - required: true - default: 1 - - variable: deliverJobConcurrency - label: "Deliver Job Concurrency" - description: "Job concurrency per worker" - schema: - type: int - required: true - default: 128 - - variable: inboxJobConcurrency - label: "Inbox Job Concurrency" - description: "Inbox job concurrency per worker" - schema: - type: int - required: true - default: 16 - - variable: relashionshipJobConcurrency - label: "Relashionship Job Concurrency" - description: "Relashionship job concurrency per worker" - schema: - type: int - required: true - default: 16 - - variable: deliverJobPerSec - label: "Deliver Jobs Per Second" - description: "Job rate limiter" - schema: - type: int - required: true - default: 128 - - variable: inboxJobPerSec - label: "Inbox Jobs Per Second" - description: "Inbox job rate limiter" - schema: - type: int - required: true - default: 16 - - variable: relashionshipJobPerSec - label: "Relashionship Jobs Per Second" - description: "Relashionship job rate limiter" - schema: - type: int - required: true - default: 64 - - variable: deliverJobMaxAttempts - label: "Max Deliver Job Attempts" - schema: - type: int - required: true - default: 12 - - variable: inboxJobMaxAttempts - label: "Max Inbox Job Attempts" - schema: - type: int - required: true - default: 8 - - variable: allowedPrivateNetworks - label: "Allowed Private Networks" - description: "Automatically 127.0.0.1/32 is added" - schema: - type: list - default: [] - items: - - variable: privateNet - label: "Private Network Entry" - schema: - type: string - required: true - default: "" - - variable: proxyBypassHosts - label: "Proxy Bypass Hosts" - schema: - type: list - default: - - api.deepl.com - - api-free.deepl.com - - www.recaptcha.net - - hcaptcha.com - - challenges.cloudflare.com - items: - - variable: proxyBypassHostEntry - label: "Proxy Bypass Host Entry" - schema: - type: string - required: true - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3003 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: files - label: "Misskey file Storage" - description: "Stores the Application file data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{podSecurityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 33 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mkvcleaver/questions.yaml b/charts/stable/mkvcleaver/questions.yaml deleted file mode 100644 index 25ab8ba5ba8..00000000000 --- a/charts/stable/mkvcleaver/questions.yaml +++ /dev/null @@ -1,183 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: - # Portal -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Secrets" - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PASSWORD - label: "VNC_PASSWORD" - description: "Password needed to connect to the application's GUI. See the VNC Password section for more details." - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} - - variable: mkvcleaver - group: "App Configuration" - label: "MKV Cleaver Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ENABLE_CJK_FONT - label: "ENABLE_CJK_FONT" - description: "When set to true, open-source computer font WenQuanYi Zen Hei is installed. " - schema: - type: boolean - default: false - - variable: KEEP_APP_RUNNING - label: "KEEP_APP_RUNNING" - description: "When set to true, the application will be automatically restarted if it crashes or if a user quits it." - schema: - type: boolean - default: false - - variable: gui - label: "GUI Settings" - description: "Always read description before changing a value here. Also refer to README" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DISPLAY_WIDTH - label: "DISPLAY_WIDTH" - description: "Width (in pixels) of the application's window." - schema: - type: int - default: 1280 - required: true - - variable: DISPLAY_HEIGHT - label: "DISPLAY_HEIGHT" - description: "Height (in pixels) of the application's window." - schema: - type: int - default: 768 - required: true - - variable: SECURE_CONNECTION - label: "SECURE_CONNECTION" - description: "When set to true, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section for more details." - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10270 - required: true - - variable: vnc - label: "VNC Service" - description: "VNC Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: vnc - label: "TCP 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 - default: 10271 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: storage - label: "App Storage" - description: "Application Storage." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mkvtoolnix/questions.yaml b/charts/stable/mkvtoolnix/questions.yaml deleted file mode 100644 index 1f189b45e4d..00000000000 --- a/charts/stable/mkvtoolnix/questions.yaml +++ /dev/null @@ -1,189 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: - # Portal -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PASSWORD - label: "VNC_PASSWORD" - description: "Password needed to connect to the application's GUI. See the VNC Password section for more details." - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} - - variable: mkvtoolnix - group: "App Configuration" - label: "MKVToolNix Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ENABLE_CJK_FONT - label: "ENABLE_CJK_FONT" - description: "When set to true, open-source computer font WenQuanYi Zen Hei is installed. " - schema: - type: boolean - default: false - - variable: KEEP_APP_RUNNING - label: "KEEP_APP_RUNNING" - description: "When set to true, the application will be automatically restarted if it crashes or if a user quits it." - schema: - type: boolean - default: false - - variable: gui - label: "GUI Settings" - description: "Always read description before changing a value here. Also refer to README" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DISPLAY_WIDTH - label: "DISPLAY_WIDTH" - description: "Width (in pixels) of the application's window." - schema: - type: int - default: 1280 - required: true - - variable: DISPLAY_HEIGHT - label: "DISPLAY_HEIGHT" - description: "Height (in pixels) of the application's window." - schema: - type: int - default: 768 - required: true - - variable: SECURE_CONNECTION - label: "SECURE_CONNECTION" - description: "When set to true, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section for more details." - schema: - type: boolean - default: false - - variable: DARK_MODE - label: "DARK_MODE" - description: "When set to true, mkvtoolnix UI is changed to Dark Mode" - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10236 - required: true - - variable: vnc - label: "VNC Service" - description: "VNC Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: vnc - label: "TCP 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 - default: 10237 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: storage - label: "App Storage" - description: "Application Storage." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/modsecurity-crs/questions.yaml b/charts/stable/modsecurity-crs/questions.yaml deleted file mode 100644 index f0ab22857df..00000000000 --- a/charts/stable/modsecurity-crs/questions.yaml +++ /dev/null @@ -1,66 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8081 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mojopaste/questions.yaml b/charts/stable/mojopaste/questions.yaml deleted file mode 100644 index 57b775f9876..00000000000 --- a/charts/stable/mojopaste/questions.yaml +++ /dev/null @@ -1,98 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: PASTE_ENABLE_CHARTS - label: "PASTE_ENABLE_CHARTS" - description: "The application can make charts from the input data. (10)" - schema: - type: string - default: "0" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3300 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/monero-node/questions.yaml b/charts/stable/monero-node/questions.yaml deleted file mode 100644 index 3d77f358617..00000000000 --- a/charts/stable/monero-node/questions.yaml +++ /dev/null @@ -1,154 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: monero - group: App Configuration - label: Monero Node Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: rpcbindip - label: Restricted Bind Ip - description: Restrict bind IP, default is 0.0.0.0 or none - schema: - type: string - default: "0.0.0.0" - - variable: rpcbindport - label: Restricted Bind Port - description: Restrict bind port, default is 18089 - schema: - type: string - default: "18089" - - variable: publicnode - label: Enable Public Node - description: Make node pbulic - schema: - type: boolean - default: true - - variable: noigd - label: Enable No IGD - description: Enable no-igd arg - schema: - type: boolean - default: true - - variable: enablednsblocklist - label: Enable DNS Blocklist - description: Use built-in DNS Blocklist - schema: - type: boolean - default: true - - variable: pruneblockchain - label: Prune Blockchain - description: Enable prune-blockchain arg - schema: - type: boolean - default: true -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 18080 - required: true - - variable: rpc - label: 'RPC service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: rpc - label: "RPC 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 - default: 18089 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: blockchainstorage - label: "Main Container / Blockchain Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mongo-express/questions.yaml b/charts/stable/mongo-express/questions.yaml deleted file mode 100644 index 260121d69cb..00000000000 --- a/charts/stable/mongo-express/questions.yaml +++ /dev/null @@ -1,137 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: ME_CONFIG_BASICAUTH_USERNAME - label: WebUI Basic Auth Username - description: Basic Auth Username - schema: - type: string - default: "" - required: true - - variable: ME_CONFIG_BASICAUTH_PASSWORD - label: WebUI Basic Auth Password - description: Basic Auth Password - schema: - type: string - default: "" - required: true - private: true - - variable: ME_CONFIG_MONGODB_SERVER - label: MongoDB Database Server - description: Database Server - schema: - type: string - default: "" - - variable: ME_CONFIG_MONGODB_PORT - label: MongoDB Database Port - description: Database Port - schema: - type: int - default: 27017 - - variable: ME_CONFIG_MONGODB_AUTH_DATABASE - label: MongoDB Database name - description: Database name - schema: - type: string - default: "" - - variable: ME_CONFIG_MONGODB_AUTH_USERNAME - label: MongoDB Database username - description: Database username - schema: - type: string - required: true - default: mongo-express - - variable: ME_CONFIG_MONGODB_AUTH_PASSWORD - label: MongoDB Database Password - description: Database password - schema: - type: string - default: "" - private: true - - variable: ME_CONFIG_OPTIONS_EDITORTHEME - label: Editor Theme - description: Pick a theme from https://codemirror.net/5/demo/theme.html - schema: - type: string - required: true - default: default -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 18081 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 568 - - variable: runAsGroup - label: runAsGroup - description: The groupID this App of the user running the application - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mongodb/questions.yaml b/charts/stable/mongodb/questions.yaml deleted file mode 100644 index 322feb899c2..00000000000 --- a/charts/stable/mongodb/questions.yaml +++ /dev/null @@ -1,109 +0,0 @@ -# Include{groups} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: mongodbDatabase - group: "App Configuration" - label: "Database Name" - schema: - type: string - default: "mydatabase" - required: true - - variable: mongodbUsername - group: "App Configuration" - label: "Database User" - schema: - type: string - default: "mydatabaseuser" - required: true - - variable: mongodbPassword - group: "App Configuration" - label: "Database Password" - schema: - type: string - default: "" - required: true - - variable: mongodbRootPassword - group: "App Configuration" - label: "Root Password" - schema: - type: string - default: "" - required: true -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27017 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - additional_attrs: true - type: dict - attrs: - - variable: data - label: "DB Storage" - description: "Stores the old Application Database." - schema: - type: dict - hidden: true - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/monica/questions.yaml b/charts/stable/monica/questions.yaml deleted file mode 100644 index 93b97d7f2ad..00000000000 --- a/charts/stable/monica/questions.yaml +++ /dev/null @@ -1,112 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: APP_ENV - label: "APP_ENV" - description: "Use `local` if you want to install Monica as a development version. Use `production` otherwise." - schema: - type: string - default: "production" - required: true - - variable: APP_URL - label: "APP_URL" - description: "The URL of your application." - schema: - type: string - default: "" - required: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10119 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mordhau/questions.yaml b/charts/stable/mordhau/questions.yaml deleted file mode 100644 index 13a2ee79bbc..00000000000 --- a/charts/stable/mordhau/questions.yaml +++ /dev/null @@ -1,194 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "629800" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server." - schema: - type: string - default: "" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: string - default: "false" - - variable: BEACON_PORT - label: "BEACON_PORT" - description: "Container Variable BEACONPORT" - schema: - type: string - default: "15000" - - variable: QUERY_PORT - label: "QUERY_PORT" - description: "Container Variable QUERYPORT" - schema: - type: string - default: "27015" - - variable: GAME_PORT - label: "GAME_PORT" - description: "Container Variable GAMEPORT" - schema: - type: string - default: "7777" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7777 - required: true - - variable: udp - label: 'udp service' - description: "UDP Queryport (if you need another port, please delete this entry and create a new UDP Port with the required port number, also dont forget to click an Show more settings ... and change the port number" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udp - label: "udp 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 - default: 27015 - required: true - - variable: beaconport - label: 'beaconport service' - description: "UDP Beaconport (if you need another port, please delete this entry and create a new UDP Port with the required port number, also dont forget to click an Show more settings ... and change the port number)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: beaconport - label: "beaconport 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 - default: 15000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mosdns/questions.yaml b/charts/stable/mosdns/questions.yaml deleted file mode 100644 index fe6133f17ee..00000000000 --- a/charts/stable/mosdns/questions.yaml +++ /dev/null @@ -1,101 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "DNS Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: main - label: "DNS 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 - default: 53 - required: true - - variable: dns-udp - label: "DNS Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: dns-udp - label: "DNS 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 - default: 53 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mosquitto/questions.yaml b/charts/stable/mosquitto/questions.yaml deleted file mode 100644 index 78bd09484a2..00000000000 --- a/charts/stable/mosquitto/questions.yaml +++ /dev/null @@ -1,147 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: auth - group: "App Configuration" - label: "Authentication" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - description: "By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config." - schema: - type: boolean - default: false - - variable: websockets - group: "App Configuration" - label: "Web Sockets" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - description: "By enabling this, an additional listener with protocol websockets is added in the mosquitto config." - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 1883 - required: true - - variable: websockets - label: "WebSockets Service" - description: "WebSockets Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorClusterIP} -# Include{serviceSelectorExtras} - - variable: websockets - label: "WebSockets 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 - default: 9001 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: configinc - label: "App config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} - - variable: websockets - label: "WebSockets Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mstream/questions.yaml b/charts/stable/mstream/questions.yaml deleted file mode 100644 index 32c840aa363..00000000000 --- a/charts/stable/mstream/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10041 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/multi-scrobbler/questions.yaml b/charts/stable/multi-scrobbler/questions.yaml deleted file mode 100644 index 686eca69583..00000000000 --- a/charts/stable/multi-scrobbler/questions.yaml +++ /dev/null @@ -1,84 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9078 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/muse/questions.yaml b/charts/stable/muse/questions.yaml deleted file mode 100644 index 36861f80fd4..00000000000 --- a/charts/stable/muse/questions.yaml +++ /dev/null @@ -1,145 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: DISCORD_TOKEN - label: Discord Token - schema: - type: string - required: true - default: "" - - variable: YOUTUBE_API_KEY - label: Youtube API Key - description: Google's Developer Console credentials API key. - schema: - type: string - required: true - default: "" - - variable: SPOTIFY_CLIENT_ID - label: Spotify Client Id - schema: - type: string - required: true - default: "" - - variable: SPOTIFY_CLIENT_SECRET - label: Spotify Client Secret - schema: - type: string - required: true - default: "" - - variable: advanced - label: Show Advanced Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CACHE_LIMIT - label: Cache Limit - schema: - type: string - required: true - default: 2GB - - variable: BOT_STATUS - label: Bot Status - schema: - type: string - default: online - enum: - - value: online - description: Online - - value: idle - description: Away - - value: dnd - description: Do not Disturb - - variable: BOT_ACTIVITY_TYPE - label: Bot Activity Type - schema: - type: string - default: PLAYING - enum: - - value: PLAYING - description: Playing - - value: LISTENING - description: Listening - - value: WATCHING - description: Watching - - value: STREAMING - description: Streaming - - variable: BOT_ACTIVITY - label: Bot Activity - schema: - type: string - default: "" - - variable: BOT_ACTIVITY_URL - label: Bot Activity URL - description: requires either a youtube or twitch stream to be set. - schema: - type: string - default: "" - show_if: [[BOT_ACTIVITY_TYPE, "=", "STREAMING"]] - - variable: REGISTER_COMMANDS_ON_BOT - label: Register Commands On Bot - description: Enable Bot-wide commands if your muse instance is running on 10+ guilds. - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/muximux/questions.yaml b/charts/stable/muximux/questions.yaml deleted file mode 100644 index 725ebac28a6..00000000000 --- a/charts/stable/muximux/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10019 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mylar/questions.yaml b/charts/stable/mylar/questions.yaml deleted file mode 100644 index 562d34076dc..00000000000 --- a/charts/stable/mylar/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8090 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mymediaforalexa/questions.yaml b/charts/stable/mymediaforalexa/questions.yaml deleted file mode 100644 index d176785d2ec..00000000000 --- a/charts/stable/mymediaforalexa/questions.yaml +++ /dev/null @@ -1,115 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 52051 - required: true - - variable: sub - label: "Sub Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: sub - label: "Sub 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 - default: 52050 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: media - label: "App Media Library Storage" - description: "Stores the Application Media Library." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/mysql-workbench/questions.yaml b/charts/stable/mysql-workbench/questions.yaml deleted file mode 100644 index 686632b8f45..00000000000 --- a/charts/stable/mysql-workbench/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10134 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/n8n/questions.yaml b/charts/stable/n8n/questions.yaml deleted file mode 100644 index 3c1f178b872..00000000000 --- a/charts/stable/n8n/questions.yaml +++ /dev/null @@ -1,618 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: timezoneandlocale - group: "App Configuration" - label: "Timezone and Localization" - schema: - additional_attrs: true - type: dict - attrs: - - variable: N8N_DEFAULT_LOCALE - label: "Default Locale (Leave empty for default)" - description: "A locale identifier, compatible with the Accept-Language header." - schema: - type: string - default: "" - - variable: deployment - group: "App Configuration" - label: "Deployment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: N8N_HOST - label: "Host" - description: "Host name n8n runs on." - schema: - type: string - required: true - default: "" - - variable: N8N_EDITOR_BASE_URL - label: "Base URL" - description: "Public URL where users can access the editor. Also used for emails sent from n8n." - schema: - type: string - default: "" - - variable: N8N_CONFIG_FILES - label: "Config Files (Leave empty for default)" - description: "Use to provide the path to any JSON configuration file(s)" - schema: - type: string - default: "" - - variable: N8N_DISABLE_UI - label: "Disable UI" - description: "Whether the UI should be disabled" - schema: - type: boolean - default: false - - variable: N8N_TEMPLATES_ENABLED - label: "Enable Templates" - description: "Enable workflow templates." - schema: - type: boolean - default: false - show_subquestions_if: - subquestions: - - variable: N8N_TEMPLATES_HOST - label: "Templates Host (Leave empty for default)" - description: "Change this if creating your own workflow template library." - schema: - type: string - default: "" - - variable: N8N_ENCRYPTION_KEY - label: "Encryption Key (Leave empty for default)" - description: "Provide a custom key used to encrypt credentials in the n8n database. By default a random key is generated on first launch" - schema: - type: string - default: "" - - variable: N8N_PERSONALIZATION_ENABLED - label: "Enable Personalization" - description: "Whether to ask users personalization questions and then customize n8n accordingly" - schema: - type: boolean - default: true - - variable: N8N_VERSION_NOTIFICATIONS_ENABLED - label: "Enable Version Notifications" - description: "When enabled, notifications of new versions and security updates are provided" - schema: - type: boolean - default: true - - variable: N8N_DIAGNOSTICS_ENABLED - label: "Enable Diagnostics" - description: "Whether to share selected, anonymous telemetry with n8n" - schema: - type: boolean - default: false - - variable: N8N_HIRING_BANNER_ENABLED - label: "Enable Hiring Banner" - description: "Whether to show the n8n hiring banner in the console." - schema: - type: boolean - default: false - - variable: workflows - group: "App Configuration" - label: "Workflows" - schema: - additional_attrs: true - type: dict - attrs: - - variable: WORKFLOWS_DEFAULT_NAME - label: "Workflows Default Name (Leave empty for default)" - description: "The default name used for new workflows" - schema: - type: string - default: "" - - variable: N8N_ONBOARDING_FLOW_DISABLED - label: "Enable Onboarding Flow" - description: "Whether to show onboarding tips when creating a new workflow." - schema: - type: boolean - default: false - - variable: N8N_WORKFLOW_TAGS_DISABLED - label: "Disable Workflow Tags" - description: "Whether to disable workflow tags." - schema: - type: boolean - default: false - - variable: executions - group: "App Configuration" - label: "Executions" - schema: - additional_attrs: true - type: dict - attrs: - - variable: EXECUTIONS_PROCESS - label: "Execution Process" - description: "Whether processes are executed in their own process or the main process" - schema: - type: string - default: "" - enum: - - value: "" - description: "Default" - - value: "main" - description: "Main" - - value: "own" - description: "Own" - - variable: EXECUTIONS_MODE - label: "Execution Mode" - description: "Whether processes should run directly or via queue" - schema: - type: string - default: "" - enum: - - value: "" - description: "Default" - - value: "regular" - description: "Regular" - - value: "queue" - description: "Queue" - - variable: EXECUTIONS_TIMEOUT - label: "Execution Timeout (Leave empty for default)" - description: "The maximum run time (in seconds) before stopping a workflow execution. Set to -1 to disable." - schema: - type: int - - variable: EXECUTIONS_TIMEOUT_MAX - label: "Max Execution Timeout (Leave empty for default)" - description: "The max execution time (in seconds) that can be set for a workflow individually" - schema: - type: int - - variable: EXECUTIONS_DATA_SAVE_ON_ERROR - label: "Execution Data Save on Error" - description: "Whether n8n saves execution data on error." - schema: - type: string - default: "" - enum: - - value: "" - description: "Default" - - value: "all" - description: "All" - - value: "none" - description: "None" - - variable: EXECUTIONS_DATA_SAVE_ON_SUCCESS - label: "Execution Data Save on Success" - description: "Whether execution data is saved on success" - schema: - type: string - default: "" - enum: - - value: "" - description: "Default" - - value: "all" - description: "All" - - value: "none" - description: "None" - - variable: EXECUTIONS_DATA_SAVE_ON_PROGRESS - label: "Execution Data Save on Progress" - description: "Whether to save progress for each node executed" - schema: - type: boolean - default: false - - variable: EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS - label: "Execution Data Save on Manual Executions" - description: "Whether to save data of executions when started manually" - schema: - type: boolean - default: false - - variable: EXECUTIONS_DATA_MAX_AGE - label: "Execution Data Max Age (Leave empty for default)" - description: "The execution age (in hours) before it is deleted" - schema: - type: int - - variable: EXECUTIONS_DATA_PRUNE - label: "Execution Data Prune" - description: "Whether to delete data of past executions on a rolling basis" - schema: - type: boolean - default: false - show_subquestions_if: - subquestions: - - variable: EXECUTIONS_DATA_PRUNE_TIMEOUT - label: "Data Prune Timeout (Leave empty for default)" - description: "The timeout (in seconds) after execution data has been pruned" - schema: - type: int - - variable: n8n_security - group: "App Configuration" - label: "Security" - schema: - additional_attrs: true - type: dict - attrs: - - variable: N8N_BLOCK_ENV_ACCESS_IN_NODE - label: "Block Environment Access in Node" - description: "Whether to allow users to access environment variables in expressions and the function node" - schema: - type: boolean - default: false - - variable: N8N_BASIC_AUTH_ACTIVE - label: "Enable Basic Auth" - description: "Whether basic auth should be activated for editor and REST-API access" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: N8N_BASIC_AUTH_USER - label: "Basic Auth User (Leave empty for default)" - description: "The name of the n8n user for basic authentication" - schema: - type: string - default: "" - - variable: N8N_BASIC_AUTH_PASSWORD - label: "Basic Auth Password (Leave empty for default)" - description: "The password of the n8n user for basic authentication" - schema: - type: string - default: "" - - variable: N8N_BASIC_AUTH_HASH - label: "Enable Basic Auth Hash" - description: "Whether the basic authentication password is hashed" - schema: - type: boolean - default: false - - variable: N8N_JWT_AUTH_ACTIVE - label: "Enable JWT Auth" - description: "Whether JWT authentication should be activated for editor and REST-API access" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: N8N_JWT_AUTH_HEADER - label: "JWT Auth Header (Leave empty for default)" - description: "The request header containing a signed JWT" - schema: - type: string - default: "" - - variable: N8N_JWT_AUTH_HEADER_VALUE_PREFIX - label: "JWT Auth Header Prefix to strip (Leave empty for default)" - description: "Optional. The request header value prefix to strip" - schema: - type: string - default: "" - - variable: N8N_JWKS_URI - label: "JWT Set URI (Leave empty for default)" - description: "The URI to fetch JWK Set for JWT authentication" - schema: - type: string - default: "" - - variable: N8N_JWT_ISSUER - label: "JWT Issuer (Leave empty for default)" - description: "Optional. The expected JWT issuer" - schema: - type: string - default: "" - - variable: N8N_JWT_NAMESPACE - label: "JWT Namespace (Leave empty for default)" - description: "Optional. The expected JWT namespace" - schema: - type: string - default: "" - - variable: N8N_JWT_ALLOWED_TENANT - label: "JWT Allowed Tenant (Leave empty for default)" - description: "Optional. The allowed JWT tenant" - schema: - type: string - default: "" - - variable: N8N_JWT_ALLOWED_TENANT_KEY - label: "JWT Allowed Tenant Key (Leave empty for default)" - description: "Optional. The JWT tenant key name to inspect within the JWT namespace" - schema: - type: string - default: "" - - variable: N8N_AUTH_EXCLUDE_ENDPOINTS - label: "Additional Endpoints to Exclude Auth Checks (Leave empty for default)" - description: "Additional endpoints to exclude auth checks. Multiple endpoints can be provided separated by a colon (\":\"). The endpoints should not start with a forward slash (\"/\")" - schema: - type: string - default: "" - - variable: endpoints - group: "App Configuration" - label: "Endpoints" - schema: - additional_attrs: true - type: dict - attrs: - - variable: WEBHOOK_URL - label: "Webhook URL" - description: "Used to manually provide the Webhook URL when running n8n behind a reverse proxy" - schema: - type: string - default: "" - - variable: N8N_PAYLOAD_SIZE_MAX - label: "Max Payload Size (Leave empty for default)" - description: "The maximum payload size in MB" - schema: - type: int - - variable: N8N_METRICS - label: "Enable Metrics endpoint" - description: "Whether to enable the metrics endpoint" - schema: - type: boolean - default: false - show_subquestions_if: - subquestions: - - variable: N8N_METRICS_PREFIX - label: "Metrics Prefix (Leave empty for default)" - description: "Optional prefix to be used for metrics names" - schema: - type: string - default: "" - - variable: N8N_ENDPOINT_REST - label: "Rest Endpoint Path (Leave empty for default)" - description: "The path used for REST endpoint" - schema: - type: string - default: "" - - variable: N8N_ENDPOINT_WEBHOOK - label: "Webhook Endpoint Path (Leave empty for default)" - description: "The path used for webhook endpoint" - schema: - type: string - default: "" - - variable: N8N_ENDPOINT_WEBHOOK_TEST - label: "Test-Webhook Endpoint Path (Leave empty for default)" - description: "The path used for test-webhook endpoin" - schema: - type: string - default: "" - - variable: N8N_ENDPOINT_WEBHOOK_WAIT - label: "Waiting-Webhook Endpoint Path (Leave empty for default)" - description: "The path used for waiting-webhook endpoint" - schema: - type: string - default: "" - - variable: N8N_DISABLE_PRODUCTION_MAIN_PROCESS - label: "Disable Production Webhooks" - description: "Disable production webhooks from main process. This helps ensures no HTTP traffic load to main process when using webhook-specific processes" - schema: - type: boolean - default: false - - variable: N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN - label: "Deregister External Webhooks" - description: "Deregister webhooks on external services only when workflows are deactivated" - schema: - type: boolean - default: false - - variable: credentials - group: "App Configuration" - label: "Credentials" - schema: - additional_attrs: true - type: dict - attrs: - - variable: CREDENTIALS_OVERWRITE_DATA - label: "Credentials Overwrites (Leave empty for default)" - description: "Overwrites for credentials" - schema: - type: string - default: "" - - variable: CREDENTIALS_OVERWRITE_ENDPOINT - label: "Credentials Overwrite Endpoint (Leave empty for default)" - description: "The API endpoint to fetch credentials" - schema: - type: string - default: "" - - variable: CREDENTIALS_DEFAULT_NAME - label: "Credentials Default Name (Leave empty for default)" - description: "The default name for credentials" - schema: - type: string - default: "" - - variable: logs - group: "App Configuration" - label: "Logs" - schema: - additional_attrs: true - type: dict - attrs: - - variable: N8N_LOG_LEVEL - label: "Log Level" - description: "Log output level" - schema: - type: string - default: "" - enum: - - value: "" - description: "Default" - - value: "info" - description: "Info" - - value: "warn" - description: "Warn" - - value: "error" - description: "Error" - - value: "verbose" - description: "Verbose" - - value: "debug" - description: "Debug" - - variable: N8N_LOG_OUTPUT - label: "Log Output" - description: "Where to output logs" - schema: - type: string - default: "" - enum: - - value: "" - description: "Default" - - value: "console" - description: "Console" - - value: "file" - description: "File" - - value: "console,file" - description: "Console and File" - - variable: N8N_LOG_FILE_COUNT_MAX - label: "Max Log File Count (Leave empty for default)" - description: "Max number of log files to keep" - schema: - type: int - - variable: N8N_LOG_FILE_SIZE_MAX - label: "Max Log File Size (Leave empty for default)" - description: "Max size of each log file in MB" - schema: - type: int - - variable: externalhooks - group: "App Configuration" - label: "External Hooks" - schema: - additional_attrs: true - type: dict - attrs: - - variable: EXTERNAL_HOOK_FILES - label: "External Hook Files (Leave empty for default)" - description: "Files containing external hooks. Provide multiple files as a colon-separated list ':'." - schema: - type: string - default: "" - - variable: usermanagement - group: "App Configuration" - label: "User Management and SMTP" - schema: - additional_attrs: true - type: dict - attrs: - - variable: N8N_USER_MANAGEMENT_DISABLED - label: "Disable User Management" - description: "Set to true to disable the user management feature. Note that n8n ignores this environment variable if you have already set up an owner account." - schema: - type: boolean - default: false - - variable: N8N_EMAIL_MODE - label: "Email Mode" - description: "Enable emails." - schema: - type: string - default: "smtp" - - variable: N8N_SMTP_HOST - label: "SMTP Host" - description: "Your SMTP server name" - schema: - type: string - default: "" - - variable: N8N_SMTP_PORT - label: "SMTP Port" - description: "Your SMTP server port" - schema: - type: int - - variable: N8N_SMTP_USER - label: "SMTP User" - description: "Your SMTP username" - schema: - type: string - default: "" - - variable: N8N_SMTP_PASS - label: "SMTP Pass" - description: "Your SMTP password" - schema: - type: string - private: true - default: "" - - variable: N8N_SMTP_SENDER - label: "SMTP Sender" - description: "You can select the sender name from the sender addresses." - schema: - type: string - default: "" - - variable: N8N_SMTP_SSL - label: "SMTP SSL" - description: "Whether to use SSL for SMTP." - schema: - type: boolean - default: true - - variable: N8N_UM_EMAIL_TEMPLATES_INVITE - label: "Invite Email Templates (Leave empty for default)" - description: "Full path to your HTML email template. This overrides the default template for invite emails." - schema: - type: string - default: "" - - variable: N8N_UM_EMAIL_TEMPLATES_PWRESET - label: "Password Reset Email Templates (Leave empty for default)" - description: "Full path to your HTML email template. This overrides the default template for password reset emails." - schema: - type: string - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5678 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 1000 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/namecheap-ddns/questions.yaml b/charts/stable/namecheap-ddns/questions.yaml deleted file mode 100644 index eef1c826bf3..00000000000 --- a/charts/stable/namecheap-ddns/questions.yaml +++ /dev/null @@ -1,70 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: APP_HOST - label: "APP_HOST" - description: "This is the host to be updated. e.g. www." - schema: - type: string - default: "" - - variable: APP_DOMAIN - label: "APP_DOMAIN" - description: "This is the domain to be updated. e.g. yourdomain.tld" - schema: - type: string - default: "" - - variable: APP_PASSWORD - label: "APP_PASSWORD" - description: "Your Dynamic DNS password. NOT your namecheap password." - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/nano-wallet/questions.yaml b/charts/stable/nano-wallet/questions.yaml deleted file mode 100644 index 8c0439c1ed2..00000000000 --- a/charts/stable/nano-wallet/questions.yaml +++ /dev/null @@ -1,82 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10126 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/navidrome/questions.yaml b/charts/stable/navidrome/questions.yaml deleted file mode 100644 index 443382e53f1..00000000000 --- a/charts/stable/navidrome/questions.yaml +++ /dev/null @@ -1,120 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: ND_ENABLETRANSCODINGCONFIG - label: Enables transcoding configuration in the UI - description: To configure transcoding, Navidrome WebUI provide a screen that allows you to edit existing transcoding configurations and to add new ones. - schema: - type: boolean - default: false - - variable: ND_SESSIONTIMEOUT - label: Session Timeout time - description: How long Navidrome will wait before closing web ui idle sessions - schema: - type: string - default: "24h" - required: true - - variable: ND_SCANSCHEDULE - label: Music folder scan schedule frequency - description: Configure periodic scans using cron syntax. To disable it altogether, set it to 0 - schema: - type: string - default: "@every 15m" - required: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 4533 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: music - label: App Music Storage - description: Stores the Application Music. (Defaults to /music) - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/necesse/questions.yaml b/charts/stable/necesse/questions.yaml deleted file mode 100644 index dbc94622a5b..00000000000 --- a/charts/stable/necesse/questions.yaml +++ /dev/null @@ -1,139 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your extra start up commands for the server here otherwise leave empty." - schema: - type: string - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAMEID that the container downloads at startup. If you want to install a static or beta version of the game change the value to 1169370 -beta YOURBRANCH (without quotes, replace YOURBRANCH with the branch or version you want to install)." - schema: - type: string - default: "1169370" - - variable: WORLD_NAME - label: "WORLD_NAME" - description: "Specify the world name here (your worlds are saved in ....configNecessesaves)" - schema: - type: string - default: "World" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9023 - required: true - - variable: udpgameport - label: 'udpgameport service' - description: "UDP Game Port (If you need another port delete this Entry and create a new UDP port mapping with the corresponding port also dont forget to set the right port in your server configuration file!)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udpgameport - label: "udpgameport 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 - default: 14159 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/neko/questions.yaml b/charts/stable/neko/questions.yaml deleted file mode 100644 index 39a1fb6f531..00000000000 --- a/charts/stable/neko/questions.yaml +++ /dev/null @@ -1,223 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - - variable: imageSelector - label: Select Image - schema: - type: string - default: image - enum: - - value: "image" - description: "Firefox" - - value: "braveImage" - description: "Brave" - - value: "chromeImage" - description: "Chrome" - - value: "chromiumImage" - description: "Chromium" - - value: "edgeImage" - description: "Edge" - - value: "remminaImage" - description: "Remmina" - - value: "torImage" - description: "Tor" - - value: "vivaldiImage" - description: "Vivaldi" - - value: "vlcImage" - description: "Vlc" - - value: "xfceImage" - description: "Xfce" - -# Include{containerBasic} -# Include{containerAdvanced} - - variable: neko - group: App Configuration - label: Neko - schema: - additional_attrs: true - type: dict - attrs: - - variable: ip - label: IP - description: IP of the server that will be sent to client, if not specified, public IP is automatically resolved. - schema: - type: string - default: "0.0.0.0" - - variable: auth - label: Auth Credentials - schema: - additional_attrs: true - type: dict - attrs: - - variable: user_pass - label: User Password - description: Password for the user login. - schema: - type: string - private: true - default: "" - - variable: admin_pass - label: Admin Password - description: Password for the admin login. - schema: - type: string - private: true - default: "" - - variable: proxy - label: Enable Proxy Mode - description: Enable reverse proxy mode, so that neko trusts X-Forwarded-For headers. - schema: - type: boolean - default: false - - variable: screen - label: Screen - description: Resolution after startup. Only Admins can change this later. - schema: - type: string - default: "1920x1080@30" - - variable: control_protection - label: Control Protection - description: Control protection means, users can gain control only if at least one admin is in the room. - schema: - type: boolean - default: false - - variable: implicit_control - label: Implicit Protection - description: If enabled members can gain control implicitly, they don't need to request control. - schema: - type: boolean - default: false - - variable: locks - label: Locks - description: Resources, that will be locked when starting. - schema: - type: list - empty: true - default: [] - required: true - items: - - variable: lock - label: Lock Resource - schema: - type: string - required: true - default: "" - - variable: cors - label: Cors - description: Cross origin request sharing list of allowed hosts. - schema: - type: list - empty: true - default: - - "*" - required: true - items: - - variable: cors - label: Cors Resource - schema: - type: string - required: true - default: "" - -# Include{containerConfig} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10294 - required: true - - variable: mux - label: "Mux service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcp - label: "TCP 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 - default: 52100 - required: true - -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: downloads - label: App Downloads Storage - description: Stores the Application Downloads. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/netbootxyz/questions.yaml b/charts/stable/netbootxyz/questions.yaml deleted file mode 100644 index 853630dde49..00000000000 --- a/charts/stable/netbootxyz/questions.yaml +++ /dev/null @@ -1,163 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: MENU_VERSION - label: Menu Version (optional) - description: Specify a specific version of boot files you want to use from netboot.xyz - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the Minecraft Server runs on - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10612 - required: true - - variable: assets - label: Assets Service - description: The Assets service. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: assets - label: Assets 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 - default: 10613 - required: true - - variable: tftp - label: TFTP Service - description: The TFTP service. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tftp - label: TFTP 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 - default: 69 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Config. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: assets - label: App Assets Storage - description: Stores the Application Assets. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} - - variable: assets - label: Assets Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 0 - - variable: runAsGroup - label: runAsGroup - description: The groupID this App of the user running the application - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/netdata/questions.yaml b/charts/stable/netdata/questions.yaml deleted file mode 100644 index 737852fccb5..00000000000 --- a/charts/stable/netdata/questions.yaml +++ /dev/null @@ -1,125 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: NETDATA_CLAIM_URL - label: "NETDATA_CLAIM_URL" - schema: - type: string - default: "https://app.netdata.cloud" - - variable: NETDATA_CLAIM_TOKEN - label: "NETDATA_CLAIM_TOKEN" - schema: - type: string - private: true - default: "" - - variable: NETDATA_CLAIM_ROOMS - label: "NETDATA_CLAIM_ROOMS" - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 19999 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "The directory configuration files are kept." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: lib - label: "App lib Storage" - description: "Contains the alarm log and the Netdata instance guid." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: cache - label: "App cache Storage" - description: "Contains the db files for the collected metrics" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 201 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/neverwinternights-ee/questions.yaml b/charts/stable/neverwinternights-ee/questions.yaml deleted file mode 100644 index f5bd2ae07ce..00000000000 --- a/charts/stable/neverwinternights-ee/questions.yaml +++ /dev/null @@ -1,207 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: LOG_LVL - label: "LOG_LVL" - description: "Set the log level (from 2=only fatal errors to 7=very verbose)" - schema: - type: string - default: "4" - - variable: MOD_NAME - label: "MOD_NAME" - description: "Enter the module name to load here (located in your serverdirectory Neverwinter Nightsmodules without the .mod extension)" - schema: - type: string - default: "" - - variable: MAX_CLIENTS - label: "MAX_CLIENTS" - description: "Set the maximum number of connections to the game server." - schema: - type: string - default: "4" - - variable: MINLEVEL - label: "MINLEVEL" - description: "Set the minimum character level required by the server." - schema: - type: string - default: "1" - - variable: MAXLEVEL - label: "MAXLEVEL" - description: "Set the maximum character level allowed by the server." - schema: - type: string - default: "40" - - variable: PAUSEAPLAY - label: "PAUSEAPLAY" - description: "Set if a player or DM can pause the game (0 = game can only be paused by DM, 1 = game can by paused by players)" - schema: - type: string - default: "0" - - variable: PVP - label: "PVP" - description: "Set wich PVP mode do you want (0 = none, 1 = party, 2 = full)" - schema: - type: string - default: "0" - - variable: SERVERVAULT - label: "SERVERVAULT" - description: "Set if local or server characters (0 = local characters only. 1 = server characters only)" - schema: - type: string - default: "0" - - variable: ELC - label: "ELC" - description: "Set enforcing legal characters (0 = dont enforce legal characters, 1 = do enforce legal characters)" - schema: - type: string - default: "0" - - variable: ILR - label: "ILR" - description: "Set enforcing item level restriction (0 = dont enforce item level restrictions, 1 = do enforce item level restrictions)" - schema: - type: string - default: "0" - - variable: ONEPARTY - label: "ONEPARTY" - description: "Set if one or more parties are allowed (0 = allow only one party, 1 = allow multiple parties)" - schema: - type: string - default: "0" - - variable: DIFF - label: "DIFF" - description: "Set difficutly (1 = easy, 2 = normal, 3 = D&D hardcore, 4 = very difficult)" - schema: - type: string - default: "1" - - variable: AUTO_SAV_I - label: "AUTO_SAV_I" - description: "Set how frequently (in minutes) to autosave. 0 disables autosave." - schema: - type: string - default: "5" - - variable: SRV_NAME - label: "SRV_NAME" - description: "Set the name this server appears as in the mulitplayer game listing." - schema: - type: string - default: "Docker NWNEE" - - variable: PPW - label: "PPW" - description: "Set the password required by players to join the game." - schema: - type: string - default: "Docker" - - variable: APWD - label: "APWD" - description: "Set the password required to remotely administer the game. Currently unused." - schema: - type: string - default: "adminDocker" - - variable: PUBLIC_SRV - label: "PUBLIC_SRV" - description: "Set if you want to list the game publicly (0 = do not list server with the matching service. 1 = list server with the matching service)." - schema: - type: string - default: "0" - - variable: RLD_W_E - label: "RLD_W_E" - description: "Restart module if server becomes empty (0 = module state is persistant as long as server is running, 1 = module state is reset when the server becomes empty)." - schema: - type: string - default: "0" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your extra game startup parameters if needed here (eg -dmpassword supersecretpassword -quiet without quotes)." - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5121 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path nwnee" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/newyearcountdownclock/questions.yaml b/charts/stable/newyearcountdownclock/questions.yaml deleted file mode 100644 index e63e2319598..00000000000 --- a/charts/stable/newyearcountdownclock/questions.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/nextpvr/questions.yaml b/charts/stable/nextpvr/questions.yaml deleted file mode 100644 index f4f5b1fbba0..00000000000 --- a/charts/stable/nextpvr/questions.yaml +++ /dev/null @@ -1,157 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: HOST_IP - label: "HOST_IP" - schema: - type: string - $ref: - - "definitions/nodeIP" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10183 - required: true - - variable: nextpvr-udp - label: NextPVR UDP Ports - description: Additional UDP Ports that may be required - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: nextpvr-udp1 - label: NextPVR Standard UDP Port - description: Used with certain devices (HomeRUNHD Tuner) - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 16891 - required: true - - variable: nextpvr-udp2 - label: NextPVR Legacy UDP Port - description: Used with certain legacy devices (HomeRUNHD Tuner) - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 8026 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: recordings - label: "App Recordings Storage" - description: "Stores the Application Recordings." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: buffer - label: "App Buffer Storage" - description: "Stores the Application Buffer." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/nexus-oss/questions.yaml b/charts/stable/nexus-oss/questions.yaml deleted file mode 100644 index 28f3d3b3bc7..00000000000 --- a/charts/stable/nexus-oss/questions.yaml +++ /dev/null @@ -1,103 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: INSTALL4J_ADD_VM_PARAMS - label: "INSTALL4J_ADD_VM_PARAMS" - description: "Default is -Xms2703m -Xmx2703m -XX:MaxDirectMemorySize=2703m -Djava.util.prefs.userRoot=${NEXUS_DATA}/javaprefs" - schema: - type: string - default: "-Xms2703m -Xmx2703m -XX:MaxDirectMemorySize=2703m -Djava.util.prefs.userRoot=${NEXUS_DATA}/javaprefs" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10288 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 200 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 200 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 200 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/nginx-proxy-manager/questions.yaml b/charts/stable/nginx-proxy-manager/questions.yaml deleted file mode 100644 index f53cbc5a9b2..00000000000 --- a/charts/stable/nginx-proxy-manager/questions.yaml +++ /dev/null @@ -1,137 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: DISABLE_IPV6 - label: Disable IPv6 - schema: - type: boolean - default: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10582 - required: true - - variable: web - label: Web Entrypoint Configuration - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: web - label: Web 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 - default: 10583 - required: true - - variable: websecure - label: Web Secure Entrypoint Configuration - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: websecure - label: Web Secure 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 - default: 10584 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: letsencrypt - label: App Letsencrypt Storage - description: Stores the Application Letsencrypt. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ngircd/questions.yaml b/charts/stable/ngircd/questions.yaml deleted file mode 100644 index 364195253a8..00000000000 --- a/charts/stable/ngircd/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6667 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/nightscout/questions.yaml b/charts/stable/nightscout/questions.yaml deleted file mode 100644 index 6995a628a96..00000000000 --- a/charts/stable/nightscout/questions.yaml +++ /dev/null @@ -1,156 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: MONGO_CONNECTION - label: "MONGO_CONNECTION" - description: "Container Variable MONGOCONNECTION" - schema: - type: string - default: "mongodb://db-user:db-password@mongodb-instance:port/db-name" - - variable: DISPLAY_UNITS - label: "DISPLAY_UNITS" - description: "Set to mgdl or mmol" - schema: - type: string - default: "" - - variable: BASE_URL - label: "BASE_URL" - description: "Container Variable BASEURL" - schema: - type: string - default: "" - - variable: API_SECRET - label: "API_SECRET" - description: "Container Variable APISECRET Should be a complex key" - schema: - type: string - default: "" - - variable: ENABLE - label: "ENABLE" - description: "Container Variable ENABLE" - schema: - type: string - default: "delta direction upbat timeago devicestatus errorcodes ar2 simplealarms profile" - - variable: BG_HIGH - label: "BG_HIGH" - description: "Container Variable BGHIGH" - schema: - type: string - default: "" - - variable: BG_LOW - label: "BG_LOW" - description: "Container Variable BGLOW" - schema: - type: string - default: "" - - variable: BG_TARGET_BOTTOM - label: "BG_TARGET_BOTTOM" - description: "Container Variable BGTARGETBOTTOM" - schema: - type: string - default: "" - - variable: BG_TARGET_TOP - label: "BG_TARGET_TOP" - description: "Container Variable BGTARGETTOP" - schema: - type: string - default: "" - - variable: THEME - label: "THEME" - description: "Container Variable THEME" - schema: - type: string - default: "colors" - - variable: TIME_FORMAT - label: "TIME_FORMAT" - description: "Container Variable TIMEFORMAT" - schema: - type: string - default: "24" - - variable: INSECURE_USE_HTTP - label: "INSECURE_USE_HTTP" - description: "Container Variable INSECUREUSEHTTPSet to true if used with reverse proxy" - schema: - type: string - default: "true" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 1337 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/nitter/questions.yaml b/charts/stable/nitter/questions.yaml deleted file mode 100644 index 36a929f45b5..00000000000 --- a/charts/stable/nitter/questions.yaml +++ /dev/null @@ -1,241 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: nitter - group: App Configuration - label: Nitter Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: general - label: General - schema: - additional_attrs: true - type: dict - attrs: - - variable: title - label: Website Title - schema: - type: string - required: true - default: Nitter - - variable: hostname - label: Hostname - schema: - type: string - required: true - default: localhost:10606 - - variable: httpMaxConnections - label: HTTP Max Connections - schema: - type: int - required: true - default: 100 - - variable: cache - label: Cache - schema: - additional_attrs: true - type: dict - attrs: - - variable: listMinutes - label: List Minutes - description: How long to cache list info (not the tweets, so keep it high). - schema: - type: int - required: true - default: 240 - - variable: rssMinutes - label: RSS Minutes - description: How long to cache rss queries. - schema: - type: int - required: true - default: 10 - - variable: config - label: Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: base64Media - label: Base64 Encoding - description: Enable base64 encoding for proxied media urls. - schema: - type: boolean - default: false - - variable: enableRSS - label: Enable RSS - description: Uncheck to disable RSS feeds. - schema: - type: boolean - default: true - - variable: enableDebug - label: Enable Debug - description: Enable request logs and debug endpoints. - schema: - type: boolean - default: false - - variable: proxy - label: Proxy - description: http/https url, SOCKS proxies are not supported. - schema: - type: string - default: "" - - variable: proxyAuth - label: Proxy Auth - schema: - type: string - default: "" - - variable: tokenCount - label: Token Count - description: Minimum amount of usable tokens that are used to authorize API requests. - schema: - type: int - required: true - default: 10 - - variable: preferences - label: Preferences - schema: - additional_attrs: true - type: dict - attrs: - - variable: theme - label: Theme - schema: - type: string - required: true - default: nitter - enum: - - value: auto - description: Auto - - value: auto_(twitter) - description: Auto (Twitter) - - value: black - description: Black - - value: dracula - description: Dracula - - value: mastodon - description: Mastodon - - value: nitter - description: Nitter - - value: pleroma - description: Pleroma - - value: twitter - description: Twitter - - value: twitter_dark - description: Twitter Dark - - variable: replaceTwitter - label: Replace Twitter - schema: - type: string - default: nitter.net - - variable: replaceYouTube - label: Replace YouTube - schema: - type: string - default: piped.video - - variable: replaceReddit - label: Replace Reddit - schema: - type: string - default: teddit.net - - variable: replaceInstagram - label: Replace Instagram - schema: - type: string - default: "" - - variable: proxyVideos - label: Proxy Videos - schema: - type: boolean - default: true - - variable: hlsPlayback - label: HLS PlayBack - schema: - type: boolean - default: false - - variable: infiniteScroll - label: infinite Scroll - schema: - type: boolean - default: false -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10606 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/nntp2nntp/questions.yaml b/charts/stable/nntp2nntp/questions.yaml deleted file mode 100644 index 8a724e09e25..00000000000 --- a/charts/stable/nntp2nntp/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 1563 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/nocodb/questions.yaml b/charts/stable/nocodb/questions.yaml deleted file mode 100644 index 2783224df95..00000000000 --- a/charts/stable/nocodb/questions.yaml +++ /dev/null @@ -1,186 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - path: "/dashboard" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: AWS_ACCESS_KEY_ID - label: "AWS Access Key ID" - description: "For Litestream - S3 access key id." - schema: - type: string - private: true - default: "" - - variable: AWS_SECRET_ACCESS_KEY - label: "AWS Secret Access Key" - description: For Litestream - S3 secret access key." - schema: - type: string - private: true - default: "" - - variable: AWS_BUCKET - label: "AWS Bucket" - description: "For Litestream - S3 bucket." - schema: - type: string - default: "" - - variable: AWS_BUCKET_PATH - label: "AWS Bucket Path" - description: "For Litestream - S3 bucket path (like folder within S3 bucket)." - schema: - type: string - default: "" - - variable: NC_PUBLIC_URL - label: "Public URL" - description: "Used for sending Email invitations." - schema: - type: string - default: "" - - variable: NC_JWT_EXPIRES_IN - label: "JWT Expires in" - description: "JWT token expiry time." - schema: - type: string - default: "10h" - - variable: DISABLE_SPLASH_SCREEN - label: "Disable Splash Screen" - description: "Disables the default splash screen(initial welcome animation) and matrix screensaver will disable." - schema: - type: boolean - default: false - - variable: NC_INVITE_ONLY_SIGNUP - label: "Invite Only Signup" - description: "Allow users to signup only via invite url, value should be any non-empty string." - schema: - type: boolean - default: false - - variable: NC_DISABLE_CACHE - label: "Disable Cache" - description: "If it is set to true, then meta data will not be cached." - schema: - type: boolean - default: false - - variable: NC_DISABLE_TELE - label: "Disable Telemetry" - description: "Disable telemetry." - schema: - type: boolean - default: true - - variable: NC_DISABLE_ERR_REPORT - label: "Disable Error Report" - description: "Disable Error Reporting." - schema: - type: boolean - default: true - - variable: NC_REQUEST_BODY_SIZE - label: "Request Body Size" - description: "Request body size limit." - schema: - type: string - default: "1MB" - - variable: NC_EXPORT_MAX_TIMEOUT - label: "Export Max Timeout" - description: "After timeout, csv gets downloaded in batches." - schema: - type: int - default: 5000 - - variable: NC_SENTRY_DSN - label: "Sentry DSN" - description: "For Sentry monitoring." - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10226 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/node-red/questions.yaml b/charts/stable/node-red/questions.yaml deleted file mode 100644 index 4865aabd165..00000000000 --- a/charts/stable/node-red/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 1880 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/nosqlclient/questions.yaml b/charts/stable/nosqlclient/questions.yaml deleted file mode 100644 index d197fb3871f..00000000000 --- a/charts/stable/nosqlclient/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: MONGO_URL - label: "MONGO_URL" - description: "Container Variable MONGOURL" - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: appdata - label: "appdata Storage" - description: "Container Path datadb" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/notarius/questions.yaml b/charts/stable/notarius/questions.yaml deleted file mode 100644 index e63e2319598..00000000000 --- a/charts/stable/notarius/questions.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/notea/questions.yaml b/charts/stable/notea/questions.yaml deleted file mode 100644 index 8188b1edf59..00000000000 --- a/charts/stable/notea/questions.yaml +++ /dev/null @@ -1,70 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: PASSWORD - label: "PASSWORD" - description: "Set the password to use on Noteas Website" - schema: - type: string - default: "" - - variable: STORE_USER - label: "STORE_USER" - description: "User for MinIO Backend" - schema: - type: string - default: "" - - variable: STORE_PASSWORD - label: "STORE_PASSWORD" - description: "Password for MinIO Backend" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/notifiarr/questions.yaml b/charts/stable/notifiarr/questions.yaml deleted file mode 100644 index 0cef49a4b90..00000000000 --- a/charts/stable/notifiarr/questions.yaml +++ /dev/null @@ -1,118 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: notifiarr - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: apikey - label: Notifiarr All API Key - description: | - Notifiarr All Integrations API key from https://notifiarr.com
- NOTE: Use 'admin' as username and your API key as the password
- for your first-time login credentials.
- After login you must change your password from the UI. - schema: - type: string - default: "" - required: true - - variable: upstreams - label: Upstreams - description: Controls which IP is written to the web server log file (requestor or x-forwarded-for header). Also allows the x-webauth-user header for proxy authentication. Separate with spaces. The default kubernetes network is pre-filled. - schema: - type: list - default: - - 172.16.0.0/16 - items: - - variable: upstreamEntry - label: Upstream - description: Upstream IP or CIDR - schema: - type: string - default: "" - required: true -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5454 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 568 - - variable: runAsGroup - label: runAsGroup - description: The groupID this App of the user running the application - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/novnc/questions.yaml b/charts/stable/novnc/questions.yaml deleted file mode 100644 index 4645c6a01e8..00000000000 --- a/charts/stable/novnc/questions.yaml +++ /dev/null @@ -1,95 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: REMOTE_HOST - label: "REMOTE_HOST" - description: "Sets the REMOTE_HOST env var" - schema: - type: string - default: "localhost" - - variable: REMOTE_PORT - label: "REMOTE_PORT" - description: "Sets the REMOTE_PORT env var" - schema: - type: int - default: 5900 -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ntfy/questions.yaml b/charts/stable/ntfy/questions.yaml deleted file mode 100644 index 325fe316d9b..00000000000 --- a/charts/stable/ntfy/questions.yaml +++ /dev/null @@ -1,331 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - path: "/app" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: NTFY_BASE_URL - label: "Base URL" - description: "Public facing base URL of the service (e.g. https://ntfy.sh)" - schema: - type: string - required: true - default: "" - - variable: NTFY_BEHIND_PROXY - label: "Behind Proxy" - description: "If set, the X-Forwarded-For header is used to determine the visitor IP address instead of the remote address of the connection." - schema: - type: boolean - default: false - - variable: ENABLE_CACHE_FILE - label: "Enable Cache File" - description: "If set to true, it enables the cache file by setting the NTFY_CACHE_FILE to \"/var/cache/ntfy/cache.db\"" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: NTFY_CACHE_DURATION - label: "Cache Duration" - description: "Duration for which messages will be buffered before they are deleted. This is required to support the since=... and poll=1 parameter. Set this to 0 to disable the cache entirely." - schema: - type: string - required: true - default: "12h" - - variable: NTFY_KEEPALIVE_INTERVAL - label: "Keepalive interval" - description: "Interval in which keepalive messages are sent to the client. This is to prevent intermediaries closing the connection for inactivity. Note that the Android app has a hardcoded timeout at 77s, so it should be less than that." - schema: - type: string - required: true - default: "45s" - - variable: NTFY_MANAGER_INTERVAL - label: "Manager Interval" - description: "Interval in which the manager prunes old messages, deletes topics and prints the stats." - schema: - type: string - required: true - default: "1m" - - variable: NTFY_UPSTREAM_BASE_URL - label: "Upstream Base URL" - description: "Needed for iOS Push Notifications" - schema: - type: string - default: "https://ntfy.sh" - - variable: NTFY_GLOBAL_TOPIC_LIMIT - label: "Global Topic Limit" - description: "Rate limiting: Total number of topics before the server rejects new topics." - schema: - type: int - required: true - default: 15000 - - variable: ENABLE_VISITOR_SETTINGS - label: "Enable Visitor Settings" - description: "If set to true, it enables the visitor settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: NTFY_VISITOR_SUBSCRIPTION_LIMIT - label: "Visitor Ssubscription Limit" - description: "Rate limiting: Number of subscriptions per visitor (IP address)" - schema: - type: int - required: true - default: 30 - - variable: NTFY_VISITOR_ATTACHMENT_TOTAL_SIZE_LIMIT - label: "Visitor Attachment Total Size Limit" - description: "Rate limiting: Total storage limit used for attachments per visitor, for all attachments combined. Storage is freed after attachments expire. See NTFY_ATTACHMENT_EXPIRY_DURATION" - schema: - type: string - required: true - default: "100M" - - variable: NTFY_VISITOR_ATTACHMENT_DAILY_BANDWIDTH_LIMIT - label: "Visitor Attachment Daily Bandwidth Limit" - description: "Rate limiting: Total daily attachment download/upload traffic limit per visitor. This is to protect your bandwidth costs from exploding." - schema: - type: string - required: true - default: "500M" - - variable: NTFY_VISITOR_REQUEST_LIMIT_BURST - label: "Visitor Request Limit Burst" - description: "Rate limiting: Allowed GET/PUT/POST requests per second, per visitor. This setting is the initial bucket of requests each visitor has" - schema: - type: int - required: true - default: 60 - - variable: NTFY_VISITOR_REQUEST_LIMIT_REPLENISH - label: "Visitor Request Limit Replenish" - description: "Rate limiting: Strongly related to NTFY_VISITOR_REQUEST_LIMIT_BURST: The rate at which the bucket is refilled." - schema: - type: string - required: true - default: "5s" - - variable: NTFY_VISITOR_REQUEST_LIMIT_EXEMPT_HOSTS - label: "Visitor Request Limit Exempt Hosts" - description: "Rate limiting: List of hostnames and IPs to be exempt from request rate limiting." - schema: - type: string - default: "" - - variable: NTFY_VISITOR_EMAIL_LIMIT_BURST - label: "Visitor Email Limit Burst" - description: "Rate limiting:Initial limit of e-mails per visitor" - schema: - type: int - required: true - default: 16 - - variable: NTFY_VISITOR_EMAIL_LIMIT_REPLENISH - label: "Visitor Email Limit Replenish" - description: "Rate limiting: Strongly related to NTFY_VISITOR_EMAIL_LIMIT_BURST: The rate at which the bucket is refilled." - schema: - type: string - required: true - default: "1h" - - variable: ENABLE_ATTACHMENT_CACHE_DIR - label: "Enable Attachment Cache Directory" - description: "If set to true, it enables the attachment dir by setting the NTFY_ATTACHMENT_CACHE_DIR to \"/var/cache/ntfy/attachments\"" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: NTFY_ATTACHMENT_TOTAL_SIZE_LIMIT - label: "Attachment Total Size Limit" - description: "Limit of the on-disk attachment cache directory. If the limits is exceeded, new attachments will be rejected." - schema: - type: string - required: true - default: "5G" - - variable: NTFY_ATTACHMENT_FILE_SIZE_LIMIT - label: "Attachment File Size Limit" - description: "Per-file attachment size limit (e.g. 300k, 2M, 100M). Larger attachment will be rejected." - schema: - type: string - required: true - default: "15M" - - variable: NTFY_ATTACHMENT_EXPIRY_DURATION - label: "Attachment Expiry Duration" - description: "Duration after which uploaded attachments will be deleted (e.g. 3h, 20h). Strongly affects NTFY_ATTACHMENT_TOTAL_SIZE_LIMIT." - schema: - type: string - required: true - default: "3h" - - variable: ENABLE_AUTH_FILE - label: "Enable Auth File" - description: "If set to true, it enables the auth file by setting the NTFY_AUTH_FILE to \"/etc/ntfy/user.db\"" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: NTFY_AUTH_DEFAULT_ACCESS - label: "Auth Default Access" - description: "Default permissions if no matching entries in the auth database are found." - schema: - type: string - required: true - default: "read-write" - enum: - - value: "read-write" - description: "read-write" - - value: "read-only" - description: "read-only" - - value: "write-only" - description: "write-only" - - value: "deny-all" - description: "deny-all" - - variable: ENABLE_SMTP_SETTINGS - label: "Enable SMTP Settings" - description: "If set to true, it enables the SMTP settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: NTFY_SMTP_SENDER_ADDR - label: "SMTP Sender Address" - description: "SMTP server address to allow email sending" - schema: - type: string - default: "" - - variable: NTFY_SMTP_SENDER_USER - label: "SMTP Sender User" - description: "SMTP user. Only used if e-mail sending is enabled" - schema: - type: string - default: "" - - variable: NTFY_SMTP_SENDER_PASS - label: "SMTP Sender Password" - description: SMTP password. Only used if e-mail sending is enabled" - schema: - type: string - private: true - default: "" - - variable: NTFY_SMTP_SENDER_FROM - label: "SMTP Sender From Address" - description: "SMTP sender e-mail address. Only used if e-mail sending is enabled" - schema: - type: string - default: "" - - variable: NTFY_SMTP_SERVER_LISTEN - label: "SMTP Server Listen" - description: "Defines the IP address and port the SMTP server will listen on, e.g. :25 or 1.2.3.4:25" - schema: - type: string - default: "" - - variable: NTFY_SMTP_SERVER_DOMAIN - label: "SMTP Server Domain" - description: "SMTP server e-mail domain, e.g. ntfy.sh" - schema: - type: string - default: "" - - variable: NTFY_SMTP_SERVER_ADDR_PREFIX - label: "SMTP Server Address Prefix" - description: "Optional prefix for the e-mail addresses to prevent spam, e.g. ntfy-" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10222 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: cache - label: "App Cache Storage" - description: "Stores the Application Cache." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/nullserv/questions.yaml b/charts/stable/nullserv/questions.yaml deleted file mode 100644 index 2c6aece8297..00000000000 --- a/charts/stable/nullserv/questions.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10004 - required: true - - variable: https - label: "https Service" - description: "The https service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: https - label: "https 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 - default: 10005 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/nvidia-gpu-exporter/questions.yaml b/charts/stable/nvidia-gpu-exporter/questions.yaml deleted file mode 100644 index 97feeaaf109..00000000000 --- a/charts/stable/nvidia-gpu-exporter/questions.yaml +++ /dev/null @@ -1,102 +0,0 @@ -# Include{groups} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: metricsEndpoint - group: "App Configuration" - label: "Metrics Endpoint" - schema: - type: string - default: "/metrics" - required: true - - variable: logs - label: "Logs" - group: "App Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: general - label: "General Logs" - schema: - additional_attrs: true - type: dict - attrs: - - variable: level - label: "Log Level" - schema: - type: string - default: "info" - enum: - - value: "info" - description: "Info" - - value: "warn" - description: "Warnings" - - value: "error" - description: "Errors" - - value: "debug" - description: "Debug" - - variable: format - label: "General Log format" - schema: - type: string - default: "logfmt" - enum: - - value: "logfmt" - description: "Common Log Format" - - value: "json" - description: "JSON" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9835 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{resources} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/nzbget/questions.yaml b/charts/stable/nzbget/questions.yaml deleted file mode 100644 index 26cebe28fc0..00000000000 --- a/charts/stable/nzbget/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10057 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/nzbhydra/questions.yaml b/charts/stable/nzbhydra/questions.yaml deleted file mode 100644 index c48f125889e..00000000000 --- a/charts/stable/nzbhydra/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5076 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/obs-ndi/questions.yaml b/charts/stable/obs-ndi/questions.yaml deleted file mode 100644 index c6ec92af823..00000000000 --- a/charts/stable/obs-ndi/questions.yaml +++ /dev/null @@ -1,148 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PW - label: "VNC Password to login" - description: "Enter your VNC password to login" - schema: - type: string - default: "headless" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6901 - required: true - - variable: websocket - label: "websocket Service" - description: "The websocket service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: websocket - label: "websocket 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 - default: 4455 - required: true - - variable: vnc - label: "vnc Service" - description: "The vnc service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: vnc - label: "vnc 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 - default: 5901 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: configpath - label: "configpath Storage" - description: "Container Path configobs-studio" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/observium/questions.yaml b/charts/stable/observium/questions.yaml deleted file mode 100644 index c66bf0e3729..00000000000 --- a/charts/stable/observium/questions.yaml +++ /dev/null @@ -1,140 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: OBSERVIUM_ADMIN_USER - label: "Admin User" - description: "Observium Admin User" - schema: - type: string - required: true - default: "" - - variable: OBSERVIUM_ADMIN_PASS - label: "Admin Password" - description: "Observium Admin Password" - schema: - type: string - private: true - required: true - default: "" - - variable: OBSERVIUM_base_url - label: "Base URL" - description: "Observium Base URL" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8668 - required: true - - variable: udpport1 - label: 'udpport1 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udpport1 - label: "udpport1 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 - default: 8514 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/obsidian/questions.yaml b/charts/stable/obsidian/questions.yaml deleted file mode 100644 index 541d9ad47fa..00000000000 --- a/charts/stable/obsidian/questions.yaml +++ /dev/null @@ -1,134 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10292 - required: true - - variable: api - label: "API Service" - description: "API Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: http - label: "http 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 - default: 27123 - required: true - - variable: https - label: "https 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 - default: 27124 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Config." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: vaults - label: "App Vaults Storage" - description: "Stores the Application Vaults." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/octoprint/questions.yaml b/charts/stable/octoprint/questions.yaml deleted file mode 100644 index 05c4b54a9db..00000000000 --- a/charts/stable/octoprint/questions.yaml +++ /dev/null @@ -1,110 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ENABLE_MJPG_STREAMER - label: "ENABLE_MJPG_STREAMER" - description: "Enable this to ensure camera streaming is enabled you add a video device" - schema: - type: string - default: "false" - - variable: MJPG_STREAMER_INPUT - label: "MJPG_STREAMER_INPUT" - description: "MJPG Streamer input parameters" - schema: - type: string - default: "" - - variable: CAMERA_DEV - label: "CAMERA_DEV" - description: "MJPG Streamer camera device" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10021 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/odoo/questions.yaml b/charts/stable/odoo/questions.yaml deleted file mode 100644 index 784458c7da4..00000000000 --- a/charts/stable/odoo/questions.yaml +++ /dev/null @@ -1,126 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: odoo - group: App Configuration - label: Odoo - schema: - additional_attrs: true - type: dict - attrs: - - variable: additionalConf - label: Additional File Configuration Options - description: | - Configure additional file configuration options for Odoo.
- Options are appended to the end of the configuration file.
- After the predefined configuration options.
- schema: - type: list - default: [] - items: - - variable: conf - label: Configuration Option - schema: - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8069 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: odoo - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: addons - label: "App Addons Storage" - description: "Stores the Application addons." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 101 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 101 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ollama/questions.yaml b/charts/stable/ollama/questions.yaml deleted file mode 100644 index af115f502a5..00000000000 --- a/charts/stable/ollama/questions.yaml +++ /dev/null @@ -1,224 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} - -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - - variable: imageSelector - label: Select Image - schema: - type: string - default: image - enum: - - value: image - description: Image - - value: rocmImage - description: Rocm(AMD) - -# Include{containerBasic} -# Include{containerAdvanced} - - - variable: ollama - group: App Configuration - label: Ollama - schema: - additional_attrs: true - type: dict - attrs: - - variable: registration - label: Registration Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Registration - schema: - type: boolean - default: true - - variable: def_user_role - label: Default User Role - schema: - type: string - default: pending - enum: - - value: pending - description: Pending - - value: user - description: User - - value: admin - description: Admin - - variable: trusted_email_header - label: Trusted E-mail Header - schema: - type: string - default: "" - - variable: stable_diffusion - label: Stable Diffusion Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: base_url - label: Base Url - schema: - type: string - default: "" - - variable: whisper - label: Whisper Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: model - label: Model - schema: - type: string - default: "base" - - variable: rag - label: Rag Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: model_device_type - label: Model Device Type - schema: - type: string - default: "cpu" - enum: - - value: cpu - description: CPU - - value: cuda - description: Nvidia - - value: mps - description: MPS (Apple) - - variable: model - label: Embedding Model - schema: - type: string - default: "all-MiniLM-L6-v2" - -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10686 - required: true - - variable: api - label: API Service - description: The API service. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: api - label: API 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 - default: 11434 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressTLS} -# Include{ingressTraefik} -# Include{ingressAdvanced} - - variable: api - label: "API Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressTLS} -# Include{ingressTraefik} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 - -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/omada-controller/questions.yaml b/charts/stable/omada-controller/questions.yaml deleted file mode 100644 index 9f7137308f2..00000000000 --- a/charts/stable/omada-controller/questions.yaml +++ /dev/null @@ -1,211 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8043 - required: true - - variable: comm - label: Omada Controller User HTTPS portal - description: Omada Controller User HTTPS portal - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: comm - label: TCP 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 - default: 8843 - required: true - - variable: omada-tcp - label: Omada TCP - description: Omada TCP - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: omada-tcp1 - label: Omada TCP 1 - description: Omada Controller or EAP Discovery Utility manages Omada devices before Omada Controller v5.x. - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 29811 - required: true - - variable: omada-tcp2 - label: Omada TCP 2 - description: Omada Controller or EAP Discovery Utility manages Omada devices before Omada Controller v5.x. - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 29812 - required: true - - variable: omada-tcp3 - label: Omada TCP 3 - description: Omada Controller upgrades Omada devices before Omada Controller v5.x. - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 29813 - required: true - - variable: omada-tcp4 - label: Omada TCP 4 - description: Omada Controller or EAP Discovery Utility adopts Omada devices since Omada Controller v5.x. - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 29814 - required: true - - variable: omada-udp - label: Omada UDP - description: Omada UDP - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: omada-udp1 - label: Omada UDP 1 - description: Omada Controller or EAP Discovery Utility discovers Omada devices. - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 29810 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App data Storage - description: Stores the Application data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: work - label: App working Storage - description: Stores the Application data between resets. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} - - variable: comm - label: Comm Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ombi/questions.yaml b/charts/stable/ombi/questions.yaml deleted file mode 100644 index 3fcf3d774ae..00000000000 --- a/charts/stable/ombi/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3579 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/onlinecheckyourserver/questions.yaml b/charts/stable/onlinecheckyourserver/questions.yaml deleted file mode 100644 index 8c86beb221a..00000000000 --- a/charts/stable/onlinecheckyourserver/questions.yaml +++ /dev/null @@ -1,106 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: HOST - label: "HOST" - description: "IP or Domainname to ping goes here." - schema: - type: string - default: "google.com" - - variable: PING_INTERVAL - label: "PING_INTERVAL" - description: "Interval in wich the Host is pinged (in seconds)." - schema: - type: string - default: "300" - - variable: PING_TIMEOUT - label: "PING_TIMEOUT" - description: "Time that the Host has to answer the ping request (in seconds)." - schema: - type: string - default: "10" - - variable: PING_RETRY - label: "PING_RETRY" - description: "Time to wait to retry it after the ping fails (in seconds)." - schema: - type: string - default: "3600" - - variable: PUSHOVER_APP_TOKEN - label: "PUSHOVER_APP_TOKEN" - description: "Pushover APP Token goes here." - schema: - type: string - default: "" - - variable: PUSHOVER_USER_TOKEN - label: "PUSHOVER_USER_TOKEN" - description: "Pushover User Token goes here." - schema: - type: string - default: "" - - variable: PUSHOVER_TITLE - label: "PUSHOVER_TITLE" - description: "Customized Pushover Message Title here." - schema: - type: string - default: "Online Check" - - variable: PUSHOVER_MESSAGE - label: "PUSHOVER_MESSAGE" - description: "Customized Pushover Message here." - schema: - type: string - default: "google.com is offline!" - - variable: PUSHOVER_PRIORITY - label: "PUSHOVER_PRIORITY" - description: "Customize the Pushover Priority (-2 Lowest priority -1 Low Priority 0 Normal Priority 1 High Priority 2 Emergency Priority - without quotes)" - schema: - type: string - default: "0" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/onlyoffice-document-server/questions.yaml b/charts/stable/onlyoffice-document-server/questions.yaml deleted file mode 100644 index eb5e9b6382e..00000000000 --- a/charts/stable/onlyoffice-document-server/questions.yaml +++ /dev/null @@ -1,109 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: JWT_SECRET - label: "JWT_SECRET" - description: "Defines the secret key to validate the JSON Web Token in the request to the ONLYOFFICE Document Server." - schema: - type: string - private: true - default: "REPLACETHIS" - - variable: JWT_ENABLED - label: "JWT_ENABLED" - description: "Specifies the enabling the JSON Web Token validation by the ONLYOFFICE Document Server." - schema: - type: boolean - default: false - - variable: WOPI_ENABLED - label: "WOPI_ENABLED" - description: "Specifies the enabling the wopi handlers." - schema: - type: boolean - default: false -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10043 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/openaudible/questions.yaml b/charts/stable/openaudible/questions.yaml deleted file mode 100644 index b4d351ab9b0..00000000000 --- a/charts/stable/openaudible/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10325 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/openbooks/questions.yaml b/charts/stable/openbooks/questions.yaml deleted file mode 100644 index 26f62d00bfa..00000000000 --- a/charts/stable/openbooks/questions.yaml +++ /dev/null @@ -1,155 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: openbooks - group: App Configuration - label: OpenBooks Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: user_name - label: User Name - description: Username used to connect to IRC server. - schema: - type: string - default: "" - required: true - - variable: server - label: Server - description: The IRC server:port to connect to. - schema: - type: string - default: "irc.irchighway.net:6697" - required: true - - variable: tls - label: TLS - description: Connect to IRC server over TLS. - schema: - type: boolean - default: true - - variable: search - label: Search - description: The IRC search operator to use. - schema: - type: string - default: search - enum: - - value: search - description: Search - - value: searchook - description: Searchook - - variable: debug - label: Debug - description: Display additional debug information, including all config values. - schema: - type: boolean - default: false - - variable: log - label: Log - description: Save raw IRC logs for each client connection. - schema: - type: boolean - default: false - - variable: persist - label: Persist - description: Save eBook files after sending to browser. - schema: - type: boolean - default: true - - variable: no_browser_downloads - label: No Browser Downloads - description: Don't send files to browser but save them to disk. - schema: - type: boolean - default: true -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10608 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: books - label: "App Books Storage" - description: "Stores the Application Books." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logs - label: "App Logs Storage" - description: "Stores the Application Logs." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/opengl-desktop-g3/questions.yaml b/charts/stable/opengl-desktop-g3/questions.yaml deleted file mode 100644 index dfe772b4cbf..00000000000 --- a/charts/stable/opengl-desktop-g3/questions.yaml +++ /dev/null @@ -1,126 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PW - label: "VNC_PW" - description: "The VNCnoVNC password." - schema: - type: string - default: "TrueNAS" - - variable: VNC_RESOLUTION - label: "VNC_RESOLUTION" - description: "The VNCnoVNC resolution." - schema: - type: string - default: "1360x768" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6901 - required: true - - variable: webuivnc - label: 'webuivnc service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: webuivnc - label: "webuivnc 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 - default: 5901 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: internalshare - label: "internalshare Storage" - description: "Path to a share from your host to be able to work within the container." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/openhab/questions.yaml b/charts/stable/openhab/questions.yaml deleted file mode 100644 index 8b32b4cc463..00000000000 --- a/charts/stable/openhab/questions.yaml +++ /dev/null @@ -1,129 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10169 - required: true - - variable: https - label: "https Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: https - label: "https 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 - default: 10170 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: addons - label: "App addons Storage" - description: "Stores the Application addons." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: userdata - label: "App userdata Storage" - description: "Stores the Application userdata." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/openra/questions.yaml b/charts/stable/openra/questions.yaml deleted file mode 100644 index ae0372ae9fa..00000000000 --- a/charts/stable/openra/questions.yaml +++ /dev/null @@ -1,144 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: ListenPort - label: "ListenPort" - description: "ListenPort for multiple servers " - schema: - type: string - default: "1234" - - variable: ExternalPort - label: "ExternalPort" - description: "ExternalPort for multiple servers" - schema: - type: string - default: "1234" - - variable: Mod - label: "Mod" - description: "Game the server runs eg- cnc, ra or d2k" - schema: - type: string - default: "ra" - - variable: Name - label: "Name" - description: "Name of server to advertise" - schema: - type: string - default: "DEDICATED SERVER" - - variable: Ban - label: "Ban" - description: "Comma delimited list of banned IP addresses" - schema: - type: string - default: "" - - variable: MOTD - label: "MOTD" - description: "Message shown to users on joining game" - schema: - type: string - default: "Have Fun!!" - - variable: Password - label: "Password" - description: "Password needed by users to join server" - schema: - type: string - default: "" - - variable: MAP - label: "MAP" - description: "Hash ID of selected startup map" - schema: - type: string - default: "" - - variable: AdvertiseOnline - label: "AdvertiseOnline" - description: "Advertise server on openRA public servers" - schema: - type: string - default: "True" - - variable: EnableSingleplayer - label: "EnableSingleplayer" - description: "Enable single players on server" - schema: - type: string - default: "False" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 1234 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/openspeedtest/questions.yaml b/charts/stable/openspeedtest/questions.yaml deleted file mode 100644 index d6a7f670f9e..00000000000 --- a/charts/stable/openspeedtest/questions.yaml +++ /dev/null @@ -1,82 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10256 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/openttd/questions.yaml b/charts/stable/openttd/questions.yaml deleted file mode 100644 index 569144ef2bd..00000000000 --- a/charts/stable/openttd/questions.yaml +++ /dev/null @@ -1,155 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "To load the last autosavegame you MUST specifie the following in the GAMEPARAMETERS variable -g serverdataserverfiles.localshareopenttdsaveautosaveautosave0.sav" - schema: - type: string - default: "" - - variable: GAME_VERSION - label: "GAME_VERSION" - description: "Define the prefered game version (eg 1.10.3 without quotes) or set to latest (without quotes) to pull the newest build." - schema: - type: string - default: "latest" - - variable: GFX_PK_V - label: "GFX_PK_V" - description: "Define the prefered OpenGFX version (eg 0.6.0 without quotes) or set to latest (without quotes) to pull the newest build." - schema: - type: string - default: "latest" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9015 - required: true - - variable: tcpgameport - label: 'tcpgameport service' - description: "Container Port 3979" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcpgameport - label: "tcpgameport 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 - default: 3979 - required: true - - variable: udpgameport - label: 'udpgameport service' - description: "Container Port 3979" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udpgameport - label: "udpgameport 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 - default: 3979 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/openvscode-server/questions.yaml b/charts/stable/openvscode-server/questions.yaml deleted file mode 100644 index fe4d841d3a5..00000000000 --- a/charts/stable/openvscode-server/questions.yaml +++ /dev/null @@ -1,112 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: CONNECTION_TOKEN - label: "CONNECTION_TOKEN" - description: "Optional security token for accessing the Web UI (ie. supersecrettoken)." - schema: - type: string - private: true - default: "" - - variable: CONNECTION_SECRET - label: "CONNECTION_SECRET" - description: "Optional path to a file inside the container that contains the security token for accessing the Web UI (ie. /path/to/file). Overrides CONNECTION_TOKEN." - schema: - type: string - default: "" - - variable: SUDO_PASSWORD - label: "SUDO_PASSWORD" - description: "If this optional variable is set, user will have sudo access in the openvscode-server terminal with the specified password." - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10135 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/organizr/questions.yaml b/charts/stable/organizr/questions.yaml deleted file mode 100644 index c64721c3440..00000000000 --- a/charts/stable/organizr/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10022 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/oscam/questions.yaml b/charts/stable/oscam/questions.yaml deleted file mode 100644 index 15f51507f71..00000000000 --- a/charts/stable/oscam/questions.yaml +++ /dev/null @@ -1,86 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10062 - required: true - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 20 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/outline/questions.yaml b/charts/stable/outline/questions.yaml deleted file mode 100644 index f77e227d19d..00000000000 --- a/charts/stable/outline/questions.yaml +++ /dev/null @@ -1,390 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: URL - label: "URL" - description: "URL should point to the fully qualified, publicly accessible URL." - schema: - type: string - required: true - default: "" - - variable: COLLABORATION_URL - label: "COLLABORATION_URL" - description: "URL for external collaboration server" - schema: - type: string - default: "" - - variable: SLACK_MESSAGE_ACTIONS - label: "SLACK_MESSAGE_ACTIONS" - schema: - type: boolean - default: true - - variable: ENABLE_UPDATES - label: "ENABLE_UPDATES" - schema: - type: boolean - default: true - - variable: WEB_CONCURRENCY - label: "WEB_CONCURRENCY" - description: "How many processes should be spawned. As a reasonable rule divide your servers available memory by 512 for a rough estimate" - schema: - type: int - default: 1 - - variable: DEFAULT_LANGUAGE - label: "DEFAULT_LANGUAGE" - description: "The default interface language. See translate.getoutline.com for a list of available language codes and their rough percentage translated." - schema: - type: string - default: "en_US" - - variable: TEAM_LOGO - label: "TEAM_LOGO URL" - description: "Custom logo that displays on the authentication screen, scaled to height: 60px (Insert URL here)" - schema: - type: string - default: "" - - variable: MAXIMUM_IMPORT_SIZE - label: "MAXIMUM_IMPORT_SIZE" - description: "Override the maxium size of document imports, could be required if you have especially large Word documents with embedded imagery" - schema: - type: int - default: 5120000 - - variable: SENTRY_DSN - label: "SENTRY_DSN" - schema: - type: string - default: "" - - variable: localstorage - label: "Enable Local Storage + Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: FILE_STORAGE - label: "Enable Local File Storage" - description: Set local to enable local file storage bypassing Minio or S3 - schema: - type: string - default: "local" - - variable: FILE_STORAGE_MAX_UPLOAD_SIZE - label: "Local File Storage Max Upload Size" - schema: - type: int - default: 26214400 - - variable: slackenabled - label: "Enable Slack Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: SLACK_KEY - label: "SLACK_KEY" - schema: - type: string - default: "" - private: true - - variable: SLACK_SECRET - label: "SLACK_SECRET" - schema: - type: string - default: "" - private: true - - variable: SLACK_VERIFICATION_TOKEN - label: "SLACK_VERIFICATION_TOKEN" - schema: - type: string - default: "" - private: true - - variable: SLACK_APP_ID - label: "SLACK_APP_ID" - schema: - type: string - default: "" - private: true - - variable: googlenabled - label: "Enable Google Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: GOOGLE_CLIENT_ID - label: "GOOGLE_CLIENT_ID" - schema: - type: string - default: "" - private: true - - variable: GOOGLE_CLIENT_SECRET - label: "GOOGLE_CLIENT_SECRET" - schema: - type: string - default: "" - private: true - - variable: GOOGLE_ANALYTICS_ID - label: "GOOGLE_ANALYTICS_ID" - schema: - type: string - default: "" - private: true - - variable: azureenabled - label: "Enable Azure Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: AZURE_CLIENT_ID - label: "AZURE_CLIENT_ID" - schema: - type: string - default: "" - private: true - - variable: AZURE_CLIENT_SECRET - label: "AZURE_CLIENT_SECRET" - schema: - type: string - default: "" - private: true - - variable: AZURE_RESOURCE_APP_ID - label: "AZURE_RESOURCE_APP_ID" - schema: - type: string - default: "" - private: true - - variable: oidcenabled - label: "Enable OIDC Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: OIDC_CLIENT_ID - label: "OIDC_CLIENT_ID" - schema: - type: string - default: "" - private: true - - variable: OIDC_CLIENT_SECRET - label: "OIDC_CLIENT_SECRET" - schema: - type: string - default: "" - private: true - - variable: OIDC_AUTH_URI - label: "OIDC_AUTH_URI" - schema: - type: string - default: "" - - variable: OIDC_TOKEN_URI - label: "OIDC_TOKEN_URI" - schema: - type: string - default: "" - - variable: OIDC_USERINFO_URI - label: "OIDC_USERINFO_URI" - schema: - type: string - default: "" - - variable: OIDC_USERNAME_CLAIM - label: "OIDC_USERNAME_CLAIM" - schema: - type: string - default: "preferred_username" - - variable: OIDC_DISPLAY_NAME - label: "OIDC_DISPLAY_NAME" - schema: - type: string - default: "OpenID" - - variable: OIDC_SCOPES - label: "OIDC_SCOPES" - schema: - type: string - default: "openid profile email" - - variable: sthreenabled - label: "Enable AWS / Minio (S3) Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: AWS_ACCESS_KEY_ID - label: "AWS_ACCESS_KEY_ID" - schema: - type: string - default: "" - private: true - - variable: AWS_SECRET_ACCESS_KEY - label: "AWS_SECRET_ACCESS_KEY" - schema: - type: string - default: "" - private: true - - variable: AWS_REGION - label: "AWS_REGION" - schema: - type: string - default: "" - - variable: AWS_S3_ACCELERATE_URL - label: "AWS_S3_ACCELERATE_URL" - schema: - type: string - default: "" - - variable: AWS_S3_UPLOAD_BUCKET_URL - label: "AWS_S3_UPLOAD_BUCKET_URL" - schema: - type: string - default: "" - - variable: AWS_S3_UPLOAD_BUCKET_NAME - label: "AWS_S3_UPLOAD_BUCKET_NAME" - schema: - type: string - default: "" - - variable: AWS_S3_UPLOAD_MAX_SIZE - label: "AWS_S3_UPLOAD_MAX_SIZE" - schema: - type: int - default: 26214400 - - variable: AWS_S3_FORCE_PATH_STYLE - label: "AWS_S3_FORCE_PATH_STYLE" - schema: - type: boolean - default: true - - variable: AWS_S3_ACL - label: "AWS_S3_ACL" - schema: - type: string - default: "private" - - variable: smtpenabled - label: "Enable SMTP Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: SMTP_HOST - label: "SMTP_HOST" - schema: - type: string - default: "" - - variable: SMTP_PORT - label: "SMTP_PORT" - schema: - type: int - default: 587 - - variable: SMTP_USERNAME - label: "SMTP_USERNAME" - schema: - type: string - default: "" - - variable: SMTP_PASSWORD - label: "SMTP_PASSWORD" - schema: - type: string - default: "" - private: true - - variable: SMTP_FROM_EMAIL - label: "SMTP_FROM_EMAIL" - schema: - type: string - default: "" - - variable: SMTP_REPLY_EMAIL - label: "SMTP_REPLY_EMAIL" - schema: - type: string - default: "" - - variable: SMTP_SECURE - label: "SMTP_SECURE" - schema: - type: boolean - default: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10196 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application's Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/overseerr/questions.yaml b/charts/stable/overseerr/questions.yaml deleted file mode 100644 index 94e1b787c01..00000000000 --- a/charts/stable/overseerr/questions.yaml +++ /dev/null @@ -1,98 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: LOG_LEVEL - label: "LOG_LEVEL" - description: "Set the application log level" - schema: - type: string - default: "info" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5055 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/owi2plex/questions.yaml b/charts/stable/owi2plex/questions.yaml deleted file mode 100644 index 533d03d2105..00000000000 --- a/charts/stable/owi2plex/questions.yaml +++ /dev/null @@ -1,70 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "mntuserappdataowi2plexconfigconfig and cron setting" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: owi2plex - label: "owi2plex Storage" - description: "mntuserappdataowi2plexoutput folder" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: tvh - label: "tvh Storage" - description: "mntuserappdatatvheadenddatain case move to TVHeadend is enabled u need to mount this." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/owncast/questions.yaml b/charts/stable/owncast/questions.yaml deleted file mode 100644 index 5aee28634b7..00000000000 --- a/charts/stable/owncast/questions.yaml +++ /dev/null @@ -1,110 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - admin: -# Include{portalLink} - path: "/admin/" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10088 - required: true - - variable: rtmp - label: "rtmp Service" - description: "The rtmp service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: rtmp - label: "rtmp 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 - default: 1935 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/palworld/questions.yaml b/charts/stable/palworld/questions.yaml deleted file mode 100644 index 9327f59a405..00000000000 --- a/charts/stable/palworld/questions.yaml +++ /dev/null @@ -1,571 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - -# Include{containerBasic} -# Include{containerAdvanced} - - - variable: palworld - group: App Configuration - label: Palworld Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: steam - label: Steam Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: id - label: Game Id - description: The ID of the container to download at start up. - schema: - type: string - required: true - default: "2394010" - - variable: username - label: Username - description: Optionally set a steam username otherwise (disable Steam Guard). - schema: - type: string - default: "" - - variable: password - label: Password - description: Optionally set a steam password (disable Steam Guard). - schema: - type: string - private: true - default: "" - - variable: validate - label: Validate - description: Validates the game data. - schema: - type: boolean - default: false - - variable: game - label: Game Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Server Name - description: The name of your server. - schema: - type: string - default: "TrueCharts Palworld Server" - - variable: description - label: Server Description - description: The description of your server. - schema: - type: string - default: "A Palworld Server running in Kubernetes" - - variable: use_auth - label: Use Auth - schema: - type: boolean - default: true - - variable: admin_password - label: Admin Server Password - description: Optionally set a password for the admin (this field accepts no spaces) - schema: - type: string - private: true - default: "" - - variable: password - label: Server Password - description: Optionally set a password for the server. - schema: - type: string - private: true - default: "" - - variable: auto_reset_guild_time_no_online_players - label: Auto Reset Guild Time No Online Players - schema: - type: string - default: "72.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: ban_list_url - label: Ban List Url - schema: - type: string - default: "https://api.palworldgame.com/api/banlist.txt" - - variable: base_camp_max - label: Base Camp Max - schema: - type: int - default: 128 - min: 1 - - variable: base_camp_worker_max - label: Base Camp Worker Max - schema: - type: int - default: 15 - min: 1 - - variable: build_object_damage_rate - label: Build Object Damage Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: build_object_deterioration_damage_rate - label: Build Object Deterioration Damage Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: can_pickup_other_guild_death_penalty_drop - label: Can Pickup Other Guild Death Penalty Drop - schema: - type: boolean - default: false - - variable: collection_drop_rate - label: Collection Drop Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: collection_object_hp_rate - label: Collection Object HP Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: collection_object_respawn_speed_rate - label: Collection Object Respawn Speed Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: day_time_speed_rate - label: Day Time Speed Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: death_penalty - label: Server Death Penalty - schema: - type: string - default: "ALL" - - variable: difficulty - label: Server Difficulty - schema: - type: string - default: "None" - - variable: drop_item_alive_max_hours - label: Drop Item Alive Max Hours - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: drop_item_max - label: Drop Item Max - schema: - type: int - default: 3000 - min: 1 - - variable: drop_item_max_unko - label: Drop Item Max Unko - schema: - type: int - default: 100 - min: 1 - - variable: enable_aim_assist_kb - label: Enable Aim Assist KeyBoard - schema: - type: boolean - default: false - - variable: enable_aim_assist_pad - label: Enable Aim Assist Pad - schema: - type: boolean - default: false - - variable: enable_defense_other_guild_player - label: Enable Defense Other Guild Player - schema: - type: boolean - default: true - - variable: enable_fast_travel - label: Enable Fast Travel - schema: - type: boolean - default: true - - variable: enable_friendly_fire - label: Enable Friendly Fire - schema: - type: boolean - default: false - - variable: enable_invader_enemy - label: Enable Invader Enemy - schema: - type: boolean - default: true - - variable: active_unko - label: Active Unko - schema: - type: boolean - default: false - - variable: enable_non_login_penalty - label: Enable Non Login Penalty - schema: - type: boolean - default: true - - variable: enable_pvp_damage - label: Enable PVP Damage - schema: - type: boolean - default: false - - variable: exist_players_after_logout - label: Exist Players After LogOut - schema: - type: boolean - default: false - - variable: enemy_drop_item_rate - label: Enemy Drop Item Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: exp_rate - label: Experience Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: guild_auto_reset_no_online_players - label: Guild Auto Reset No Online Players - schema: - type: boolean - default: false - - variable: is_multiplay - label: Is Multiplay - schema: - type: boolean - default: false - - variable: is_pvp - label: Is PVP - schema: - type: boolean - default: false - - variable: is_start_location_select_by_map - label: Is Start Location Select By Map - schema: - type: boolean - default: true - - variable: max_players - label: Max Players - schema: - type: int - default: 32 - - variable: max_players_coop - label: Max Co-Op Players - schema: - type: int - default: 4 - min: 1 - - variable: max_players_guild - label: Max Guild Players - schema: - type: int - default: 20 - min: 1 - - variable: night_time_speed_rate - label: Night Time Speed Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: pal_auto_hp_regene_rate - label: Pal Auto HP Regene Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: pal_auto_hp_regene_rate_in_sleep - label: Pal Auto HP Regene Rate in Sleep - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: pal_capture_rate - label: Pal Capture Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: pal_damage_rate_attack - label: Pal Damage Rate Attack - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: pal_damage_rate_defense - label: Pal Damage Rate Defense - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: pal_egg_default_hatching_time - label: Pal Egg Default Hatching Time - schema: - type: string - default: "72.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: pal_spawn_num_rate - label: Pal Spawn Number Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: pal_stamina_decreace_rate - label: Pal Stamina Decreace Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: pal_stomach_decreace_rate - label: Pal Stomach Decreace Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: player_auto_hp_regene_rate - label: Player Auto HP Regene Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: player_auto_hp_regene_rate_in_sleep - label: Player Auto HP Regene Rate in Sleep - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: player_damage_rate_attack - label: Player Damage Rate Attack - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: player_damage_rate_defense - label: Player Damage Rate Defense - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: player_stamina_decreace_rate - label: Player Stamina Decreace Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: player_stomach_decreace_rate - label: Player Stomach Decreace Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: region - label: Region - schema: - type: string - default: "" - - variable: work_speed_rate - label: Work Speed Rate - schema: - type: string - default: "1.000000" - valid_chars: '^\d{1,}\.[0-9]{6}$' - - variable: update_public_ip - label: Update Public IP - description: Will check if the Public IP is still valid. - schema: - type: boolean - default: false - - variable: public_ip - label: Public IP - schema: - type: string - default: "" - - variable: params - label: Game Params - schema: - type: list - default: - - -publiclobby - required: true - items: - - variable: param - label: Param - schema: - type: string - required: true - default: "" - - variable: params_extra - label: Game Params Extra - schema: - type: list - default: - - -useperfthreads - - -NoAsyncLoadingThread - - -UseMultithreadForDS - required: true - items: - - variable: extra_param - label: Extra Param - schema: - type: string - required: true - default: "" - - variable: backup - label: Backup Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Backups - description: To enable the automated backup function. - schema: - type: boolean - default: true - - variable: interval - label: Backup Interval - description: The backup interval in minutes. - schema: - type: int - default: 200 - min: 1 - - variable: to_keep - label: Backups To Keep - description: Number of backups to keep. - schema: - type: int - default: 12 - min: 1 - - variable: rcon - label: RCON Sidecar Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the RCON sidecar. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: timeout - label: Rcon TimeOut - schema: - type: string - required: true - default: 10s - -# Include{containerConfig} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8211 - required: true - - variable: rcon - label: RCON service - description: RCON Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: rcon - label: RCON 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 - default: 25575 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "App SteamCMD Storage" - description: "Stores the Application SteamCMD." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "App Server Files Storage" - description: "Stores the Application Server Files." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/paperless-ngx/questions.yaml b/charts/stable/paperless-ngx/questions.yaml deleted file mode 100644 index d069a6ba0c1..00000000000 --- a/charts/stable/paperless-ngx/questions.yaml +++ /dev/null @@ -1,152 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: PAPERLESS_ADMIN_USER - label: "PAPERLESS_ADMIN_USER (First Install Only)" - schema: - type: string - required: true - default: "" - - variable: PAPERLESS_ADMIN_PASSWORD - label: "PAPERLESS_ADMIN_PASSWORD (First Install Only)" - schema: - type: string - required: true - private: true - default: "" - - variable: PAPERLESS_ADMIN_MAIL - label: "PAPERLESS_ADMIN_MAIL (First Install Only)" - schema: - type: string - default: "" - - variable: PAPERLESS_URL - label: "PAPERLESS_URL" - description: "This is required if you will be exposing Paperless-ngx on a public domain." - schema: - type: string - default: "" - - variable: PAPERLESS_WEBSERVER_WORKERS - label: "PAPERLESS_WEBSERVER_WORKERS" - description: "The number of worker processes the webserver should spawn." - schema: - type: int - required: true - default: 2 - - variable: PAPERLESS_OCR_LANGUAGES - label: "Additional Paperless OCR Languages" - description: "Additional OCR languages to install. By default, paperless comes with English, German, Italian, Spanish and French. If your language is not in this list, install additional languages with this configuration option. Use LangCodes for the additional languages in a SPACED list." - schema: - type: string - default: "eng fra deu spa ita" - - variable: PAPERLESS_OCR_LANGUAGE - label: "Additional Language Selector" - description: "If additional languages are selected above, you can set the default language used with OCR using LangCodes below, default is eng. Can use eng+fra if muliple" - schema: - type: string - default: "eng" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10140 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "This is where paperless stores all its data (search index, classification model, etc)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: consume - label: "To-be consumed Document Storage" - description: "This where your documents should go to be consumed." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: media - label: "App Document Storage" - description: "This is where your documents and thumbnails are stored." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/papermerge/questions.yaml b/charts/stable/papermerge/questions.yaml deleted file mode 100644 index 2da7a0fb010..00000000000 --- a/charts/stable/papermerge/questions.yaml +++ /dev/null @@ -1,115 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: DJANGO_SUPERUSER_EMAIL - label: SuperUser Email - description: Admin email - schema: - type: string - required: true - default: "" - - variable: DJANGO_SUPERUSER_USENAME - label: SuperUser UserName - description: Admin user - schema: - type: string - required: true - default: "" - - variable: DJANGO_SUPERUSER_PASSWORD - label: SuperUser Password - description: Admin Password - schema: - type: string - required: true - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10141 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/passwordpusherephemeral/questions.yaml b/charts/stable/passwordpusherephemeral/questions.yaml deleted file mode 100644 index e63e2319598..00000000000 --- a/charts/stable/passwordpusherephemeral/questions.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/pasta/questions.yaml b/charts/stable/pasta/questions.yaml deleted file mode 100644 index 8ecaa595078..00000000000 --- a/charts/stable/pasta/questions.yaml +++ /dev/null @@ -1,76 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10302 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/pastey/questions.yaml b/charts/stable/pastey/questions.yaml deleted file mode 100644 index e59a008005e..00000000000 --- a/charts/stable/pastey/questions.yaml +++ /dev/null @@ -1,183 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - label: Select Image - schema: - type: string - default: image - enum: - - value: image - description: Image - - value: slimImage - description: Slim - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: PASTEY_BEHIND_PROXY - label: "Pastey Behind Proxy" - description: "Inform Pastey if it is behind a reverse proxy." - schema: - type: boolean - default: false - - variable: PASTEY_GUESS_THRESHOLD - label: "Pastey Guess Threshold" - description: "Threshold for automatic language detection guesses." - schema: - type: string - default: "0.20" - - variable: PASTEY_RATE_LIMIT - label: "Pastey Rate Limit" - description: "Rate limit for pasting, for non-whitelisted users." - schema: - type: string - default: "5/hour" - - variable: PASTEY_RECENT_PASTES - label: "Pastey Recent Pastes" - description: "Number of recent pastes to show on the home page." - schema: - type: int - default: 10 - - variable: PASTEY_RESTRICT_PASTING - label: "Pastey Restrict Pasting" - description: "Enable/disable restricting of pasting to whitelisted users." - schema: - type: boolean - default: false - - variable: PASTEY_USE_WHITELIST - label: "Pastey Use Whitelist" - description: "Enable/disable whitelisting for admin tasks." - schema: - type: boolean - default: true - - variable: PASTEY_WHITELIST_CIDR - label: "Pastey WhiteList CIDR" - description: "List of whitelisted IP addresses or networks." - schema: - type: string - default: "127.0.0.1/32,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16" - - variable: PASTEY_DEFAULT_THEME - label: "Pastey Default Theme" - schema: - type: string - default: "Dark" - enum: - - value: "Dark" - description: "Dark" - - value: "Light" - description: "Light" - - variable: PASTEY_PURGE_INTERVAL - label: "Pastey Purge Interval" - description: "Purge interval (in seconds) for checking expired pastes in background thread." - schema: - type: int - default: 10 - - variable: PASTEY_FORCE_SHOW_RECENT - label: "Pastey Force Show Recent" - description: "Show recent pastes on the home page, even to non-whitelisted users." - schema: - type: boolean - default: false - - variable: PASTEY_IGNORE_GUESS - label: "Pastey Ignore Guess" - description: "Ignore these classifications for language detection." - schema: - type: string - default: "TeX,SQL" - - variable: PASTEY_SHOW_CLI_BUTTON - label: "Pastey Show Cli Button" - description: "Enable/disabling showing of CLI button on home page." - schema: - type: boolean - default: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/pavlovvr/questions.yaml b/charts/stable/pavlovvr/questions.yaml deleted file mode 100644 index a4da63bea75..00000000000 --- a/charts/stable/pavlovvr/questions.yaml +++ /dev/null @@ -1,194 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "622970" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server otherwise leave blank (eg -PORT=7778 without qotes)." - schema: - type: string - default: "" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7777 - required: true - - variable: udpgameport - label: 'udpgameport service' - description: "If you specify another game port then delete this entry and create a new UDP entry with your desired port number (also dont forget to set it in the GAMEPARAMS)." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udpgameport - label: "udpgameport 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 - default: 7777 - required: true - - variable: udp2 - label: 'udp2 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udp2 - label: "udp2 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 - default: 8177 - required: true - - variable: udp3 - label: 'udp3 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udp3 - label: "udp3 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 - default: 7977 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/peanut/questions.yaml b/charts/stable/peanut/questions.yaml deleted file mode 100644 index a3d67cda38b..00000000000 --- a/charts/stable/peanut/questions.yaml +++ /dev/null @@ -1,106 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: NUT_HOST - label: NUT Host - description: Host of NUT server - schema: - type: string - default: "localhost" - - variable: NUT_PORT - label: NUT Port - description: Port of NUT server - schema: - type: int - default: 3493 - - variable: USERNAME - label: Username - schema: - type: string - default: "" - - variable: PASSWORD - label: Password - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10688 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/pgadmin/questions.yaml b/charts/stable/pgadmin/questions.yaml deleted file mode 100644 index e29dcf6269f..00000000000 --- a/charts/stable/pgadmin/questions.yaml +++ /dev/null @@ -1,105 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: PGADMIN_DEFAULT_EMAIL - label: "PGADMIN_DEFAULT_EMAIL" - schema: - type: string - required: true - default: "replace@this.now" - - variable: PGADMIN_DEFAULT_PASSWORD - label: "PGADMIN_DEFAULT_PASSWORD" - schema: - type: string - required: true - private: true - default: "changeme" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10024 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 5050 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 5050 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 5050 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/phoronix-test-suite/questions.yaml b/charts/stable/phoronix-test-suite/questions.yaml deleted file mode 100644 index 48a2cf06a47..00000000000 --- a/charts/stable/phoronix-test-suite/questions.yaml +++ /dev/null @@ -1,62 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: results - label: "results Storage" - description: "Container Path varlibphoronix-test-suitetest-results" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: appdata - label: "appdata Storage" - description: "Container Path varlibphoronix-test-suite" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/photo-stream/questions.yaml b/charts/stable/photo-stream/questions.yaml deleted file mode 100644 index ffe198781b6..00000000000 --- a/charts/stable/photo-stream/questions.yaml +++ /dev/null @@ -1,118 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: TITLE - label: TITLE - schema: - type: string - default: TrueCharts Photo Stream collection. - - variable: AUTHOR_NAME - label: "AUTHOR_NAME" - schema: - type: string - default: "TrueCharts" - - variable: DESCRIPTION - label: "DESCRIPTION" - schema: - type: string - default: "My TrueCharts Photo Stream collection." - - variable: SHOW_OFFICIAL_GITHUB - label: SHOW_OFFICIAL_GITHUB - schema: - type: string - default: "0" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 4000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: storageimages - label: "Photo Storage" - description: "Location for original files (photos)." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/photoprism/questions.yaml b/charts/stable/photoprism/questions.yaml deleted file mode 100644 index 5c2c9d76da5..00000000000 --- a/charts/stable/photoprism/questions.yaml +++ /dev/null @@ -1,130 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: PHOTOPRISM_ADMIN_PASSWORD - label: "PHOTOPRISM_ADMIN_PASSWORD (First Install Only)" - description: "Initial admin password. **BE SURE TO CHANGE THIS!**" - schema: - type: string - required: true - private: true - default: "" - - variable: PHOTOPRISM_PUBLIC - label: "PHOTOPRISM_PUBLIC" - description: "Disable authentication / password protection" - schema: - type: boolean - default: false -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 2342 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: storage - label: "App Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: photoprismtemp - label: "App Temp Files" - description: "Stores the Application Temp Files." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: originals - label: "Photoprism Originals" - description: "Stores the Photoprism Originals." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: import - label: "Photoprism Import" - description: "Location of the Photoprism Imports." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/photoshow/questions.yaml b/charts/stable/photoshow/questions.yaml deleted file mode 100644 index 441b2850ca4..00000000000 --- a/charts/stable/photoshow/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10025 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/photostructure/questions.yaml b/charts/stable/photostructure/questions.yaml deleted file mode 100644 index ef7a616e76f..00000000000 --- a/charts/stable/photostructure/questions.yaml +++ /dev/null @@ -1,132 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: PS_LOG_LEVEL - label: "PS Log Level" - schema: - type: string - private: true - default: "error" - enum: - - value: error - description: Error - - value: info - description: Info -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 1787 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Config." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: library - label: "App Library Storage" - description: "Stores the Application Library." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logs - label: "App Logs Storage" - description: "Stores the Application Logs." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: tempscratchdisk - label: "App TempScratchDisk Storage" - description: "Stores the Application TempScratchDisk." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 0 - - variable: runAsGroup - label: runAsGroup - description: The groupID of the user running the application - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/photoview/questions.yaml b/charts/stable/photoview/questions.yaml deleted file mode 100644 index c54eeaf171c..00000000000 --- a/charts/stable/photoview/questions.yaml +++ /dev/null @@ -1,133 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: MAPBOX_TOKEN - label: "Mapbox Token" - description: "Enable map related features, you need to create a mapbox token. A token can be generated for free at https://account.mapbox.com/access-tokens/" - schema: - type: string - default: "" - private: true - - variable: PHOTOVIEW_DISABLE_FACE_RECOGNITION - label: "Disable Face Recognition" - description: "Completely disable face recognition and hide the icon from the side menu." - schema: - type: boolean - default: false - - variable: PHOTOVIEW_DISABLE_VIDEO_ENCODING - label: "Disable Video Encoding" - description: "Disable ffmpeg encoding, but still show web compatible videos that doesn't need encoding." - schema: - type: boolean - default: false - - variable: PHOTOVIEW_DISABLE_RAW_PROCESSING - label: "Disable Raw Processing" - description: "Disable processing of RAW photos using darktable-cli." - schema: - type: boolean - default: false - - variable: PHOTOVIEW_LISTEN_IP - label: PhotoView Listen IP - schema: - type: string - required: true - $ref: - - definitions/nodeIP -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10159 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: cache - label: "App Cache Storage" - description: "Stores the Application Cache." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: photos - label: "App Photos Storage" - description: "Stores the Application Photos." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/phpldapadmin/questions.yaml b/charts/stable/phpldapadmin/questions.yaml deleted file mode 100644 index fea445e35f7..00000000000 --- a/charts/stable/phpldapadmin/questions.yaml +++ /dev/null @@ -1,101 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: PHPLDAPADMIN_HTTPS - label: "PHPLDAPADMIN_HTTPS" - schema: - type: string - required: true - default: "false" - - variable: PHPLDAPADMIN_TRUST_PROXY_SSL - label: "PHPLDAPADMIN_TRUST_PROXY_SSL" - schema: - type: string - required: true - default: "true" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10026 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/phpmyadmin/questions.yaml b/charts/stable/phpmyadmin/questions.yaml deleted file mode 100644 index a13349b3d0d..00000000000 --- a/charts/stable/phpmyadmin/questions.yaml +++ /dev/null @@ -1,117 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: MYSQL_USER - label: MYSQL User - schema: - type: string - default: "" - - variable: MYSQL_PASSWORD - label: MYSQL Password - schema: - type: string - default: "" - - variable: PMA_HOST - label: PWA Host - description: define address/host name of the db - schema: - type: string - default: "192.168.70.99" - - variable: PMA_PORT - label: PWA Port - description: define port of the MySQL server - schema: - type: string - default: "3306" - - variable: PMA_ABSOLUTE_URI - label: PWA Absolute URi - description: The full URL to phpMyAdmin - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/piaware/questions.yaml b/charts/stable/piaware/questions.yaml deleted file mode 100644 index 32a97e93c21..00000000000 --- a/charts/stable/piaware/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10092 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/picoshare/questions.yaml b/charts/stable/picoshare/questions.yaml deleted file mode 100644 index 23c0c423d1f..00000000000 --- a/charts/stable/picoshare/questions.yaml +++ /dev/null @@ -1,140 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: PS_SHARED_SECRET - label: "Admin Web Password" - description: "Specifies a passphrase for the admin user to log in to PicoShare." - schema: - type: string - required: true - private: true - default: "" - - variable: lightstream - label: Show Advanced LightStream Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: LITESTREAM_BUCKET - label: "LightStream Bucket" - description: "Compatible cloud storage bucket where Litestream should replicate data." - schema: - type: string - default: "" - - variable: LITESTREAM_ENDPOINT - label: "LightStream Endpoint" - description: "Compatible cloud storage endpoint where Litestream should replicate data." - schema: - type: string - default: "" - - variable: LITESTREAM_ACCESS_KEY_ID - label: "LightStream Access Key Id" - description: "Compatible cloud storage access key ID to the bucket where you want to replicate data." - schema: - type: string - private: true - default: "" - - variable: LITESTREAM_SECRET_ACCESS_KEY - label: "LightStream Secret Access Key" - description: "Compatible cloud storage secret access key to the bucket where you want to replicate data." - schema: - type: string - private: true - default: "" - - variable: LITESTREAM_RETENTION - label: "LightStream Retention" - description: "The amount of time Litestream snapshots & WAL files will be kept." - schema: - type: string - required: true - default: "72h" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10209 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/pigallery2/questions.yaml b/charts/stable/pigallery2/questions.yaml deleted file mode 100644 index 9c82023ee3b..00000000000 --- a/charts/stable/pigallery2/questions.yaml +++ /dev/null @@ -1,115 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 80 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Stock the config set in the AdminPanel.(Can be change with file.)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: image - label: "image Storage" - description: "Where is stock in the docker all the image." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: tmp - label: "tmp Storage" - description: "Where is stock all the temporaru file.Such has thumbnails and other." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: db - label: "db Storage" - description: "The dataBase if set to sql and not using mysql.(Keep it even if you use the mysql.)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/pihole/questions.yaml b/charts/stable/pihole/questions.yaml deleted file mode 100644 index e94e0d40f4b..00000000000 --- a/charts/stable/pihole/questions.yaml +++ /dev/null @@ -1,151 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - path: "/" - admin: -# Include{portalLink} - path: "/admin/" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} - - variable: pihole - group: "App Configuration" - label: "Pi-Hole Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: webPassword - label: "Web Password" - description: "Sets admin password for the GUI" - schema: - type: string - default: "" - required: true - - variable: dnsServers - label: "DNS Servers" - description: "Set DNS servers. Max 2. Use #port suffix for ports" - schema: - type: list - default: ["9.9.9.9", "149.112.112.112"] - items: - - variable: dnsEntry - label: "DNS Server Entry" - schema: - type: string - default: "" -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9089 - required: true - - variable: dns - label: "DNS Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: dns - label: "DNS 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 - default: 53 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: dnsmasq - label: "App dnsmasq.d Storage" - description: "Stores the Application dnsmasq.d." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/pinry/questions.yaml b/charts/stable/pinry/questions.yaml deleted file mode 100644 index 322b53e03e1..00000000000 --- a/charts/stable/pinry/questions.yaml +++ /dev/null @@ -1,90 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10213 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/piwigo/questions.yaml b/charts/stable/piwigo/questions.yaml deleted file mode 100644 index ec7b0076ee2..00000000000 --- a/charts/stable/piwigo/questions.yaml +++ /dev/null @@ -1,129 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: piwigo - group: App Configuration - label: Piwigo Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: language - label: Set Language (initial install only) - schema: - type: string - default: "en_US" - - variable: admin_user - label: Set Admin User (initial install only) - schema: - type: string - required: true - default: "" - - variable: admin_pass - label: Set Admin Password (initial install only) - schema: - type: string - required: true - private: true - default: "" - - variable: admin_email - label: Set Admin Email (initial install only) - schema: - type: string - required: true - default: "" -# Include{containerConfig} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10027 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: gallery - label: "App Gallery Storage" - description: "Stores the Application Gallery." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/pixapop/questions.yaml b/charts/stable/pixapop/questions.yaml deleted file mode 100644 index 49fe5c36fa1..00000000000 --- a/charts/stable/pixapop/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10028 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/pixark/questions.yaml b/charts/stable/pixark/questions.yaml deleted file mode 100644 index e32a39873f1..00000000000 --- a/charts/stable/pixark/questions.yaml +++ /dev/null @@ -1,206 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "824360" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: MAP - label: "MAP" - description: "Container Variable MAP" - schema: - type: string - default: "CubeWorld_Light" - - variable: SERVER_NAME - label: "SERVER_NAME" - description: "Leave empty if you want to use the settings from GameUserSettings.ini (this field accepts no spaces)" - schema: - type: string - default: "PIXARKDocker" - - variable: SRV_PWD - label: "SRV_PWD" - description: "Leave empty if you want to use the settings from GameUserSettings.ini (this field accepts no spaces)" - schema: - type: string - default: "Docker" - - variable: SRV_ADMIN_PWD - label: "SRV_ADMIN_PWD" - description: "Leave empty if you want to use the settings from GameUserSettings.ini (this field accepts no spaces)" - schema: - type: string - default: "adminDocker" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your game parameters seperated with ? and start with a ? (dont put spaces in between eg ?MaxPlayers=40?FastDecayUnsnappedCoreStructures=true)" - schema: - type: string - default: "?MaxPlayers=10" - - variable: GAME_PARAMS_EXTRA - label: "GAME_PARAMS_EXTRA" - description: "Type in your Extra Game Parameters seperated with a space and - (eg -DisableDeathSpectator -UseBattlEye)" - schema: - type: string - default: "-QueryPort=27016 -Port=27015 -CubePort=27018 -NoBattlEye -nosteamclient -game -server -log" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27015 - required: true - - variable: cubeport - label: 'cubeport service' - description: "UDP Cube Port (if you need another port, please delete this entry and create a new UDP Port with the required port number, also dont forget to click an Show more settings ... and change the port number" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: cubeport - label: "cubeport 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 - default: 27018 - required: true - - variable: queryport - label: 'queryport service' - description: "UDP Query Port (if you need another port, please delete this entry and create a new UDP Port with the required port number, also dont forget to click an Show more settings ... and change the port number" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: queryport - label: "queryport 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 - default: 27016 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/plausible/questions.yaml b/charts/stable/plausible/questions.yaml deleted file mode 100644 index 46a32f5a664..00000000000 --- a/charts/stable/plausible/questions.yaml +++ /dev/null @@ -1,321 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: plausible - group: "App Configuration" - label: "Plausible Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: server - label: Server Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: base_url - label: Base Url - description: The hosting URL of the server, used for URL generation. In production systems, this should be your ingress host. - schema: - type: string - default: http://localhost:10277 - required: true - - variable: disable_registration - label: Disable Registration - description: Restricts registration of new users. - schema: - type: string - required: true - default: "true" - enum: - - value: "true" - description: Full restriction - - value: "false" - description: No restriction - - value: invite_only - description: Only invited users can register - - variable: log_failed_login_attempts - label: Log Failed Login Attempts - description: Controls whether to log warnings about failed login attempts. - schema: - type: boolean - default: false - - variable: log_level - label: Log Level - description: Logging Level - schema: - type: string - required: true - default: warn - enum: - - value: debug - description: debug - - value: info - description: info - - value: warn - description: warn - - value: error - description: error - - variable: db - label: DB Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: clickhouse_flush_interval_ms - label: Clickhouse Flush Interval MS - description: Interval (in milliseconds) between flushing events and sessions data to Clickhouse. Consult Clickhouse docs before changing it. - schema: - type: int - default: 5000 - required: true - - variable: clickhouse_max_buffer_size - label: Clickhouse Max Buffer Size - description: Maximum size of the buffer of events or sessions. Consult Clickhouse docs before changing it. - schema: - type: int - default: 10000 - required: true - - variable: email - label: Email Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: mailer_email - label: Mailer Email - description: The email id to use for as from address of all communications from Plausible. - schema: - type: string - default: hello@plausible.local - required: true - - variable: mailer_name - label: Mailer Name - description: The display name for the sender (from). - schema: - type: string - default: "" - - variable: smtp_host_address - label: SMTP Host Address - description: The host address of your smtp server. - schema: - type: string - default: localhost - required: true - - variable: smtp_host_port - label: SMTP Host Port - description: The port of your smtp server. - schema: - type: int - default: 25 - required: true - - variable: smtp_user_name - label: SMTP User Name - description: The username/email in case SMTP auth is enabled. - schema: - type: string - default: "" - - variable: smtp_user_password - label: SMTP User Password - description: The password in case SMTP auth is enabled. - schema: - type: string - default: "" - private: true - - variable: smtp_host_ssl_enabled - label: SMTP Host SSL Enabled - description: If SSL is enabled for SMTP connection - schema: - type: boolean - default: false - - variable: smtp_retries - label: SMTP Retries - description: Number of retries to make until mailer gives up. - schema: - type: int - default: 2 - required: true - - variable: mailer_adapter - label: Mailer Adapter - description: Mailer Adapter - schema: - type: string - required: true - default: Bamboo.SMTPAdapter - enum: - - value: Bamboo.SMTPAdapter - description: Bamboo.SMTPAdapter - - value: Bamboo.PostmarkAdapter - description: Bamboo.PostmarkAdapter - - value: Bamboo.MailgunAdapter - description: Bamboo.MailgunAdapter - - value: Bamboo.MandrillAdapter - description: Bamboo.MandrillAdapter - - value: Bamboo.SendGridAdapter - description: Bamboo.SendGridAdapter - - variable: postmark_api_key - label: Postmark API Key - description: Required. Enter your API key. - schema: - type: string - private: true - default: "" - show_if: [["mailer_adapter", "=", "Bamboo.PostmarkAdapter"]] - - variable: mailgun_api_key - label: Mailgun API Key - description: Required. Enter your API key. - schema: - type: string - default: "" - private: true - show_if: [["mailer_adapter", "=", "Bamboo.MailgunAdapter"]] - - variable: mailgun_domain - label: Mailgun Domain - description: Required. Enter your Mailgun domain. - schema: - type: string - default: "" - show_if: [["mailer_adapter", "=", "Bamboo.MailgunAdapter"]] - - variable: mailgun_base_uri - label: Mailgun Base URI - description: This is optional. Mailgun makes a difference in the API base URL between sender domains from within the EU and outside. By default, the base URL is set to https://api.mailgun.net/v3. To override this you can pass https://api.eu.mailgun.net/v3 if you are using an EU domain. - schema: - type: string - default: "" - show_if: [["mailer_adapter", "=", "Bamboo.MailgunAdapter"]] - - variable: mandrill_api_key - label: Mandrill API Key - description: Required. Enter your API key. - schema: - type: string - default: "" - private: true - show_if: [["mailer_adapter", "=", "Bamboo.MandrillAdapter"]] - - variable: sendgrid_api_key - label: Sendgrid API Key - description: Required. Enter your API key. - schema: - type: string - default: "" - private: true - show_if: [["mailer_adapter", "=", "Bamboo.SendGridAdapter"]] - - variable: maxmind - label: Maxmind Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: license_key - label: Maxmind License Key - description: MaxMind license key to automatically download and update the database - schema: - type: string - default: "" - private: true - - variable: edition - label: Maxmind Edition - description: MaxMind database edition to use (only if Maxmind License Key is set) - schema: - show_if: [["license_key", "!=", ""]] - type: string - required: true - default: GeoLite2-City - enum: - - value: GeoLite2-City - description: GeoLite2-City - - value: GeoLite2-Country - description: GeoLite2-Country - - variable: google - label: Google Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: client_id - label: Google CLient ID - description: The Client ID from the Google API Console for your Plausible Analytics project - schema: - type: string - default: "" - - variable: client_secret - label: Google CLient Secret - description: The Client Secret from the Google API Console for your Plausible Analytics project - schema: - type: string - default: "" - private: true -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10277 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 1000 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 1000 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/plaxt/questions.yaml b/charts/stable/plaxt/questions.yaml deleted file mode 100644 index 3cff1fd78fb..00000000000 --- a/charts/stable/plaxt/questions.yaml +++ /dev/null @@ -1,104 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: TRAKT_ID - label: "TRAKT_ID" - description: "Client ID (From Trakt .tv API App)" - schema: - type: string - default: "" - - variable: TRAKT_SECRET - label: "TRAKT_SECRET" - description: "Client SECRET (From Trakt .tv API App)" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/plex-auto-languages/questions.yaml b/charts/stable/plex-auto-languages/questions.yaml deleted file mode 100644 index 6e62d860863..00000000000 --- a/charts/stable/plex-auto-languages/questions.yaml +++ /dev/null @@ -1,69 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: PLEX_URL - label: "PLEX_URL" - schema: - type: string - default: "http://plex:32400" - - variable: PLEX_TOKEN - label: "PLEX_TOKEN" - schema: - type: string - default: "YOUR_TOKEN_PLEX" -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/plex-meta-manager/questions.yaml b/charts/stable/plex-meta-manager/questions.yaml deleted file mode 100644 index 4dbd9b2e3eb..00000000000 --- a/charts/stable/plex-meta-manager/questions.yaml +++ /dev/null @@ -1,103 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: pmm - group: App Configuration - label: PMM Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: plex_url - label: Plex Url - schema: - type: string - required: true - default: "" - - variable: plex_token - label: Plex Token - schema: - type: string - required: true - private: true - default: "" - - variable: run - label: PMM Run - description: Perform a run immediately, bypassing the time to run flag. - schema: - type: boolean - default: false - show_subquestions_if: false - subquestions: - - variable: times - label: PMM Time - description: "Specify the time of day that Plex Meta Manager will run. Format: HH:MM" - schema: - type: list - default: ["00:00"] - items: - - variable: timeEntry - label: Time Entry - schema: - type: string - required: true - default: "" - - variable: no_countdown - label: PMM No Countdown - description: Run without displaying a countdown to the next scheduled run. - schema: - type: boolean - default: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/plex-playlist-sync/questions.yaml b/charts/stable/plex-playlist-sync/questions.yaml deleted file mode 100644 index 530a0bbf58e..00000000000 --- a/charts/stable/plex-playlist-sync/questions.yaml +++ /dev/null @@ -1,176 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: pps - group: App Configuration - label: Plex Playlist Sync - schema: - additional_attrs: true - type: dict - attrs: - - variable: plex - label: Plex Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: url - label: Url - description: The default assumes that your Plex chart is named plex. - schema: - type: string - required: true - default: "http://plex.ix-plex.svc.cluster.local:32400" - - variable: token - label: Token - description: Browse to a library item and click View as XML to get this token. - schema: - type: string - required: true - private: true - default: "" - - variable: spotify - label: Spotify Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: user_id - label: User Id - description: Also known as your Spotify username. - schema: - type: string - default: "" - - variable: client_id - label: Client Id - description: You need to create a developer account to get this. - schema: - type: string - private: true - default: "" - - variable: client_secret - label: Client Secret - description: You need to create a developer account to get this. - schema: - type: string - private: true - default: "" - - variable: deezer - label: Deezer Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: user_id - label: User Id - description: This is a numerical value that you can get from the profile page. - schema: - type: string - default: "" - - variable: playlist_id - label: Playlist Id - description: This is a list of numerical values that you can get from the playlist page. - schema: - type: list - default: [] - items: - - variable: id - label: Id - schema: - type: string - required: true - default: "" - - variable: other - label: Other Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: write_missing_as_csv - label: Write Missing Tracks to CSV - description: Write missing tracks from each playlist to a CSV file. - schema: - type: boolean - default: false - - variable: append_service_suffix - label: Append Service Suffix - description: Appends the service name (Deezer/Spotify) to the playlist name. - schema: - type: boolean - default: true - - variable: add_playlist_poster - label: Include Playlist Poster - description: Include the poster for each playlist. - schema: - type: boolean - default: true - - variable: add_playlist_description - label: Include Playlist Description - description: Include the description for each playlist. - schema: - type: boolean - default: true - - variable: append_instead_of_sync - label: Append Tracks Instead of Sync - description: Sync all tracks or append tracks only to a playlist. - schema: - type: boolean - default: false - - variable: seconds_to_wait - label: Seconds to Wait - description: The amount of time to wait before running this script. - schema: - type: int - default: 84000 -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/plex-utills/questions.yaml b/charts/stable/plex-utills/questions.yaml deleted file mode 100644 index 4698197c5ee..00000000000 --- a/charts/stable/plex-utills/questions.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10380 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Location of your config file" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logs - label: "logs Storage" - description: "Container Path logs" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: plexlibrary - label: "plexlibrary Storage" - description: "Location of your Plex media files.Needed if you want to create backup posters" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/plex/questions.yaml b/charts/stable/plex/questions.yaml deleted file mode 100644 index ce4901d9bbc..00000000000 --- a/charts/stable/plex/questions.yaml +++ /dev/null @@ -1,143 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - path: /web -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: ALLOWED_NETWORKS - label: Allowed Networks - description: Networks allowed to connect to plex. Add your local network IP to this list - schema: - type: string - default: 172.16.0.0/12,10.0.0.0/8,192.168.0.0/16 - - variable: PLEX_CLAIM - label: Plex Claim Token - description: Claim token to use to register the plex server (Max. 4 minutes old!). You can obtain a claim token to login your server to your plex account by visiting https://www.plex.tv/claim. - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} - - variable: plex - group: App Configuration - label: Plex Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: serverIP - label: Server IP - description: Set to the IP-Address used to reach Plex. - schema: - type: string - required: true - $ref: - - definitions/nodeIP - - variable: additionalAdvertiseURL - label: Addition Advertise URLs - description: URLs to advertise to Plex, format http(s)://IPorDNS:3200. By default your serverIP and ingress URL is added" - schema: - type: string - valid_chars: '^$|^(http(s)?:\/\/([a-zA-Z0-9.-]*)(:\d{0,5})?,?)*$' - default: "" - - variable: disableGDM - label: Disable GDM - description: Recommended to keep this to true. Disables legacy local network discovery. Keeping it enabled might break discovery for some Plex Clients - schema: - type: boolean - default: true - - variable: requireHTTPS - label: Require HTTPS - description: | - NOTE: Only enable this setting AFTER you are done with the initial configuration - of your Plex Server and verify that remote access is working.
- Please use this toggle to "Require HTTPS", instead of using the Plex UI, - so probes are configured correctly. - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 32400 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/plexanisync/questions.yaml b/charts/stable/plexanisync/questions.yaml deleted file mode 100644 index 81ae76fb281..00000000000 --- a/charts/stable/plexanisync/questions.yaml +++ /dev/null @@ -1,263 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: plexanisync - group: App Configuration - label: PlexAniSync Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: interval - label: Interval - description: The time in between syncs in seconds. - schema: - type: int - default: 3600 - min: 600 - - variable: plex - label: Plex Integration - schema: - additional_attrs: true - type: dict - attrs: - - variable: anime_section - label: Anime Section - description: The libraries where your anime resides. - schema: - type: list - required: true - default: [] - items: - - variable: anime_section_library_entry - label: Anime Section Library Entry - description: Single library per entry. - schema: - type: string - default: "" - required: true - - variable: plex_auth_method - label: Authentication Method - description: Select Direct if you plan to auth the admin user, select Myplex for all other home users. - schema: - type: string - required: true - default: direct - enum: - - value: direct - description: Direct - - value: myplex - description: MyPlex - - variable: plex_url - label: Plex URL - description: The address to your Plex Media Server. - schema: - type: string - show_if: [["plex_auth_method", "=", "direct"]] - required: true - default: "" - - variable: plex_token - label: Plex Token - schema: - type: string - show_if: [["plex_auth_method", "=", "direct"]] - required: true - private: true - default: "" - - variable: myplex_server_name - label: Plex Server Name - description: The name of your Plex Media Server. - schema: - type: string - show_if: [["plex_auth_method", "=", "myplex"]] - required: true - default: "" - - variable: myplex_user - label: My Plex User - schema: - type: string - show_if: [["plex_auth_method", "=", "myplex"]] - required: true - default: "" - - variable: myplex_token - label: My Plex Token - schema: - type: string - show_if: [["plex_auth_method", "=", "myplex"]] - required: true - private: true - default: "" - - variable: home_user_sync - label: Home User Sync - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: home_username - label: Home Username - schema: - type: string - required: true - default: "" - - variable: home_server_url - label: Home Server URL - schema: - type: string - required: true - default: "" - - variable: anilist - label: Anilist Integration - schema: - additional_attrs: true - type: dict - attrs: - - variable: ani_username - label: Ani UserName - description: Your AniList.co username. - schema: - type: string - required: true - default: "" - - variable: ani_token - label: Ani Token - description: Your AniList.co token. - schema: - type: string - max_length: 2000 - required: true - private: true - default: "" - - variable: plex_ep_count_priority - label: Plex Episode Count Priority - description: Plex episode watched count will take priority over AniList. - schema: - type: boolean - default: false - - variable: skip_list_update - label: Skip List Update - description: Will NOT update your AniList which is useful if you want to do a test run. - schema: - type: boolean - default: false - - variable: log_failed_matches - label: Log Failed Matches - description: Enables logs to be written when matches fail. - schema: - type: boolean - default: true - - variable: custom-mappings - group: App Configuration - label: Custom Mappings - schema: - additional_attrs: true - type: dict - attrs: - - variable: remote_urls - label: Remote URLs - schema: - type: list - default: [] - items: - - variable: remote_url_entry - label: Remote URL - schema: - type: string - required: true - default: "" - - variable: entries - label: Entries - schema: - type: list - default: [] - items: - - variable: entry - label: entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: title - label: Title - schema: - type: string - required: true - default: "" - - variable: seasons - label: Seasons - schema: - type: list - default: [] - items: - - variable: season_entry - label: Season Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: season - label: Season - schema: - type: int - required: true - - variable: anilist_id - label: ANI List ID - schema: - type: int - required: true - - variable: synonyms - label: Synonyms - schema: - type: list - default: [] - items: - - variable: synonym - label: Synonym - schema: - type: string - required: true - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/plexripper/questions.yaml b/charts/stable/plexripper/questions.yaml deleted file mode 100644 index ac4c194b012..00000000000 --- a/charts/stable/plexripper/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the Minecraft Server runs on - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Config. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: downloads - label: App Downloads Storage - description: Stores the Application Downloads. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/plextraktsync/questions.yaml b/charts/stable/plextraktsync/questions.yaml deleted file mode 100644 index f38931f347f..00000000000 --- a/charts/stable/plextraktsync/questions.yaml +++ /dev/null @@ -1,82 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: plextraktsync - group: App Configuration - label: Plex Trakt Sync Config - schema: - additional_attrs: true - type: dict - attrs: - - variable: cron_enabled - label: "Enable cronjob" - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: task - label: Task - description: Task to run on schedule. Leave empty for default. Default is - schema: - type: string - default: "" - - variable: schedule - label: Schedule - description: How often to run the task. - schema: - type: string - default: "0 */6 * * *" -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/pocketmine-mp/questions.yaml b/charts/stable/pocketmine-mp/questions.yaml deleted file mode 100644 index 0dc01e17ed4..00000000000 --- a/charts/stable/pocketmine-mp/questions.yaml +++ /dev/null @@ -1,82 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 19132 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: plugins - label: "App Plugins Storage" - description: "Stores the Application Plugins." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/podgrab/questions.yaml b/charts/stable/podgrab/questions.yaml deleted file mode 100644 index e6908f4e30b..00000000000 --- a/charts/stable/podgrab/questions.yaml +++ /dev/null @@ -1,106 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: PASSWORD - label: "Password" - description: "Desired Password" - schema: - type: string - private: true - default: "REPLACETHIS" - - variable: CHECK_FREQUENCY - label: "Update Frequency" - description: "Interval to check for new podcasts" - schema: - type: int - default: 240 - required: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10093 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/portainer/questions.yaml b/charts/stable/portainer/questions.yaml deleted file mode 100644 index 0db4d8ff066..00000000000 --- a/charts/stable/portainer/questions.yaml +++ /dev/null @@ -1,161 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - group: Container Image - label: Select Edition - schema: - type: string - default: image - enum: - - value: image - description: Community - - value: beImage - description: Business -# Include{containerBasic} -# Include{containerAdvanced} - - variable: portainer - group: App Configuration - label: Portainer Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: logo - label: Logo URL - description: Specifies the URL to the image to be displayed as a logo in the UI. If not specified, the Portainer logo is used instead. - schema: - type: string - default: "" - - variable: edge_compute - label: Edge Compute - description: Automatically enables Edge Compute features. - schema: - type: boolean - default: false - - variable: snapshot_interval - label: Snapshot Interval - description: Specifies the time interval between two environment snapshot jobs expressed as a string. For example 30s, 5m, 1h… Supported by the time.ParseDuration method - schema: - type: string - default: 5m - - variable: hide_labels - label: Hide Labels - description: Hides containers with a specific label in the UI. Format "label=value" - schema: - type: list - default: [] - items: - - variable: label - label: Label - schema: - type: string - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10400 - required: true - - variable: edge - label: Edge Service - description: The Edge Service - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: edge - label: Edge 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 - default: 10401 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/post-recording/questions.yaml b/charts/stable/post-recording/questions.yaml deleted file mode 100644 index 9d8bcae2a4e..00000000000 --- a/charts/stable/post-recording/questions.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: DELETE_TS - label: "DELETE_TS" - description: "Remove the original .ts recording file. 0 = Yes, 1 = No, 2 = Move to backup directory" - schema: - type: string - default: "1" - - variable: SUBTITLES - label: "SUBTITLES" - description: "Extract subtitles to .srt. 0= Yes, 1 = No" - schema: - type: string - default: "0" - - variable: CONVERSION_FORMAT - label: "CONVERSION_FORMAT" - description: "mkv or mp4" - schema: - type: string - default: "mkv" - - variable: SOURCE_EXT - label: "SOURCE_EXT" - description: "Source file extension, default .ts" - schema: - type: string - default: "ts" - - variable: POST_PROCESS - label: "POST_PROCESS" - description: "comchap or comcutdefault comchap" - schema: - type: string - default: "comchap" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Configuration folder config" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: watchfolder - label: "watchfolder Storage" - description: "This location contains .ts files that need converting watch" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: backupfolder - label: "backupfolder Storage" - description: "Optional, only used if DELETETS is set to 2 backup" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/posterr/questions.yaml b/charts/stable/posterr/questions.yaml deleted file mode 100644 index d5edcf1b2fe..00000000000 --- a/charts/stable/posterr/questions.yaml +++ /dev/null @@ -1,93 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9876 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: Config Storage - description: Storage for config - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: custom - label: Custom Storage - description: Storage for custom pictures - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/postscriptum/questions.yaml b/charts/stable/postscriptum/questions.yaml deleted file mode 100644 index 0c06fc28a98..00000000000 --- a/charts/stable/postscriptum/questions.yaml +++ /dev/null @@ -1,160 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "746200" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server (for example the server admin --admin [YOURsteamID64] e.g --admin 123456789123456789 without quotes)." - schema: - type: string - default: "Port=10027 QueryPort=10037 -log" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: DATA_PERM - label: "DATA_PERM" - description: "Container Variable DATAPERM" - schema: - type: string - default: "770" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10027 - required: true - - variable: queryport - label: 'queryport service' - description: "UDP QueryPort (if you need another port, please delete this entry and create a new UDP Port with the required port number, also dont forget to change the port number in the GAMEPARAMS)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: queryport - label: "queryport 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 - default: 10037 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/pretend-youre-xyzzy/questions.yaml b/charts/stable/pretend-youre-xyzzy/questions.yaml deleted file mode 100644 index a49386762b3..00000000000 --- a/charts/stable/pretend-youre-xyzzy/questions.yaml +++ /dev/null @@ -1,76 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10094 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/projectsend/questions.yaml b/charts/stable/projectsend/questions.yaml deleted file mode 100644 index c6b0d03beb1..00000000000 --- a/charts/stable/projectsend/questions.yaml +++ /dev/null @@ -1,125 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: MAX_UPLOAD - label: "Max Upload" - description: "Maximum size (in mb.) that is allowed on each file to be uploaded." - schema: - type: int - required: true - default: 5000 - - variable: PHP_MAX_FILE_UPLOAD - label: "PHP Max File Upload" - description: "The maximum number of files allowed to be uploaded simultaneously. " - schema: - type: int - required: true - default: 200 - - variable: PHP_MEMORY_LIMIT - label: "PHP Memory Limit" - schema: - type: string - required: true - default: "512M" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10127 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/promcord/questions.yaml b/charts/stable/promcord/questions.yaml deleted file mode 100644 index 040bbc46885..00000000000 --- a/charts/stable/promcord/questions.yaml +++ /dev/null @@ -1,64 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: DISCORD_TOKEN - label: "Discord Token" - description: "Token with Access to your Discord" - schema: - type: string - required: true - private: true - default: "REPLACETHIS" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/protonmail-bridge/questions.yaml b/charts/stable/protonmail-bridge/questions.yaml deleted file mode 100644 index d3d541929c5..00000000000 --- a/charts/stable/protonmail-bridge/questions.yaml +++ /dev/null @@ -1,114 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: main Service - description: The main service - schema: - type: dict - hidden: true - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: false - hidden: true - - variable: smtp - label: SMTP Service - description: The smtp service - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: smtp - label: SMTP 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 - default: 25 - required: true - - variable: imap - label: IMAP Service - description: The IMAP service - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: imap - label: IMAP 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 - default: 143 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/prowlarr/questions.yaml b/charts/stable/prowlarr/questions.yaml deleted file mode 100644 index 8b5eb0bef50..00000000000 --- a/charts/stable/prowlarr/questions.yaml +++ /dev/null @@ -1,109 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: PROWLARR__AUTHENTICATION_METHOD - label: Auth Method - description: Sets the auth method. - schema: - type: string - default: "" - enum: - - value: "" - description: In-App Setting - - value: External - description: External/None - - value: Basic - description: Basic - - value: Forms - description: Forms -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9696 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/proxmox-backup-server/questions.yaml b/charts/stable/proxmox-backup-server/questions.yaml deleted file mode 100644 index a8cdd0209a6..00000000000 --- a/charts/stable/proxmox-backup-server/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8007 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the PBS Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage, make sure PBS Configuration has backup(34) group permission" - schema: - type: int - default: 34 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/prpdf/questions.yaml b/charts/stable/prpdf/questions.yaml deleted file mode 100644 index 7cce254f927..00000000000 --- a/charts/stable/prpdf/questions.yaml +++ /dev/null @@ -1,70 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: files - label: "files Storage" - description: "Archiv Path Archiv" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: hostpath2 - label: "hostpath2 Storage" - description: "Scan Path sourcestaticpdf" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: config - label: "config Storage" - description: "Configuration" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/prusaslicer-novnc/questions.yaml b/charts/stable/prusaslicer-novnc/questions.yaml deleted file mode 100644 index fd2b6ff66ed..00000000000 --- a/charts/stable/prusaslicer-novnc/questions.yaml +++ /dev/null @@ -1,106 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: SSL_CERT_FILE - label: "SSL_CERT_FILE" - description: "Needed to allow Prusaslicer to open without any prompts upon startup." - schema: - type: string - default: "/etc/ssl/certs/ca-certificates.crt" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 16080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: configsfolder - label: "configsfolder Storage" - description: "Container Path configs" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: prints - label: "prints Storage" - description: "3D Printing Folder" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/pt-helper/questions.yaml b/charts/stable/pt-helper/questions.yaml deleted file mode 100644 index 645822273d7..00000000000 --- a/charts/stable/pt-helper/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8192 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - description: "Container Path data" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/putty/questions.yaml b/charts/stable/putty/questions.yaml deleted file mode 100644 index 91a0194869d..00000000000 --- a/charts/stable/putty/questions.yaml +++ /dev/null @@ -1,181 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: - # Portal -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PASSWORD - label: "VNC_PASSWORD" - description: "Password needed to connect to the application's GUI. See the VNC Password section for more details." - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} - - variable: putty - group: "App Configuration" - label: "PuTTY Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: DISABLE_RESTART_SESSION_DIALOG_WINDOW - label: "DISABLE_RESTART_SESSION_DIALOG_WINDOW" - description: "When set to true, the dialog window used to restart PuTTY session is not displayed." - schema: - type: boolean - default: false - - variable: ENABLE_CJK_FONT - label: "ENABLE_CJK_FONT" - description: "When set to true, open-source computer font WenQuanYi Zen Hei is installed. " - schema: - type: boolean - default: false - - variable: KEEP_APP_RUNNING - label: "KEEP_APP_RUNNING" - description: "When set to true, the application will be automatically restarted if it crashes or if a user quits it." - schema: - type: boolean - default: false - - variable: gui - label: "GUI Settings" - description: "Always read description before changing a value here. Also refer to README" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DISPLAY_WIDTH - label: "DISPLAY_WIDTH" - description: "Width (in pixels) of the application's window." - schema: - type: int - default: 1280 - required: true - - variable: DISPLAY_HEIGHT - label: "DISPLAY_HEIGHT" - description: "Height (in pixels) of the application's window." - schema: - type: int - default: 768 - required: true - - variable: SECURE_CONNECTION - label: "SECURE_CONNECTION" - description: "When set to true, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section for more details." - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10266 - required: true - - variable: vnc - label: "VNC Service" - description: "VNC Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: vnc - label: "TCP 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 - default: 10267 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/pvk-ii/questions.yaml b/charts/stable/pvk-ii/questions.yaml deleted file mode 100644 index 2289847d2b4..00000000000 --- a/charts/stable/pvk-ii/questions.yaml +++ /dev/null @@ -1,172 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "17575" - - variable: GAME_NAME - label: "GAME_NAME" - description: "Game name to start (is connected to the GAMEPARAMS)." - schema: - type: string - default: "pvkii" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server." - schema: - type: string - default: "-maxplayers 18 +map bt_island" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: DATA_PERM - label: "DATA_PERM" - description: "Container Variable DATAPERM" - schema: - type: string - default: "770" - - variable: GAME_PORT - label: "GAME_PORT" - description: "Container Variable GAMEPORT" - schema: - type: string - default: "27015" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27015 - required: true - - variable: tcprcon - label: 'tcprcon service' - description: "TCP RCON Port (not required)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcprcon - label: "tcprcon 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/pwm/questions.yaml b/charts/stable/pwm/questions.yaml deleted file mode 100644 index ac2ac2bc314..00000000000 --- a/charts/stable/pwm/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: PWM_APPLICATIONFLAGS - label: "PWM_APPLICATIONFLAGS" - description: "Container Variable PWMAPPLICATIONFLAGS" - schema: - type: string - default: "NoFileLock" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8282 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: appdata - label: "appdata Storage" - description: "Container Path usrsharepwm" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/pwndrop/questions.yaml b/charts/stable/pwndrop/questions.yaml deleted file mode 100644 index 666b5749d64..00000000000 --- a/charts/stable/pwndrop/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10149 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/pyload-ng/questions.yaml b/charts/stable/pyload-ng/questions.yaml deleted file mode 100644 index 5a5e5c7898b..00000000000 --- a/charts/stable/pyload-ng/questions.yaml +++ /dev/null @@ -1,119 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8000 - required: true - - variable: port9666 - label: 'port9666 service' - description: "ClicknLoad port." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: port9666 - label: "port9666 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 - default: 9666 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "pyLoad Configuration and files database" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: pathdownloads - label: "pathdownloads Storage" - description: "Destination of pyLoad downloads" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/pyload/questions.yaml b/charts/stable/pyload/questions.yaml deleted file mode 100644 index 50826ec09be..00000000000 --- a/charts/stable/pyload/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10075 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/pylon/questions.yaml b/charts/stable/pylon/questions.yaml deleted file mode 100644 index 58d9ae7275f..00000000000 --- a/charts/stable/pylon/questions.yaml +++ /dev/null @@ -1,115 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: PYUSER - label: "PYUSER" - schema: - type: string - default: "" - - variable: PYPASS - label: "PYPASS" - schema: - type: string - private: true - default: "" - - variable: GITURL - label: "GITURL" - description: "GITURL" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3131 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: code - label: "App code Storage" - description: "Stores the Application code." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/qbitmanage/questions.yaml b/charts/stable/qbitmanage/questions.yaml deleted file mode 100644 index 6cd30f659db..00000000000 --- a/charts/stable/qbitmanage/questions.yaml +++ /dev/null @@ -1,173 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: QBT_RUN - label: QBT_RUN - description: Run without the scheduler. Script will exit after completion. - schema: - type: boolean - default: false - - variable: QBT_SCHEDULE - label: QBT_SCHEDULE - description: Schedule to run every x minutes. - schema: - type: int - default: 30 - - variable: QBT_CROSS_SEED - label: QBT_CROSS_SEED - description: Use this after running cross-seed script to add torrents from the cross-seed output folder to qBittorrent - schema: - type: boolean - default: false - - variable: QBT_RECHECK - label: QBT_RECHECK - description: Recheck paused torrents sorted by lowest size. Resume if Completed. - schema: - type: boolean - default: false - - variable: QBT_CAT_UPDATE - label: QBT_CAT_UPDATE - description: Use this if you would like to update your categories or move from one category to another. - schema: - type: boolean - default: false - - variable: QBT_TAG_UPDATE - label: QBT_TAG_UPDATE - description: Use this if you would like to update your tags. (Only adds tags to untagged torrents) - schema: - type: boolean - default: false - - variable: QBT_REM_UNREGISTERED - label: QBT_REM_UNREGISTERED - description: Use this if you would like to remove unregistered torrents. (It will the delete data & torrent if it is not being cross-seeded, otherwise it will just remove the torrent without deleting data) - schema: - type: boolean - default: false - - variable: QBT_TAG_TRACKER_ERROR - label: QBT_TAG_TRACKER_ERROR - description: Use this to tag any torrents with tracker errors, such as unregistered torrents or unreachable trackers. - schema: - type: boolean - default: false - - variable: QBT_REM_ORPHANED - label: QBT_REM_ORPHANED - description: Use this if you would like to remove orphaned files from your root_dir directory that are not referenced by any torrents. It will scan your root_dir directory and compare it with what is in qBittorrent. Any data not referenced in qBittorrent will be moved into /data/torrents/orphaned_data folder for you to review/delete. - schema: - type: boolean - default: false - - variable: QBT_TAG_NOHARDLINKS - label: QBT_TAG_NOHARDLINKS - description: Use this to tag any torrents that do not have any hard links associated with any of the files. This is useful for those that use Sonarr/Radarr that hard links your media files with the torrents for seeding. When files get upgraded they no longer become linked with your media therefore will be tagged with a new tag noHL. You can then safely delete/remove these torrents to free up any extra space that is not being used by your media folder. - schema: - type: boolean - default: false - - variable: QBT_SHARE_LIMITS - label: QBT_SHARE_LIMITS - description: Control how torrent share limits are set depending on the priority of your grouping. This can apply a max ratio, seed time limits to your torrents or limit your torrent upload speed as well. Each torrent will be matched with the share limit group with the highest priority that meets the group filter criteria. Each torrent can only be matched with one share limit group. - schema: - type: boolean - default: false - - variable: QBT_SKIP_CLEANUP - label: QBT_SKIP_CLEANUP - description: Use this to skip emptying the Recycle Bin folder (/root_dir/.RecycleBin) and Orphaned directory. (/root_dir/orphaned_data) - schema: - type: boolean - default: false - - variable: QBT_SKIP_QB_VERSION_CHECK - label: QBT_SKIP_QB_VERSION_CHECK - description: Use this to bypass qBittorrent/libtorrent version compatibility check. You run the risk of undesirable behavior and will receive no support. - schema: - type: boolean - default: false - - variable: QBT_DRY_RUN - label: QBT_DRY_RUN - description: If you would like to see what is gonna happen but not actually move/delete or tag/categorize anything. - schema: - type: boolean - default: false - - variable: QBT_LOG_LEVEL - label: QBT_LOG_LEVEL - description: Change the output log level. - schema: - type: string - default: INFO - - variable: QBT_DIVIDER - label: QBT_DIVIDER - description: Character that divides the sections. - schema: - type: string - default: "=" - - variable: QBT_WIDTH - label: QBT_WIDTH - description: Screen Width. - schema: - type: int - default: 100 -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: App Data/Torrent Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/qbitrr/questions.yaml b/charts/stable/qbitrr/questions.yaml deleted file mode 100644 index 8539899f7a2..00000000000 --- a/charts/stable/qbitrr/questions.yaml +++ /dev/null @@ -1,64 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: downloads - label: App Completed Downloads Storage - description: Stores the Application Completed Downloads. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/qbittorrent/questions.yaml b/charts/stable/qbittorrent/questions.yaml deleted file mode 100644 index 228c3e0f4d1..00000000000 --- a/charts/stable/qbittorrent/questions.yaml +++ /dev/null @@ -1,135 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} - - variable: qbitportforward - group: App Configuration - label: Gluetun Port Forwarding - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Gluetun Port Forwarding Automation - description: Enable and configure Gluetun Port Forwarding Automation. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: QBT_USERNAME - label: qBittorrent Username - description: qBittorrent WebUI Username - schema: - type: string - default: "admin" - - variable: QBT_PASSWORD - label: qBittorrent Password - description: qBittorrent WebUI Password - schema: - type: string - private: true - default: "adminadmin" -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10095 - required: true - - variable: torrent - label: "Torrent Service" - description: "Torrent service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: torrent - label: "TCP 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 - default: 6881 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/qdirstat/questions.yaml b/charts/stable/qdirstat/questions.yaml deleted file mode 100644 index 7f4171eeb32..00000000000 --- a/charts/stable/qdirstat/questions.yaml +++ /dev/null @@ -1,183 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: - # Portal -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PASSWORD - label: "VNC_PASSWORD" - description: "Password needed to connect to the application's GUI. See the VNC Password section for more details." - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} - - variable: qdirstat - group: "App Configuration" - label: "QDirStat Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ENABLE_CJK_FONT - label: "ENABLE_CJK_FONT" - description: "When set to true, open-source computer font WenQuanYi Zen Hei is installed. " - schema: - type: boolean - default: false - - variable: KEEP_APP_RUNNING - label: "KEEP_APP_RUNNING" - description: "When set to true, the application will be automatically restarted if it crashes or if a user quits it." - schema: - type: boolean - default: false - - variable: gui - label: "GUI Settings" - description: "Always read description before changing a value here. Also refer to README" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DISPLAY_WIDTH - label: "DISPLAY_WIDTH" - description: "Width (in pixels) of the application's window." - schema: - type: int - default: 1280 - required: true - - variable: DISPLAY_HEIGHT - label: "DISPLAY_HEIGHT" - description: "Height (in pixels) of the application's window." - schema: - type: int - default: 768 - required: true - - variable: SECURE_CONNECTION - label: "SECURE_CONNECTION" - description: "When set to true, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section for more details." - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10262 - required: true - - variable: vnc - label: "VNC Service" - description: "VNC Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: vnc - label: "TCP 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 - default: 10263 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: storage - label: "App Storage" - description: "Application Storage." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/qflood/questions.yaml b/charts/stable/qflood/questions.yaml deleted file mode 100644 index 19e18b4f784..00000000000 --- a/charts/stable/qflood/questions.yaml +++ /dev/null @@ -1,121 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: FLOOD_AUTH - label: "FLOOD_AUTH" - description: "Container Variable FLOODAUTH" - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3000 - required: true - - variable: hostportfor808 - label: 'hostportfor808 service' - description: "Container Port 8080" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: hostportfor808 - label: "hostportfor808 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 - default: 8080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Container Path config" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/qinglong/questions.yaml b/charts/stable/qinglong/questions.yaml deleted file mode 100644 index 3e7eb3bee44..00000000000 --- a/charts/stable/qinglong/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10176 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/quake3/questions.yaml b/charts/stable/quake3/questions.yaml deleted file mode 100644 index ca0d7c5b520..00000000000 --- a/charts/stable/quake3/questions.yaml +++ /dev/null @@ -1,123 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "The startup parameters for the server (only change if you know what you are doing!)" - schema: - type: string - default: "+set sv_punkbuster 0 +set fs_game osp +set com_hunkMegs 32" - - variable: Q3_MAP - label: "Q3_MAP" - description: "The initial map wich the server would start." - schema: - type: string - default: "q3dm1" - - variable: Q3_PORT - label: "Q3_PORT" - description: "Base Port" - schema: - type: string - default: "27960" - - variable: DL_URL_PR - label: "DL_URL_PR" - description: "Only change if you know what youre doing!" - schema: - type: string - default: "https://ftp.gwdg.de/pub/misc/ftp.idsoftware.com/idstuff/quake3/linux/linuxq3apoint-1.32b-3.x86.run" - - variable: DL_URL_PATCH - label: "DL_URL_PATCH" - description: "Only change if you know what youre doing!" - schema: - type: string - default: "https://ftp.gwdg.de/pub/misc/ftp.idsoftware.com/idstuff/quake3/quake3-1.32c.zip" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27960 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path quake3" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/quassel-core/questions.yaml b/charts/stable/quassel-core/questions.yaml deleted file mode 100644 index 7a2ed25f98f..00000000000 --- a/charts/stable/quassel-core/questions.yaml +++ /dev/null @@ -1,103 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 4242 - required: true - - variable: ident - label: "ident Service" - description: "The ident service." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: ident - label: "ident 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 - default: 10113 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/quassel-web/questions.yaml b/charts/stable/quassel-web/questions.yaml deleted file mode 100644 index b4e6670ffdc..00000000000 --- a/charts/stable/quassel-web/questions.yaml +++ /dev/null @@ -1,110 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: URL_BASE - label: "URL_BASE" - description: "URL_BASE" - schema: - type: string - default: "" - - variable: QUASSEL_CORE - label: "QUASSEL_CORE" - description: "QUASSEL_CORE" - schema: - type: string - default: "0.0.0.0" - - variable: QUASSEL_PORT - label: "QUASSEL_PORT" - description: "QUASSEL_PORT" - schema: - type: int - default: 4242 -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 64080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/quickshare/questions.yaml b/charts/stable/quickshare/questions.yaml deleted file mode 100644 index f13870f2a2d..00000000000 --- a/charts/stable/quickshare/questions.yaml +++ /dev/null @@ -1,105 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: DEFAULTADMIN - label: "DEFAULTADMIN" - description: "Default user name." - schema: - type: string - default: "admin" - - variable: DEFAULTADMINPWD - label: "DEFAULTADMINPWD" - description: "Default user password." - schema: - type: string - default: "1234" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8686 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: storagedata - label: "storagedata Storage" - description: "This is the location for all the data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/quiz-game/questions.yaml b/charts/stable/quiz-game/questions.yaml deleted file mode 100644 index 754e70cc824..00000000000 --- a/charts/stable/quiz-game/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10588 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/qwantify/questions.yaml b/charts/stable/qwantify/questions.yaml deleted file mode 100644 index 803ec15b1a3..00000000000 --- a/charts/stable/qwantify/questions.yaml +++ /dev/null @@ -1,112 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: APPPATH - label: App Path - description: Folder containing the game. - schema: - type: string - required: true - default: "" - - variable: APPFILE - label: App File - description: Game executable file. - schema: - type: string - required: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10603 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: games - label: App Games Storage - description: Stores the Application Games. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/radarr/questions.yaml b/charts/stable/radarr/questions.yaml deleted file mode 100644 index 0648ec4df4c..00000000000 --- a/charts/stable/radarr/questions.yaml +++ /dev/null @@ -1,109 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: RADARR__AUTHENTICATION_METHOD - label: Auth Method - description: Sets the auth method. - schema: - type: string - default: "" - enum: - - value: "" - description: In-App Setting - - value: External - description: External/None - - value: Basic - description: Basic - - value: Forms - description: Forms -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7878 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/radarrsync/questions.yaml b/charts/stable/radarrsync/questions.yaml deleted file mode 100644 index f62891aed56..00000000000 --- a/charts/stable/radarrsync/questions.yaml +++ /dev/null @@ -1,82 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: RADARR_URL - label: "RADARR_URL" - description: "Container Variable RADARRURL" - schema: - type: string - default: "" - - variable: RADARR_KEY - label: "RADARR_KEY" - description: "Container Variable RADARRKEY" - schema: - type: string - default: "" - - variable: RADARR4K_URL - label: "RADARR4K_URL" - description: "Container Variable RADARR4KURL" - schema: - type: string - default: "" - - variable: RADARR4K_KEY - label: "RADARR4K_KEY" - description: "Container Variable RADARR4KKEY" - schema: - type: string - default: "" - - variable: PROFILE_ID - label: "PROFILE_ID" - description: "Container Variable PROFILEID" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/radicale/questions.yaml b/charts/stable/radicale/questions.yaml deleted file mode 100644 index 79e032e87c8..00000000000 --- a/charts/stable/radicale/questions.yaml +++ /dev/null @@ -1,297 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: radicale - group: App Configuration - label: Radicale Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: server - label: Server Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: max_connections - label: max_connections - description: The maximum number of parallel connections. Set to 0 to disable the limit. - schema: - type: int - default: 8 - required: true - - variable: max_content_length - label: max_content_length - description: The maximum size of the request body. (bytes) - schema: - type: int - default: 100000000 - required: true - - variable: timeout - label: timeout - description: Socket timeout. (seconds) - schema: - type: int - default: 30 - required: true - - variable: encoding - label: Encoding Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: request - label: request - description: Encoding for responding requests. - schema: - type: string - default: utf-8 - required: true - - variable: stock - label: stock - description: Encoding for storing local collections. - schema: - type: string - default: utf-8 - required: true - - variable: auth - label: Auth Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: type - description: The method to verify usernames and passwords. - schema: - type: string - default: htpasswd - required: true - enum: - - value: none - description: none - - value: htpasswd - description: htpasswd - - value: http_x_remote_user - description: http_x_remote_user - - variable: delay - label: delay - description: Average delay after failed login attempts in seconds. - schema: - type: int - default: 1 - required: true - - variable: realm - label: realm - description: Message displayed in the client when a password is needed. - schema: - type: string - default: Radicale - Password Required - required: true - - variable: users - label: Basic Authentication Users (htpasswd) - schema: - type: list - default: [] - items: - - variable: usersEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: rights - label: Rights Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: type - description: The backend that is used to check the access rights of collections. - schema: - type: string - default: owner_only - required: true - enum: - - value: authenticated - description: authenticated - - value: owner_only - description: owner_only - - value: owner_write - description: owner_write - - variable: storage - label: Storage Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: type - description: The backend that is used to store data. - schema: - type: string - default: multifilesystem - required: true - enum: - - value: multifilesystem - description: multifilesystem - - value: multifilesystem_nolock - description: multifilesystem_nolock - - variable: max_sync_token_age - label: max_sync_token_age - description: Delete sync token that are older (seconds) - schema: - type: int - default: 2592000 - required: true - - variable: web - label: Web Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: type - description: The backend that provides the web interface of Radicale. - schema: - type: string - default: internal - required: true - enum: - - value: none - description: none - - value: internal - description: internal - - variable: logging - label: Logging Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: level - label: level - description: Set the logging level. - schema: - type: string - default: warning - required: true - enum: - - value: debug - description: debug - - value: info - description: info - - value: warning - description: warning - - value: error - description: error - - value: critical - description: critical - - variable: mask_passwords - label: mask_passwords - description: Don't include passwords in logs. - schema: - type: boolean - default: true -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5232 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 2999 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 2999 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 2999 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/rapidphotodownloader/questions.yaml b/charts/stable/rapidphotodownloader/questions.yaml deleted file mode 100644 index a3a594e7925..00000000000 --- a/charts/stable/rapidphotodownloader/questions.yaml +++ /dev/null @@ -1,133 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: FORCE_UPDATE - label: "FORCE_UPDATE" - description: "If you want to force an update of the container set the value to true (without quotes) otherwise leave blank." - schema: - type: string - default: "" - - variable: DL_URL - label: "DL_URL" - description: "Container Variable DLURL" - schema: - type: string - default: "https://launchpad.net/rapid/pyqt/0.9.17/+download/install.py" - - variable: CUSTOM_RES_W - label: "CUSTOM_RES_W" - description: "Minimum screen width 1000 pixels" - schema: - type: string - default: "1024" - - variable: CUSTOM_RES_H - label: "CUSTOM_RES_H" - description: "Minimum screen hight 880 pixels" - schema: - type: string - default: "881" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: datadir - label: "datadir Storage" - description: "Container Path rapidphotodownloader" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: sourcefolder - label: "sourcefolder Storage" - description: "Container Path mediasource" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: destinantionfolder - label: "destinantionfolder Storage" - description: "Container Path mediadestination" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/rcon-webadmin/questions.yaml b/charts/stable/rcon-webadmin/questions.yaml deleted file mode 100644 index d36e2d761ab..00000000000 --- a/charts/stable/rcon-webadmin/questions.yaml +++ /dev/null @@ -1,236 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: RWA_USERNAME - label: RWA USERNAME - description: Sets the initial user's username for the web interface. - schema: - type: string - default: "" - - variable: RWA_PASSWORD - label: RWA PASSWORD - description: Sets the initial user's password for the web interface. - schema: - type: string - default: "" - private: true - required: true - - variable: RWA_RCON_PASSWORD - label: RWA RCON PASSWORD - description: The password for the initial RCON server to control - schema: - type: string - default: "" - private: true -# Include{containerBasic} -# Include{containerAdvanced} - - variable: rcon - group: App Configuration - label: RCON Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: rwa_env - label: RWA ENV - description: Enables configuration by environment variables. - schema: - type: boolean - default: false - - variable: rwa_admin - label: RWA ADMIN - description: Sets the initial user as an admin - schema: - type: boolean - default: true - - variable: rwa_web_rcon - label: RWA WEB RCON - description: Enables web rcon if supported by the game server - schema: - type: boolean - default: false - - variable: rwa_read_only_widget_options - label: RWA READ ONLY WIDGET OPTIONS - description: Prevent the initial user changing options in the widget options tab - schema: - type: boolean - default: false - - variable: rwa_game - label: RWA GAME - description: The initial game you wish to control. - schema: - type: string - default: minecraft - - variable: rwa_server_name - label: RWA SERVER NAME - description: The display name of the initial server - schema: - type: string - default: minecraft - - variable: rwa_rcon_host - label: RWA RCON HOST - description: The initial RCON server IP to control - schema: - type: string - default: "" - - variable: rwa_rcon_port - label: RWA_RCON_PORT - description: The port number of the initial RCON server to control - schema: - type: int - default: 25575 - - variable: rwa_websocket_url_ssl - label: RWA WEBSOCKET URL SSL - description: SSL WebSocket URL - schema: - type: string - default: "" - - variable: rwa_websocket_url - label: RWA WEBSOCKET URL - description: WebSocket URL - schema: - type: string - default: "" - - variable: rwa_restrict_commands - label: RWA RESTRICT COMMANDS - description: Prevent the initial user user executing these commands - schema: - type: list - default: [] - items: - - variable: command - label: command - schema: - type: string - required: true - default: "" - - variable: rwa_restrict_widgets - label: RWA RESTRICT WIDGETS - description: Hide this list of widgets from the initial user - schema: - type: list - default: [] - items: - - variable: widget - label: widget - schema: - type: string - required: true - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 4326 - required: true - - variable: websocketaccess - label: Web Socket Access service - description: Container Port 4327 - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: websocketaccess - label: Web Socket Access 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 - default: 4327 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: db - label: App DB Storage - description: Stores the Application DB. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} - - variable: websocketaccess - label: "WS Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/rdesktop/questions.yaml b/charts/stable/rdesktop/questions.yaml deleted file mode 100644 index 73986351818..00000000000 --- a/charts/stable/rdesktop/questions.yaml +++ /dev/null @@ -1,146 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - group: Container Image - label: Select Image - schema: - type: string - default: image - enum: - # XFCE - - value: image - description: XFCE Alpine - - value: ubuntuXFCEImage - description: XFCE Ubuntu - - value: fedoraXFCEImage - description: XFCE Fedora - - value: archXFCEImage - description: XFCE Arch - # KDE - - value: alpineKDEImage - description: KDE Alpine - - value: ubuntuKDEImage - description: KDE Ubuntu - - value: fedoraKDEImage - description: KDE Fedora - - value: archKDEImage - description: KDE Arch - # Mate - - value: alpineMATEImage - description: Mate Alpine - - value: ubuntuMATEImage - description: Mate Ubuntu - - value: fedoraMATEImage - description: Mate Fedora - - value: archMATEImage - description: Mate Arch - # I3 - - value: alpineI3Image - description: I3 Alpine - - value: ubuntuI3Image - description: I3 Ubuntu - - value: fedoraI3Image - description: I3 Fedora - - value: archI3Image - description: I3 Arch - # OpenBox - - value: alpineOpenBoxImage - description: OpenBox Alpine - - value: ubuntuOpenBoxImage - description: OpenBox Ubuntu - - value: fedoraOpenBoxImage - description: OpenBox Fedora - - value: archOpenBoxImage - description: OpenBox Arch - # OpenBox - - value: alpineICEWMImage - description: ICEWM Alpine - - value: ubuntuICEWMImage - description: ICEWM Ubuntu - - value: fedoraICEWMImage - description: ICEWM Fedora - - value: archICEWMImage - description: ICEWM Arch -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3389 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "abc users home directory" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/rdtclient/questions.yaml b/charts/stable/rdtclient/questions.yaml deleted file mode 100644 index a0f01323022..00000000000 --- a/charts/stable/rdtclient/questions.yaml +++ /dev/null @@ -1,122 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: aria2 - group: App Configuration - label: Aria2 Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Aria2 Container - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: rpc_secret - label: RPC Secret - schema: - type: string - private: true - required: true - default: "" - - variable: disk_cache - label: Disk Cache - schema: - type: string - default: "64M" - - variable: update_trackers - label: Update Trackers - schema: - type: boolean - default: true - - variable: custom_trackers_url - label: Custom Trackers URL - description: Custom BT Trackers List URL. - schema: - type: string - default: "https://trackerslist.com/all_aria2.txt" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6500 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: db - label: "App DB Storage" - description: "Stores the Application DB." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/readarr/questions.yaml b/charts/stable/readarr/questions.yaml deleted file mode 100644 index edc54b31786..00000000000 --- a/charts/stable/readarr/questions.yaml +++ /dev/null @@ -1,109 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: READARR__AUTHENTICATION_METHOD - label: Auth Method - description: Sets the auth method. - schema: - type: string - default: "" - enum: - - value: "" - description: In-App Setting - - value: None - description: None - - value: Basic - description: Basic - - value: Forms - description: Forms -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8787 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/recyclarr/questions.yaml b/charts/stable/recyclarr/questions.yaml deleted file mode 100644 index 6c53d4a3123..00000000000 --- a/charts/stable/recyclarr/questions.yaml +++ /dev/null @@ -1,69 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: CRON_SCHEDULE - label: "CRON_SCHEDULE" - description: Standard cron syntax for how often you want Recyclarr to run. - schema: - type: string - default: "@daily" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "This is the application data directory for Recyclarr" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/red-discordbot/questions.yaml b/charts/stable/red-discordbot/questions.yaml deleted file mode 100644 index 57f91971240..00000000000 --- a/charts/stable/red-discordbot/questions.yaml +++ /dev/null @@ -1,73 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: PREFIX - label: "PREFIX" - description: "The prefix you want Red-DiscordBot to use." - schema: - type: string - default: "" - - variable: TOKEN - label: "TOKEN" - description: "The bot token you want Red-DiscordBot to use." - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - description: "Container Path dataFolder to persist Red-DiscordBot data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/redis/questions.yaml b/charts/stable/redis/questions.yaml deleted file mode 100644 index c2bc6cc878a..00000000000 --- a/charts/stable/redis/questions.yaml +++ /dev/null @@ -1,88 +0,0 @@ -# Include{groups} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: password - group: "App Configuration" - label: "Redis Password" - schema: - type: string - default: "" - required: true -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6379 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{vctRoot} - additional_attrs: true - type: dict - attrs: - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/redisinsight/questions.yaml b/charts/stable/redisinsight/questions.yaml deleted file mode 100644 index bf6670060f1..00000000000 --- a/charts/stable/redisinsight/questions.yaml +++ /dev/null @@ -1,149 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: redisinsight - group: App Configuration - label: Redis Insight Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: trusted_origins - label: Trusted Origins - description: Configures the trusted origins of the application. ex https://app.mydomain.tld - schema: - type: list - default: [] - items: - - variable: origin - label: Trusted Origin - schema: - type: string - required: true - default: "" - - variable: log_level - label: Log Level - description: Configures the log level of the application. - schema: - type: string - required: true - default: WARNING - enum: - - value: DEBUG - description: DEBUG - - value: INFO - description: INFO - - value: WARNING - description: WARNING - - value: ERROR - description: ERROR - - value: CRITICAL - description: CRITICAL - - variable: auth_prompt - label: Auth Prompt - description: Enables authentication prompt that asks for authentication before opening an instance or when the user is idle. - schema: - type: boolean - default: false - - variable: auth_timer - label: Auth Timer - description: Idle timer value for authentication prompt, in minutes.. - schema: - type: int - default: 30 -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10579 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logs - label: App Logs Storage - description: Stores the Application Logs. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 0 - - variable: runAsGroup - label: runAsGroup - description: The groupID this App of the user running the application - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/redm/questions.yaml b/charts/stable/redm/questions.yaml deleted file mode 100644 index 62d6b1d19c4..00000000000 --- a/charts/stable/redm/questions.yaml +++ /dev/null @@ -1,212 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: GAME_CONFIG - label: "GAME_CONFIG" - description: "You can edit the server.cfg after the first start (if you dont want to use the server.cfg then leave this field empty. For exampele if you plan to use txAdmin you have to add another port in the template with the host and container port 40120, you then can connect to txAdmin with YOURSERVERIP40120)." - schema: - type: string - default: "server.cfg" - - variable: START_VARS - label: "START_VARS" - description: "Extra start variables." - schema: - type: string - default: "" - - variable: SRV_NAME - label: "SRV_NAME" - description: "Your Servername" - schema: - type: string - default: "" - - variable: SERVER_KEY - label: "SERVER_KEY" - description: "Your Server Key from httpskeymaster.fivem.net" - schema: - type: string - default: "" - - variable: SRV_ADR - label: "SRV_ADR" - description: "Looks something like this httpsruntime.fivem.netartifactsfivembuildprootlinuxmaster" - schema: - type: string - default: "https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/" - - variable: MANUAL_UPDATES - label: "MANUAL_UPDATES" - description: "Set this to true without quotes to update your server manually (otherwise leave blank)" - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9016 - required: true - - variable: tcp1 - label: 'tcp1 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcp1 - label: "tcp1 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 - default: 30110 - required: true - - variable: tcp2 - label: 'tcp2 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcp2 - label: "tcp2 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 - default: 30120 - required: true - - variable: udp1 - label: 'udp1 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udp1 - label: "udp1 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 - default: 30110 - required: true - - variable: udp2 - label: 'udp2 service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udp2 - label: "udp2 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 - default: 30120 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: serverfiles - label: "serverfiles Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/redmine/questions.yaml b/charts/stable/redmine/questions.yaml deleted file mode 100644 index 0ab7fe0dbe5..00000000000 --- a/charts/stable/redmine/questions.yaml +++ /dev/null @@ -1,105 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: redmine - group: "App Configuration" - label: "Redmine Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: plugins_migrate - label: "Plugins Migrate" - description: "Set to true and the migrate script will be automatically run on every container start" - schema: - type: boolean - default: true - - variable: no_db_migrate - label: "No DB Migrate" - description: "Set to true and the migrate script will NOT automatically run on container start." - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10171 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 999 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 999 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 999 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/reg/questions.yaml b/charts/stable/reg/questions.yaml deleted file mode 100644 index a32b398ca0a..00000000000 --- a/charts/stable/reg/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10096 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/remmina/questions.yaml b/charts/stable/remmina/questions.yaml deleted file mode 100644 index 4f1e8cce660..00000000000 --- a/charts/stable/remmina/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10042 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/remotely/questions.yaml b/charts/stable/remotely/questions.yaml deleted file mode 100644 index 00edb6d390b..00000000000 --- a/charts/stable/remotely/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9280 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - description: "Container Path remotely-data" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/requestrr/questions.yaml b/charts/stable/requestrr/questions.yaml deleted file mode 100644 index df452f543ea..00000000000 --- a/charts/stable/requestrr/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 4545 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/resilio-sync/questions.yaml b/charts/stable/resilio-sync/questions.yaml deleted file mode 100644 index 7cf254009a6..00000000000 --- a/charts/stable/resilio-sync/questions.yaml +++ /dev/null @@ -1,137 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8888 - required: true - - variable: bt-udp - label: "bt-udp Service" - description: "The bt-udp service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: bt-udp - label: "bt-udp 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 - default: 55555 - required: true - - variable: bt-tcp - label: "bt-tcp Service" - description: "The bt-tcp service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: bt-tcp - label: "bt-tcp 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 - default: 55555 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/restic-rest-server/questions.yaml b/charts/stable/restic-rest-server/questions.yaml deleted file mode 100644 index 10872d47471..00000000000 --- a/charts/stable/restic-rest-server/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: OPTIONS - label: "OPTIONS" - description: "Container Variable OPTIONS" - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - description: "Container Path data" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/retrobot/questions.yaml b/charts/stable/retrobot/questions.yaml deleted file mode 100644 index 7cf2249008d..00000000000 --- a/charts/stable/retrobot/questions.yaml +++ /dev/null @@ -1,94 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: DISCORD_TOKEN - label: Discord Token - description: Sets discord token - schema: - type: string - default: "" - private: true - required: true - - variable: MAX_WORKERS - label: Max Workers - description: -1 means Retrobot will create a worker thread for each CPU core on the host system. - schema: - type: int - default: -1 - required: true - - variable: MAX_WORKERS_PER_GAME - label: Max Workers Per Game - description: Input assist worker threads to emulate the result of a button press for a game. - schema: - type: int - default: 3 - required: true - - variable: RECORDING_FRAMERATE - label: Recording Framerate - description: Framerate to encode GIFs - schema: - type: int - default: 30 - min: 1 - max: 60 - required: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App Data Storage - description: Stores the Application Data - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/rflood/questions.yaml b/charts/stable/rflood/questions.yaml deleted file mode 100644 index abef1ba2f26..00000000000 --- a/charts/stable/rflood/questions.yaml +++ /dev/null @@ -1,98 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: FLOOD_AUTH - label: "FLOOD_AUTH" - schema: - type: boolean - default: false -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Container Path config" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/rickroll/questions.yaml b/charts/stable/rickroll/questions.yaml deleted file mode 100644 index 82427b70bfa..00000000000 --- a/charts/stable/rickroll/questions.yaml +++ /dev/null @@ -1,105 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: TITLE - label: Title - description: Changes the title of the webpage. - schema: - type: string - default: "" - - variable: HEIGHT - label: Height - description: Changes the height of the video. - schema: - type: string - default: "100vh" - - variable: WIDTH - label: Width - description: Changes the width of the video. - schema: - type: string - default: "100%" - - variable: HEADLINE - label: HeadLine - description: Allows for a custom body tag. - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10289 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 0 - - variable: runAsGroup - label: runAsGroup - description: The groupID this App of the user running the application - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/rimgo/questions.yaml b/charts/stable/rimgo/questions.yaml deleted file mode 100644 index 1063e202a8a..00000000000 --- a/charts/stable/rimgo/questions.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ADDRESS - label: "ADDRESS" - description: "Hosted IP Address" - schema: - type: string - default: "0.0.0.0" - - variable: IMGUR_CLIENT_ID - label: "IMGUR_CLIENT_ID" - description: "Imgur Client ID" - schema: - type: string - default: "546c25a59c58ad7" - - variable: FORCE_WEBP - label: "FORCE_WEBP" - description: "Force WEBP to reduce bandwidth" - schema: - type: string - default: "0" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ring-mqtt/questions.yaml b/charts/stable/ring-mqtt/questions.yaml deleted file mode 100644 index fe8da40aebd..00000000000 --- a/charts/stable/ring-mqtt/questions.yaml +++ /dev/null @@ -1,164 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: ring - group: App Configuration - label: Ring-Mqtt - schema: - additional_attrs: true - type: dict - attrs: - - variable: mqtt_url - label: MQTT Url - description: URL for connecting to MQTT broker in standard MQTT URL format. - schema: - type: string - required: true - default: "mqtt://mosquitto.ix-mosquitto.svc.cluster.local:1883" - - variable: livestream_user - label: LiveStream User - description: Specify a user for RTSP connections. - schema: - type: string - default: "" - - variable: livestream_pass - label: LiveStream Password - description: Specify a password for RTSP connections. - schema: - type: string - private: true - default: "" - - variable: disarm_code - label: Disarm Code - description: Home Assistant Alarm Control Panel integration require entering this code to disarm the alarm - schema: - type: string - default: "" - - variable: enable_cameras - label: Enable Cameras - description: Enables support for camera/chimes. - schema: - type: boolean - default: true - - variable: enable_modes - label: Enable Modes - description: Enable support for Location Modes for sites without a Ring Alarm Panel. - schema: - type: boolean - default: false - - variable: enable_panic - label: Enable Panic - description: Enable panic buttons on Alarm Control Panel device. - schema: - type: boolean - default: false - - variable: hass_topic - label: Hass Topic - description: The topic to monitor for Home Assistant restarts (MQTT birth/last will messages) - schema: - type: string - default: "homeassistant/status" - - variable: location_ids - label: Location Ids - schema: - type: list - default: [] - items: - - variable: location - label: Location - schema: - type: string - required: true - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 55123 - required: true - - variable: rtsp - label: "RCON Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: rtsp - label: "RTSP 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 - default: 8554 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - description: "Data Path" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/rmlint/questions.yaml b/charts/stable/rmlint/questions.yaml deleted file mode 100644 index 7486d621ce1..00000000000 --- a/charts/stable/rmlint/questions.yaml +++ /dev/null @@ -1,113 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: GUAC_USER - label: "GUAC_USER" - description: "Username for the desktop GUI." - schema: - type: string - default: "" - - variable: GUAC_PASS - label: "GUAC_PASS" - description: "Password MD5 hash for the desktop GUI." - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8322 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: searchlocation - label: "searchlocation Storage" - description: "Search location root" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: config - label: "config Storage" - description: "Appdata" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/romm/questions.yaml b/charts/stable/romm/questions.yaml deleted file mode 100644 index 1a676432d2a..00000000000 --- a/charts/stable/romm/questions.yaml +++ /dev/null @@ -1,160 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: CLIENT_ID - label: Client Id - description: IGDB Client Id - schema: - type: string - required: true - default: "" - - variable: CLIENT_SECRET - label: Client Secret - description: IGDB Client Secret - schema: - type: string - required: true - private: true - default: "" - - variable: STEAMGRIDDB_API_KEY - label: SteamGridDB API Key - description: SteamGridDB WIP (optional) - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} - - variable: romm - group: App Configuration - label: Romm - schema: - additional_attrs: true - type: dict - attrs: - - variable: auth - label: Auth Credentials - schema: - additional_attrs: true - type: dict - attrs: - - variable: user - label: Auth User - schema: - type: string - default: "" - - variable: pass - label: Auth Password - schema: - type: string - private: true - default: "" -# Include{containerConfig} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10680 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: library - label: App Library Storage - description: Stores the Application Library. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: resources - label: App Resources Storage - description: Stores the Application Resources. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: config - label: App Config Storage - description: Stores the Application Config. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: assets - label: App Assets Storage - description: Stores the Assets Config. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 0 - - variable: runAsGroup - label: runAsGroup - description: The groupID this App of the user running the application - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/root/questions.yaml b/charts/stable/root/questions.yaml deleted file mode 100644 index ea70532201a..00000000000 --- a/charts/stable/root/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9999 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: appdata - label: "appdata Storage" - description: "Container Path appdata" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/rsnapshot/questions.yaml b/charts/stable/rsnapshot/questions.yaml deleted file mode 100644 index fc4e79032c8..00000000000 --- a/charts/stable/rsnapshot/questions.yaml +++ /dev/null @@ -1,56 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/rss-bridge/questions.yaml b/charts/stable/rss-bridge/questions.yaml deleted file mode 100644 index 8f20e44dccd..00000000000 --- a/charts/stable/rss-bridge/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10225 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/rss-proxy/questions.yaml b/charts/stable/rss-proxy/questions.yaml deleted file mode 100644 index e63e2319598..00000000000 --- a/charts/stable/rss-proxy/questions.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/rss-to-telegram/questions.yaml b/charts/stable/rss-to-telegram/questions.yaml deleted file mode 100644 index a9d901b63bf..00000000000 --- a/charts/stable/rss-to-telegram/questions.yaml +++ /dev/null @@ -1,79 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: TOKEN - label: "TOKEN" - description: "Telegram bot token httpsbotsfortelegram.comprojectthe-bot-father" - schema: - type: string - default: "" - - variable: CHATID - label: "CHATID" - description: "Telegram chatId, can be found by running bot with help" - schema: - type: string - default: "" - - variable: DELAY - label: "DELAY" - description: "Delay between RSS feed checks" - schema: - type: string - default: "60" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Config Path" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/rsshub/questions.yaml b/charts/stable/rsshub/questions.yaml deleted file mode 100644 index 9aaa553404e..00000000000 --- a/charts/stable/rsshub/questions.yaml +++ /dev/null @@ -1,142 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: HTTP_BASIC_AUTH_NAME - label: "HTTP_BASIC_AUTH_NAME" - schema: - type: string - private: true - default: "" - - variable: HTTP_BASIC_AUTH_PASS - label: "HTTP_BASIC_AUTH_PASS" - schema: - type: string - private: true - default: "" - - variable: BITBUCKET_USERNAME - label: "BITBUCKET_USERNAME" - schema: - type: string - private: true - default: "" - - variable: BITBUCKET_PASSWORD - label: "BITBUCKET_PASSWORD" - schema: - type: string - private: true - default: "" - - variable: GITHUB_ACCESS_TOKEN - label: "GITHUB_ACCESS_TOKEN" - schema: - type: string - private: true - default: "" - - variable: GOOGLE_FONTS_API_KEY - label: "GOOGLE_FONTS_API_KEY" - schema: - type: string - private: true - default: "" - - variable: YOUTUBE_KEY - label: "YOUTUBE_KEY" - schema: - type: string - private: true - default: "" - - variable: TELEGRAM_TOKEN - label: "TELEGRAM_TOKEN" - schema: - type: string - private: true - default: "" - - variable: LASTFM_API_KEY - label: "LASTFM_API_KEY" - schema: - type: string - private: true - default: "" - - variable: DISALLOW_ROBOT - label: "DISALLOW_ROBOT" - schema: - type: boolean - default: false -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10191 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/rstudio/questions.yaml b/charts/stable/rstudio/questions.yaml deleted file mode 100644 index 80b2335a197..00000000000 --- a/charts/stable/rstudio/questions.yaml +++ /dev/null @@ -1,126 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USER - label: User Name - description: Optionally set a User Name - schema: - type: string - default: "" - - variable: PASSWORD - label: User Password - description: Optionally set a Password - schema: - type: string - private: true - default: "" - - variable: DISABLE_AUTH - label: Disable Auth - description: Disable authentication for RStudio Server. - schema: - type: boolean - default: false - - variable: ROOT - label: Root - description: If set to true, the default non-root user will be added to the sudoers group when the server init process. - schema: - type: boolean - default: false -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8787 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: workspace - label: "App WorkSpace Storage" - description: "Stores the Application WorkSpace." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/rtorrent-rutorrent/questions.yaml b/charts/stable/rtorrent-rutorrent/questions.yaml deleted file mode 100644 index 604f873f57f..00000000000 --- a/charts/stable/rtorrent-rutorrent/questions.yaml +++ /dev/null @@ -1,219 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8080 - required: true - - variable: rtorrent - label: "Torrent Service" - description: "Torrent service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: rtorrent - label: "rTorrent 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 - default: 33942 - required: true - - variable: xmlrpc - label: "XMLRPC Service" - description: "XMLRPC service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: xmlrpc - label: XMLRPC 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 - default: 8000 - required: true - - variable: dht - label: "DHT Service" - description: "DHT service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: dht - label: DHT 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 - default: 6881 - required: true - - variable: webdav - label: "WEBDAV Service" - description: "WEBDAV service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: webdav - label: "WEBDAV 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 - default: 9000 - required: true - - variable: rtinc - label: "RTINC Service" - description: "RTINC service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: rtinc - label: "RTINC 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 - default: 50000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: downloads - label: "App Downloads Storage" - description: "Stores the Application Downloads." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: passwd - label: "App Passwd Storage" - description: "Stores the Application Passwd." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/rust/questions.yaml b/charts/stable/rust/questions.yaml deleted file mode 100644 index 682b5a1bcdb..00000000000 --- a/charts/stable/rust/questions.yaml +++ /dev/null @@ -1,156 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter here your extra game startup parameters if needed starting with (eg rcon.port 27016 rcon.password YOURPASSWORD dont forget to add also a new port here on the template page with container and host port set to the corresponding RCON port)" - schema: - type: string - default: "+server.maxplayers 10" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAMEID that the container downloads at startup. If you want to use a beta version of the game enter this 258550 -beta staging or 258550 -beta prerelease (without quotes)." - schema: - type: string - default: "258550" - - variable: SERVER_NAME - label: "SERVER_NAME" - description: "Name of the Server goes here" - schema: - type: string - default: "RustDockerServer" - - variable: SERVER_DISCRIPTION - label: "SERVER_DISCRIPTION" - description: "Server Description goes here" - schema: - type: string - default: "Simple TrueNAS Rust Docker Server" - - variable: OXIDE_MOD - label: "OXIDE_MOD" - description: "Set to true (without quotes) to enable Oxide Mod, otherwise leave empty (the container will check on every startrestart if there is a newer version available)." - schema: - type: string - default: "" - - variable: GAME_PORT - label: "GAME_PORT" - description: "Game port on which the server is running (has to match the port mapping in your container)." - schema: - type: string - default: "28015" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 28015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/rustpad/questions.yaml b/charts/stable/rustpad/questions.yaml deleted file mode 100644 index 95a1854e846..00000000000 --- a/charts/stable/rustpad/questions.yaml +++ /dev/null @@ -1,111 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: EXPIRY_DAYS - label: "EXPIRY_DAYS" - description: "The number of days that inactive documents are kept in memory before being garbage collected by the server (default 1)." - schema: - type: string - default: "1" - - variable: RUST_LOG - label: "RUST_LOG" - description: "Directives that control application logging. (errorwarninfodebugtrace)" - schema: - type: string - default: "info" - - variable: SQLITE_URI - label: "SQLITE_URI" - description: "A SQLite connection string used for persistence." - schema: - type: string - default: "sqlite:///persist/rustpad_db.db" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3030 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: storagedatabase - label: "storagedatabase Storage" - description: "This is the location for the SQLite DB file." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/s3backup/questions.yaml b/charts/stable/s3backup/questions.yaml deleted file mode 100644 index 6ac8b985aba..00000000000 --- a/charts/stable/s3backup/questions.yaml +++ /dev/null @@ -1,77 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: ACCESS_KEY - label: "ACCESS_KEY" - schema: - type: string - default: "Your AWS Access key" - - variable: SECRET_KEY - label: "SECRET_KEY" - schema: - type: string - default: "Your AWS Access secret" - - variable: S3PATH - label: "S3PATH" - schema: - type: string - default: "s3://mybucket/" - - variable: S3CMDPARAMS - label: "S3CMDPARAMS" - schema: - type: string - default: "" - - variable: CRON_SCHEDULE - label: "CRON_SCHEDULE" - schema: - type: string - default: "0 * * * *" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/s3sync/questions.yaml b/charts/stable/s3sync/questions.yaml deleted file mode 100644 index 39600490335..00000000000 --- a/charts/stable/s3sync/questions.yaml +++ /dev/null @@ -1,97 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: ACCESS_KEY - label: "ACCESS_KEY" - description: "Your AWS Access Key." - schema: - type: string - default: "your_access_key_here" - - variable: SECRET_KEY - label: "SECRET_KEY" - description: "Your AWS Secret Key." - schema: - type: string - default: "your_secret_key_here" - - variable: REGION - label: "REGION" - description: "The region of your bucket." - schema: - type: string - default: "bucket_region_here" - - variable: S3SYNCPARAMS - label: "S3SYNCPARAMS" - description: "(Optional) Extra parameters for the s3 sync command." - schema: - type: string - default: "" - - variable: S3PATH - label: "S3PATH" - description: "The target bucket path with optional prefix." - schema: - type: string - default: "s3://your_bucket_name" - - variable: CRON_SCHEDULE - label: "CRON_SCHEDULE" - description: "Cron schedule of backup." - schema: - type: string - default: "0 * * * *" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: backupsourceexample - label: "backupsourceexample Storage" - description: "This folder will be backed up." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/sabnzbd/questions.yaml b/charts/stable/sabnzbd/questions.yaml deleted file mode 100644 index fbdd7b7bdf5..00000000000 --- a/charts/stable/sabnzbd/questions.yaml +++ /dev/null @@ -1,106 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: SABNZBD__HOST_WHITELIST_ENTRIES - label: "HostName Whitelist" - description: "If you use a reverse proxy, you might need to enter your hostname's here (comma seperated)" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10097 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{metrics} - - variable: apiKey - label: "Sabnzbd API key" - description: "Can be found in the Bazarr settings" - schema: - type: string - default: "" - required: true -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/satisfactory/questions.yaml b/charts/stable/satisfactory/questions.yaml deleted file mode 100644 index facea2e9785..00000000000 --- a/charts/stable/satisfactory/questions.yaml +++ /dev/null @@ -1,183 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: AUTOPAUSE - label: "Enable/Disable Auto pause" - schema: - type: boolean - default: true - - variable: AUTOSAVEINTERVAL - label: "Auto save interval" - schema: - type: int - required: true - default: 300 - - variable: AUTOSAVENUM - label: "Number of auto saves" - schema: - type: int - required: true - default: 3 - - variable: AUTOSAVEONDISCONNECT - label: "Auto save on Disconnect" - schema: - type: boolean - default: true - - variable: CRASHREPORT - label: "Crash report" - schema: - type: boolean - default: true - - variable: DEBUG - label: "Debug" - schema: - type: boolean - default: false - - variable: DISABLESEASONALEVENTS - label: "Disable seasonal events" - schema: - type: boolean - default: false - - variable: MAXPLAYERS - label: "Max players" - schema: - type: int - required: true - default: 4 - - variable: SKIPUPDATE - label: "Skip update" - schema: - type: boolean - default: false - - variable: STEAMBETA - label: "Steam beta" - schema: - type: boolean - default: false -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7777 - required: true - - variable: beacon - label: "Beacon Service" - description: "The beacon service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: beacon - label: "Beacon 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 - default: 15000 - required: true - - variable: query - label: "Query Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: query - label: "Query 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 - default: 15777 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/scrutiny/questions.yaml b/charts/stable/scrutiny/questions.yaml deleted file mode 100644 index 32199a7e10b..00000000000 --- a/charts/stable/scrutiny/questions.yaml +++ /dev/null @@ -1,112 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: COLLECTOR_CRON_SCHEDULE - label: "COLLECTOR_CRON_SCHEDULE" - description: "COLLECTOR_CRON_SCHEDULE" - schema: - type: string - default: "0 0 * * *" - - variable: COLLECTOR_HOST_ID - label: "COLLECTOR_HOST_ID" - description: "COLLECTOR_HOST_ID" - schema: - type: string - default: "TrueNAS Scale" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10151 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: influxdb - label: "App influxdb Storage" - description: "Stores the Application influxdb." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/scrypted/questions.yaml b/charts/stable/scrypted/questions.yaml deleted file mode 100644 index aa6358ce33e..00000000000 --- a/charts/stable/scrypted/questions.yaml +++ /dev/null @@ -1,129 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - label: Select Image - schema: - type: string - default: image - enum: - - value: image - description: Full (Upstream default) - - value: liteImage - description: Lite - - value: nvidiaImage - description: Full with Nvidia Cuda - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: SCRYPTED_WEBHOOK_UPDATE_AUTHORIZATION - label: Scrypted WebHook Update Authorization - schema: - type: string - required: true - default: "Bearer MAKE_ME_SECURE" - - variable: SCRYPTED_WEBHOOK_UPDATE - label: Scrypted WebHook Update - schema: - type: string - required: true - default: "http://localhost:10611/v1/update" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10611 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: server - label: App Server Storage - description: Stores the Application Server. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: media - label: App Media Storage - description: Stores the Application Media. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/sdtd/questions.yaml b/charts/stable/sdtd/questions.yaml deleted file mode 100644 index bdc7b6de834..00000000000 --- a/charts/stable/sdtd/questions.yaml +++ /dev/null @@ -1,323 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: Username - description: Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard) - schema: - type: string - default: "" - - variable: PASSWRD - label: Password - description: Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard) - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: Game ID - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "294420" - - variable: SERVERCONFIG - label: Server Config - description: Please change if your serverconfig file has another name. - schema: - type: string - default: "serverconfig.xml" - - variable: GAME_PARAMS - label: Game Params - description: Enter your start up commands for the server - schema: - type: string - default: "-logfile 7DaysToDie_Data/output_log.txt $@" - - variable: VALIDATE - label: Validate - description: Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: string - default: "" - - variable: ENABLE_BEPINEX - label: Enable BepInEx - description: If you want to enable BepInEx set this variable to true - schema: - type: boolean - default: false - - variable: BACKUP_FILES - label: Backup Files - description: Set this value to true to enable the automated backup function from the container - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: BACKUP_INTERVAL - label: Backup Interval - description: The backup interval in minutes - schema: - type: int - default: 60 - - variable: BACKUP_TO_KEEP - label: Backup to Keep - description: Number of backups to keep - schema: - type: int - default: 12 -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 26900 - required: true - - variable: steammasterser - label: 'steammasterser service' - description: "Container Port 26900" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: steammasterser - label: "steammasterser 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 - default: 26900 - required: true - - variable: steamcommunica - label: 'steamcommunica service' - description: "Container Port 26901" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: steamcommunica - label: "steamcommunica 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 - default: 26901 - required: true - - variable: raknet - label: 'raknet service' - description: "Container Port 26902" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: raknet - label: "raknet 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 - default: 26902 - required: true - - variable: unet - label: 'unet service' - description: "Container Port " - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: unet - label: "unet 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 - default: 26903 - required: true - - variable: webbasecontrol - label: 'webbasecontrol service' - description: "Container Port 8080" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: webbasecontrol - label: "webbasecontrol 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 - default: 8080 - required: true - - variable: webpanel - label: 'webpanel service' - description: "Container Port 8082" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: webpanel - label: "webpanel 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 - default: 8082 - required: true - - variable: registeringats - label: 'registeringats service' - description: "Should be in the range 27015 - 27030, dont forget to set also a different Container Port if you change this value." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: registeringats - label: "registeringats 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 - default: 27015 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/seafile/questions.yaml b/charts/stable/seafile/questions.yaml deleted file mode 100644 index 432c7c16a15..00000000000 --- a/charts/stable/seafile/questions.yaml +++ /dev/null @@ -1,120 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: SEAFILE_SERVER_HOSTNAME - label: "Seafile Server Hostname (Required)" - description: "Set your FQDN as app.mydomain.com (without https)." - schema: - type: string - required: true - default: "" - - variable: SEAFILE_ADMIN_EMAIL - label: "Seafile Admin Email" - description: "Initial admin email." - schema: - type: string - required: true - default: "" - - variable: SEAFILE_ADMIN_PASSWORD - label: "Seafile Admin Password" - description: "Initial admin password." - schema: - type: string - required: true - private: true - default: "" - - variable: FORCE_HTTPS_IN_CONF - label: "Force HTTPS (Must be enabled to use with Reverse Proxies)" - description: "If using Traefik or another reverse proxy enable this to use HTTPS" - schema: - type: boolean - default: false -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 13080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: storage - label: "App Storage" - description: "Stores the Application files" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/searxng/questions.yaml b/charts/stable/searxng/questions.yaml deleted file mode 100644 index 507f016d471..00000000000 --- a/charts/stable/searxng/questions.yaml +++ /dev/null @@ -1,109 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: INSTANCE_NAME - label: Instance Name - description: Your SearXNG instance name - schema: - type: string - default: SearXng - - variable: BASE_URL - label: Base URL - description: Set base url like so https://search.mydomain.com - schema: - type: string - default: "" -# Include{containerConfig} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID this App of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/seedsync/questions.yaml b/charts/stable/seedsync/questions.yaml deleted file mode 100644 index 8b01c7c283d..00000000000 --- a/charts/stable/seedsync/questions.yaml +++ /dev/null @@ -1,98 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8800 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Container Path config" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: downloads - label: "downloads Storage" - description: "Container Path downloads" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/send/questions.yaml b/charts/stable/send/questions.yaml deleted file mode 100644 index 0a3b44a4912..00000000000 --- a/charts/stable/send/questions.yaml +++ /dev/null @@ -1,117 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: BASE_URL - label: "Base Url" - description: "URL where traffic will be served " - schema: - type: string - default: "http://192.168.0.100:1443" - - variable: MAX_FILE_SIZE - label: "Max File Size" - description: "Maximum upload file size in bytes (defaults to 2147483648 aka 2GB)" - schema: - type: string - default: "2147483648" - - variable: MAX_EXPIRE_SECONDS - label: "Max Expire Seconds" - description: "Maximum upload expiry time in seconds (defaults to 604800 aka 7 days)" - schema: - type: string - default: "604800" - - variable: MAX_DOWNLOADS - label: "Max Downloads" - description: "Maximum number of downloads (defaults to 100)" - schema: - type: string - default: "100" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 1443 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: uploadpath - label: App Uploads Storage - description: "Stores the Application Uploads." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ser2sock/questions.yaml b/charts/stable/ser2sock/questions.yaml deleted file mode 100644 index 53a64b98b4b..00000000000 --- a/charts/stable/ser2sock/questions.yaml +++ /dev/null @@ -1,105 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: BAUD_RATE - label: "BAUD_RATE" - description: "Serial device baud rate" - schema: - type: string - default: "115200" - - variable: SERIAL_DEVICE - label: "SERIAL_DEVICE" - description: "Path to the serial device" - schema: - type: string - required: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/serpbear/questions.yaml b/charts/stable/serpbear/questions.yaml deleted file mode 100644 index 36e1f312811..00000000000 --- a/charts/stable/serpbear/questions.yaml +++ /dev/null @@ -1,134 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: serpbear - group: App Configuration - label: Serpbear Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: user - label: User - description: The username you want to use to login to the app. - schema: - type: string - required: true - default: "" - - variable: password - label: Password - description: The password you want to use to login to the app. - schema: - type: string - private: true - required: true - default: "" - - variable: api_key - label: API Key - description: API key that will be used to access the apps API. - schema: - type: string - private: true - required: true - default: "" - - variable: app_url - label: Next Public App URL - description: The URL where your app is hosted and can be accessed. - schema: - type: string - required: true - default: http://localhost:10605 - - variable: session_duration - label: Session Duration - description: The duration(in hour) of the user's logged in session. - schema: - type: int - default: 24 -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10605 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/servas/questions.yaml b/charts/stable/servas/questions.yaml deleted file mode 100644 index f5b938e38db..00000000000 --- a/charts/stable/servas/questions.yaml +++ /dev/null @@ -1,105 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: APP_NAME - label: App Name - description: Web Name - schema: - type: string - default: "Servas" - - variable: APP_URL - label: App Url - description: "Configure it either as http://ip:port or as https://mydomain.tld." - schema: - type: string - default: "" - - variable: APP_DEBUG - label: App Debug - description: App Debug - schema: - type: boolean - default: true - - variable: SERVAS_ENABLE_REGISTRATION - label: Servas Enable Registration - schema: - type: boolean - default: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 11080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 0 - - variable: runAsGroup - label: runAsGroup - description: The groupID this App of the user running the application - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/sftpgo/questions.yaml b/charts/stable/sftpgo/questions.yaml deleted file mode 100644 index 876b62cbe21..00000000000 --- a/charts/stable/sftpgo/questions.yaml +++ /dev/null @@ -1,384 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: SFTPGO_FTPD__BINDINGS__0__FORCE_PASSIVE_IP - label: "SFTPGO_FTPD__BINDINGS__0__FORCE_PASSIVE_IP" - description: "Put your server IP here for local access, or your public IP for public access via port forwarding." - schema: - type: string - default: "10.0.0.10" - - variable: SFTPGO_COMMON__DEFENDER__ENABLED - label: "SFTPGO_COMMON__DEFENDER__ENABLED" - description: "httpsgithub.comdrakkansftpgoblobmaindocsdefender.md" - schema: - type: string - default: "true" - - variable: SFTPGO_FTPD__PASSIVE_PORT_RANGE__START - label: "SFTPGO_FTPD__PASSIVE_PORT_RANGE__START" - schema: - type: string - default: "50000" - - variable: SFTPGO_FTPD__PASSIVE_PORT_RANGE__END - label: "SFTPGO_FTPD__PASSIVE_PORT_RANGE__END" - schema: - type: string - default: "50100" - - variable: SFTPGO_FTPD__BINDINGS__0__PORT - label: "SFTPGO_FTPD__BINDINGS__0__PORT" - schema: - type: string - default: "2121" - - variable: SFTPGO_WEBDAVD__BINDINGS__0__PORT - label: "SFTPGO_WEBDAVD__BINDINGS__0__PORT" - schema: - type: string - default: "10080" - - variable: SFTPGO_FTPD__BINDINGS__0__DEBUG - label: "SFTPGO_FTPD__BINDINGS__0__DEBUG" - description: "0 = false, 1 = true" - schema: - type: string - default: "0" - - variable: SFTPGO_PLUGIN_AUTH_LDAP_URL - label: "SFTPGO_PLUGIN_AUTH_LDAP_URL" - description: "LDAP url" - schema: - type: string - default: "ldap://lldap-ldap.ix-lldap.svc.cluster.local" - - variable: SFTPGO_PLUGIN_AUTH_LDAP_BASE_DN - label: "SFTPGO_PLUGIN_AUTH_LDAP_BASE_DN" - description: "The base DN defines the address of the root object in the LDAP directory" - schema: - type: string - default: "dc=mylab,dc=local" - - variable: SFTPGO_PLUGIN_AUTH_LDAP_BIND_DN - label: "SFTPGO_PLUGIN_AUTH_LDAP_BIND_DN" - description: "The bind DN used to log in at the LDAP server in order to perform searches. This should be a read-only user." - schema: - type: string - default: "cn=Administrator,cn=users,dc=mylab,dc=local" - - variable: SFTPGO_PLUGIN_AUTH_LDAP_PASSWORD - label: "SFTPGO_PLUGIN_AUTH_LDAP_PASSWORD" - description: "The password for the defined ldap-bind-dn. If empty an anonymous bind will be attempted." - schema: - type: string - default: "Password.123456" - - variable: SFTPGO_PLUGIN_AUTH_LDAP_SEARCH_QUERY - label: "SFTPGO_PLUGIN_AUTH_LDAP_SEARCH_QUERY" - description: "The ldap query to use to find users attempting to login. The %username% placeholder will be replaced with the username attempting to log in" - schema: - type: string - default: "(&(objectClass=user)(sAMAccountType=805306368)(sAMAccountName=%username%))" - - variable: SFTPGO_PLUGIN_AUTH_LDAP_GROUP_ATTRIBUTES - label: "SFTPGO_PLUGIN_AUTH_LDAP_GROUP_ATTRIBUTES" - description: "The ldap attributes containing the groups the users are members of." - schema: - type: string - default: "memberOf" - - variable: SFTPGO_PLUGIN_AUTH_PRIMARY_GROUP_PREFIX - label: "SFTPGO_PLUGIN_AUTH_PRIMARY_GROUP_PREFIX" - description: "Prefix for LDAP groups to map to the primary group for SFTPGo users. SFTPGo users can have only one primary group." - schema: - type: string - default: "" - - variable: SFTPGO_PLUGIN_AUTH_SECONDARY_GROUP_PREFIX - label: "SFTPGO_PLUGIN_AUTH_SECONDARY_GROUP_PREFIX" - description: "Prefix for LDAP groups to map to secondary groups of SFTPGo users" - schema: - type: string - default: "" - - variable: SFTPGO_PLUGIN_AUTH_MEMBERSHIP_GROUP_PREFIX - label: "SFTPGO_PLUGIN_AUTH_MEMBERSHIP_GROUP_PREFIX" - description: "Prefix for LDAP groups to map to membership groups of SFTPGo users" - schema: - type: string - default: "" - - variable: SFTPGO_PLUGIN_AUTH_REQUIRE_GROUPS - label: "SFTPGO_PLUGIN_AUTH_REQUIRE_GROUPS" - description: "Require authenticated users to be members of at least one SFTPGo group" - schema: - type: string - default: "" - - variable: SFTPGO_PLUGIN_AUTH_STARTTLS - label: "SFTPGO_PLUGIN_AUTH_STARTTLS" - description: "STARTTLS is the preferred method of encrypting an LDAP connection. Use it instead of using the ldaps:// URL schema. (0 = false, 1 = true)" - schema: - type: string - default: "0" - - variable: SFTPGO_PLUGIN_AUTH_USERS_BASE_DIR - label: "SFTPGO_PLUGIN_AUTH_USERS_BASE_DIR" - description: "Users default base directory. Leave empty if already set in SFTPGo. If set it must be an absolute path" - schema: - type: string - default: "/mnt/home" - - variable: SFTPGO_PLUGIN_AUTH_CACHE_TIME - label: "SFTPGO_PLUGIN_AUTH_CACHE_TIME" - description: "Defines the cache time, in seconds, for authenticated users. 0 means no cache" - schema: - type: string - default: "0" - - variable: SFTPGO_PLUGIN_AUTH_SKIP_TLS_VERIFY - label: "SFTPGO_PLUGIN_AUTH_SKIP_TLS_VERIFY" - description: "If set to 1 the plugin accepts any TLS certificate presented by the server and any host name in that certificate. In this mode, TLS is susceptible to man-in-the-middle attacks. This should be used only for testing" - schema: - type: string - default: "0" - - variable: SFTPGO_PLUGIN_AUTH_CA_CERTIFICATES - label: "SFTPGO_PLUGIN_AUTH_CA_CERTIFICATES" - description: "If set to 1 the plugin accepts any TLS certificate presented by the server and any host name in that certificate. In this mode, TLS is susceptible to man-in-the-middle attacks. This should be used only for testing" - schema: - type: string - default: "0" - - - variable: SFTPGO_PLUGIN_EVENTSEARCH_DRIVER - label: "SFTPGO_PLUGIN_EVENTSEARCH_DRIVER" - description: "Database driver (required)" - schema: - type: string - default: "" - - variable: SFTPGO_PLUGIN_EVENTSEARCH_DSN - label: "SFTPGO_PLUGIN_EVENTSEARCH_DSN" - description: "Data source URI (required)" - schema: - type: string - default: "" - - variable: SFTPGO_PLUGIN_EVENTSTORE_DRIVER - label: "SFTPGO_PLUGIN_EVENTSTORE_DRIVER" - description: "Database driver (required)" - schema: - type: string - default: "" - - variable: SFTPGO_PLUGIN_EVENTSTORE_DSN - label: "SFTPGO_PLUGIN_EVENTSTORE_DSN" - description: "Data source URI (required)" - schema: - type: string - default: "" - - variable: SFTPGO_PLUGIN_EVENTSTORE_INSTANCE_ID - label: "SFTPGO_PLUGIN_EVENTSTORE_INSTANCE_ID" - description: "Instance identifier" - schema: - type: string - default: "" - - variable: SFTPGO_PLUGIN_EVENTSTORE_RETENTION - label: "SFTPGO_PLUGIN_EVENTSTORE_RETENTION" - description: "Events older than the specified number of hours will be deleted. 0 means no events will be deleted" - schema: - type: string - default: "0" - - variable: SFTPGO_PLUGIN_GEOIPFILTER_DB_FILE - label: "SFTPGO_PLUGIN_GEOIPFILTER_DB_FILE" - description: "Path to the MaxMind GeoLite2 or GeoIP2 database" - schema: - type: string - default: "/mnt/database/geolite.db" - - variable: SFTPGO_PLUGIN_GEOIPFILTER_ALLOWED_COUNTRIES - label: "SFTPGO_PLUGIN_GEOIPFILTER_ALLOWED_COUNTRIES" - description: "Comma separated allowed countries in ISO 3166-1 alpha-2 format" - schema: - type: string - default: "JP" - - variable: SFTPGO_PLUGIN_GEOIPFILTER_DENIED_COUNTRIES - label: "SFTPGO_PLUGIN_GEOIPFILTER_DENIED_COUNTRIES" - description: "Comma separated denied countries in ISO 3166-1 alpha-2 format" - schema: - type: string - default: "KP" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 2221 - required: true - - variable: ftpport - label: 'ftpport service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: ftpport - label: "ftpport 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 - default: 2121 - required: true - - variable: sftpport - label: 'sftpport service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: sftpport - label: "sftpport 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 - default: 2022 - required: true - - variable: passiveports - label: 'passiveports service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: passiveports - label: "passiveports 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 - default: 50000 - required: true - - variable: webdavport - label: 'webdavport service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: webdavport - label: "webdavport 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 - default: 10080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: backupdirectory - label: "backupdirectory Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: configpath - label: "configpath Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: shareaccess - label: "shareaccess Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/shaarli/questions.yaml b/charts/stable/shaarli/questions.yaml deleted file mode 100644 index c608b1cbd5d..00000000000 --- a/charts/stable/shaarli/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: cache - label: "cache Storage" - description: "Cache" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "data Storage" - description: "Data" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/shapeshifter-obfuscator/questions.yaml b/charts/stable/shapeshifter-obfuscator/questions.yaml deleted file mode 100644 index c9dff1d75dc..00000000000 --- a/charts/stable/shapeshifter-obfuscator/questions.yaml +++ /dev/null @@ -1,98 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: ARGS - label: "ARGS" - description: "Shapeshifter-Obfuscator start-up argument. Change 127.0.0.13333 to an IP on your subnet." - schema: - type: string - default: "-transparent -server -state state -orport 127.0.0.1:3333 -transports obfs4 -bindaddr obfs4-0.0.0.0:2222 -logLevel DEBUG -enableLogging" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 2222 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/sheetable/questions.yaml b/charts/stable/sheetable/questions.yaml deleted file mode 100644 index c46a5985a2b..00000000000 --- a/charts/stable/sheetable/questions.yaml +++ /dev/null @@ -1,113 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: ADMIN_EMAIL - label: "ADMIN_EMAIL" - description: "Your admin email" - schema: - type: string - required: true - default: "" - - variable: ADMIN_PASSWORD - label: "ADMIN_PASSWORD" - description: "Your admin password" - schema: - type: string - required: true - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10284 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/shiori/questions.yaml b/charts/stable/shiori/questions.yaml deleted file mode 100644 index 5d7428bc35d..00000000000 --- a/charts/stable/shiori/questions.yaml +++ /dev/null @@ -1,92 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10098 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/shlink-web-client/questions.yaml b/charts/stable/shlink-web-client/questions.yaml deleted file mode 100644 index 1c2939141f7..00000000000 --- a/charts/stable/shlink-web-client/questions.yaml +++ /dev/null @@ -1,101 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: SHLINK_SERVER_URL - label: "Server URL" - description: "The fully qualified URL for the Shlink server." - schema: - type: string - default: "" - - variable: SHLINK_SERVER_API_KEY - label: "API Key" - description: "The API key. You can create API Key by opening a shell to shlink server and executing 'shlink api-key:generate' " - schema: - type: string - default: "" - - variable: SHLINK_SERVER_NAME - label: "Server Name" - description: "The name to be displayed. Defaults to Shlink if not provided." - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10154 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/shlink/questions.yaml b/charts/stable/shlink/questions.yaml deleted file mode 100644 index 69dfee73317..00000000000 --- a/charts/stable/shlink/questions.yaml +++ /dev/null @@ -1,112 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: DEFAULT_DOMAIN - label: "Default Domain" - description: "The default short domain used for this shlink instance. For example doma.in." - schema: - type: string - default: "" - - variable: GEOLITE_LICENSE_KEY - label: "GeoLite2 License Key" - description: "The license key used to download new GeoLite2 database files." - schema: - type: string - default: "" - - variable: ANONYMIZE_REMOTE_ADDR - label: "Anonymize Remote Address" - description: "Tells if IP addresses from visitors should be obfuscated before storing them in the database" - schema: - type: boolean - default: true - - variable: ENABLE_PERIODIC_VISIT_LOCATE - label: "Enable Periodic visit:locate" - description: "it schedules the visit:locate command to be run every hour inside the container using crontab" - schema: - type: boolean - default: true - - variable: IS_HTTPS_ENABLED - label: "Served over HTTPS" - description: "Tells if Shlink is served with https or not" - schema: - type: boolean - default: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10153 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/shoko-server/questions.yaml b/charts/stable/shoko-server/questions.yaml deleted file mode 100644 index b4177c5d545..00000000000 --- a/charts/stable/shoko-server/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8111 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: appdata - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/shortipy/questions.yaml b/charts/stable/shortipy/questions.yaml deleted file mode 100644 index e63e2319598..00000000000 --- a/charts/stable/shortipy/questions.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/shorturl/questions.yaml b/charts/stable/shorturl/questions.yaml deleted file mode 100644 index 52a1ca1ad38..00000000000 --- a/charts/stable/shorturl/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10076 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/sia-daemon/questions.yaml b/charts/stable/sia-daemon/questions.yaml deleted file mode 100644 index b5119df0fb6..00000000000 --- a/charts/stable/sia-daemon/questions.yaml +++ /dev/null @@ -1,149 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: SIA_WALLET_PASSWORD - label: "SIA_WALLET_PASSWORD" - description: "Container Variable SIAWALLETPASSWORD" - schema: - type: string - default: "" - - variable: SIA_API_PASSWORD - label: "SIA_API_PASSWORD" - description: "Container Variable SIAAPIPASSWORD" - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9981 - required: true - - variable: hostrhp2port - label: 'hostrhp2port service' - description: "Container Port 9982" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: hostrhp2port - label: "hostrhp2port 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 - default: 9982 - required: true - - variable: hostrhp3port - label: 'hostrhp3port service' - description: "Container Port 9983" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: hostrhp3port - label: "hostrhp3port 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 - default: 9983 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: datadirectory - label: "datadirectory Storage" - description: "Container Path sia-data" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/sickchill/questions.yaml b/charts/stable/sickchill/questions.yaml deleted file mode 100644 index b100d84e0ff..00000000000 --- a/charts/stable/sickchill/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10067 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/sickgear/questions.yaml b/charts/stable/sickgear/questions.yaml deleted file mode 100644 index 670e8bf98ec..00000000000 --- a/charts/stable/sickgear/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10066 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/simply-shorten/questions.yaml b/charts/stable/simply-shorten/questions.yaml deleted file mode 100644 index 558fe499150..00000000000 --- a/charts/stable/simply-shorten/questions.yaml +++ /dev/null @@ -1,103 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: username - label: "username" - schema: - type: string - default: "" - - variable: password - label: "password" - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 4567 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/sinusbot/questions.yaml b/charts/stable/sinusbot/questions.yaml deleted file mode 100644 index 91146a89ae1..00000000000 --- a/charts/stable/sinusbot/questions.yaml +++ /dev/null @@ -1,106 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: OVERRIDE_PASSWORD - label: "OVERRIDE_PASSWORD" - schema: - type: string - default: "foobar" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8087 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: scriptspath - label: "scriptspath Storage" - description: "Data Path for the Sinusbot Scripts" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "data Storage" - description: "Sinusbot Data Path. Where Sinusbot can Store Data" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/slack-invite/questions.yaml b/charts/stable/slack-invite/questions.yaml deleted file mode 100644 index 99c0061035b..00000000000 --- a/charts/stable/slack-invite/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: COMMUNITY_NAME - label: "COMMUNITY_NAME" - schema: - type: string - default: "myslackteam" - - variable: SLACK_URL - label: "SLACK_URL" - schema: - type: string - default: "myslackteam.slack.com" - - variable: SLACK_TOKEN - label: "SLACK_TOKEN" - schema: - type: string - default: "Enter YOur slack token here" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7879 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/slash/questions.yaml b/charts/stable/slash/questions.yaml deleted file mode 100644 index 45f3172e449..00000000000 --- a/charts/stable/slash/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5231 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/slink/questions.yaml b/charts/stable/slink/questions.yaml deleted file mode 100644 index 3fe91a61b2b..00000000000 --- a/charts/stable/slink/questions.yaml +++ /dev/null @@ -1,113 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: USER_APPROVAL_REQUIRED - label: "User Approval Required" - description: "Whether to require user approval before they can upload images." - schema: - type: boolean - default: true - - variable: IMAGE_MAX_SIZE - label: "Maximum Image Size" - description: "Maximum image size allowed to be uploaded (no more than 50M)." - schema: - type: string - required: true - default: 15M -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: database - label: "App Database Storage" - description: "Stores the Application Database." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: images - label: "Image Storage" - description: "Stores the Images." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/smartctl-exporter/questions.yaml b/charts/stable/smartctl-exporter/questions.yaml deleted file mode 100644 index e6622a80a2d..00000000000 --- a/charts/stable/smartctl-exporter/questions.yaml +++ /dev/null @@ -1,126 +0,0 @@ -# Include{groups} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: smartctl - label: "smartctl" - group: "App Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: metricsEndpoint - label: "Metrics Endpoint" - schema: - type: string - default: "/metrics" - required: true - - variable: pollInterval - label: "The interval between smartctl polls" - schema: - type: string - default: "60s" - required: true - - variable: rescanInterval - label: "The interval between rescanning for new/disappeared devices. If the interval is smaller than 1s no rescanning takes place." - schema: - type: string - default: "10m" - required: true - - variable: excludedDevices - label: "Regexp of devices to exclude from automatic scanning." - schema: - type: string - default: "" - required: false - - variable: logs - label: "Logs" - group: "App Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: general - label: "General Logs" - schema: - additional_attrs: true - type: dict - attrs: - - variable: level - label: "Log Level" - schema: - type: string - default: "info" - enum: - - value: "info" - description: "Info" - - value: "warn" - description: "Warnings" - - value: "error" - description: "Errors" - - value: "debug" - description: "Debug" - - variable: format - label: "General Log format" - schema: - type: string - default: "logfmt" - enum: - - value: "logfmt" - description: "Common Log Format" - - value: "json" - description: "JSON" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9633 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{resources} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/smokeping/questions.yaml b/charts/stable/smokeping/questions.yaml deleted file mode 100644 index 78fcc83114e..00000000000 --- a/charts/stable/smokeping/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10030 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/smtp-relay/questions.yaml b/charts/stable/smtp-relay/questions.yaml deleted file mode 100644 index cacc987cb74..00000000000 --- a/charts/stable/smtp-relay/questions.yaml +++ /dev/null @@ -1,140 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: smtprelay - group: App Configuration - label: SMTP Relay Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: networks - label: Relay Networks - schema: - type: list - empty: false - default: - - 172.16.0.0/16 - required: true - items: - - variable: network - label: Network - schema: - type: string - required: true - default: "" - - variable: domains - label: Domains - schema: - type: list - default: [] - required: true - items: - - variable: domain - label: Domain - schema: - type: string - required: true - default: "" - - variable: generic - label: generic Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: address - label: Address - schema: - type: string - default: "" - - variable: port - label: Port - schema: - type: int - default: 587 - - variable: user - label: User - schema: - type: string - default: "" - - variable: pass - label: Password - schema: - type: string - private: true - default: "" - - variable: aliases - label: Aliases - schema: - type: list - default: [] - required: true - items: - - variable: alias - label: Alias - schema: - type: string - required: true - default: "" -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 25 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/snapdrop/questions.yaml b/charts/stable/snapdrop/questions.yaml deleted file mode 100644 index 09e54a2c54d..00000000000 --- a/charts/stable/snapdrop/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10215 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/snippet-box/questions.yaml b/charts/stable/snippet-box/questions.yaml deleted file mode 100644 index 7baf045dc02..00000000000 --- a/charts/stable/snippet-box/questions.yaml +++ /dev/null @@ -1,84 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5039 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 0 - - variable: runAsGroup - label: runAsGroup - description: The groupID of the user running the application - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/socials/questions.yaml b/charts/stable/socials/questions.yaml deleted file mode 100644 index 9b96cf8964f..00000000000 --- a/charts/stable/socials/questions.yaml +++ /dev/null @@ -1,97 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: LOG_LEVEL - label: "LOG_LEVEL" - schema: - type: string - default: "info" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7574 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: socials - label: "socials Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/soft-serve/questions.yaml b/charts/stable/soft-serve/questions.yaml deleted file mode 100644 index c06eddbb559..00000000000 --- a/charts/stable/soft-serve/questions.yaml +++ /dev/null @@ -1,128 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: softserve - group: App Configuration - label: Soft Serve Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: init_admin_key - label: Soft Serve Initial Admin Key (Optional, Only during installation) - description: The public key that will initially have admin access to repos - schema: - type: string - default: "" - private: true - - variable: key_path - label: Soft Serve Host Key-Pair Path - description: SSH host key-pair PATH - schema: - type: string - required: true - default: /.ssh/soft_serve_server_ed25519 - - variable: host - label: Soft Serve Host - description: Address to use in public clone URLs - schema: - type: string - required: true - $ref: - - "definitions/nodeIP" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 23231 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: ssh - label: App SSH Storage - description: Stores the Application SSH. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: repos - label: App Repo Storage - description: Stores the Application Repo. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/solr/questions.yaml b/charts/stable/solr/questions.yaml deleted file mode 100644 index 221a72ba102..00000000000 --- a/charts/stable/solr/questions.yaml +++ /dev/null @@ -1,111 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: solrCores - group: "App Configuration" - label: "Solr Cores" - schema: - type: string - default: "testcore" - required: true - - variable: solrUsername - group: "App Configuration" - label: "Solr Admin Username" - schema: - type: string - default: "test" - required: true - - variable: solrPassword - group: "App Configuration" - label: "Solr Admin Password" - schema: - type: string - default: "" - required: true - - variable: solrOpts - group: "App Configuration" - label: "Solr Opts" - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8983 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - additional_attrs: true - type: dict - attrs: - - variable: db - label: "DB Storage" - description: "Stores the old Application Database." - schema: - type: dict - hidden: true - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 1001 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/sonarr/questions.yaml b/charts/stable/sonarr/questions.yaml deleted file mode 100644 index 9ea9289cc04..00000000000 --- a/charts/stable/sonarr/questions.yaml +++ /dev/null @@ -1,109 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: SONARR__AUTHENTICATION_METHOD - label: Auth Method - description: Sets the auth method. - schema: - type: string - default: "" - enum: - - value: "" - description: In-App Setting - - value: External - description: External/None - - value: Basic - description: Basic - - value: Forms - description: Forms -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8989 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/songkong/questions.yaml b/charts/stable/songkong/questions.yaml deleted file mode 100644 index 82a1fcf9bb1..00000000000 --- a/charts/stable/songkong/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 4567 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: music - label: "music Storage" - description: "Container Path music" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: songkongconfig - label: "songkongconfig Storage" - description: "Container Path songkong" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/sonsoftheforest/questions.yaml b/charts/stable/sonsoftheforest/questions.yaml deleted file mode 100644 index f09f3217a67..00000000000 --- a/charts/stable/sonsoftheforest/questions.yaml +++ /dev/null @@ -1,533 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: sonsoftheforest - group: App Configuration - label: Sons of the Forest - schema: - additional_attrs: true - type: dict - attrs: - - variable: game - label: Game Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: id - label: Game Id - description: The ID of the container to download at start up. - schema: - type: string - required: true - default: "2465200" - - variable: user - label: Steam User - description: Leave blank for anonymous login. - schema: - type: string - default: "" - - variable: password - label: Steam Password - description: Leave blank for anonymous login. - schema: - type: string - default: "" - - variable: validate - label: Validate - description: Validates the game data. - schema: - type: boolean - default: true - - variable: params - label: Game Params - schema: - type: list - default: [] - required: true - items: - - variable: param - label: Param - schema: - type: string - required: true - default: "" - - variable: server - label: Game Server Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: ServerName - label: Server Name - description: Name of the server visible in the server list, and in the Steam contacts. - schema: - type: string - required: true - default: "Sons Of The Forest Docker Server" - - variable: MaxPlayers - label: Max Players - description: The maximum number of players allowed simultaneously on the server. - schema: - type: int - required: true - default: 8 - min: 1 - - variable: Password - label: Password - description: Adds a password to make your server “private”. Upon connection, this password will be requested before the client can proceed. - schema: - type: string - private: true - default: "" - - variable: LanOnly - label: Lan Only - description: Allows or restricts the server visibility to LAN only. - schema: - type: boolean - default: false - - variable: SaveSlot - label: Save Slot - description: When creating a new save, this number will be the id of the save. - schema: - type: int - required: true - default: 1 - min: 1 - - variable: SaveMode - label: Save Mode - description: Game save initialization mode. - schema: - type: string - required: true - default: "Continue" - enum: - - value: Continue - description: Continue - - value: New - description: New - - variable: GameMode - label: Game Mode - description: Sets the difficulty game mode when creating a new save. - schema: - type: string - required: true - default: "normal" - enum: - - value: peaceful - description: Peaceful - - value: normal - description: Normal - - value: hard - description: Hard - - value: hardsurvival - description: Hard Survival - - value: custom - description: Custom - - variable: SaveInterval - label: Save Interval - description: How often the game server automatically saves the game to SaveSlot, in seconds. - schema: - type: int - required: true - default: 600 - - variable: IdleDayCycleSpeed - label: Idle Day Cycle Speed - description: A multiplier to how quickly the time passes compared to normal gameplay when the server is considered idle (no player connected). - schema: - type: string - required: true - default: "0.0" - - variable: IdleTargetFramerate - label: Idle Target Framerate - description: Target framerate of the server when it’s considered idle (no player connected). - schema: - type: int - required: true - default: 5 - - variable: ActiveTargetFramerate - label: Active Target Framerate - description: Target framerate of the server when it’s NOT considered idle (one or more player connected). - schema: - type: int - required: true - default: 60 - - variable: LogFilesEnabled - label: Log Files Enabled - description: Defines if the logs will be written to files. - schema: - type: boolean - default: false - - variable: TimestampLogFilenames - label: Timestamp Log Filenames - description: Enabled log files timestamping. - schema: - type: boolean - default: true - - variable: TimestampLogEntries - label: Timestamp Log Entries - description: Enables each log entry written to file to be timestamped. - schema: - type: boolean - default: true - - variable: SkipNetworkAccessibilityTest - label: Skip Network Accessibility Test - description: Opt-out of network accessibility self tests. - schema: - type: boolean - default: false - - variable: GameSettings - label: Game Settings - schema: - additional_attrs: true - type: dict - attrs: - - variable: Gameplay.TreeRegrowth - label: Tree Regrowth - description: Enable automatic tree regrowth, triggered when sleeping. - schema: - type: boolean - default: true - - variable: Structure.Damage - label: Structure Damage - description: Allow buildings to be damaged. - schema: - type: boolean - default: true - - variable: CustomGameModeSettings - label: Custom GameMode Settings - description: These parameters are ignored if the Game Mode is not “custom”. - schema: - additional_attrs: true - type: dict - attrs: - - variable: GameSetting.Multiplayer.Cheats - label: Cheats - description: Allows cheats on the server. - schema: - type: boolean - default: false - - variable: GameSetting.Vail.EnemySpawn - label: Enemy Spawn - description: Enable enemies spawning. - schema: - type: boolean - default: true - - variable: GameSetting.Vail.EnemyHealth - label: Enemy Health - description: Adjust enemy starting health. - schema: - type: string - required: true - default: "normal" - enum: - - value: low - description: Low - - value: normal - description: Normal - - value: high - description: High - - variable: GameSetting.Vail.EnemyDamage - label: Enemy Damage - description: Adjust damage enemies can do. - schema: - type: string - required: true - default: "normal" - enum: - - value: low - description: Low - - value: normal - description: Normal - - value: high - description: High - - variable: GameSetting.Vail.EnemyArmour - label: Enemy Armour - description: Adjust enemies armor strength. - schema: - type: string - required: true - default: "normal" - enum: - - value: low - description: Low - - value: normal - description: Normal - - value: high - description: High - - variable: GameSetting.Vail.EnemyAggression - label: Enemy Aggression - description: Adjust enemy aggression level. - schema: - type: string - required: true - default: "normal" - enum: - - value: low - description: Low - - value: normal - description: Normal - - value: high - description: High - - variable: GameSetting.Vail.AnimalSpawnRate - label: Animal Spawn Rate - description: Adjust animal spawn rate. - schema: - type: string - required: true - default: "normal" - enum: - - value: low - description: Low - - value: normal - description: Normal - - value: high - description: High - - variable: GameSetting.Environment.StartingSeason - label: Starting Season - description: Set environmental starting season. - schema: - type: string - required: true - default: "summer" - enum: - - value: spring - description: Spring - - value: summer - description: Summer - - value: autumn - description: Autumn - - value: winter - description: Winter - - variable: GameSetting.Environment.SeasonLength - label: Season Length - description: Adjust season length. - schema: - type: string - required: true - default: "default" - enum: - - value: short - description: Short - - value: default - description: Default - - value: long - description: Long - - value: realistic - description: Realistic - - variable: GameSetting.Environment.DayLength - label: Day Length - description: Adjust day length. - schema: - type: string - required: true - default: "default" - enum: - - value: short - description: Short - - value: default - description: Default - - value: long - description: Long - - value: realistic - description: Realistic - - variable: GameSetting.Environment.PrecipitationFrequency - label: Precipitation Frequency - description: Adjust the frequency of rain and snow. - schema: - type: string - required: true - default: "default" - enum: - - value: low - description: Low - - value: default - description: Default - - value: high - description: High - - variable: Structure.Damage - label: Structure Damage - description: Allow buildings to be damaged. - schema: - type: boolean - default: true - - variable: GameSetting.Survival.ConsumableEffects - label: Consumable Effects - description: Enable damage taken when low hydration and low fullness. - schema: - type: string - required: true - default: "hard" - enum: - - value: normal - description: normal - - value: hard - description: Hard - - variable: GameSetting.Survival.PlayerStatsDamage - label: PlayerStat Damage - description: Enable damage from each bad or rotten food and drink. - schema: - type: string - required: true - default: "off" - enum: - - value: "off" - description: "Off" - - value: normal - description: normal - - value: hard - description: Hard - - variable: GameSetting.Survival.ColdPenalties - label: Cold Penalties - description: Adjusts the severity that cold will affect health and stamina regeneration. - schema: - type: string - required: true - default: "off" - enum: - - value: "off" - description: "Off" - - value: normal - description: normal - - value: hard - description: Hard - - variable: GameSetting.Survival.ReducedFoodInContainers - label: Reduced Food In Containers - description: Reduces the amount of food found in containers. - schema: - type: boolean - default: false - - variable: GameSetting.Survival.SingleUseContainers - label: Single Use Containers - description: Containers can only be opened once. - schema: - type: boolean - default: false -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8766 - required: true - - variable: query - label: Query service - description: Query Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: query - label: Query 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 - default: 27016 - required: true - - variable: sync - label: Sync service - description: Sync Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: sync - label: Sync 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 - default: 9700 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: App SteamCMD Storage - description: Stores the Application SteamCMD. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: App Server Files Storage - description: Stores the Application Server Files. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/sourcegraph/questions.yaml b/charts/stable/sourcegraph/questions.yaml deleted file mode 100644 index e2f63c146ea..00000000000 --- a/charts/stable/sourcegraph/questions.yaml +++ /dev/null @@ -1,143 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7080 - required: true - - variable: adminconsolepo - label: 'adminconsolepo service' - description: "This is SourceGraphs Admin Console WebUI port you can access via a web browser" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: adminconsolepo - label: "adminconsolepo 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 - default: 2633 - required: true - - variable: grafanaport - label: 'grafanaport service' - description: "This is SourceGraphs Grafana Port you can access via a web browser" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: grafanaport - label: "grafanaport 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 - default: 3370 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: configstoragepath - label: "configstoragepath Storage" - description: "This is where Sourcegraph will store its configuration files (use cache drive)." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: applicationdatastoragepath - label: "applicationdatastoragepath Storage" - description: "This is where Sourcegraph will store its application data (use cache drive)." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/spaceengineers/questions.yaml b/charts/stable/spaceengineers/questions.yaml deleted file mode 100644 index 3284cd2519c..00000000000 --- a/charts/stable/spaceengineers/questions.yaml +++ /dev/null @@ -1,165 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: spaceengineers - group: App Configuration - label: SpaceEngineers - schema: - additional_attrs: true - type: dict - attrs: - - variable: instance_name - label: Instance Name - schema: - type: string - default: "" - - variable: public_ip - label: Public IP - description: Public IP required for healthcheck - schema: - type: string - default: "" -# Include{containerConfig} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27017 - required: true - - variable: steam - label: Steam Service - description: The Steam service. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: steam - label: Steam 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 - default: 27018 - required: true - - variable: api - label: API Service - description: The API service. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: api - label: API 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 - default: 18080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: App SteamCMD Storage - description: Stores the Application SteamCMD. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: plugins - label: App Plugins Storage - description: Stores the Application Plugins. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: App Server Files Storage - description: Stores the Application Server Files. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: instances - label: App Instances Storage - description: Stores the Application Instances. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/speedtest-exporter/questions.yaml b/charts/stable/speedtest-exporter/questions.yaml deleted file mode 100644 index 7c668b712ec..00000000000 --- a/charts/stable/speedtest-exporter/questions.yaml +++ /dev/null @@ -1,108 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9798 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 1000 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 1000 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{metrics} -# Include{prometheusRule} - - variable: downloadLimit - label: "Download Limit" - description: "Download speed you want alerts to be triggered in Mbps" - schema: - type: int - default: 400 - - variable: uploadLimit - label: "Upload Limit" - description: "Upload speed you want alerts to be triggered in Mbps" - schema: - type: int - default: 400 - - variable: pingLimit - label: "Ping Limit" - description: "Ping latency you want alerts to be triggered in ms" - schema: - type: int - default: 10 - - variable: jitterLimit - label: "Jitter Limit" - description: "Jitter latency you want alerts to be triggered in ms" - schema: - type: int - default: 30 -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/speedtest-tracker/questions.yaml b/charts/stable/speedtest-tracker/questions.yaml deleted file mode 100644 index 758473bec7a..00000000000 --- a/charts/stable/speedtest-tracker/questions.yaml +++ /dev/null @@ -1,169 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: APP_URL - label: "Speedtest-Tracker URL" - schema: - type: string - default: "" - - variable: TELEGRAM_BOT_TOKEN - label: "Speedtest-Tracker Telegram Token" - schema: - type: string - default: "" - - variable: PUBLIC_DASHBOARD - label: "Enables the public dashboard for guest (unauthenticated) users" - schema: - type: boolean - default: false - - variable: APP_NAME - label: "Used to define the application's name in the dashboard and in notifications" - schema: - type: string - default: "Speedtest Tracker" - - variable: mail - label: Show Mail Server Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: MAIL_MAILER - label: Protocol - schema: - type: string - required: true - default: "smtp" - - variable: MAIL_HOST - label: Host - schema: - type: string - required: true - default: "" - - variable: MAIL_PORT - label: Port - schema: - type: int - required: true - default: 465 - - variable: MAIL_USERNAME - label: Username - schema: - type: string - required: true - default: "" - - variable: MAIL_PASSWORD - label: Password - schema: - type: string - required: true - private: true - default: "" - - variable: MAIL_ENCRYPTION - label: Encryption - schema: - type: string - required: true - default: "SSL" - - variable: MAIL_FROM_ADDRESS - label: Sender Address - schema: - type: string - required: true - default: "" - - variable: MAIL_FROM_NAME - label: Sender Name - schema: - type: string - required: true - default: "Speedtest Tracker" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9004 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Config. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/splunk/questions.yaml b/charts/stable/splunk/questions.yaml deleted file mode 100644 index 94093fca77d..00000000000 --- a/charts/stable/splunk/questions.yaml +++ /dev/null @@ -1,199 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: splunk - group: App Configuration - label: "Splunk Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: acceptLicense - label: "Accept License" - description: "Arguments to start Splunk with." - schema: - type: boolean - default: true - - variable: password - label: "Splunk Password" - description: "Splunk Web UI admin password." - schema: - type: string - private: true - default: "" - - variable: extraArgs - label: "Extra Startup Arguments" - schema: - type: list - default: [] - items: - - variable: argEntry - label: "Arg Entry" - schema: - type: string - required: true - default: "" -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8000 - required: true - - variable: hec - label: HTTP Event Collector service - description: The service for the Splunk HTTP Event Collector (HEC) - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: hec - label: HTTP Event Collector 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 - default: 8088 - required: true - - variable: management - label: management service - description: HTTPS API - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: management - label: management 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 - default: 8089 - required: true - - variable: dataingest - label: dataingest service - description: SplunkTCP input - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: dataingest - label: dataingest 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 - default: 9997 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: data Storage - description: For indexed data persistence - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: config - label: config Storage - description: For config and app data persistence - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: appcreds - label: appcreds Storage - description: For passwordencryption persistence - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/spotweb/questions.yaml b/charts/stable/spotweb/questions.yaml deleted file mode 100644 index 2dca983e257..00000000000 --- a/charts/stable/spotweb/questions.yaml +++ /dev/null @@ -1,165 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: SPOTWEB_USERNAME - label: "Admin username" - description: "Username to configure for the admin of this installation." - schema: - type: string - default: "" - valid_chars: ^((?!god|mod|spot|admin|drazix|superuser|supervisor|root|anonymous)[^<>])*$ - required: true - - variable: SPOTWEB_PASSWORD - label: "Admin password" - description: "Password to configure for the admin of this installation." - schema: - type: string - default: "" - valid_chars: "[a-zA-Z0-9!@#$%^&*?]{8,}" - private: true - required: true - - variable: SPOTWEB_SYSTEMTYPE - label: "System Type" - description: "System type to configure during initialization." - schema: - type: string - required: true - default: "single" - enum: - - value: "single" - description: "Singe User System" - - value: "shared" - description: "Shared System" - - value: "public" - description: "Public System" - - variable: SPOTWEB_FIRSTNAME - label: "Admin first name" - description: "The first name of the admin user." - schema: - type: string - required: true - default: "firstname" - valid_chars: ^([^<>]{2})([^<>]*)$ - - variable: SPOTWEB_LASTNAME - label: "Admin last name" - description: "Last name of the admin user." - schema: - type: string - required: true - default: "lastname" - valid_chars: ^([^<>]{2})([^<>]*)$ - - variable: SPOTWEB_MAIL - label: "Admin mail adres" - description: "Email adres to configure for the provided admin user." - schema: - type: string - required: true - default: firstname@lastname.com - valid_chars: ^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$ - - variable: SPOTWEB_RETRIEVE - label: "SPOTWEB_RETRIEVE" - description: "Schedule on which to automatically retrieve new spots." - schema: - type: string - default: "15min" - enum: - - value: "1min" - description: "Each minute" - - value: "5min" - description: "Every 5 minutes" - - value: "15min" - description: "Every 15 minutes" - - value: "hourly" - description: "Every hour" - - value: "weekly" - description: "Once a week" - - value: "monthly" - description: "Once a month" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "Spotweb Web UI and API endpoint" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: main - label: "Web Interface" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10050 - editable: true - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/sqlite-web/questions.yaml b/charts/stable/sqlite-web/questions.yaml deleted file mode 100644 index 658846c9693..00000000000 --- a/charts/stable/sqlite-web/questions.yaml +++ /dev/null @@ -1,98 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: SQLITE_DATABASE - label: "SQLITE_DATABASE" - description: "This is the database file that will be loaded in the web browser." - schema: - type: string - default: "db_name.db" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/sqlitebrowser/questions.yaml b/charts/stable/sqlitebrowser/questions.yaml deleted file mode 100644 index 1f03df743e2..00000000000 --- a/charts/stable/sqlitebrowser/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10137 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/sshwifty/questions.yaml b/charts/stable/sshwifty/questions.yaml deleted file mode 100644 index 1faaf2627d9..00000000000 --- a/charts/stable/sshwifty/questions.yaml +++ /dev/null @@ -1,168 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: SSHWIFTY_HOSTNAME - label: HostName - description: HTTP Host. Keep it empty to accept request from all hosts - schema: - type: string - default: "" - - variable: SSHWIFTY_SHAREDKEY - label: SharedKey - description: Web interface access password. Set to empty to allow public access - schema: - type: string - private: true - default: "" - - variable: DialTimeout - label: Dial Timeout - description: Remote dial timeout in seconds. - schema: - type: int - default: 10 - - variable: SOCKS5 - label: Show SOCKS5 Section - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: SSHWIFTY_SOCKS5 - label: Socks5 Host - description: connect remote through the given proxy - schema: - type: string - default: "" - - variable: SSHWIFTY_SOCKS5_USER - label: Socks5 User - description: Username of the Socks5 server - schema: - type: string - default: "" - - variable: SSHWIFTY_SOCKS5_PASSWORD - label: Socks5 Password - description: Password of the Socks5 server - schema: - type: string - private: true - default: "" - - variable: SSHWIFTY_LISTENINTERFACE - label: Listen Interface - description: Which local network interface this server will be listening. - schema: - type: string - default: 0.0.0.0 - - variable: SSHWIFTY_INITIALTIMEOUT - label: Initial TimeOut - description: Timeout of initial request in Seconds. - schema: - type: int - default: 3 - - variable: SSHWIFTY_READTIMEOUT - label: Read TimeOut - description: How long does the connection can stay in idle before the backend server disconnects the client in Seconds. - schema: - type: int - default: 60 - - variable: SSHWIFTY_WRITETIMEOUT - label: Write TimeOut - description: How long the server will wait until the client connection is ready to receive new data in Seconds. - schema: - type: int - default: 60 - - variable: SSHWIFTY_HEARTBEATTIMEOUT - label: HeartBeat TimeOut - description: The interval between internal echo requests in Seconds. - schema: - type: int - default: 20 - - variable: SSHWIFTY_READDELAY - label: Read Delay - description: Forced delay between each request in MilliSeconds. - schema: - type: int - default: 10 - - variable: SSHWIFTY_WRITEDELAY - label: Write Delay - description: Forced delay between each write in MilliSeconds. - schema: - type: int - default: 10 -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8182 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/st-reborn-server/questions.yaml b/charts/stable/st-reborn-server/questions.yaml deleted file mode 100644 index 8bae373b229..00000000000 --- a/charts/stable/st-reborn-server/questions.yaml +++ /dev/null @@ -1,95 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10578 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logs - label: "Logs Storage" - description: "Stores the Application Logs." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/stackedit/questions.yaml b/charts/stable/stackedit/questions.yaml deleted file mode 100644 index c1640c02a47..00000000000 --- a/charts/stable/stackedit/questions.yaml +++ /dev/null @@ -1,90 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: ROOT_URL - label: "ROOT_URL" - description: "Sets production behavior for stackedit" - schema: - type: string - default: "/" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/standardnotes-web/questions.yaml b/charts/stable/standardnotes-web/questions.yaml deleted file mode 100644 index e63e2319598..00000000000 --- a/charts/stable/standardnotes-web/questions.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/starmade/questions.yaml b/charts/stable/starmade/questions.yaml deleted file mode 100644 index afd04be7ab1..00000000000 --- a/charts/stable/starmade/questions.yaml +++ /dev/null @@ -1,135 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your extra startup parameters otherwise leave blank!" - schema: - type: string - default: "" - - variable: XMS_SIZE - label: "XMS_SIZE" - description: "Enter your XMS size in MB (XMS=The initial and minimum heap size. It is recommended to set the minimum heap size equivalent to the maximum heap size in order to minimize the garbage collection.)" - schema: - type: string - default: "1024" - - variable: XMX_SIZE - label: "XMX_SIZE" - description: "Enter your XMX size in MB (XMX=The maximum heap size. The performance will decrease if the max heap value is set lower than the amount of live data. It will force frequent garbage collections in order to free up space.)" - schema: - type: string - default: "1024" - - variable: DATA_PERM - label: "DATA_PERM" - description: "Container Variable DATAPERM" - schema: - type: string - default: "770" - - variable: RUNTIME_NAME - label: "RUNTIME_NAME" - description: "Enter your extracted Runtime folder name.Dont change unless you are knowing what you are doing!" - schema: - type: string - default: "basicjre" - - variable: STARTER_PARAMS - label: "STARTER_PARAMS" - description: "Only change if you know what you are doing!" - schema: - type: string - default: "-nogui" - - variable: DL_URL - label: "DL_URL" - description: "Only change if you know what you are doing!" - schema: - type: string - default: "http://files.star-made.org/StarMade-Starter.jar" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 4242 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path starmade" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/stash/questions.yaml b/charts/stable/stash/questions.yaml deleted file mode 100644 index a2ecd41c611..00000000000 --- a/charts/stable/stash/questions.yaml +++ /dev/null @@ -1,125 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9999 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: cache - label: "App Cache Storage" - description: "Stores the Application Cache." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: generated - label: "App Generated Storage" - description: "Thumbnails, clips, etc" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: metadata - label: "App MetaData Storage" - description: "Stores the Application MetaData." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: blobs - label: "App Blobs Storage" - description: "Binary data for scene covers, performer images, etc" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/static-web-server/questions.yaml b/charts/stable/static-web-server/questions.yaml deleted file mode 100644 index c2e1c522873..00000000000 --- a/charts/stable/static-web-server/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 38080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/static/questions.yaml b/charts/stable/static/questions.yaml deleted file mode 100644 index 4c39d840524..00000000000 --- a/charts/stable/static/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10077 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/stationeers/questions.yaml b/charts/stable/stationeers/questions.yaml deleted file mode 100644 index 50fe6a51949..00000000000 --- a/charts/stable/stationeers/questions.yaml +++ /dev/null @@ -1,154 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "600760" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server." - schema: - type: string - default: "AutoSave true SaveInterval 300" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27015 - required: true - - variable: gameport - label: 'gameport service' - description: "Container Port 27500" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: gameport - label: "gameport 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 - default: 27500 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/steam-headless/questions.yaml b/charts/stable/steam-headless/questions.yaml deleted file mode 100644 index 9c56986f86c..00000000000 --- a/charts/stable/steam-headless/questions.yaml +++ /dev/null @@ -1,195 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USER_PASSWORD - label: "User Password" - schema: - type: string - private: true - default: "" - - variable: MODE - label: "Mode" - description: "Configures the container to not start an X server of its own if set to secondary mode." - schema: - type: string - required: true - default: "primary" - enum: - - value: "primary" - description: "Primary" - - value: "secondary" - description: "Secondary" - - variable: DISPLAY - label: "Display" - description: "Configures the screen to use the primary display." - schema: - type: string - default: ":0" - show_if: [[MODE, "=", "secondary"]] - - variable: HOST_DBUS - label: "Host DBus" - description: "Configures the container to use the host DBus process." - schema: - type: boolean - default: false - show_if: [[MODE, "=", "secondary"]] - - variable: WEB_UI_MODE - label: "Web UI Mode" - description: "Enables audio over for the VNC Web UI." - schema: - type: string - required: true - default: "vnc" - enum: - - value: "none" - description: "None" - - value: "vnc" - description: "VNC" - - value: "neko" - description: "Neko" - - variable: ENABLE_VNC_AUDIO - label: "Enable VNC Audio" - description: "Enables audio over for the VNC Web UI." - schema: - type: boolean - default: true - show_if: [[WEB_UI_MODE, "=", "vnc"]] - - variable: NEKO_NAT1TO1 - label: "Neko Nat1T01" - description: Configure nat1to1 for the neko WebUI. - schema: - type: string - default: "" - show_if: [[WEB_UI_MODE, "=", "neko"]] - - variable: ENABLE_SUNSHINE - label: "Enable Sunshine" - description: "Enable Sunshine streaming service." - schema: - type: boolean - default: false - - variable: SUNSHINE_USER - label: "Sunshine User" - description: "Set the Sunshine service username." - schema: - type: string - private: true - default: "" - show_if: [[ENABLE_SUNSHINE, "=", "true"]] - - variable: SUNSHINE_PASS - label: "Sunshine Password" - description: "Set the Sunshine service password." - schema: - type: string - private: true - default: "" - show_if: [[ENABLE_SUNSHINE, "=", "true"]] - - variable: ENABLE_EVDEV_INPUTS - label: "Enable EVDev Inputs" - description: "Enable Keyboard and Mouse Passthrough." - schema: - type: boolean - default: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8083 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: home - label: "App Home Storage" - description: "Stores the Application Home." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: games - label: "App Games Storage" - description: "Stores the Application Games." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: flatpak - label: "App FlatPak Storage" - description: "Stores the Application FlatPak." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/storj-node/questions.yaml b/charts/stable/storj-node/questions.yaml deleted file mode 100644 index 34642a6f02f..00000000000 --- a/charts/stable/storj-node/questions.yaml +++ /dev/null @@ -1,177 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: WALLET - label: "WALLET" - description: "A wallet address to receive STORJ token payouts for running the node." - schema: - type: string - default: "" - required: true - - variable: SETUP - label: "SETUP (Change to false after first deploy)" - description: "After first deploy, come back to change it to false." - schema: - type: boolean - default: true - - variable: EMAIL - label: "EMAIL" - description: "Email address so that we can notify you when a new version has been released." - schema: - type: string - default: "" - - variable: ADDRESS - label: "ADDRESS" - description: "External IP address or the DDNS you configured and the port you opened on your router" - schema: - type: string - default: "" - required: true - - variable: STORAGE - label: "STORAGE" - description: "How much disk space you want to allocate to the Storj network. Be sure not to over-allocate space! Allow at least 10% extra for overhead" - schema: - type: string - default: "500GB" - required: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 14002 - required: true - - variable: coretcp - label: "Core TCP Service" - description: "Core TCP Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: coretcp - label: "Core TCP 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 - default: 28967 - required: true - - variable: coreudp - label: "Core UDP Service" - description: "Core UDP Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: coreudp - label: "Core UDP 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 - default: 28967 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: identity - label: "App Identity Storage" - description: "Stores the Identity." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: storage - label: "File Storage" - description: "File Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/storm/questions.yaml b/charts/stable/storm/questions.yaml deleted file mode 100644 index 9dcb15ab449..00000000000 --- a/charts/stable/storm/questions.yaml +++ /dev/null @@ -1,121 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: DELUGE_RPC_HOSTNAME - label: Deluge RPC Hostname - description: "The Deluge RPC hostname." - schema: - type: string - default: "" - - variable: DELUGE_RPC_PORT - label: Deluge RPC Port - description: "The Deluge RPC port." - schema: - type: int - default: 58846 - - variable: DELUGE_RPC_USERNAME - label: Deluge RPC Username - description: "The username from Deluge auth." - schema: - type: string - default: "" - - variable: DELUGE_RPC_PASSWORD - label: Deluge RPC Password - description: "The password from Deluge auth." - schema: - type: string - default: "" - - variable: DELUGE_RPC_VERSION - label: Deluge RPC Version - description: "RPC connection version to use. (Depends on your deluge version)" - schema: - type: string - default: "v2" - - variable: STORM_API_KEY - label: Storm API Key - description: "Enable authentication for the Storm API." - schema: - type: string - default: "" - -# Include{containerBasic} -# Include{containerAdvanced} - -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8221 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/strapi/questions.yaml b/charts/stable/strapi/questions.yaml deleted file mode 100644 index 94cdd06bfc3..00000000000 --- a/charts/stable/strapi/questions.yaml +++ /dev/null @@ -1,160 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - admin: -# Include{portalLink} - path: "/admin" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: JWT_SECRET - label: Jwt Secret - description: The secret used to sign the JWT for the Users-Permissions plugin. - schema: - type: string - private: true - required: true - default: "" - - variable: ADMIN_JWT_SECRET - label: Admin Jwt Secret - description: The secret used to sign the JWT for the Admin panel. - schema: - type: string - private: true - required: true - default: "" - - variable: APP_KEYS - label: App Keys - description: The secret keys used to sign the session cookies. - schema: - type: string - private: true - required: true - default: "" - - variable: NODE_ENV - label: Node Environment - description: Sets Node's Environment - schema: - type: string - default: production - enum: - - value: production - description: Production - - value: development - description: Development - - variable: PUBLIC_URL - label: Public URL - schema: - type: string - default: "" - - variable: STRAPI_LICENSE - label: Strapi License - description: The license key to activate the Enterprise Edition. - schema: - type: string - default: "" - - variable: STRAPI_DISABLE_UPDATE_NOTIFICATION - label: Strapi Disable Update Notifications - description: Don't show the notification message about updating Strapi. - schema: - type: boolean - default: true - - variable: FAST_REFRESH - label: Fast Refresh - description: enable "Fast Refresh" for near-instant feedback. - schema: - type: boolean - default: false - - variable: EXTRA_ARGS - label: "Extra Args (Leave empty for default)" - description: "Pass extra args to the strapi new" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 1337 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/stun-turn-server/questions.yaml b/charts/stable/stun-turn-server/questions.yaml deleted file mode 100644 index 124588d3250..00000000000 --- a/charts/stable/stun-turn-server/questions.yaml +++ /dev/null @@ -1,233 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: SECRET - label: "Secret" - description: "Create your own secret and enter it here or leave empty and the server creats a secret that is stored into secret.txt in the main directory of the container (generate it for example in a linux terminal with the command openssl rand -hex 32 without quotes)." - schema: - type: string - default: "" - - variable: REALM - label: "Realm" - description: "Your hostname (eg example.org without quotes)." - schema: - type: string - default: "" - - variable: CERT_FILE - label: "Certificate File" - description: "Name of the certification file (leave empty if the server should create one or replace it with your own)." - schema: - type: string - default: "cert.pem" - - variable: PRIVKEY_FILE - label: "Private Key File" - description: "Name of the private key file (leave empty if the server should create one or replace it with your own)." - schema: - type: string - default: "privkey.pem" - - variable: DH_FILE - label: "DiffieHellman Key File" - description: "Name of the DiffieHellman key file (leave empty if the server should create one or replace it with your own - also plase look under the Show more settings tab if you want to generate a bigger or smaller key default is 2048)." - schema: - type: string - default: "dhparam.pem" - - variable: DISPLAY_SECRETS - label: "Display Secrets" - description: "Display your secrets in the log (set to true or leave empty to disable it)." - schema: - type: string - default: "true" - - variable: CA_COUNTRY - label: "Certificate Country Code" - description: "Country code for your certificate if the server should create one (two letters eg US without quotes - also plase look under the Show more settings tab there are more settings for generating your certificate)." - schema: - type: string - default: "" - - variable: EXTRA_PARAMS - label: "Extra Parameters" - description: "Here you can enter your Extra Startup Parameters if needed (you can get a full list of commands from here httpsgithub.comcoturncoturnwikiturnserver)" - schema: - type: string - default: "" - - variable: TOTAL_QUOTA - label: "Total Quota" - description: "Total allocations quota global limit on concurrent allocations (only change if you know what you are doing)." - schema: - type: string - default: "100" - - variable: MAX_BPS - label: "Maximum BPS" - description: "Max bytes-per-second bandwidth a TURN session is allowed to handle (input and output network streams are treated separately). Anything above that limit will be dropped or temporary suppressed - within the available buffer limits (only change if you know what you are doing)." - schema: - type: string - default: "0" - - variable: CIPHER_LIST - label: "Cipher List" - description: "Allowed OpenSSL cipher list for TLSDTLS connections (only change if you know what you are doing)." - schema: - type: string - default: "ECDHE-RSA-AES256-GCM-SHA512:DHE-RSA-AES256-GCM-SHA512:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384" - - variable: CERT_LENGTH - label: "Certificate Length" - description: "Enter your preferred key length (the higher the value the longer it takes to generate the certificate)." - schema: - type: string - default: "2048" - - variable: CERT_VALID_DAYS - label: "Certificate Expiration Length" - description: "Specify how long that the certificate should be valid in days." - schema: - type: string - default: "3650" - - variable: CA_STATE_PROV - label: "Certificate State/Province" - description: "Specify your state or province." - schema: - type: string - default: "" - - variable: CA_LOCALITY - label: "Certificate Lcality" - description: "Specify your locality." - schema: - type: string - default: "" - - variable: CA_ORGANIZATION - label: "Certificate Organization" - description: "Specify your organization." - schema: - type: string - default: "" - - variable: DH_LENGTH - label: "Key Length" - description: "Enter your preferred key length (the higher the value the longer it takes to generate the key)." - schema: - type: string - default: "2048" - - variable: CLI_PASSWORD - label: "CLI Password" - description: "Enter your CLI password or leave empty if you want that the server creates a random one (please note that you have to manually enable the console with the --cli-port PORT - PORT stands for your preferred port - in the Extra Startup Parameters and create the corresponding port)." - schema: - type: string - default: "" - - variable: DATA_PERM - label: "Data Permissions" - description: "Container Data Permissions" - schema: - type: string - default: "770" -# Include{containerConfig} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5349 - required: true - - variable: udpports - label: 'UDP Service Port Configuration' - description: "UDP Port" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udpports - label: "UDP 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 - default: 5349 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/suistartpage/questions.yaml b/charts/stable/suistartpage/questions.yaml deleted file mode 100644 index fead5f46012..00000000000 --- a/charts/stable/suistartpage/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8489 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: appdata - label: "appdata Storage" - description: "Container Path usrsharenginxhtml" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/survivethenights/questions.yaml b/charts/stable/survivethenights/questions.yaml deleted file mode 100644 index 6f7bee18fee..00000000000 --- a/charts/stable/survivethenights/questions.yaml +++ /dev/null @@ -1,136 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAMEID that the container download at startup." - schema: - type: string - default: "1502300" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your start up commands for the server." - schema: - type: string - default: "" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: DEBUG_OUTPUT - label: "DEBUG_OUTPUT" - description: "Only change if you know what you are doing!" - schema: - type: string - default: "false" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7950 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/synclounge/questions.yaml b/charts/stable/synclounge/questions.yaml deleted file mode 100644 index 53a16308918..00000000000 --- a/charts/stable/synclounge/questions.yaml +++ /dev/null @@ -1,89 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: AUTH_LIST - label: "AUTH_LIST" - description: "AUTH_LIST" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8088 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/syncthing/questions.yaml b/charts/stable/syncthing/questions.yaml deleted file mode 100644 index 7358074f581..00000000000 --- a/charts/stable/syncthing/questions.yaml +++ /dev/null @@ -1,157 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8384 - required: true - - variable: listeners - label: "Syncthing Listening Service" - description: "This service is used to process incoming connections directly to this Syncthing instance" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcp - label: "TCP 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 - default: 22000 - required: true - - variable: listeners-udp - label: "Syncthing Listening Service" - description: "This service is used to process incoming connections directly to this Syncthing instance" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udp - label: "UDP 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 - default: 22000 - required: true - - variable: discovery - label: "Syncthing Listening Service" - description: "This service is used to process incoming connections directly to this Syncthing instance" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: discovery - label: "UDP 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 - default: 21027 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/synctube/questions.yaml b/charts/stable/synctube/questions.yaml deleted file mode 100644 index 39eda516726..00000000000 --- a/charts/stable/synctube/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 4200 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: storageconfig - label: Config Storage - description: This is the location for the config file. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/syslog-ng/questions.yaml b/charts/stable/syslog-ng/questions.yaml deleted file mode 100644 index 966d684970e..00000000000 --- a/charts/stable/syslog-ng/questions.yaml +++ /dev/null @@ -1,133 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6601 - required: true - - variable: syslog-udp - label: "syslog-udp Service" - description: "The syslog-udp service." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: syslog-udp - label: "syslog-udp 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 - default: 5514 - required: true - - variable: syslog-tls - label: "syslog-tls Service" - description: "The syslog-tls service." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: syslog-tls - label: "syslog-tls 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 - default: 6514 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tachidesk-docker/questions.yaml b/charts/stable/tachidesk-docker/questions.yaml deleted file mode 100644 index 1d8a62cbf00..00000000000 --- a/charts/stable/tachidesk-docker/questions.yaml +++ /dev/null @@ -1,274 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: SOCKS_PROXY_ENABLED - label: "Enable Socks Proxy" - description: "Whether Suwayomi will connect through a SOCKS5 proxy" - schema: - type: boolean - default: false - - variable: SOCKS_PROXY_HOST - label: "SOCKS Proxy TCP Host" - description: "The TCP host of the SOCKS5 proxy" - schema: - show_if: [["SOCKS_PROXY_ENABLED", "=", true]] - type: string - default: "" - - variable: SOCKS_PROXY_PORT - label: "SOCKS Proxy PORT" - description: "The port of the SOCKS5 proxy" - schema: - show_if: [["SOCKS_PROXY_ENABLED", "=", true]] - type: string - default: "" - - variable: DOWNLOAD_AS_CBZ - label: "Download in CBZ format" - description: "Whether Suwayomi should save the manga to disk in CBZ format" - schema: - type: boolean - default: false - - variable: BASIC_AUTH_ENABLED - label: "Enabled Basic Authentication" - description: "Whether Suwayomi requires HTTP Basic Auth to get in." - schema: - type: boolean - default: false - - variable: BASIC_AUTH_USERNAME - label: "Basic Auth Username" - description: "Enter User" - schema: - show_if: [["BASIC_AUTH_ENABLED", "=", true]] - type: string - default: "" - - variable: BASIC_AUTH_PASSWORD - label: "Basic Auth Password" - description: "Enter Password" - schema: - show_if: [["BASIC_AUTH_ENABLED", "=", true]] - type: string - default: "" - - variable: DEBUG - label: "Enable DEBUG mode" - description: "If extra logging is enabled. Useful for development and troubleshooting." - schema: - type: boolean - default: false - - variable: GQL_DEBUG - label: "Enable GQL_DEBUG mode" - description: "If graphql logging is enabled. Useful for development and troubleshooting. Can overload the log output." - schema: - type: boolean - default: false - - variable: AUTO_DOWNLOAD_CHAPTERS - label: "Automatic Download Chapters" - description: "If new chapters that have been retrieved should get automatically downloaded" - schema: - type: boolean - default: false - - variable: AUTO_DOWNLOAD_EXCLUDE_UNREAD - label: "Exclude Unread Automatic Download Chapters" - description: "Ignore automatic chapter downloads of entries with unread chapters" - schema: - type: boolean - default: true - - variable: AUTO_DOWNLOAD_AHEAD_LIMIT - label: "Auto Download Chapters Ahead Limit" - description: "0 to disable - how many unread downloaded chapters should be available - if the limit is reached, new chapters won't be downloaded automatically" - schema: - type: int - default: 0 - - variable: EXTENSION_REPOS - label: "Additional Extension Repo" - description: "Any additional extension repos to use" - schema: - type: string - default: "" - - variable: MAX_SOURCES_IN_PARALLEL - label: "Max Sources (Uploads/Downloads) in Parallel" - description: "Between 1 and 20 - Sets how many sources can do requests (updates, downloads) in parallel. Updates/Downloads are grouped by source and all mangas of a source are updated/downloaded synchronously" - schema: - type: int - default: 6 - - variable: UPDATE_EXCLUDE_UNREAD - label: "Exclude Unread Manga" - description: "If unread manga should be excluded from updates" - schema: - type: boolean - default: true - - variable: UPDATE_EXCLUDE_STARTED - label: "Exclude Started Manga" - description: "If started manga should be excluded from updates" - schema: - type: boolean - default: true - - variable: UPDATE_EXCLUDE_COMPLETED - label: "Exclude completed Manga" - description: "If completed manga should be excluded from updates" - schema: - type: boolean - default: true - - variable: UPDATE_INTERVAL - label: "Global Update Interval" - description: "Time in hours (0 to disable it) for the innterval in which the global update will be automatically triggered" - schema: - type: int - default: 12 - - variable: UPDATE_MANGA_INFO - label: "Update Manga Info" - description: "If manga info should be updated along with the chapters" - schema: - type: boolean - default: false - - variable: BACKUP_INTERVAL - label: "Backup Update Interval" - description: "Time in days (0 to disable it) for the interval in which the server will automatically create a backup" - schema: - type: int - default: 1 - - variable: BACKUP_TTL - label: "Backup Retentions Interval" - description: "Time in days (0 to disable it) for how long backup files will be kept before they will get deleted" - schema: - type: int - default: 1 - - variable: FLARESOLVERR_ENABLED - label: "Enable Flaresolverr" - description: "Whether FlareSolverr is enabled and available to use" - schema: - type: boolean - default: false - - variable: FLARESOLVERR_URL - label: "Flaresolverr URL" - description: "The URL of the FlareSolverr instance" - schema: - type: string - default: "" - - variable: FLARESOLVERR_TIMEOUT - label: "Flaresolverr Timeout in Seconds" - description: "Time in seconds before it times out" - schema: - type: int - default: 60 - - variable: FLARESOLVERR_SESSION_NAME - label: "Flaresolverr Session Name" - description: "The name of the session that Suwayomi will use with FlareSolverr" - schema: - type: string - default: "suwayomi" - - variable: FLARESOLVERR_SESSION_TTL - label: "Flaresolverr Session TTL " - description: "The time to live for the FlareSolverr session" - schema: - type: int - default: 15 -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 4567 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: appdata - label: "appdata Storage" - description: "Tachidesk stores its files here." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: library - label: "Downloads Storage" - description: "(Optional) Path to where your Downloads should be stored.Default is in Appdata folder." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: local-library - label: "Local Library Storage" - description: "(Optional) You can add your local Library here.Should work like standard Tachiyomi.(httpstachiyomi.orghelpguideslocal-manga)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tagspaces/questions.yaml b/charts/stable/tagspaces/questions.yaml deleted file mode 100644 index a1cece5890f..00000000000 --- a/charts/stable/tagspaces/questions.yaml +++ /dev/null @@ -1,76 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tailscale/questions.yaml b/charts/stable/tailscale/questions.yaml deleted file mode 100644 index be4a808b72b..00000000000 --- a/charts/stable/tailscale/questions.yaml +++ /dev/null @@ -1,136 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: tailscale - group: App Configuration - label: Tailscale Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: authkey - label: Auth Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you don't have access to create a VPN tunnel device. *Required for Exit Node/Accessing Local Routes* See How-To-Guide for more info - schema: - type: boolean - default: true - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - 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: Dest 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: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - schema: - type: string - default: "" - - variable: hostname - label: Hostname - description: You can specify a specific hostname for use inside Tailscale. (Passes --hostname HOSTNAME to extra_args) - schema: - type: string - default: "" - - variable: advertise_as_exit_node - label: Advertise as exit node - description: This is used to pass traffic through tailscale like a private VPN. (Passes --advertise-exit-node to extra_args) - schema: - type: boolean - default: false - - variable: extra_args - label: Extra Args - description: UP_ARGS or flags to pass along to Tailscale, such as --advertise-exit-node - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - schema: - type: string - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tandoor-recipes/questions.yaml b/charts/stable/tandoor-recipes/questions.yaml deleted file mode 100644 index 77b38d08588..00000000000 --- a/charts/stable/tandoor-recipes/questions.yaml +++ /dev/null @@ -1,135 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: DEBUG - label: "DEBUG" - description: "Only set this to true when testing/debugging" - schema: - type: int - default: 0 - - variable: ALLOWED_HOSTS - label: "ALLOWED_HOSTS" - description: "hosts the application can run under e.g. recipes.mydomain.com,cooking.mydomain.com,..." - schema: - type: string - default: "*" - - variable: CSRF_TRUSTED_ORIGINS - label: "CSRF_TRUSTED_ORIGINS" - description: "Cross Site Request Forgery protection" - schema: - type: string - default: "" - - variable: FRACTION_PREF_DEFAULT - label: "FRACTION_PREF_DEFAULT" - description: "The default value for the user preference 'fractions' (enable/disable fraction support)" - schema: - type: int - default: 0 - - variable: COMMENT_PREF_DEFAULT - label: "COMMENT_PREF_DEFAULT" - description: "The default value for the user preference 'comments' (enable/disable commenting system)" - schema: - type: int - default: 1 - - variable: SHOPPING_MIN_AUTOSYNC_INTERVAL - label: "SHOPPING_MIN_AUTOSYNC_INTERVAL" - description: "Users can set an amount of time after which the shopping list is refreshed" - schema: - type: int - default: 5 -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10029 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: media - label: "App Media Storage" - description: "Stores the Application media." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tanoshi/questions.yaml b/charts/stable/tanoshi/questions.yaml deleted file mode 100644 index fafecf53161..00000000000 --- a/charts/stable/tanoshi/questions.yaml +++ /dev/null @@ -1,90 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 80 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: directoryconfig - label: "directoryconfig Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tar1090/questions.yaml b/charts/stable/tar1090/questions.yaml deleted file mode 100644 index 08b5bdbffd8..00000000000 --- a/charts/stable/tar1090/questions.yaml +++ /dev/null @@ -1,108 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: BEASTHOST - label: "BEASTHOST" - description: "You will need a source of Beast data. This could be an RPi running PiAware, the mikenyepiaware image or mikenyereadsb." - schema: - type: string - default: "" - - variable: MLATHOST - label: "MLATHOST" - description: "IP address of a host that can provide MLAT data." - schema: - type: string - default: "" - - variable: LAT - label: "LAT" - description: "Latitude" - schema: - type: string - default: "xx.xxxxx" - - variable: LONG - label: "LONG" - description: "Longitude" - schema: - type: string - default: "xx.xxxxx" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8078 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tasmoadmin/questions.yaml b/charts/stable/tasmoadmin/questions.yaml deleted file mode 100644 index 9f1ff105cd9..00000000000 --- a/charts/stable/tasmoadmin/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: TASMO_DEBUG - label: "Tasmo Debug" - schema: - type: string - required: true - default: "1" - enum: - - value: "0" - description: "False" - - value: "1" - description: "True" -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9541 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tasmobackup/questions.yaml b/charts/stable/tasmobackup/questions.yaml deleted file mode 100644 index 9bcd2bace34..00000000000 --- a/charts/stable/tasmobackup/questions.yaml +++ /dev/null @@ -1,102 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: DBTYPE - label: "DBTYPE" - description: "Container Variable DBTYPE" - schema: - type: string - required: true - default: "sqlite" - - variable: DBNAME - label: "DBNAME" - description: "Container Variable DBNAME" - schema: - type: string - required: true - default: "data/tasmobackup" -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8259 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tasmocompiler/questions.yaml b/charts/stable/tasmocompiler/questions.yaml deleted file mode 100644 index 4d47cbaaa31..00000000000 --- a/charts/stable/tasmocompiler/questions.yaml +++ /dev/null @@ -1,76 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 14003 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tauticord/questions.yaml b/charts/stable/tauticord/questions.yaml deleted file mode 100644 index 9150c8dbe49..00000000000 --- a/charts/stable/tauticord/questions.yaml +++ /dev/null @@ -1,421 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: tauticord - group: App Configuration - label: Tauticord - schema: - additional_attrs: true - type: dict - attrs: - - variable: refresh_seconds - label: Refresh Seconds - description: Seconds between updates. - schema: - type: int - default: 15 - min: 5 - max: 60 - - variable: terminate_message - label: Terminate Message - description: Message sent to users when a stream is killed. - schema: - type: string - default: "Your stream has ended." - - variable: use_24_hour_time - label: Use 24 Hour Time - description: Whether to display times in 24-hour time. - schema: - type: boolean - default: false - - variable: use_friendly_names - label: Use Friendly Names - description: Whether to display friendly names. - schema: - type: boolean - default: false - - variable: allow_analytics - label: Allow Analytics - description: Allow Anonymous Crash Analytics. - schema: - type: boolean - default: false - - variable: discord - label: Discord - schema: - additional_attrs: true - type: dict - attrs: - - variable: bot_token - label: Discord Bot Token - schema: - type: string - required: true - private: true - default: "" - - variable: server_id - label: Discord Server Id - schema: - type: string - required: true - private: true - default: "" - - variable: admin_ids - label: Discord Admin Ids - schema: - type: list - default: [] - items: - - variable: id - label: Id - schema: - type: string - required: true - default: "" - - variable: post_summary_message - label: Post Summary Message - description: Whether to post a stat summary text message. - schema: - type: boolean - default: true - - variable: channel_name - label: Channel Name - description: Channel name for stats summary text message. - schema: - type: string - default: "Tautulli Status" - - variable: nitro - label: Nitro - description: Whether the Discord server has a Nitro subscription. - schema: - type: boolean - default: false - - variable: tautulli - label: Tautulli - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - description: API key for Tautulli server. - schema: - type: string - required: true - private: true - default: "" - - variable: url - label: Url - description: IP/internal url of your Tautulli server - schema: - type: string - required: true - default: "http://tautulli.ix-tautulli.svc.cluster.local:8181" - - variable: plex - label: Plex - schema: - additional_attrs: true - type: dict - attrs: - - variable: pass - label: Pass - description: Enable PlexPass Features. - schema: - type: boolean - default: false - - variable: server_name - label: Server Name - description: Name of the Plex server. - schema: - type: string - default: "Plex" - - variable: hide - label: Hide - schema: - additional_attrs: true - type: dict - attrs: - - variable: usernames - label: Usernames - description: Whether to hide usernames in the streams view. - schema: - type: boolean - default: false - - variable: platforms - label: Platforms - description: Whether to hide platforms in the streams view. - schema: - type: boolean - default: false - - variable: player_names - label: Player Names - description: Whether to hide player names in the streams view. - schema: - type: boolean - default: false - - variable: quality - label: Quality - description: Whether to hide quality profiles in the streams view. - schema: - type: boolean - default: false - - variable: bandwidth - label: Bandwidth - description: Whether to hide bandwidth in the streams view. - schema: - type: boolean - default: false - - variable: transcode - label: Transcode - description: Whether to hide transcoding statuses in the streams view. - schema: - type: boolean - default: false - - variable: progress - label: Progress - description: Whether to hide stream progress in the streams view. - schema: - type: boolean - default: false - - variable: eta - label: Eta - description: Whether to hide stream ETAs in the streams view - schema: - type: boolean - default: false - - variable: cat_stats - label: Category Stats - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: Name of the stats voice channel category - schema: - type: string - required: true - default: "Tautulli Stats" - - variable: stream_count_enabled - label: Stream Count Enabled - description: Whether to display current stream count in a voice channel. - schema: - type: boolean - default: false - - variable: stream_count_channel_id - label: Stream Count Channel Id - description: Optional ID of the Discord voice channel to display stream count. - schema: - type: int - default: 0 - - variable: stream_transcode_count_enabled - label: Stream Transcode Count Enabled - description: Whether to display current transcode count in a voice channel. - schema: - type: boolean - default: false - - variable: stream_transcode_count_channel_id - label: Stream Transcode Count Channel Id - description: Optional ID of the Discord voice channel to display transcode count. - schema: - type: int - default: 0 - - variable: stream_bandwidth_enabled - label: Stream Bandwidth Enabled - description: Whether to display current bandwidth in a voice channel. - schema: - type: boolean - default: false - - variable: stream_bandwidth_channel_id - label: Stream Bandwidth Channel Id - description: Optional ID of the Discord voice channel to display bandwidth. - schema: - type: int - default: 0 - - variable: stream_local_bandwidth_enabled - label: Stream Local Bandwidth Enabled - description: Whether to display current local bandwidth in a voice channel. - schema: - type: boolean - default: false - - variable: stream_local_bandwidth_channel_id - label: Stream Local Bandwidth Channel Id - description: Optional ID of the Discord voice channel to display local bandwidth. - schema: - type: int - default: 0 - - variable: stream_remote_bandwidth_enabled - label: Stream Remote Bandwidth Enabled - description: Whether to display current remote bandwidth in a voice channel. - schema: - type: boolean - default: false - - variable: stream_remote_bandwidth_channel_id - label: Stream Remote Bandwidth Channel Id - description: Optional ID of the Discord voice channel to display remote bandwidth. - schema: - type: int - default: 0 - - variable: stream_plex_status_enabled - label: Stream Plex Status Enabled - description: Whether to display Plex online status in a voice channel. - schema: - type: boolean - default: false - - variable: stream_plex_status_channel_id - label: Stream Plex Status Channel Id - description: Optional ID of the Discord voice channel to display Plex online status. - schema: - type: int - default: 0 - - variable: cat_libraries - label: Category Libraries - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: Name of the libraries voice channel category. - schema: - type: string - required: true - default: "Plex Library Stats" - - variable: library_stats_enabled - label: Library Stats Enabled - description: Whether to display library statistics in voice channels. - schema: - type: boolean - default: false - - variable: library_names - label: Library Names - schema: - type: list - empty: false - default: - - TV SHows - - Movies - - Music - items: - - variable: library - label: Library - schema: - type: string - required: true - default: "" - - variable: refresh_seconds - label: Refresh Seconds - description: Seconds between updates (5-minute minimum built-in). - schema: - type: int - required: True - default: 3600 - min: 60 - - variable: use_emojis - label: Use Emojis - description: Whether to use emojis to symbolize library types. - schema: - type: boolean - default: true - - variable: tv_series_count_enabled - label: TV Series Count Enabled - description: Display series counts for all selected "TV Shows" libraries. - schema: - type: boolean - default: true - - variable: tv_episode_count_enabled - label: TV Episode Count Enabled - description: Display episode counts for all selected "TV Shows" libraries. - schema: - type: boolean - default: true - - variable: music_artist_count_enabled - label: Music Artist Count Enabled - description: Display artist counts for all selected "Music" libraries. - schema: - type: boolean - default: true - - variable: music_track_count_enabled - label: Music Track Count Enabled - description: Display track counts for all selected "Music" libraries. - schema: - type: boolean - default: true - - variable: cat_performance - label: Category Performance - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: Name of the performance voice channel category. - schema: - type: string - required: true - default: "Performance" - - variable: monitor_cpu_enabled - label: Monitor CPU Enabled - description: Whether to monitor CPU performance. - schema: - type: boolean - default: false - - variable: monitor_memory_enabled - label: Monitor Memory Enabled - description: Whether to monitor RAM performance (see Performance. - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: logs - label: "App Logs Storage" - description: "Stores the Application Logs." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tautulli/questions.yaml b/charts/stable/tautulli/questions.yaml deleted file mode 100644 index 4fc993b98a7..00000000000 --- a/charts/stable/tautulli/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8181 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tdarr-node/questions.yaml b/charts/stable/tdarr-node/questions.yaml deleted file mode 100644 index 43a3d34c3dc..00000000000 --- a/charts/stable/tdarr-node/questions.yaml +++ /dev/null @@ -1,118 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: nodeID - label: "nodeID" - description: "Sets name of this node" - schema: - type: string - required: true - default: "myFirstTdarrNode" - - variable: serverIP - label: "serverIP" - description: "Sets the serverIP (or DNS name), to which this node will connect." - schema: - type: string - required: true - default: "" - - variable: serverPort - label: "serverPort" - description: "Sets the server port, to which this node will connect." - schema: - type: int - required: true - default: 8266 -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: configs - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logs - label: "App logs Storage" - description: "Stores the Application logs." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: transcode-cache - label: "App Transcode cache" - description: "Stores the Application Transcode cache.(Both Node and Server must have access to the SAME cache directory)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: media - label: "App Media" - description: "Stores the Application Media.(Both Node and Server must have access to the SAME media directory)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tdarr/questions.yaml b/charts/stable/tdarr/questions.yaml deleted file mode 100644 index a6900178f09..00000000000 --- a/charts/stable/tdarr/questions.yaml +++ /dev/null @@ -1,161 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: internalNode - label: "internalNode" - description: "Spawns an internal node (aka worker), disabling this, you will need to have a node separately." - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: nodeID - label: "nodeID" - description: "Name of the internal node." - schema: - type: string - required: true - default: "Internal Node" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8265 - required: true - - variable: comm - label: "Comm Service" - description: "The service on which nodes connect to." - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: comm - label: "Comm 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 - default: 8266 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: configs - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: server - label: "App Server Data Storage" - description: "Stores the Application's Server Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logs - label: "App Logs Storage" - description: "Stores the Application Logs." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: transcode-cache - label: "App Transcode cache" - description: "Stores the Application Transcode cache." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: media - label: "App Media" - description: "Stores the Application Media." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/teamspeak3/questions.yaml b/charts/stable/teamspeak3/questions.yaml deleted file mode 100644 index 80bc8048084..00000000000 --- a/charts/stable/teamspeak3/questions.yaml +++ /dev/null @@ -1,154 +0,0 @@ -# Include{groups} -questions: - # Portal -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Server Query Service RAW" - description: "The server query (RAW) service of teamspeak3" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: main - label: "Server Query (RAW) 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 - default: 10011 - required: true - - variable: query - label: "Server Query Service SSH" - description: "The server query (SSH) service of teamspeak3" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: query - label: "Server Query (SSH) 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 - default: 10022 - required: true - - - variable: voice - label: "Voice Service" - description: "The voice service of teamspeak3" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: voice - label: "Voice 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 - default: 9987 - required: true - - variable: files - label: "Server File Transport Service" - description: "The file transport service of teamspeak3" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: files - label: "Server File Transport 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 - default: 30033 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App Storage - description: Main App Storage - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/teedy-docs/questions.yaml b/charts/stable/teedy-docs/questions.yaml deleted file mode 100644 index 7aff8a82b36..00000000000 --- a/charts/stable/teedy-docs/questions.yaml +++ /dev/null @@ -1,67 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: DOCS_BASE_URL - label: "DOCS_BASE_URL" - description: "For using an external URL, for example httpsteedy.mycompany.com" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - description: "Container Path data" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/teedy/questions.yaml b/charts/stable/teedy/questions.yaml deleted file mode 100644 index 23f20946bbd..00000000000 --- a/charts/stable/teedy/questions.yaml +++ /dev/null @@ -1,140 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: DOCS_ADMIN_EMAIL_INIT - label: "DOCS_ADMIN_EMAIL_INIT" - description: "Sets the DOCS_ADMIN_EMAIL_INIT env var" - schema: - type: string - default: "" - - variable: DOCS_ADMIN_PASSWORD_INIT - label: "DOCS_ADMIN_PASSWORD_INIT" - description: "Sets the DOCS_ADMIN_PASSWORD_INIT env var" - schema: - type: string - default: "" - - variable: DOCS_SMTP_USERNAME - label: "DOCS_SMTP_USERNAME" - description: "Sets the DOCS_SMTP_USERNAME env var" - schema: - type: string - default: "" - - variable: DOCS_SMTP_PASSWORD - label: "DOCS_SMTP_PASSWORD" - description: "Sets the DOCS_SMTP_PASSWORD env var" - schema: - type: string - default: "" - - variable: DOCS_DEFAULT_LANGUAGE - label: "DOCS_DEFAULT_LANGUAGE" - description: "Sets the DOCS_DEFAULT_LANGUAGE env var" - schema: - type: string - default: "eng" - - variable: DOCS_BASE_URL - label: "DOCS_BASE_URL" - description: "Sets the DOCS_BASE_URL env var" - schema: - type: string - default: "" - - variable: DOCS_SMTP_HOSTNAME - label: "DOCS_SMTP_HOSTNAME" - description: "Sets the DOCS_SMTP_HOSTNAME env var" - schema: - type: string - default: "" - - variable: DOCS_SMTP_PORT - label: "DOCS_SMTP_PORT" - description: "Sets the DOCS_SMTP_PORT env var" - schema: - type: int - default: 0 -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10100 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/telethon-downloader/questions.yaml b/charts/stable/telethon-downloader/questions.yaml deleted file mode 100644 index 49348ec8565..00000000000 --- a/charts/stable/telethon-downloader/questions.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: TG_AUTHORIZED_USER_ID - label: "TG_AUTHORIZED_USER_ID" - description: "Container Variable TGAUTHORIZEDUSERID" - schema: - type: string - default: " " - - variable: TG_API_ID - label: "TG_API_ID" - description: "Container Variable TGAPIID" - schema: - type: string - default: " " - - variable: TG_API_HASH - label: "TG_API_HASH" - description: "Container Variable TGAPIHASH" - schema: - type: string - default: " " - - variable: TG_BOT_TOKEN - label: "TG_BOT_TOKEN" - description: "Container Variable TGBOTTOKEN" - schema: - type: string - default: "" - - variable: TG_PROGRESS_DOWNLOAD - label: "TG_PROGRESS_DOWNLOAD" - description: "Container Variable TGPROGRESSDOWNLOAD" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: pathdownload - label: "pathdownload Storage" - description: "Container Path download" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: pathwatch - label: "pathwatch Storage" - description: "Container Path watch" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: config - label: "config Storage" - description: "Container Path config" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/terraria-tshock/questions.yaml b/charts/stable/terraria-tshock/questions.yaml deleted file mode 100644 index e10dd3fcf2d..00000000000 --- a/charts/stable/terraria-tshock/questions.yaml +++ /dev/null @@ -1,237 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: terraria - group: App Configuration - label: Terraria Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: pass - label: Server Pass - description: Sets the server password. - schema: - type: string - private: true - required: true - default: "" - - variable: autocreate - label: Auto Create - description: Creates a world if none is found. - schema: - type: string - default: "1" - required: true - enum: - - value: "1" - description: Small - - value: "2" - description: Medium - - value: "3" - description: Large - - variable: seed - label: World Seed - description: Specifies the world seed. - schema: - type: string - required: true - default: AwesomeSeed - - variable: worldname - label: Server World Name - description: Sets the name of the world - schema: - type: string - required: true - default: "" - - variable: motd - label: Server Message of The Day - description: Set the server motto of the day text. - schema: - type: string - required: true - default: "" - - variable: maxplayers - label: Max Players Count - description: Sets the max number of players. - schema: - type: int - default: 16 - required: true - min: 1 - max: 255 - - variable: lang - label: Language - description: Sets the server's language. - schema: - type: string - default: en-US - required: true - enum: - - value: en-US - description: English - - value: de-DE - description: German - - value: it-IT - description: Italian - - value: fr-FR - description: French - - value: es-ES - description: Spanish - - value: ru-RU - description: Russian - - value: zh-Hans - description: Chinese - - value: pt-BR - description: Portuguese - - value: pl-PL - description: Polish - - variable: easy_game_params - label: Easy Game Parameters - description: Appends the game extra params to the Game Extra Parameters list - schema: - additional_attrs: true - type: dict - attrs: - - variable: noupnp - label: no UPNP Flag - description: Disables automatic universal plug and play. - schema: - type: boolean - default: true - - variable: secure - label: Secure Flag - description: Adds additional cheat protection to the server. - schema: - type: boolean - default: false - - variable: steam - label: Steam Flag - description: Enables Steam support. - schema: - type: boolean - default: false - - variable: game_params - label: Game Parameters - description: Enter your game parameters starting with -, one per entry - schema: - type: list - default: [] - items: - - variable: game_params_entry - label: Parameter Entry - description: Single parameter per entry. Start with - - schema: - type: string - default: "" - required: true -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9014 - required: true - - variable: tcp - label: tcp service - description: Container Port 7777 - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tcp - label: tcp 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 - default: 7777 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: serverfiles - label: serverfiles Storage - description: Container Path serverdataserverfiles - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/theforest/questions.yaml b/charts/stable/theforest/questions.yaml deleted file mode 100644 index 2e087cfff14..00000000000 --- a/charts/stable/theforest/questions.yaml +++ /dev/null @@ -1,176 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "556450" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your Token here you can obtain it here httpssteamcommunity.comdevmanagegameservers put it in like this serverSteamAccount YOURTOKEN (without quotes), you can also enter more startup commands here." - schema: - type: string - default: "" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8766 - required: true - - variable: gameport - label: 'gameport service' - description: "Container Port 27015" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: gameport - label: "gameport 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 - default: 27015 - required: true - - variable: steamqueryport - label: 'steamqueryport service' - description: "Container Port 27016" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: steamqueryport - label: "steamqueryport 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 - default: 27016 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - description: "Container Path serverdatasteamcmd" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/thelounge/questions.yaml b/charts/stable/thelounge/questions.yaml deleted file mode 100644 index cd5e1c8bac8..00000000000 --- a/charts/stable/thelounge/questions.yaml +++ /dev/null @@ -1,97 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: THELOUNGE_HOME - label: "THELOUNGE_HOME" - schema: - type: string - default: "/config" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10061 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/theme-park/questions.yaml b/charts/stable/theme-park/questions.yaml deleted file mode 100644 index 4544a6a2950..00000000000 --- a/charts/stable/theme-park/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10244 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/thunderbird/questions.yaml b/charts/stable/thunderbird/questions.yaml deleted file mode 100644 index c81b30061ad..00000000000 --- a/charts/stable/thunderbird/questions.yaml +++ /dev/null @@ -1,128 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - path: "/vnc.html?autoconnect=true" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: THUNDERBIRD_V - label: "THUNDERBIRD_V" - description: "Enter your preferred version or latest to grab the latest version." - schema: - type: string - default: "latest" - - variable: THUNDERBIRD_LANG - label: "THUNDERBIRD_LANG" - description: "Enter your preferred language here (eg en-US, you can get a full list here https://archive.mozilla.org/pub/thunderbird/releases/latest/README.txt)" - schema: - type: string - default: "en-US" - - variable: CUSTOM_RES_W - label: "CUSTOM_RES_W" - description: "Enter your preferred screen width" - schema: - type: int - default: 1280 - - variable: CUSTOM_RES_H - label: "CUSTOM_RES_H" - description: "Enter your preferred screen height" - schema: - type: int - default: 768 - - variable: DATA_PERM - label: "DATA_PERM" - description: "Data permissions for /thunderbird folder" - schema: - type: int - default: 770 -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10291 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/timetagger/questions.yaml b/charts/stable/timetagger/questions.yaml deleted file mode 100644 index 6ebf5371f10..00000000000 --- a/charts/stable/timetagger/questions.yaml +++ /dev/null @@ -1,128 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: TIMETAGGER_CREDENTIALS - label: "Basic Auth User/Pass" - description: "Generate at https://timetagger.app/cred" - schema: - type: string - default: "" - required: false - - variable: TIMETAGGER_PROXY_AUTH_ENABLED - label: "Enable Proxy Auth" - schema: - type: string - default: "false" - required: false - - variable: TIMETAGGER_PROXY_AUTH_TRUSTED - label: "Trusted Proxy" - schema: - type: string - default: "" - show_if: [[TIMETAGGER_PROXY_AUTH_ENABLED, "=", "true"]] - - variable: TIMETAGGER_PROXY_AUTH_HEADER - label: "Header" - schema: - type: string - default: "X-Remote-User" - required: false - show_if: [[TIMETAGGER_PROXY_AUTH_ENABLED, "=", "true"]] - - variable: TIMETAGGER_LOG_LEVEL - label: "TIMETAGGER_LOG_LEVEL" - schema: - type: string - default: "info" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10286 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 1000 - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 1000 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tinymediamanager/questions.yaml b/charts/stable/tinymediamanager/questions.yaml deleted file mode 100644 index f58e9872eca..00000000000 --- a/charts/stable/tinymediamanager/questions.yaml +++ /dev/null @@ -1,115 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: PASSWORD - label: "PASSWORD" - description: "Password for remote access" - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10179 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: movies - label: "App Movies Storage" - description: "Stores the Application Movies." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: tvshows - label: "App TV Shows Storage" - description: "Stores the Application TV Shows." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tonido/questions.yaml b/charts/stable/tonido/questions.yaml deleted file mode 100644 index 494a13717db..00000000000 --- a/charts/stable/tonido/questions.yaml +++ /dev/null @@ -1,90 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10001 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: tonido - label: "tonido Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/traccar/questions.yaml b/charts/stable/traccar/questions.yaml deleted file mode 100644 index ddc66ef629a..00000000000 --- a/charts/stable/traccar/questions.yaml +++ /dev/null @@ -1,104 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: CONFIG_USE_ENVIRONMENT_VARIABLES - label: "CONFIG_USE_ENVIRONMENT_VARIABLES" - description: "Sets the CONFIG_USE_ENVIRONMENT_VARIABLES env var" - schema: - type: boolean - default: true - - variable: LOGGER_CONSOLE - label: "LOGGER_CONSOLE" - description: "Sets the LOGGER_CONSOLE env var" - schema: - type: boolean - default: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8082 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tracks/questions.yaml b/charts/stable/tracks/questions.yaml deleted file mode 100644 index 3c3bde9aaeb..00000000000 --- a/charts/stable/tracks/questions.yaml +++ /dev/null @@ -1,138 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: DATABASE_NAME - label: "DATABASE_NAME" - description: "Container Variable DATABASENAME" - schema: - type: string - default: "tracks" - - variable: DATABASE_HOST - label: "DATABASE_HOST" - description: "Container Variable DATABASEHOST" - schema: - type: string - default: "10.0.0.10" - - variable: DATABASE_PORT - label: "DATABASE_PORT" - description: "Container Variable DATABASEPORT" - schema: - type: string - default: "3306" - - variable: DATABASE_USERNAME - label: "DATABASE_USERNAME" - description: "Container Variable DATABASEUSERNAME" - schema: - type: string - default: "tracks" - - variable: DATABASE_PASSWORD - label: "DATABASE_PASSWORD" - description: "Container Variable DATABASEPASSWORD" - schema: - type: string - default: "password" - - variable: DATABASE_TYPE - label: "DATABASE_TYPE" - description: "mysql2 or postgresql" - schema: - type: string - default: "mysql2" - - variable: DATABASE_ENCODING - label: "DATABASE_ENCODING" - description: "use utf8 for mysql or unicode for postgresql" - schema: - type: string - default: "utf8" - - variable: RAILS_ENV - label: "RAILS_ENV" - description: "Container Variable RAILSENV" - schema: - type: string - default: "production" - - variable: BUNDLE_WITHOUT - label: "BUNDLE_WITHOUT" - description: "Gem classes to omit (leave blank unless you know what this is for)" - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/traefik-forward-auth/questions.yaml b/charts/stable/traefik-forward-auth/questions.yaml deleted file mode 100644 index 20f40b4dcc1..00000000000 --- a/charts/stable/traefik-forward-auth/questions.yaml +++ /dev/null @@ -1,336 +0,0 @@ -# Include{groups} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: tfaAppOptions - group: App Configuration - label: Application Options - schema: - type: dict - attrs: - - variable: secret - label: Secret - description: Mandatory, can be any string. - schema: - type: string - required: true - private: true - - variable: port - label: Port - schema: - type: int - default: 4181 - - variable: logLevel - label: Log level - schema: - type: string - default: warn - enum: - - value: trace - description: Trace (most detailed) - - value: debug - description: Debug - - value: info - description: Information - - value: warn - description: Warning - - value: error - description: Error - - value: fatal - description: Fatal - - value: panic - description: Panic (least detailed) - - variable: logFormat - label: Log format - schema: - type: string - default: text - enum: - - value: text - description: Text - - value: json - description: JSON - - value: pretty - description: Pretty - - variable: tfaAuthOptions - group: App Configuration - label: Auth Options - schema: - type: dict - attrs: - - variable: authHost - label: Auth host - description: Single host to use when returning from 3rd party auth. - schema: - type: string - - variable: urlPath - label: Callback URL Path - schema: - type: string - default: "/_oauth" - - variable: defaultAction - label: Default action - schema: - type: string - default: auth - enum: - - value: auth - description: Authenticate - - value: allow - description: Allow (do not require authentication) - - variable: defaultProvider - label: Default provider - schema: - type: string - default: google - enum: - - value: google - description: Google Provider - - value: oidc - description: OIDC Provider - - value: generic-oauth - description: Generic OAuth2 Provider - - variable: domain - label: Domains - description: Only allow given email domains. - schema: - type: list - default: [] - items: - - variable: allowedDomain - label: Host - schema: - type: string - required: true - - variable: whitelist - label: Whitelist - description: Only allow given email addresses. - schema: - type: list - default: [] - items: - - variable: allowedEmail - label: Host - schema: - type: string - required: true - - variable: rules - label: Rules - description: Additional rules in rule..= format. - schema: - type: list - default: [] - items: - - variable: rule - label: Rule - schema: - type: string - required: true - - variable: logoutRedirect - label: Logout redirect - description: URL to redirect to following logout. - schema: - type: string - - variable: tfaCookieOptions - group: App Configuration - label: Cookie Options - schema: - type: dict - attrs: - - variable: cookieDomain - label: Cookie domain hosts - schema: - type: list - default: [] - items: - - variable: cookieDomainHost - label: Host - schema: - type: string - required: true - - variable: cookieName - label: Cookie name - schema: - type: string - default: "_forward_auth" - - variable: csrfCookieName - label: CSRF cookie name - schema: - type: string - default: "_forward_auth_csrf" - - variable: lifetime - label: Lifetime - description: Lifetime in seconds. - schema: - type: int - default: 43200 - - variable: insecureCookie - label: Use insecure cookies - schema: - type: boolean - default: false - - variable: tfaGoogleOptions - group: App Configuration - label: Google Provider - schema: - type: dict - attrs: - - variable: clientId - label: Client ID - schema: - type: string - private: true - - variable: clientSecret - label: Client Secret - schema: - type: string - private: true - - variable: prompt - label: Prompt - description: Space separated list of OpenID prompt options. - schema: - type: string - - variable: tfaOidcOptions - group: App Configuration - label: OIDC Provider - schema: - type: dict - attrs: - - variable: issuerUrl - label: Issuer URL - schema: - type: string - - variable: clientId - label: Client ID - schema: - type: string - private: true - - variable: clientSecret - label: Client Secret - schema: - type: string - private: true - - variable: resource - label: Resource - description: Optional resource indicator. - schema: - type: string - - variable: tfaOauthOptions - group: App Configuration - label: Generic OAuth2 Provider - schema: - type: dict - attrs: - - variable: authUrl - label: Auth/Login URL - schema: - type: string - - variable: tokenUrl - label: Token URL - schema: - type: string - - variable: userUrl - label: User URL - description: URL used to retrieve user info. - schema: - type: string - - variable: clientId - label: Client ID - schema: - type: string - private: true - - variable: clientSecret - label: Client Secret - schema: - type: string - private: true - - variable: scopes - label: Scopes - schema: - type: string - default: profile, email - - variable: tokenStyle - label: Token style - description: How token is presented when querying the User URL - schema: - type: string - default: header - enum: - - value: header - description: Header - - value: query - description: Query - - variable: resource - label: Resource - description: Optional resource indicator. - schema: - type: string -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 4181 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/traggo/questions.yaml b/charts/stable/traggo/questions.yaml deleted file mode 100644 index 1b4f7d8c1da..00000000000 --- a/charts/stable/traggo/questions.yaml +++ /dev/null @@ -1,130 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: traggo - group: App Configuration - label: Traggo Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: username - label: Username - schema: - type: string - required: true - default: "" - - variable: password - label: Password - schema: - type: string - required: true - private: true - default: "" - - variable: pass_strength - label: Password Strength - schema: - type: int - required: true - default: 10 - - variable: log_level - label: Log Level - schema: - type: string - required: true - default: info - enum: - - value: info - description: Info - - value: debug - description: Debug - - value: warn - description: Warn - - value: error - description: Error - - value: fatal - description: Fatal - - value: panic - description: Panic -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 12117 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/traktarr/questions.yaml b/charts/stable/traktarr/questions.yaml deleted file mode 100644 index d535bdf85d7..00000000000 --- a/charts/stable/traktarr/questions.yaml +++ /dev/null @@ -1,124 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: trakrarr - group: App Configuration - label: Traktarr Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: delay - label: Delay - description: (FLOAT) Seconds between each add request to ARR services. - schema: - type: string - default: "2.5" - valid_charts: ^\d+\.\d+$ - - variable: sort - label: Sort - description: Votes or rating or release, sort list to process - schema: - type: string - default: "rating" - enum: - - value: "rating" - description: "Rating" - - value: "votes" - description: "Votes" - - value: "release" - description: "Release" - - variable: nosearch - label: No Search - description: Disable search when adding to ARR services. - schema: - type: boolean - default: true - - variable: notifications - label: Notifications - description: Disable notifications - schema: - type: boolean - default: true - - variable: blackist - label: Black List - description: Enables/disables the blacklist when running app. - schema: - type: boolean - default: true - - variable: runnow - label: Run Now - description: Do a first run immediately without waiting. - schema: - type: boolean - default: false - - variable: skipupdate - label: Skip Update - description: Skip auto-update - schema: - type: boolean - default: true - - variable: app_branch - label: App Branch - description: GitHub branch. - schema: - type: string - default: 'master' - enum: - - value: "master" - description: "Master" - - value: "develop" - description: "Develop" -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Config. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/trango/questions.yaml b/charts/stable/trango/questions.yaml deleted file mode 100644 index 9a75a6eccdb..00000000000 --- a/charts/stable/trango/questions.yaml +++ /dev/null @@ -1,113 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 7755 - required: true - - variable: hostport2 - label: 'hostport2 service' - description: "Container Port 443" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: hostport2 - label: "hostport2 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 - default: 5533 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Appdata" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/transmission/questions.yaml b/charts/stable/transmission/questions.yaml deleted file mode 100644 index d20ad2f6855..00000000000 --- a/charts/stable/transmission/questions.yaml +++ /dev/null @@ -1,431 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - path: "/transmission/web/#files" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: TRANSMISSION__RPC_USERNAME - label: Transmission RPC Username - schema: - type: string - default: "" - - variable: TRANSMISSION__RPC_PASSWORD - label: Transmission RPC Password - schema: - type: string - private: true - default: "" - - variable: TRANSMISSION__RPC_AUTHENTICATION_REQUIRED - label: Transmission RPC Authentication Required - schema: - type: boolean - default: false - - variable: TRANSMISSION__ALT_SPEED_ENABLED - label: Transmission Alt Speed Enabled - schema: - type: boolean - default: false - - variable: TRANSMISSION__ALT_SPEED_DOWN - label: Transmission Alt Speed Down - schema: - type: int - default: 50 - - variable: TRANSMISSION__ALT_SPEED_TIME_ENABLED - label: Transmission Alt Speed Time Enabled - schema: - type: boolean - default: false - - variable: TRANSMISSION__ALT_SPEED_TIME_BEGIN - label: Transmission Alt Speed Time Begin - schema: - type: int - default: 540 - - variable: TRANSMISSION__ALT_SPEED_TIME_DAY - label: Transmission Alt Speed Time Day - schema: - type: int - default: 127 - - variable: TRANSMISSION__ALT_SPEED_TIME_END - label: Transmission Alt Speed Time End - schema: - type: int - default: 1020 - - variable: TRANSMISSION__ALT_SPEED_UP - label: Transmission Alt Speed Up - schema: - type: int - default: 50 - - variable: TRANSMISSION__BIND_ADDRESS_IPV4 - label: Transmission Bind Address IPv4 - schema: - type: string - default: "0.0.0.0" - - variable: TRANSMISSION__BIND_ADDRESS_IPV6 - label: Transmission Bind Address IPv6 - schema: - type: string - default: "::" - - variable: TRANSMISSION__BLOCKLIST_ENABLED - label: Transmission BlockList Enabled - schema: - type: boolean - default: true - - variable: TRANSMISSION__BLOCKLIST_URL - label: Transmission BlockList Url - schema: - type: string - default: "https://github.com/Naunter/BT_BlockLists/releases/download/v.1/bt_blocklists.gz" - - variable: TRANSMISSION__CACHE_SIZE_MB - label: Transmission Cache Size MB - schema: - type: int - default: 4 - - variable: TRANSMISSION__DHT_ENABLED - label: Transmission DHT Enabled - schema: - type: boolean - default: true - - variable: TRANSMISSION__DOWNLOAD_DIR - label: Transmission Download Dir - schema: - type: string - default: "/downloads/complete" - - variable: TRANSMISSION__INCOMPLETE_DIR_ENABLED - label: TRANSMISSION__INCOMPLETE_DIR_ENABLED - schema: - type: boolean - default: true - - variable: TRANSMISSION__INCOMPLETE_DIR - label: Transmission Incomplete Dir - schema: - type: string - default: "/downloads/incomplete" - - variable: TRANSMISSION__WATCH_DIR_ENABLED - label: Transmission Watch Dir Enabled - schema: - type: boolean - default: false - - variable: TRANSMISSION__WATCH_DIR - label: Transmission Watch Dir - schema: - type: string - default: "/watch" - - variable: TRANSMISSION__DOWNLOAD_QUEUE_ENABLED - label: Transmission Download Queue Enabled - schema: - type: boolean - default: true - - variable: TRANSMISSION__DOWNLOAD_QUEUE_SIZE - label: Transmission Download Queue Size - schema: - type: int - default: 5 - - variable: TRANSMISSION__ENCRYPTION - label: Transmission Encryption - schema: - type: int - default: 1 - - variable: TRANSMISSION__IDLE_SEEDING_LIMIT_ENABLED - label: Transmission Idle Seeding Limit - schema: - type: boolean - default: false - - variable: TRANSMISSION__IDLE_SEEDING_LIMIT - label: Transmission Idle Seeding Limit - schema: - type: int - default: 30 - - variable: TRANSMISSION__LPD_ENABLED - label: Transmission LPD Enabled - schema: - type: boolean - default: false - - variable: TRANSMISSION__MESSAGE_LEVEL - label: Transmission Message Level - schema: - type: int - default: 2 - - variable: TRANSMISSION__PEER_CONGESTION_ALGORITHM - label: Transmission Peer Congestion Algorithm - schema: - type: string - default: "" - - variable: TRANSMISSION__PEER_ID_TTL_HOURS - label: Transmission Peer ID TTL Hours - schema: - type: int - default: 6 - - variable: TRANSMISSION__PEER_LIMIT_GLOBAL - label: Transmission Peer Limit GLobal - schema: - type: int - default: 200 - - variable: TRANSMISSION__PEER_LIMIT_PER_TORRENT - label: Transmission Peer Limit Per Torrent - schema: - type: int - default: 50 - - variable: TRANSMISSION__PEER_SOCKET_TOS - label: Transmission Peer Socket TOS - schema: - type: string - default: "default" - - variable: TRANSMISSION__PEX_ENABLED - label: Transmission Pex Enabled - schema: - type: boolean - default: true - - variable: TRANSMISSION__PORT_FORWARDING_ENABLED - label: Transmission Port Forwarding Enabled - schema: - type: boolean - default: false - - variable: TRANSMISSION__PREALLOCATION - label: Transmission Preallocation - schema: - type: int - default: 1 - - variable: TRANSMISSION__PREFETCH_ENABLED - label: Transmission Prefetch Enabled - schema: - type: boolean - default: true - - variable: TRANSMISSION__QUEUE_STALLED_ENABLED - label: Transmission Queue Stalled Enabled - schema: - type: boolean - default: true - - variable: TRANSMISSION__QUEUE_STALLED_MINUTES - label: Transmission Queue Stalled Minutes - schema: - type: int - default: 30 - - variable: TRANSMISSION__RATIO_LIMIT_ENABLED - label: Transmission Ratio Limit Enabled - schema: - type: boolean - default: false - - variable: TRANSMISSION__RATIO_LIMIT - label: Transmission Ratio Limit - schema: - type: int - default: 2 - - variable: TRANSMISSION__RENAME_PARTIAL_FILES - label: Transmission Rename Partial Files - schema: - type: boolean - default: true - - variable: TRANSMISSION__RPC_ENABLED - label: Transmission RPC Enabled - schema: - type: boolean - default: true - - variable: TRANSMISSION__RPC_BIND_ADDRESS - label: Transmission RPC Bind Address - schema: - type: string - default: "0.0.0.0" - - variable: TRANSMISSION__RPC_HOST_WHITELIST_ENABLED - label: Transmission RPC HostWhiteList Enabled - schema: - type: boolean - default: false - - variable: TRANSMISSION__RPC_HOST_WHITELIST - label: Transmission RPC HostWhiteList - schema: - type: string - default: "" - - variable: TRANSMISSION__RPC_WHITELIST_ENABLED - label: Transmission RPC WhiteList Enabled - schema: - type: boolean - default: false - - variable: TRANSMISSION__RPC_WHITELIST - label: Transmission RPC WhiteList - schema: - type: string - default: "" - - variable: TRANSMISSION__SCRAPE_PAUSED_TORRENTS_ENABLED - label: Transmission Scrape Paused Torrents Enabled - schema: - type: boolean - default: true - - variable: TRANSMISSION__SCRIPT_TORRENT_DONE_ENABLED - label: Transmission Script Torrent Done Enabled - schema: - type: boolean - default: false - - variable: TRANSMISSION__SCRIPT_TORRENT_DONE_FILENAME - label: Transmission Script Torrent Done File Name - schema: - type: string - default: "" - - variable: TRANSMISSION__SEED_QUEUE_ENABLED - label: Transmission Seed Queue Enabled - schema: - type: boolean - default: false - - variable: TRANSMISSION__SEED_QUEUE_SIZE - label: Transmission Seed Queue Size - schema: - type: int - default: 10 - - variable: TRANSMISSION__SPEED_LIMIT_DOWN_ENABLED - label: Transmission Speed Limit Down Enabled - schema: - type: boolean - default: false - - variable: TRANSMISSION__SPEED_LIMIT_DOWN - label: Transmission Speed Limit Down - schema: - type: int - default: 100 - - variable: TRANSMISSION__SPEED_LIMIT_UP_ENABLED - label: Transmission Speed Limit Up Enabled - schema: - type: boolean - default: false - - variable: TRANSMISSION__SPEED_LIMIT_UP - label: Transmission Speed Limit Up - schema: - type: int - default: 100 - - variable: TRANSMISSION__START_ADDED_TORRENTS - label: Transmission Start Added Torrents - schema: - type: boolean - default: true - - variable: TRANSMISSION__TRASH_ORIGINAL_TORRENT_FILES - label: Transmission Trash Original Torrent Files - schema: - type: boolean - default: false - - variable: TRANSMISSION__UMASK - label: Transmission Umask - schema: - type: int - default: 2 - - variable: TRANSMISSION__UPLOAD_SLOTS_PER_TORRENT - label: Transmission Upload SLots per Torrent - schema: - type: int - default: 14 - - variable: TRANSMISSION__UTP_ENABLED - label: Transmission UTP Enabled - schema: - type: boolean - default: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10109 - required: true - - variable: torrent - label: "Torrent Service" - description: "Torrent service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: torrent - label: "TCP 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 - default: 51414 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/trilium-notes/questions.yaml b/charts/stable/trilium-notes/questions.yaml deleted file mode 100644 index aaff4da3b72..00000000000 --- a/charts/stable/trilium-notes/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10156 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 1000 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/troddit/questions.yaml b/charts/stable/troddit/questions.yaml deleted file mode 100644 index 4f658006953..00000000000 --- a/charts/stable/troddit/questions.yaml +++ /dev/null @@ -1,114 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: CLIENT_ID - label: "CLIENT_ID" - description: "Client ID generated on Reddit" - schema: - type: string - default: "" - - variable: CLIENT_SECRET - label: "CLIENT_SECRET" - description: "Client Secret generated on Reddit" - schema: - type: string - default: "" - - variable: REDDIT_REDIRECT - label: "REDDIT_REDIRECT" - description: "Reddit Redirection" - schema: - type: string - default: "" - - variable: NEXTAUTH_SECRET - label: "NEXTAUTH_SECRET" - description: "Nextauth Secret - Generated by running " - schema: - type: string - default: "" - - variable: NEXTAUTH_URL - label: "NEXTAUTH_URL" - description: "Container Variable NEXTAUTHURL" - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/truecommand/questions.yaml b/charts/stable/truecommand/questions.yaml deleted file mode 100644 index 10d571cb4f2..00000000000 --- a/charts/stable/truecommand/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10031 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/truenas-exporter/questions.yaml b/charts/stable/truenas-exporter/questions.yaml deleted file mode 100644 index db5221f6f9e..00000000000 --- a/charts/stable/truenas-exporter/questions.yaml +++ /dev/null @@ -1,76 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9109 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tsmuxer/questions.yaml b/charts/stable/tsmuxer/questions.yaml deleted file mode 100644 index 603404fa29e..00000000000 --- a/charts/stable/tsmuxer/questions.yaml +++ /dev/null @@ -1,183 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: - # Portal -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: VNC_PASSWORD - label: "VNC_PASSWORD" - description: "Password needed to connect to the application's GUI. See the VNC Password section for more details." - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} - - variable: tsmuxer - group: "App Configuration" - label: "tsMuxeR Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ENABLE_CJK_FONT - label: "ENABLE_CJK_FONT" - description: "When set to true, open-source computer font WenQuanYi Zen Hei is installed. " - schema: - type: boolean - default: false - - variable: KEEP_APP_RUNNING - label: "KEEP_APP_RUNNING" - description: "When set to true, the application will be automatically restarted if it crashes or if a user quits it." - schema: - type: boolean - default: false - - variable: gui - label: "GUI Settings" - description: "Always read description before changing a value here. Also refer to README" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: DISPLAY_WIDTH - label: "DISPLAY_WIDTH" - description: "Width (in pixels) of the application's window." - schema: - type: int - default: 1280 - required: true - - variable: DISPLAY_HEIGHT - label: "DISPLAY_HEIGHT" - description: "Height (in pixels) of the application's window." - schema: - type: int - default: 768 - required: true - - variable: SECURE_CONNECTION - label: "SECURE_CONNECTION" - description: "When set to true, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section for more details." - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10274 - required: true - - variable: vnc - label: "VNC Service" - description: "VNC Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: vnc - label: "TCP 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 - default: 10275 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: storage - label: "App Storage" - description: "Application Storage." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tsn-ranksystem/questions.yaml b/charts/stable/tsn-ranksystem/questions.yaml deleted file mode 100644 index 2caa369b84a..00000000000 --- a/charts/stable/tsn-ranksystem/questions.yaml +++ /dev/null @@ -1,105 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: ranksystem - group: App Configuration - label: TSN Ranksystem Config - schema: - additional_attrs: true - type: dict - attrs: - - variable: cron_enabled - label: "Enable cronjob" - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: cron_schedule - label: Schedule - description: How often to run the task. - schema: - type: string - default: "*/5 * * * *" -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9300 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: web - label: App Web Storage - description: Stores the Application Web Folder. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tt-rss/questions.yaml b/charts/stable/tt-rss/questions.yaml deleted file mode 100644 index 1d582b864e8..00000000000 --- a/charts/stable/tt-rss/questions.yaml +++ /dev/null @@ -1,137 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: TTRSS_SELF_URL_PATH - label: TTRSS Self URL Path - description: You will likely need to set this to the correct value - it should point to external tt-rss URL as seen in your browser. e.g. https://rss.example.com - schema: - type: string - required: true - default: "" - - variable: ADMIN_USER_PASS - label: TTRSS Admin User Password - description: Leave blank and tt-rss will generate a random password to use with admin account on first run. Check container logs for password. - schema: - type: string - private: true - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10104 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: html - label: App HTML Storage - description: Stores the Application files. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: plugins - label: App Plugins Storage - description: Stores the Application Plugins. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: themes - label: App Themes Storage - description: Stores the Application Themes. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tubearchivist-redisjson/questions.yaml b/charts/stable/tubearchivist-redisjson/questions.yaml deleted file mode 100644 index 6368107b2bc..00000000000 --- a/charts/stable/tubearchivist-redisjson/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6379 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "data Storage" - description: "Container Path data" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tubesync/questions.yaml b/charts/stable/tubesync/questions.yaml deleted file mode 100644 index e2bf4522d8f..00000000000 --- a/charts/stable/tubesync/questions.yaml +++ /dev/null @@ -1,137 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: TUBESYNC_WORKERS - label: "TUBESYNC_WORKERS" - description: "If you add a significant amount of work due to adding many large channels you may need to increase the number of background workers. Try around ~4 at most, although the absolute maximum allowed is 8. Default is 2." - schema: - type: string - default: "2" - - variable: HTTP_USER - label: "HTTP_USER" - description: "Sets the username for HTTP basic authentication. Default is none." - schema: - type: string - default: "" - - variable: HTTP_PASS - label: "HTTP_PASS" - description: "Sets the password for HTTP basic authentication. Default is none." - schema: - type: string - default: "" - - variable: DATABASE_CONNECTION - label: "DATABASE_CONNECTION" - description: "Optional external database connection details. Ex mysqluserpass@hostportdatabase. Default is none." - schema: - type: string - default: "" - - variable: TUBESYNC_HOSTS - label: "TUBESYNC_HOSTS" - description: "Djangos ALLOWEDHOSTS. Ex tubesync.example.com,otherhost.com. Default is none." - schema: - type: string - default: "" - - variable: TUBESYNC_DEBUG - label: "TUBESYNC_DEBUG" - description: "Enable debugging. Default is False. " - schema: - type: string - default: "False" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 4848 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Config storage path. Default is mntuserappdatatubesync." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: downloads - label: "downloads Storage" - description: "Path to store downloaded content. Default is none." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tvheadend/questions.yaml b/charts/stable/tvheadend/questions.yaml deleted file mode 100644 index 55a468502e5..00000000000 --- a/charts/stable/tvheadend/questions.yaml +++ /dev/null @@ -1,120 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: RUN_OPTS - label: "RUN_OPTS" - description: "Container Variable RUN_OPTS" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9981 - required: true - - variable: htsp - label: "HTSP Service" - description: "HTSP service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: htsp - label: "TCP 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 - default: 9982 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/tvhproxy/questions.yaml b/charts/stable/tvhproxy/questions.yaml deleted file mode 100644 index 34590eb751f..00000000000 --- a/charts/stable/tvhproxy/questions.yaml +++ /dev/null @@ -1,64 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: TVH_URL - label: "TVH_URL" - description: "Container Variable TVHURL" - schema: - type: string - default: "http://username:password@tvheadendip:9981" - - variable: TVH_TUNER_COUNT - label: "TVH_TUNER_COUNT" - description: "Container Variable TVHTUNERCOUNT" - schema: - type: string - default: "4" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/twofauth/questions.yaml b/charts/stable/twofauth/questions.yaml deleted file mode 100644 index 77b59a220eb..00000000000 --- a/charts/stable/twofauth/questions.yaml +++ /dev/null @@ -1,259 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: twofauth - group: App Configuration - label: 2fauth - schema: - additional_attrs: true - type: dict - attrs: - - variable: app - label: App Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: App Name - schema: - type: string - default: "2FAuth" - - variable: session_lifetime - label: Session Lifetime - schema: - type: int - default: 120 - - variable: site_owner - label: Site Owner Email - schema: - type: string - default: "" - - variable: trusted_proxies - label: Trusted Proxies - schema: - type: list - empty: false - default: [] - required: true - items: - - variable: proxy - label: Proxy - schema: - type: string - required: true - default: "" - - variable: mail - label: Mail Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: driver - label: Driver - schema: - type: string - required: true - default: log - enum: - - value: log - description: Log - - value: smtp - description: SMTP - - variable: host - label: Host - schema: - type: string - default: "" - - variable: port - label: Port - schema: - type: int - default: 587 - - variable: from - label: From - schema: - type: string - default: "" - - variable: user - label: User - schema: - type: string - default: "" - - variable: pass - label: Pass - schema: - type: string - private: true - default: "" - - variable: encryption - label: encryption - schema: - type: string - default: "STARTTLS" - enum: - - value: TLS - description: TLS - - value: STARTTLS - description: STARTTLS - - value: SSL - description: SSL - - variable: from_name - label: From Name - schema: - type: string - default: "2FAuth" - - variable: from_address - label: From Address - schema: - type: string - default: "" - - variable: auth - label: Auth Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: guard - label: Guard - schema: - type: string - default: "web-guard" - enum: - - value: web-guard - description: Web Guard - - value: reverse-proxy-guard - description: Reverse Proxy Guard - - variable: proxy_header_for_user - label: Proxy Header for User - schema: - type: string - default: "" - show_if: [[guard, "=", "reverse-proxy-guard"]] - - variable: proxy_header_for_email - label: Proxy Header for Email - schema: - type: string - default: "" - show_if: [[guard, "=", "reverse-proxy-guard"]] - - variable: proxy_logout_url - label: Proxy Logout Url - schema: - type: string - default: "" - show_if: [[guard, "=", "reverse-proxy-guard"]] - - variable: webauthn - label: WebAuthn Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - default: 2FAuth - - variable: id - label: ID - schema: - type: string - default: "" - - variable: icon - label: Icon - schema: - type: string - default: "" - - variable: user_verified - label: User Verified - schema: - type: string - default: preferred - enum: - - value: required - description: Required - - value: preferred - description: Preferred - - value: discouraged - description: Discouraged -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 1000 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 1000 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/twonky-server/questions.yaml b/charts/stable/twonky-server/questions.yaml deleted file mode 100644 index 9065e807566..00000000000 --- a/charts/stable/twonky-server/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Container Path config" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "data Storage" - description: "Container Path data" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/twtxt/questions.yaml b/charts/stable/twtxt/questions.yaml deleted file mode 100644 index e470e8b882a..00000000000 --- a/charts/stable/twtxt/questions.yaml +++ /dev/null @@ -1,118 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: COOKIE_SECRET - label: "COOKIE_SECRET" - description: "Sets the COOKIE_SECRET env var" - schema: - type: string - default: "supersecretchangeme" - - variable: OPEN_PROFILES - label: "OPEN_PROFILES" - description: "Sets the OPEN_PROFILES env var" - schema: - type: string - default: "true" - - variable: OPEN_REGISTRATIONS - label: "OPEN_REGISTRATIONS" - description: "Sets the OPEN_REGISTRATIONS env var" - schema: - type: string - default: "true" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10078 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ubooquity/questions.yaml b/charts/stable/ubooquity/questions.yaml deleted file mode 100644 index a2b5e9318d7..00000000000 --- a/charts/stable/ubooquity/questions.yaml +++ /dev/null @@ -1,159 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - path: "/ubooquity" - admin: - protocols: - - "$kubernetes-resource_configmap_portal_protocol" - host: - - "$kubernetes-resource_configmap_portal_host" - ports: - - "$variable-service.admin.ports.admin.port" - path: "/ubooquity/admin" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: MAXMEM - label: "MAXMEM" - description: "Set the maximum memory in MB" - schema: - type: int - default: 512 -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 2202 - required: true - - variable: admin - label: "Admin Service" - description: "Admin Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: admin - label: "Admin 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 - default: 2203 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: books - label: "App Books Storage" - description: "Stores the Application Books." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: comics - label: "App Comics Storage" - description: "Stores the Application Comics." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: files - label: "App Raw Files Storage" - description: "Stores the Application Raw Files." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/unifi/questions.yaml b/charts/stable/unifi/questions.yaml deleted file mode 100644 index 7488ba8864f..00000000000 --- a/charts/stable/unifi/questions.yaml +++ /dev/null @@ -1,195 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8443 - required: true - - variable: comm - label: "Unifi Device Communication Service" - description: "Unifi Device Communication Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: comm - label: "TCP 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 - default: 8080 - required: true - - variable: stun - label: "STUN Device Communication Service" - description: "STUN Device Communication Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: stun - label: "TCP 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 - default: 3478 - required: true - - variable: speedtest - label: "Speedtest Service" - description: "Speedtest Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: speedtest - label: "TCP 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 - default: 6789 - required: true - - variable: guestportal - label: "Guest Portal Service" - description: "Guest Portal Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: web - label: "Web 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 - default: 8880 - required: true - - variable: websecure - label: "Secure Web 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 - default: 8843 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - hidden: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 999 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 999 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/universal-media-server/questions.yaml b/charts/stable/universal-media-server/questions.yaml deleted file mode 100644 index b7b2e07eeb5..00000000000 --- a/charts/stable/universal-media-server/questions.yaml +++ /dev/null @@ -1,143 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9001 - required: true - - variable: api - label: 'API service' - description: "Container Port API" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: api - label: "API 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 - default: 5001 - required: true - - variable: sub - label: 'Sub service' - description: "Container Port Sub" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: sub - label: "Sub 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 - default: 1044 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Container Path root.configUMS" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: media - label: "media Storage" - description: "Container Path media" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/unmanic/questions.yaml b/charts/stable/unmanic/questions.yaml deleted file mode 100644 index ee08f28d8ca..00000000000 --- a/charts/stable/unmanic/questions.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10157 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: library - label: "App Library Storage" - description: "Switch this to HostPath (Simple) and mount your library" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: remote - label: "App Remote Library Storage" - description: "Stores files from remote library until they are finished" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/unpackerr/questions.yaml b/charts/stable/unpackerr/questions.yaml deleted file mode 100644 index 84911e8ac94..00000000000 --- a/charts/stable/unpackerr/questions.yaml +++ /dev/null @@ -1,64 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the App Configuration (/config) - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: downloads - label: App downloads Storage - description: Stores downloads. (Defaults to /downloads) - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/unpoller/questions.yaml b/charts/stable/unpoller/questions.yaml deleted file mode 100644 index f2c9dd77ac3..00000000000 --- a/charts/stable/unpoller/questions.yaml +++ /dev/null @@ -1,77 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: UP_UNIFI_DEFAULT_PASS - label: Unifi Password - description: Password for the Unifi user specified below - schema: - type: string - default: "" - required: true - - variable: UP_UNIFI_DEFAULT_URL - label: Unifi URL - description: Unifi URL including Port and http(s) prefix - schema: - type: string - default: https://127.0.0.1:8443 - required: true - - variable: UP_UNIFI_DEFAULT_USER - label: Unifi User - description: User on Unifi with access to the data - schema: - type: string - default: "" - required: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/unturned/questions.yaml b/charts/stable/unturned/questions.yaml deleted file mode 100644 index 5c4fb6c05d8..00000000000 --- a/charts/stable/unturned/questions.yaml +++ /dev/null @@ -1,173 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: GAME_ID - label: "Game ID" - description: "The Game ID that the container downloads at startup." - schema: - type: string - default: "1110390" - - variable: USERNAME - label: "Usename" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "Password" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: VALIDATE - label: "Validate" - description: "Validates the game data." - schema: - type: boolean - default: true - - variable: GAME_PARAMS - label: "Game Params" - description: "Enter your start up commands for the server." - schema: - type: string - default: "-pei -normal -nosync -pve" - - variable: ROCKET_MOD - label: "Rocket Mod" - description: "install Rocket Mod" - schema: - type: string - default: "false" - enum: - - value: "true" - description: "True" - - value: "false" - description: "False" - - variable: ROCKET_FORCE_UPDATE - label: "Rocket Force Update" - description: "force a update of Rocket Mod." - schema: - type: string - default: "false" - enum: - - value: "true" - description: "True" - - value: "false" - description: "False" - - variable: ROCKET_URL - label: "Rocket URL" - description: "Only change if you are know what you are doing" - schema: - type: string - default: "https://ci.rocketmod.net/job/Rocket.Unturned/lastSuccessfulBuild/artifact/Rocket.Unturned/bin/Release/Rocket.zip" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the Minecraft Server runs on - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27015 - required: true - - variable: steam - label: Steam Service - description: The Steam service. - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: steam - label: Steam 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 - default: 27016 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: App SteamCMD Storage - description: Stores the Application SteamCMD. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: App ServerFiles Storage - description: Stores the Application ServerFiles. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/uptime-kuma/questions.yaml b/charts/stable/uptime-kuma/questions.yaml deleted file mode 100644 index a7fb29d86d7..00000000000 --- a/charts/stable/uptime-kuma/questions.yaml +++ /dev/null @@ -1,87 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3001 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/uptimerobot-prometheus/questions.yaml b/charts/stable/uptimerobot-prometheus/questions.yaml deleted file mode 100644 index 53a5b168ab0..00000000000 --- a/charts/stable/uptimerobot-prometheus/questions.yaml +++ /dev/null @@ -1,64 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: UPTIMEROBOT_API_KEY - label: "UptimeRobot API Key" - description: "UptimeRobot.com API Key" - schema: - type: string - required: true - private: true - default: "REPLACETHIS" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/urban-terror/questions.yaml b/charts/stable/urban-terror/questions.yaml deleted file mode 100644 index cbdb93bb210..00000000000 --- a/charts/stable/urban-terror/questions.yaml +++ /dev/null @@ -1,105 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: START_PARAMS - label: "START_PARAMS" - description: "Enter you extra startup parameters if needed" - schema: - type: string - default: "" - - variable: CHECK_FOR_UPDATES - label: "CHECK_FOR_UPDATES" - description: "Set to true (without quotes) to search for updates on every startrestart otherwise leave empty" - schema: - type: string - default: "true" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 27960 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: datadir - label: "datadir Storage" - description: "Data Path" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/v-rising/questions.yaml b/charts/stable/v-rising/questions.yaml deleted file mode 100644 index d875ff4926b..00000000000 --- a/charts/stable/v-rising/questions.yaml +++ /dev/null @@ -1,170 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: USERNAME - label: "USERNAME" - description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - default: "" - - variable: PASSWRD - label: "PASSWRD" - description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)." - schema: - type: string - private: true - default: "" - - variable: GAME_ID - label: "GAME_ID" - description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" - schema: - type: string - default: "1829350" - - variable: VALIDATE - label: "VALIDATE" - description: "Set the Variable to true if you want to validate the installation otherwise leave it blank." - schema: - type: boolean - default: true - - variable: SERVER_NAME - label: "SERVER_NAME" - description: "Enter your preferred server name." - schema: - type: string - default: "V Rising Docker" - - variable: WORLD_NAME - label: "WORLD_NAME" - description: "Enter your prefered world name." - schema: - type: string - default: "world1" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter additional game startup parameters if needed, otherwise leave empty." - schema: - type: string - default: "" - - variable: ENABLE_BEPINEX - label: "ENABLE_BEPINEX" - description: "If you want to enable BepInEx for V Rising set this variable to true (without quotes).For more information please refer to this site httpsv-rising.thunderstore.iopackageBepInExBepInExPackVRising" - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9876 - required: true - - variable: query - label: Steam Query Service - description: The Steam Query Port service - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: query - label: query 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 - default: 9877 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: steamcmd - label: "steamcmd Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: serverfiles - label: "serverfiles Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/valetudo-mapper/questions.yaml b/charts/stable/valetudo-mapper/questions.yaml deleted file mode 100644 index e63e2319598..00000000000 --- a/charts/stable/valetudo-mapper/questions.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/valheim/questions.yaml b/charts/stable/valheim/questions.yaml deleted file mode 100644 index b7fd46f1caf..00000000000 --- a/charts/stable/valheim/questions.yaml +++ /dev/null @@ -1,252 +0,0 @@ -# Include{groups} -portals: - open: - protocols: - - "$kubernetes-resource_configmap_portal_protocol" - host: - - "$kubernetes-resource_configmap_portal_host" - ports: - - "$variable-service.supervisor.ports.supervisor.port" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: SUPERVISOR_HTTP_USER - label: Supervisor HTTP User - schema: - type: string - default: admin - required: true - - variable: SUPERVISOR_HTTP_PASS - label: Supervisor HTTP Pass - schema: - type: string - required: true - private: true - default: "" - - variable: SERVER_PASS - label: Server Pass - schema: - type: string - private: true - default: "" - min_length: 5 - - variable: STATUS_HTTP - label: Status HTTP - schema: - type: boolean - default: true - - variable: SUPERVISOR_HTTP - label: Supervisor HTTP - schema: - type: boolean - default: true - - variable: SERVER_NAME - label: Server Name - schema: - type: string - default: My Server - required: true - - variable: WORLD_NAME - label: World Name - schema: - type: string - default: Dedicated - required: true - - variable: SERVER_PUBLIC - label: Server Public - schema: - type: boolean - default: true - - variable: UPDATE_INTERVAL - label: Update Interval - schema: - type: int - default: 10800 - required: true - - variable: BACKUPS - label: Backups - schema: - type: boolean - default: true - - variable: BACKUPS_INTERVAL - label: Backups Interval - schema: - type: int - default: 43200 - required: true - - variable: BACKUPS_DIRECTORY - label: Backups Directory - schema: - type: string - default: /backups - required: true - - variable: BACKUPS_MAX_AGE - label: Backups Max Age - schema: - type: int - default: 3 - required: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 9010 - required: true - - variable: supervisor - label: supervisor Service - description: The supervisor service - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: supervisor - label: supervisor 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 - default: 9011 - required: true - - variable: valheim - label: valheim Service - description: The valheim Game service - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: valheim1 - label: valheim-1 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 - default: 2456 - required: true - - variable: valheim2 - label: valheim-2 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 - default: 2457 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: backups - label: App backups Storage - description: Stores the Application backups. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} - - variable: supervisor - label: supervisor Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/van-dam/questions.yaml b/charts/stable/van-dam/questions.yaml deleted file mode 100644 index 79199fe8dc8..00000000000 --- a/charts/stable/van-dam/questions.yaml +++ /dev/null @@ -1,86 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3214 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: libraries - label: "App Libraries Storage" - description: "Stores the Application Libraries." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/venstar2mqtt/questions.yaml b/charts/stable/venstar2mqtt/questions.yaml deleted file mode 100644 index 18329a377b1..00000000000 --- a/charts/stable/venstar2mqtt/questions.yaml +++ /dev/null @@ -1,82 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: VENSTAR_HOST - label: "VENSTAR_HOST" - description: "The IP or DNS of the Venstar Thermostat" - schema: - type: string - default: "" - - variable: TOPIC_PREFIX - label: "TOPIC_PREFIX" - description: "MQTT Topic Prefix" - schema: - type: string - default: "venstar2mqtt" - - variable: MQTT_HOST - label: "MQTT_HOST" - description: "Full URL required (ex mqtt192.168.1.10) Usually the TrueNAS server ethernet IP" - schema: - type: string - default: "" - - variable: MQTT_USER - label: "MQTT_USER" - description: "Optional MQTT User ID" - schema: - type: string - default: "" - - variable: MQTT_PASS - label: "MQTT_PASS" - description: "Optional MQTT password" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/vertex/questions.yaml b/charts/stable/vertex/questions.yaml deleted file mode 100644 index 92b56c65175..00000000000 --- a/charts/stable/vertex/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: PORT - label: "PORT" - description: "Vertex " - schema: - type: string - default: "3000" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/verysync/questions.yaml b/charts/stable/verysync/questions.yaml deleted file mode 100644 index dfa7030298c..00000000000 --- a/charts/stable/verysync/questions.yaml +++ /dev/null @@ -1,159 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10193 - required: true - - variable: bt-udp1 - label: "bt-udp1 Service" - description: "The bt-udp service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: bt-udp1 - label: "bt-udp1 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 - default: 22037 - required: true - - variable: bt-udp2 - label: "bt-udp2 Service" - description: "The bt-udp service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: bt-udp2 - label: "bt-udp2 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 - default: 22027 - required: true - - variable: data - label: "data Service" - description: "The data service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: data - label: "data 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 - default: 22330 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: sync - label: "App Sync Storage" - description: "Stores the Application Sync." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/vikunja/questions.yaml b/charts/stable/vikunja/questions.yaml deleted file mode 100644 index 8debfdcbe48..00000000000 --- a/charts/stable/vikunja/questions.yaml +++ /dev/null @@ -1,918 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: vikunja - group: App Configuration - label: Vikunja Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: service - label: Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: jwtttl - label: JWT TTL - description: The duration of the issued JWT tokens in seconds. - schema: - type: int - required: true - default: 259200 - - variable: jwtttllong - label: JWT TTL Long - description: The duration of the “remember me” time in seconds. When the login request is made with the long param set, the token returned will be valid for this period. - schema: - type: int - required: true - default: 2592000 - - variable: motd - label: Message of the Day - description: Set the motd message, available from the /info endpoint - schema: - type: string - default: "" - - variable: frontendurl - label: Frontend URL - description: The URL of the frontend, used to send password reset emails. - schema: - type: string - required: true - default: "" - - variable: maxitemsperpage - label: Max Item per Page - description: The max number of items which can be returned per page. - schema: - type: int - required: true - default: 50 - - variable: maxavatarsize - label: Max Avatar Size - description: | - The maximum size clients will be able to request for user avatars. - If clients request a size bigger than this, it will be changed on the fly. - schema: - type: int - required: true - default: 1024 - - variable: enablecaldav - label: Enable CalDAV - description: Enable the CalDAV endpoint, see the docs for more details. - schema: - type: boolean - default: true - - variable: enablelinksharing - label: Enable Link Sharing - description: Enable sharing of lists via a link. - schema: - type: boolean - default: true - - variable: enableregistration - label: Enable Registration - description: Whether to let new users registering themselves or not - schema: - type: boolean - default: true - - variable: enabletaskattachments - label: Enable Task Attachments - description: Whether to enable task attachments or not - schema: - type: boolean - default: true - - variable: enabletaskcomments - label: Enable Task Comments - description: Whether task comments should be enabled or not - schema: - type: boolean - default: true - - variable: enabletotp - label: Enable TOTP - description: Whether TOTP is enabled. In most cases you want to leave that enabled. - schema: - type: boolean - default: true - - variable: enableemailreminders - label: Enable E-Mail Reminders - description: | - If enabled, vikunja will send an email to everyone who is either assigned to a task - or created it when a task reminder is due. - schema: - type: boolean - default: true - - variable: enableuserdeletion - label: Enable User Deletion - description: | - If true, will allow users to request the complete deletion of their account. - When using external authentication methods it may be required to coordinate with - them in order to delete the account. This setting will not affect the cli commands for user deletion. - schema: - type: boolean - default: true - - variable: cors - label: CORS - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Whether to enable or disable cors headers. - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: origins - label: Origins - description: A list of origins which may access the api. These need to include the protocol (http:// or https://) and port, if any. - schema: - type: list - default: [] - items: - - variable: originEntry - label: "" - schema: - type: string - required: true - default: "" - - variable: maxage - label: Max Age - description: How long (in seconds) the results of a preflight request can be cached. - schema: - type: int - required: true - default: 0 - - variable: ratelimit - label: Rate Limit - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Whether or not to enable the rate limit. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: kind - label: Kind - description: The kind on which rates are based. Can be either “user” for a rate limit per user or “ip” for an ip-based rate limit. - schema: - type: string - required: true - default: user - enum: - - value: user - description: User - - value: ip - description: IP - - variable: period - label: Period - description: The time period in seconds for the limit. - schema: - type: int - required: true - default: 60 - - variable: limit - label: Limit - description: The max number of requests a user is allowed to do in the configured time period. - schema: - type: int - required: true - default: 100 - - variable: files - label: Files - schema: - additional_attrs: true - type: dict - attrs: - - variable: maxsize - label: Max Size - description: The maximum size of a file, as a human-readable string. - schema: - type: string - required: true - default: 20MB - - variable: avatar - label: Avatar - schema: - additional_attrs: true - type: dict - attrs: - - variable: gravatarexpiration - label: Gravatar Expiration - description: When using gravatar, this is the duration in seconds until a cached gravatar user avatar expires - schema: - type: int - required: true - default: 3600 - - variable: legal - label: Legal - schema: - additional_attrs: true - type: dict - attrs: - - variable: imprinturl - label: Imprint URL - description: Legal urls Will be shown in the frontend if configured here - schema: - type: string - default: "" - - variable: privacyurl - label: Privacy URL - description: Legal urls Will be shown in the frontend if configured here - schema: - type: string - default: "" - - variable: mailer - label: Mailer - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Whether to enable the mailer or not. If it is disabled, all users are enabled right away and password reset is not possible. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: host - label: Host - description: SMTP Host - schema: - type: string - required: true - default: "" - - variable: port - label: Port - description: SMTP Port - schema: - type: int - required: true - default: 587 - - variable: authtype - label: Auth Type - description: SMTP Auth Type. Can be either plain, login or cram-md5. - schema: - type: string - required: true - default: plain - enum: - - value: plain - description: Plain - - value: login - description: Login - - value: cram-md5 - description: Cram-MD5 - - variable: username - label: Username - description: SMTP Username - schema: - type: string - required: true - default: "" - - variable: password - label: Password - description: SMTP Password - schema: - type: string - required: true - default: "" - - variable: fromemail - label: From E-Mail - description: The default from address when sending emails - schema: - type: string - required: true - default: "" - - variable: skiptlsverify - label: Skip TLS Verify - description: Wether to skip verification of the tls certificate on the server - schema: - type: boolean - default: false - - variable: forcessl - label: Force SSL - description: By default, vikunja will try to connect with starttls, use this option to force it to use ssl. - schema: - type: boolean - default: true - - variable: queuelength - label: Queue Length - description: The length of the mail queue. - schema: - type: int - required: true - default: 100 - - variable: queuetimeout - label: Queue Timeout - description: The timeout in seconds after which the current open connection to the mail server will be closed. - schema: - type: int - required: true - default: 100 - - variable: log - label: Log - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Whether to show any logging at all or none - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: path - label: Path - description: A folder where all the log files should go. - schema: - type: string - required: true - default: /app/vikunja/logs - - variable: standard - label: Standard - description: Where the normal log should go. - schema: - type: string - required: true - default: stdout - enum: - - value: stdout - description: stdout - - value: stderr - description: stderr - - value: file - description: File - - value: "off" - description: "Off" - - variable: level - label: Level - description: Change the log level. - schema: - type: string - show_if: [["standard", "!=", "off"]] - required: true - default: INFO - enum: - - value: INFO - description: INFO - - value: NOTICE - description: NOTICE - - value: WARNING - description: WARNING - - value: ERROR - description: ERROR - - value: CRITICAL - description: CRITICAL - - value: DEBUG - description: DEBUG - - variable: database - label: Database - description: Whether or not to log database queries. Useful for debugging. - schema: - type: string - required: true - default: "off" - enum: - - value: stdout - description: stdout - - value: stderr - description: stderr - - value: file - description: File - - value: "off" - description: "Off" - - variable: databaselevel - label: Database Level - description: The log level for database log messages. - schema: - type: string - show_if: [["database", "!=", "off"]] - required: true - default: INFO - enum: - - value: INFO - description: INFO - - value: NOTICE - description: NOTICE - - value: WARNING - description: WARNING - - value: ERROR - description: ERROR - - value: CRITICAL - description: CRITICAL - - value: DEBUG - description: DEBUG - - variable: http - label: HTTP - description: Whether to log http requests or not. - schema: - type: string - required: true - default: stdout - enum: - - value: stdout - description: stdout - - value: stderr - description: stderr - - value: file - description: File - - value: "off" - description: "Off" - - variable: echo - label: Echo - description: Echo has its own logging which usually is unnecessary, which is why it is disabled by default. - schema: - type: string - required: true - default: "off" - enum: - - value: stdout - description: stdout - - value: stderr - description: stderr - - value: file - description: File - - value: "off" - description: "Off" - - variable: events - label: Events - description: Whether or not to log events. - schema: - type: string - required: true - default: stdout - enum: - - value: stdout - description: stdout - - value: stderr - description: stderr - - value: file - description: File - - value: "off" - description: "Off" - - variable: eventslevel - label: Events Level - description: The log level for event log messages. - schema: - type: string - show_if: [["events", "!=", "off"]] - required: true - default: INFO - enum: - - value: INFO - description: INFO - - value: ERROR - description: ERROR - - value: DEBUG - description: DEBUG - - variable: defaultsettings - label: Default Settings - description: | - Provide default settings for new users. When a new user is created, these settings will automatically be set for the user. - If you change them in the config file afterwards they will not be changed back for existing users. - schema: - additional_attrs: true - type: dict - attrs: - - variable: avatar_provider - label: Avatar Provider - description: The avatar source for the user. - schema: - type: string - required: true - default: initials - enum: - - value: initials - description: Initials - - value: gravatar - description: Gravatar - - value: marble - description: Marble - - value: upload - description: Upload - - variable: avatar_file_id - label: Avatar File ID - description: The id of the file used as avatar. - schema: - type: int - show_if: [["avatar_provider", "=", "upload"]] - required: true - default: 0 - - variable: email_reminders_enabled - label: Enable Email Reminders - description: If set to true users will get task reminders via email. - schema: - type: boolean - default: false - - variable: discoverable_by_name - label: Discoverable by Name - description: If set to true will allow other users to find this user when searching for parts of their name. - schema: - type: boolean - default: false - - variable: discoverable_by_email - label: Discoverable by E-Mail - description: If set to true will allow other users to find this user when searching for their exact email. - schema: - type: boolean - default: false - - variable: overdue_tasks_reminders_enabled - label: Enable Overdue Task Reminders - description: If set to true will send an email every day with all overdue tasks at a configured time. - schema: - type: boolean - default: false - - variable: overdue_tasks_reminders_time - label: Overdue Task Reminder Time - description: When to send the overdue task reminder email. - schema: - type: string - required: true - default: "09:00" - - variable: default_list_id - label: Default List ID - description: The id of the default list. Make sure users actually have access to this list when setting this value. - schema: - type: int - required: true - default: 0 - - variable: week_start - label: Week Start - description: Start of the week for the user. 0 is sunday, 1 is monday and so on. - schema: - type: int - required: true - default: 0 - - variable: language - label: Language - description: | - The language of the user interface. Must be an ISO 639-1 language code. - Will default to the browser language the user uses when signing up. - schema: - type: string - default: "" - - variable: timezone - label: Timezone - description: The time zone of each individual user. This will affect when users get reminders and overdue task emails. - schema: - type: string - default: "" - - variable: backgrounds - label: Backgrounds - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Whether to enable backgrounds for lists at all. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: providers - label: Providers - schema: - additional_attrs: true - type: dict - attrs: - - variable: upload - label: Upload - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Whether to enable uploaded list backgrounds - schema: - type: boolean - default: true - - variable: unsplash - label: Unsplash - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Whether to enable setting backgrounds from unsplash as list backgrounds - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: accesstoken - label: Access Token - description: | - You need to create an application for your installation at - https://unsplash.com/oauth/applications/new and set the access token below. - schema: - type: string - required: true - default: "" - - variable: applicationid - label: Application ID - description: The unsplash application id is only used for ping back and required as per their api guidelines. - schema: - type: string - required: true - default: "" - - variable: auth - label: Auth - schema: - additional_attrs: true - type: dict - attrs: - - variable: local - label: Local - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable or disable local authentication - schema: - type: boolean - default: true - - variable: openid - label: OpenID - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable or disable OpenID Connect authentication - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: redirecturl - label: Redirect URL - description: The URL to redirect clients to. Defaults to the configured frontend URL. - schema: - type: string - default: "" - - variable: providers - label: Providers - schema: - type: list - default: [] - items: - - variable: providerEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: The name of the provider as it will appear in the frontend. - schema: - type: string - required: true - default: "" - - variable: authurl - label: Auth URL - description: The auth url to send users to if they want to authenticate using OpenID Connect. - schema: - type: string - required: true - default: "" - - variable: logouturl - label: Logout URL - description: The oidc logout url that users will be redirected to on logout. - schema: - type: string - default: "" - - variable: clientid - label: Client ID - description: The client ID used to authenticate Vikunja at the OpenID Connect provider. - schema: - type: string - required: true - default: "" - - variable: clientsecret - label: Client Secret - description: The client secret used to authenticate Vikunja at the OpenID Connect provider. - schema: - type: string - required: true - default: "" - - variable: migration - label: Migration - schema: - additional_attrs: true - type: dict - attrs: - - variable: todoist - label: Todoist - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Whether to enable the todoist migrator or not - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: clientid - label: Client ID - description: | - The client id, required for making requests to the todoist api - You need to register your vikunja instance at https://developer.todoist.com/appconsole.html to get this - schema: - type: string - required: true - default: "" - - variable: clientsecret - label: Client Secret - description: The client secret, also required for making requests to the todoist api - schema: - type: string - required: true - default: "" - - variable: redirecturl - label: Redirect URL - description: The url where clients are redirected after they authorized Vikunja to access their todoist items. - schema: - type: string - required: true - default: /migrate/todoist - - variable: trello - label: Trello - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Whether to enable the trello migrator or not - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: key - label: Key - description: | - The client id, required for making requests to the trello api. - You need to register your vikunja instance at https://trello.com/app-key, - (log in before you visit that link) to get this. - schema: - type: string - required: true - default: "" - - variable: redirecturl - label: Redirect URL - description: The url where clients are redirected after they authorized Vikunja to access their trello cards. - schema: - type: string - required: true - default: /migrate/trello - - variable: microsofttodo - label: Microsoft To Do - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Wheter to enable the microsoft todo migrator or not - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: clientid - label: Client ID - description: | - The client id, required for making requests to the microsoft graph api - See https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app#register-an-application - for information about how to register your Vikunja instance. - schema: - type: string - required: true - default: "" - - variable: clientsecret - label: Client Secret - description: The client secret, also required for making requests to the microsoft graph api - schema: - type: string - required: true - default: "" - - variable: redirecturl - label: Redirect URL - description: The url where clients are redirected after they authorized Vikunja to access their microsoft todo tasks. - schema: - type: string - required: true - default: /migrate/microsoft-todo -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10220 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: files - label: App Files Storage - description: Stores the Application Files. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/vintage-story/questions.yaml b/charts/stable/vintage-story/questions.yaml deleted file mode 100644 index 9f614000767..00000000000 --- a/charts/stable/vintage-story/questions.yaml +++ /dev/null @@ -1,105 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: VS_CHANNEL - label: "VS_CHANNEL" - description: "Select which release channel you want to use (valid values are stable, unstable & pre without quotes)." - schema: - type: string - default: "stable" - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Extra startup parameters (leave empty if you dont need it)." - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 42420 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: serverfiles - label: "serverfiles Storage" - description: "Data Path" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/virt-manager/questions.yaml b/charts/stable/virt-manager/questions.yaml deleted file mode 100644 index ba9965ef545..00000000000 --- a/charts/stable/virt-manager/questions.yaml +++ /dev/null @@ -1,123 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: HOSTS - label: "HOSTS" - description: "Container Variable HOSTS" - schema: - type: string - default: "['qemu:///system']" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8185 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: libvirt-sock - label: "libvirt-sock Storage" - description: "Container Path varrunlibvirtlibvirt-sock" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: images - label: "images Storage" - description: "Container Path varliblibvirtimages" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: devkvm - label: "devkvm Storage" - description: "Container Path devkvm" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: rootfolder - label: "rootfolder Storage" - description: "Container Path root" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/vlmcsd-kms-server/questions.yaml b/charts/stable/vlmcsd-kms-server/questions.yaml deleted file mode 100644 index 362375470df..00000000000 --- a/charts/stable/vlmcsd-kms-server/questions.yaml +++ /dev/null @@ -1,66 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - -# Include{containerBasic} -# Include{containerAdvanced} - -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 1688 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/vocechat-server/questions.yaml b/charts/stable/vocechat-server/questions.yaml deleted file mode 100644 index 782758b8b32..00000000000 --- a/charts/stable/vocechat-server/questions.yaml +++ /dev/null @@ -1,98 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: vocechat - group: App Configuration - label: VoceChat Server - schema: - additional_attrs: true - type: dict - attrs: - - variable: frontend_url - label: Frontend Url - schema: - type: string - required: true - default: "http://localhost:3009" -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3009 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/wallos/questions.yaml b/charts/stable/wallos/questions.yaml deleted file mode 100644 index 3434114b47d..00000000000 --- a/charts/stable/wallos/questions.yaml +++ /dev/null @@ -1,93 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8282 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: database - label: "App Database Storage" - description: "Stores the Application Database." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: logos - label: "App Logos Storage" - description: "Stores the Application Logos." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/watcharr/questions.yaml b/charts/stable/watcharr/questions.yaml deleted file mode 100644 index 6a1e5abfd6f..00000000000 --- a/charts/stable/watcharr/questions.yaml +++ /dev/null @@ -1,116 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: watcharr - group: App Configuration - label: Watcharr - schema: - additional_attrs: true - type: dict - attrs: - - variable: jellyfin_host - label: Jellyfin Host - description: To enable it as an auth provider. - schema: - type: string - default: "" - - variable: signup_enabled - label: SignUp Enabled - description: To enable it as an auth provider. - schema: - type: boolean - default: true - - variable: tmdb_key - label: TMDB Key - description: Provide your own TMDB API Key. - schema: - type: string - default: "" - - variable: debug - label: Debug - description: Enable/disable debug logging. - schema: - type: boolean - default: false -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10684 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/watchyourlan/questions.yaml b/charts/stable/watchyourlan/questions.yaml deleted file mode 100644 index b2f5565dcfa..00000000000 --- a/charts/stable/watchyourlan/questions.yaml +++ /dev/null @@ -1,131 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: watchyourlan - group: App Configuration - label: Watch Your Lan Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: gui_ip - label: GUI IP - description: Address for web GUI - schema: - type: string - required: true - $ref: - - "definitions/nodeIP" - - variable: interfaces - label: Interfaces - description: Interface to scan. Could be one or more - schema: - type: list - default: [] - items: - - variable: interfaceEntry - label: Interface Entry - schema: - type: string - required: true - default: "" - - variable: theme - label: Theme - description: Any theme name from https://bootswatch.com in lowercase - schema: - type: string - default: darkly - - variable: timeout - label: Timeout - description: Time between scans (seconds) - schema: - type: int - default: 300 - - variable: shoutrrr_url - label: Shoutrrr URL - description: Url to any notification service supported by Shoutrrr (gotify, email, telegram and others) - schema: - type: string - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10355 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/webgrabplus/questions.yaml b/charts/stable/webgrabplus/questions.yaml deleted file mode 100644 index 9e828dd339d..00000000000 --- a/charts/stable/webgrabplus/questions.yaml +++ /dev/null @@ -1,64 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: data - label: App Data Storage - description: Stores the Application Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/weblate/questions.yaml b/charts/stable/weblate/questions.yaml deleted file mode 100644 index 2e3bf7390e0..00000000000 --- a/charts/stable/weblate/questions.yaml +++ /dev/null @@ -1,1279 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: weblate - group: "App Configuration" - label: "Weblate Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: general - label: "General Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: WEBLATE_SITE_DOMAIN - label: "WEBLATE_SITE_DOMAIN" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - required: true - default: "" - - variable: WEBLATE_SITE_TITLE - label: "WEBLATE_SITE_TITLE (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_ADMIN_NAME - label: "WEBLATE_ADMIN_NAME (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_ADMIN_EMAIL - label: "WEBLATE_ADMIN_EMAIL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_ADMIN_PASSWORD - label: "WEBLATE_ADMIN_PASSWORD (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_ENABLE_HTTPS - label: "WEBLATE_ENABLE_HTTPS" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_IP_PROXY_HEADER - label: "WEBLATE_IP_PROXY_HEADER (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_SECURE_PROXY_SSL_HEADER - label: "WEBLATE_SECURE_PROXY_SSL_HEADER (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_AUTO_UPDATE - label: "WEBLATE_AUTO_UPDATE (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - enum: - - value: "" - description: "none" - - value: "remote" - description: "remote" - - value: "full" - description: "full" - - variable: WEBLATE_SERVER_EMAIL - label: "WEBLATE_SERVER_EMAIL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_DEFAULT_FROM_EMAIL - label: "WEBLATE_DEFAULT_FROM_EMAIL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_CONTACT_FORM - label: "WEBLATE_CONTACT_FORM (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - enum: - - value: "" - description: "Default" - - value: "reply-to" - description: "reply-to" - - value: "from" - description: "from" - - variable: WEBLATE_ALLOWED_HOSTS - label: "WEBLATE_ALLOWED_HOSTS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_REGISTRATION_OPEN - label: "WEBLATE_REGISTRATION_OPEN" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: true - - variable: WEBLATE_REGISTRATION_ALLOW_BACKENDS - label: "WEBLATE_REGISTRATION_ALLOW_BACKENDS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_REQUIRE_LOGIN - label: "WEBLATE_REQUIRE_LOGIN" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_LOGIN_REQUIRED_URLS_EXCEPTIONS - label: "WEBLATE_LOGIN_REQUIRED_URLS_EXCEPTIONS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_ADD_LOGIN_REQUIRED_URLS_EXCEPTIONS - label: "WEBLATE_ADD_LOGIN_REQUIRED_URLS_EXCEPTIONS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_REMOVE_LOGIN_REQUIRED_URLS_EXCEPTIONS - label: "WEBLATE_REMOVE_LOGIN_REQUIRED_URLS_EXCEPTIONS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_GOOGLE_ANALYTICS_ID - label: "WEBLATE_GOOGLE_ANALYTICS_ID (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_GITHUB_USERNAME - label: "WEBLATE_GITHUB_USERNAME (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_GITHUB_TOKEN - label: "WEBLATE_GITHUB_TOKEN (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_GITLAB_USERNAME - label: "WEBLATE_GITLAB_USERNAME (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_GITLAB_TOKEN - label: "WEBLATE_GITLAB_TOKEN (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_PAGURE_USERNAME - label: "WEBLATE_PAGURE_USERNAME (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_PAGURE_TOKEN - label: "WEBLATE_PAGURE_TOKEN (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SIMPLIFY_LANGUAGES - label: "WEBLATE_SIMPLIFY_LANGUAGES" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: true - - variable: WEBLATE_DEFAULT_ACCESS_CONTROL - label: "WEBLATE_DEFAULT_ACCESS_CONTROL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_DEFAULT_RESTRICTED_COMPONENT - label: "WEBLATE_DEFAULT_RESTRICTED_COMPONENT" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_DEFAULT_TRANSLATION_PROPAGATION - label: "WEBLATE_DEFAULT_TRANSLATION_PROPAGATION" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: true - - variable: WEBLATE_DEFAULT_COMMITER_EMAIL - label: "WEBLATE_DEFAULT_COMMITER_EMAIL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_DEFAULT_COMMITER_NAME - label: "WEBLATE_DEFAULT_COMMITER_NAME (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_DEFAULT_SHARED_TM - label: "WEBLATE_DEFAULT_SHARED_TM" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: true - - variable: WEBLATE_AKISMET_API_KEY - label: "WEBLATE_AKISMET_API_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_GPG_IDENTITY - label: "WEBLATE_GPG_IDENTITY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_URL_PREFIX - label: "WEBLATE_URL_PREFIX (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_SILENCED_SYSTEM_CHECKS - label: "WEBLATE_SILENCED_SYSTEM_CHECKS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_CSP_SCRIPT_SRC - label: "WEBLATE_CSP_SCRIPT_SRC (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_CSP_IMG_SRC - label: "WEBLATE_CSP_IMG_SRC (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_CSP_CONNECT_SRC - label: "WEBLATE_CSP_CONNECT_SRC (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_CSP_STYLE_SRC - label: "WEBLATE_CSP_STYLE_SRC (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_CSP_FONT_SRC - label: "WEBLATE_CSP_FONT_SRC (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_LICENSE_FILTER - label: "WEBLATE_LICENSE_FILTER (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_LICENSE_REQUIRED - label: "WEBLATE_LICENSE_REQUIRED" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_WEBSITE_REQUIRED - label: "WEBLATE_WEBSITE_REQUIRED" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: true - - variable: WEBLATE_HIDE_VERSION - label: "WEBLATE_HIDE_VERSION" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_BASIC_LANGUAGES - label: "WEBLATE_BASIC_LANGUAGES (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_DEFAULT_AUTO_WATCH - label: "WEBLATE_DEFAULT_AUTO_WATCH" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: true - - variable: WEBLATE_RATELIMIT_ATTEMPTS - label: "WEBLATE_RATELIMIT_ATTEMPTS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_RATELIMIT_LOCKOUT - label: "WEBLATE_RATELIMIT_LOCKOUT (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_RATELIMIT_WINDOW - label: "WEBLATE_RATELIMIT_WINDOW (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_ENABLE_AVATARS - label: "WEBLATE_ENABLE_AVATARS" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: true - - variable: WEBLATE_LIMIT_TRANSLATION_LENGTH_BY_SOURCE_LENGTH - label: "WEBLATE_LIMIT_TRANSLATION_LENGTH_BY_SOURCE_LENGTH" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: true - - variable: WEBLATE_SSH_EXTRA_ARGS - label: "WEBLATE_SSH_EXTRA_ARGS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_BORG_EXTRA_ARGS - label: "WEBLATE_BORG_EXTRA_ARGS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_DATABASE_BACKUP - label: "WEBLATE_DATABASE_BACKUP (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "plain" - enum: - - value: "plain" - description: "plain" - - value: "compressed" - description: "compressed" - - value: "none" - description: "none" - - variable: WEBLATE_DEBUG - label: "WEBLATE_DEBUG" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_LOGLEVEL - label: "WEBLATE_LOGLEVEL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: machinetranslate - label: "Machine Translation Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Machine Translation Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_MT_APERTIUM_APY - label: "WEBLATE_MT_APERTIUM_APY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_AWS_REGION - label: "WEBLATE_MT_AWS_REGION (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_AWS_ACCESS_KEY_ID - label: "WEBLATE_MT_AWS_ACCESS_KEY_ID (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_MT_AWS_SECRET_ACCESS_KEY - label: "WEBLATE_MT_AWS_SECRET_ACCESS_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_MT_DEEPL_KEY - label: "WEBLATE_MT_DEEPL_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_MT_DEEPL_API_URL - label: "WEBLATE_MT_DEEPL_API_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_LIBRETRANSLATE_KEY - label: "WEBLATE_MT_LIBRETRANSLATE_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_MT_LIBRETRANSLATE_API_URL - label: "WEBLATE_MT_LIBRETRANSLATE_API_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_GOOGLE_KEY - label: "WEBLATE_MT_GOOGLE_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_MT_GOOGLE_CREDENTIALS - label: "WEBLATE_MT_GOOGLE_CREDENTIALS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_GOOGLE_PROJECT - label: "WEBLATE_MT_GOOGLE_PROJECT (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_GOOGLE_LOCATION - label: "WEBLATE_MT_GOOGLE_LOCATION (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_MICROSOFT_COGNITIVE_KEY - label: "WEBLATE_MT_MICROSOFT_COGNITIVE_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_MT_MICROSOFT_ENDPOINT_URL - label: "WEBLATE_MT_MICROSOFT_ENDPOINT_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_MICROSOFT_REGION - label: "WEBLATE_MT_MICROSOFT_REGION (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_MICROSOFT_BASE_URL - label: "WEBLATE_MT_MICROSOFT_BASE_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_MODERNMT_KEY - label: "WEBLATE_MT_MODERNMT_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_MT_MYMEMORY_ENABLED - label: "WEBLATE_MT_MYMEMORY_ENABLED" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_MT_GLOSBE_ENABLED - label: "WEBLATE_MT_GLOSBE_ENABLED" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_MT_MICROSOFT_TERMINOLOGY_ENABLED - label: "WEBLATE_MT_MICROSOFT_TERMINOLOGY_ENABLED" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_MT_SAP_BASE_URL - label: "WEBLATE_MT_SAP_BASE_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_SAP_SANDBOX_APIKEY - label: "WEBLATE_MT_SAP_SANDBOX_APIKEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_MT_SAP_USERNAME - label: "WEBLATE_MT_SAP_USERNAME (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_MT_SAP_PASSWORD - label: "WEBLATE_MT_SAP_PASSWORD (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_MT_SAP_USE_MT - label: "WEBLATE_MT_SAP_USE_MT" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: auth - label: "Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ldap - label: "LDAP Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show LDAP Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_AUTH_LDAP_SERVER_URI - label: "WEBLATE_AUTH_LDAP_SERVER_URI (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_AUTH_LDAP_USER_DN_TEMPLATE - label: "WEBLATE_AUTH_LDAP_USER_DN_TEMPLATE (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_AUTH_LDAP_USER_ATTR_MAP - label: "WEBLATE_AUTH_LDAP_USER_ATTR_MAP (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_AUTH_LDAP_BIND_DN - label: "WEBLATE_AUTH_LDAP_BIND_DN (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_AUTH_LDAP_BIND_PASSWORD - label: "WEBLATE_AUTH_LDAP_BIND_PASSWORD (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_AUTH_LDAP_CONNECTION_OPTION_REFERRALS - label: "WEBLATE_AUTH_LDAP_CONNECTION_OPTION_REFERRALS" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_AUTH_LDAP_USER_SEARCH - label: "WEBLATE_AUTH_LDAP_USER_SEARCH (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_AUTH_LDAP_USER_SEARCH_FILTER - label: "WEBLATE_AUTH_LDAP_USER_SEARCH_FILTER (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_AUTH_LDAP_USER_SEARCH_UNION - label: "WEBLATE_AUTH_LDAP_USER_SEARCH_UNION (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_AUTH_LDAP_USER_SEARCH_UNION_DELIMITER - label: "WEBLATE_AUTH_LDAP_USER_SEARCH_UNION_DELIMITER (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: github - label: "Github Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Github Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SOCIAL_AUTH_GITHUB_KEY - label: "WEBLATE_SOCIAL_AUTH_GITHUB_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GITHUB_SECRET - label: "WEBLATE_SOCIAL_AUTH_GITHUB_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GITHUB_ORG_KEY - label: "WEBLATE_SOCIAL_AUTH_GITHUB_ORG_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GITHUB_ORG_SECRET - label: "WEBLATE_SOCIAL_AUTH_GITHUB_ORG_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GITHUB_ORG_NAME - label: "WEBLATE_SOCIAL_AUTH_GITHUB_ORG_NAME (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_KEY - label: "WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_SECRET - label: "WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_ID - label: "WEBLATE_SOCIAL_AUTH_GITHUB_TEAM_ID (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: bitbucket - label: "Bitbucket Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Bitbucket Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SOCIAL_AUTH_BITBUCKET_KEY - label: "WEBLATE_SOCIAL_AUTH_BITBUCKET_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_BITBUCKET_SECRET - label: "WEBLATE_SOCIAL_AUTH_BITBUCKET_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: facebook - label: "Facebook Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Facebook Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SOCIAL_AUTH_FACEBOOK_KEY - label: "WEBLATE_SOCIAL_AUTH_FACEBOOK_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_FACEBOOK_SECRET - label: "WEBLATE_SOCIAL_AUTH_FACEBOOK_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: google - label: "Google Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Google Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_KEY - label: "WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET - label: "WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS - label: "WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_EMAILS - label: "WEBLATE_SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_EMAILS (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: gitlab - label: "Gitlab Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Gitlab Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SOCIAL_AUTH_GITLAB_KEY - label: "WEBLATE_SOCIAL_AUTH_GITLAB_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GITLAB_SECRET - label: "WEBLATE_SOCIAL_AUTH_GITLAB_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_GITLAB_API_URL - label: "WEBLATE_SOCIAL_AUTH_GITLAB_API_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: azure - label: "Azure AD Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Azure AD Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_KEY - label: "WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_SECRET - label: "WEBLATE_SOCIAL_AUTH_AZUREAD_OAUTH2_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: azuretenant - label: "Azure AD with Tenant Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Azure AD with Tenant Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_KEY - label: "WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_SECRET - label: "WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_TENANT_ID - label: "WEBLATE_SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_TENANT_ID (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: keycloak - label: "Keycloak Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Keycloak Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_KEY - label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_SECRET - label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_PUBLIC_KEY - label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_PUBLIC_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_ALGORITHM - label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_ALGORITHM (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_AUTHORIZATION_URL - label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_AUTHORIZATION_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_SOCIAL_AUTH_KEYCLOAK_ACCESS_TOKEN_URL - label: "WEBLATE_SOCIAL_AUTH_KEYCLOAK_ACCESS_TOKEN_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: linux - label: "Linux Vendors Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Linux Vendors Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SOCIAL_AUTH_FEDORA - label: "WEBLATE_SOCIAL_AUTH_FEDORA" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_SOCIAL_AUTH_OPENSUSE - label: "WEBLATE_SOCIAL_AUTH_OPENSUSE" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_SOCIAL_AUTH_UBUNTU - label: "WEBLATE_SOCIAL_AUTH_UBUNTU" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: slack - label: "Slack Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Slack Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SOCIAL_AUTH_SLACK_KEY - label: "WEBLATE_SOCIAL_AUTH_SLACK_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: SOCIAL_AUTH_SLACK_SECRET - label: "SOCIAL_AUTH_SLACK_SECRET (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: saml - label: "SAML Authentication Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show SAML Authentication Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_SAML_IDP_ENTITY_ID - label: "WEBLATE_SAML_IDP_ENTITY_ID (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_SAML_IDP_URL - label: "WEBLATE_SAML_IDP_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_SAML_IDP_X509CERT - label: "WEBLATE_SAML_IDP_X509CERT (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: email - label: "Email Server Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Email Server Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_EMAIL_HOST - label: "WEBLATE_EMAIL_HOST (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_EMAIL_PORT - label: "WEBLATE_EMAIL_PORT (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_EMAIL_HOST_USER - label: "WEBLATE_EMAIL_HOST_USER (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_EMAIL_HOST_PASSWORD - label: "WEBLATE_EMAIL_HOST_PASSWORD (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: WEBLATE_EMAIL_USE_SSL - label: "WEBLATE_EMAIL_USE_SSL" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_EMAIL_USE_TLS - label: "WEBLATE_EMAIL_USE_TLS" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: boolean - default: false - - variable: WEBLATE_EMAIL_BACKEND - label: "WEBLATE_EMAIL_BACKEND (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: siteintegration - label: "Site Integration Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Site Integration Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_GET_HELP_URL - label: "WEBLATE_GET_HELP_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_STATUS_URL - label: "WEBLATE_STATUS_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_LEGAL_URL - label: "WEBLATE_LEGAL_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_PRIVACY_URL - label: "WEBLATE_PRIVACY_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: errorreporting - label: "Error Reporting Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Error Reporting Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: ROLLBAR_KEY - label: "ROLLBAR_KEY (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - private: true - default: "" - - variable: ROLLBAR_ENVIRONMENT - label: "ROLLBAR_ENVIRONMENT (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: SENTRY_DSN - label: "SENTRY_DSN (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: SENTRY_ENVIRONMENT - label: "SENTRY_ENVIRONMENT (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: localization - label: "Localization CDN Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Show Localization CDN Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WEBLATE_LOCALIZE_CDN_URL - label: "WEBLATE_LOCALIZE_CDN_URL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - - variable: WEBLATE_LOCALIZE_CDN_PATH - label: "WEBLATE_LOCALIZE_CDN_PATH (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10158 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 1000 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 1000 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/webnut/questions.yaml b/charts/stable/webnut/questions.yaml deleted file mode 100644 index dd7a22c8560..00000000000 --- a/charts/stable/webnut/questions.yaml +++ /dev/null @@ -1,112 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: UPS_USER - label: UPS User - description: Set the NUT user. - schema: - type: string - default: "" - required: true - - variable: UPS_PASSWORD - label: UPS Password - description: Set the NUT password. - schema: - type: string - default: "" - private: true - required: true - - variable: UPS_HOST - label: UPS Host - description: Host IP. - schema: - type: string - default: "" - required: true - - variable: UPS_PORT - label: UPS Port - description: UPS PORT. - schema: - type: int - default: 3493 - required: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10585 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/webp-server/questions.yaml b/charts/stable/webp-server/questions.yaml deleted file mode 100644 index f6ec0fe86b9..00000000000 --- a/charts/stable/webp-server/questions.yaml +++ /dev/null @@ -1,116 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: ALLOWED_TYPES - label: "ALLOWED_TYPES" - schema: - type: string - default: "jpg,png,jpeg,bmp,gif" - - variable: QUALITY - label: "QUALITY" - schema: - type: string - default: "80" - - variable: ENABLE_AVIF - label: "ENABLE_AVIF" - schema: - type: string - default: "false" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 3333 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: storagepics - label: "storagepics Storage" - description: "This is the location for your pics." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: storagecache - label: "storagecache Storage" - description: "Location for generated WEBP images to serve them later faster." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/website-shot/questions.yaml b/charts/stable/website-shot/questions.yaml deleted file mode 100644 index f0e790232c4..00000000000 --- a/charts/stable/website-shot/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10221 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: screenshots - label: "App Screenshots Storage" - description: "Stores the Application Screenshots." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 1000 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 1000 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/webtop/questions.yaml b/charts/stable/webtop/questions.yaml deleted file mode 100644 index 61474530322..00000000000 --- a/charts/stable/webtop/questions.yaml +++ /dev/null @@ -1,194 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - label: Select Image - schema: - type: string - default: image - enum: - # XFCE - - value: image - description: XFCE Alpine - - value: ubuntuXFCEImage - description: XFCE Ubuntu - - value: fedoraXFCEImage - description: XFCE Fedora - - value: archXFCEImage - description: XFCE Arch - # KDE - - value: alpineKDEImage - description: KDE Alpine - - value: ubuntuKDEImage - description: KDE Ubuntu - - value: fedoraKDEImage - description: KDE Fedora - - value: archKDEImage - description: KDE Arch - # Mate - - value: alpineMATEImage - description: Mate Alpine - - value: ubuntuMATEImage - description: Mate Ubuntu - - value: fedoraMATEImage - description: Mate Fedora - - value: archMATEImage - description: Mate Arch - # I3 - - value: alpineI3Image - description: I3 Alpine - - value: ubuntuI3Image - description: I3 Ubuntu - - value: fedoraI3Image - description: I3 Fedora - - value: archI3Image - description: I3 Arch - # OpenBox - - value: alpineOpenBoxImage - description: OpenBox Alpine - - value: ubuntuOpenBoxImage - description: OpenBox Ubuntu - - value: fedoraOpenBoxImage - description: OpenBox Fedora - - value: archOpenBoxImage - description: OpenBox Arch - # OpenBox - - value: alpineICEWMImage - description: ICEWM Alpine - - value: ubuntuICEWMImage - description: ICEWM Ubuntu - - value: fedoraICEWMImage - description: ICEWM Fedora - - value: archICEWMImage - description: ICEWM Arch - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: TITLE - label: Title - description: String which will be used as page/tab title in the web browser. - schema: - type: string - default: Webtop - - variable: AUTO_LOGIN - label: Auto Login - description: force login on the '/' path. - schema: - type: boolean - default: false - - variable: KEYBOARD - label: Keyboard Layout - description: See the keyboard layouts in https://docs.linuxserver.io/images/docker-webtop#application-setup - schema: - type: string - default: en-us-qwerty - enum: - - value: en-us-qwerty - description: English US Qwerty - - value: es-es-qwerty - description: Spanish Qwerty - - value: en-gb-qwerty - description: English UK Qwerty - - value: da-dk-qwerty - description: Danish Qwerty - - value: de-ch-qwertz - description: German Qwertz - - value: fr-ch-qwertz - description: Swiss French Qwertz - - value: fr-fr-azerty - description: French Azerty - - value: it-it-qwerty - description: Italian Qwerty - - value: ja-jp-qwerty - description: Japanese Qwerty - - value: pt-br-qwerty - description: Portuguese Brazilian Qwerty - - value: sv-se-qwerty - description: Swedish Qwerty - - value: tr-tr-qwerty - description: Turkish-Q Qwerty -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 33000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: config Storage - description: abc users home directory - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/wekan/questions.yaml b/charts/stable/wekan/questions.yaml deleted file mode 100644 index 10a1b2fd5fb..00000000000 --- a/charts/stable/wekan/questions.yaml +++ /dev/null @@ -1,1095 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ROOT_URL - label: "ROOT_URL" - schema: - type: string - default: "" - required: true - - variable: BROWSER_POLICY_ENABLED - label: "BROWSER_POLICY_ENABLED" - description: "Enable browser policy and allow one trusted URL that can have iframe that has Wekan embedded inside." - schema: - type: boolean - default: false - - variable: TRUSTED_URL - label: "TRUSTED_URL" - description: "When browser policy is enabled, HTML code at this Trusted URL can have iframe that embeds Wekan inside." - schema: - type: string - default: "" - - variable: logoutenabled - label: "Logout/Login Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: LOGOUT_WITH_TIMER - label: "LOGOUT_WITH_TIMER" - schema: - type: boolean - default: false - - variable: LOGOUT_IN - label: "LOGOUT_IN (Days)" - schema: - type: int - default: 0 - - variable: LOGOUT_ON_HOURS - label: "LOGOUT_ON_HOURS" - schema: - type: int - default: 0 - - variable: LOGOUT_ON_MINUTES - label: "LOGOUT_ON_MINUTES" - schema: - type: int - default: 0 - - variable: ACCOUNTS_COMMON_LOGIN_EXPIRATION_IN_DAYS - label: "ACCOUNTS_COMMON_LOGIN_EXPIRATION_IN_DAYS" - schema: - type: int - default: 90 - - variable: passwordnabled - label: "Password Brute Force Protection Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURES_BEFORE - label: "ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURES_BEFORE" - schema: - type: int - default: 3 - - variable: ACCOUNTS_LOCKOUT_KNOWN_USERS_PERIOD - label: "ACCOUNTS_LOCKOUT_KNOWN_USERS_PERIOD" - schema: - type: int - default: 60 - - variable: ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURE_WINDOW - label: "ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURE_WINDOW" - schema: - type: int - default: 15 - - variable: ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURES_BERORE - label: "ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURES_BERORE" - schema: - type: int - default: 3 - - variable: ACCOUNTS_LOCKOUT_UNKNOWN_USERS_LOCKOUT_PERIOD - label: "ACCOUNTS_LOCKOUT_UNKNOWN_USERS_LOCKOUT_PERIOD" - schema: - type: int - default: 60 - - variable: ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURE_WINDOW - label: "ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURE_WINDOW" - schema: - type: int - default: 15 - - variable: imagenabled - label: "Image Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: MAX_IMAGE_PIXEL - label: "MAX_IMAGE_PIXEL" - schema: - type: int - default: 1024 - - variable: IMAGE_COMPRESS_RATIO - label: "IMAGE_COMPRESS_RATIO" - schema: - type: int - default: 80 - - variable: mailenabled - label: "Mail Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: MAIL_URL - label: "MAIL_URL" - schema: - type: string - default: "" - - variable: MAIL_SERVICE_USER - label: "MAIL_SERVICE_USER" - schema: - type: string - default: "" - - variable: MAIL_SERVICE_PASSWORD - label: "MAIL_SERVICE_PASSWORD" - schema: - type: string - private: true - default: "" - - variable: MAIL_SERVICE - label: "MAIL_SERVICE" - schema: - type: string - default: "" - - variable: MAIL_FROM - label: "MAIL_FROM" - schema: - type: string - default: "" - - variable: notificationsenabled - label: "Notifications Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: BIGEVENTS_PATTERN - label: "BIGEVENTS_PATTERN" - schema: - type: string - default: "NONE" - - variable: NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE - label: "NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE" - description: "Number of days after a notification is read before we remove it." - schema: - type: int - default: 90 - - variable: EMAIL_NOTIFICATION_TIMEOUT - label: "EMAIL_NOTIFICATION_TIMEOUT" - schema: - type: int - default: 30000 - - variable: NOTIFY_DUE_DAYS_BEFORE_AND_AFTER - label: "NOTIFY_DUE_DAYS_BEFORE_AND_AFTER" - description: "Notify due days, default is None, 2 days before and on the event day" - schema: - type: string - default: "2,0" - - variable: NOTIFY_DUE_AT_HOUR_OF_DAY - label: "NOTIFY_DUE_AT_HOUR_OF_DAY" - description: "Notify due at hour of day." - schema: - type: int - default: 8 - - variable: personalizationenabled - label: "UX Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: RESULTS_PER_PAGE - label: "RESULTS_PER_PAGE" - schema: - type: int - default: 20 - required: true - - variable: RICHER_CARD_COMMENT_EDITOR - label: "RICHER_CARD_COMMENT_EDITOR" - schema: - type: boolean - default: false - - variable: CARD_OPENED_WEBHOOK_ENABLED - label: "CARD_OPENED_WEBHOOK_ENABLED" - schema: - type: boolean - default: false - - variable: PASSWORD_LOGIN_ENABLED - label: "PASSWORD_LOGIN_ENABLED" - schema: - type: boolean - default: false - - variable: WAIT_SPINNER - label: "WAIT_SPINNER" - description: "Sets the Wait Spinner animation" - schema: - type: string - default: "Bounce" - enum: - - value: "Bounce" - description: "Bounce" - - value: "Cube" - description: "Cube" - - value: "Cube-Grid" - description: "Cube-Grid" - - value: "Dot" - description: "Dot" - - value: "Double-Bounce" - description: "Double-Bounce" - - value: "Rotateplane" - description: "Rotateplane" - - value: "Scaleout" - description: "Scaleout" - - value: "Wave" - description: "Wave" - - variable: backendenabled - label: "Backend Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: WITH_API - label: "WITH_API" - schema: - type: boolean - default: true - - variable: WEBHOOKS_ATTRIBUTES - label: "WEBHOOKS_ATTRIBUTES" - description: "What to send to Outgoing Webhook." - schema: - type: string - default: "cardId,listId,oldListId,boardId,comment,user,card,commentId,swimlaneId,customerField,customFieldValue" - - variable: corsenabled - label: "CORS Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CORS - label: "CORS" - schema: - type: string - default: "*" - - variable: CORS_ALLOW_HEADERS - label: "CORS_ALLOW_HEADERS" - schema: - type: string - default: "Authorization,Content-Type" - - variable: CORS_EXPOSE_HEADERS - label: "CORS_EXPOSE_HEADERS" - schema: - type: string - default: "*" - - variable: matomoenabled - label: "Matomo Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: MATOMO_ADDRESS - label: "MATOMO_ADDRESS" - description: "The address of the server where Matomo is hosted." - schema: - type: string - default: "" - - variable: MATOMO_SITE_ID - label: "MATOMO_SITE_ID" - description: "The value of the site ID given in Matomo server for Wekan." - schema: - type: int - default: 1 - - variable: MATOMO_DO_NOT_TRACK - label: "MATOMO_DO_NOT_TRACK" - description: "The option do not track which enables users to not be tracked by matomo." - schema: - type: boolean - default: true - - variable: MATOMO_WITH_USERNAME - label: "MATOMO_WITH_USERNAME" - description: "The option that allows matomo to retrieve the username." - schema: - type: boolean - default: true - - variable: ORACLE_OIM_ENABLED - label: "ORACLE_OIM_ENABLED" - description: "OAUTH2 ORACLE on premise identity manager OIM" - schema: - type: boolean - default: false - - variable: oatuhncenabled - label: "OAUTH2 Nextcloud Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: OAUTH2_ENABLED - label: "OAUTH2_ENABLED" - schema: - type: boolean - default: false - - variable: OAUTH2_LOGIN_STYLE - label: "OAUTH2_LOGIN_STYLE" - description: "OAuth2 login style: popup or redirect." - schema: - type: string - default: "redirect" - enum: - - value: "redirect" - description: "redirect" - - value: "popup" - description: "popup" - - variable: OAUTH2_CLIENT_ID - label: "OAUTH2_CLIENT_ID" - description: "Application GUID captured during app registration" - schema: - type: string - default: "" - - variable: OAUTH2_SECRET - label: "OAUTH2_SECRET" - description: "Secret key generated during app registration" - schema: - type: string - default: "" - - variable: OAUTH2_SERVER_URL - label: "OAUTH2_SERVER_URL" - schema: - type: string - default: "" - - variable: OAUTH2_AUTH_ENDPOINT - label: "OAUTH2_AUTH_ENDPOINT" - schema: - type: string - default: "" - - variable: OAUTH2_USERINFO_ENDPOINT - label: "OAUTH2_USERINFO_ENDPOINT" - schema: - type: string - default: "" - - variable: OAUTH2_TOKEN_ENDPOINT - label: "OAUTH2_TOKEN_ENDPOINT" - schema: - type: string - default: "" - - variable: OAUTH2_ID_MAP - label: "OAUTH2_ID_MAP" - description: "The claim name you want to map to the unique ID field." - schema: - type: string - default: "" - - variable: OAUTH2_USERNAME_MAP - label: "OAUTH2_USERNAME_MAP" - description: "The claim name you want to map to the username field." - schema: - type: string - default: "" - - variable: OAUTH2_FULLNAME_MAP - label: "OAUTH2_FULLNAME_MAP" - description: "The claim name you want to map to the full name field." - schema: - type: string - default: "" - - variable: OAUTH2_EMAIL_MAP - label: "OAUTH2_EMAIL_MAP" - description: "The claim name you want to map to the email field." - schema: - type: string - default: "" - - variable: oatuhkeycloackenabled - label: "OAUTH2 Keycloack Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: OAUTH2_ENABLED - label: "OAUTH2_ENABLED" - schema: - type: boolean - default: false - - variable: OAUTH2_LOGIN_STYLE - label: "OAUTH2_LOGIN_STYLE" - description: "OAuth2 login style: popup or redirect." - schema: - type: string - default: "redirect" - enum: - - value: "redirect" - description: "redirect" - - value: "popup" - description: "popup" - - variable: OAUTH2_CLIENT_ID - label: "OAUTH2_CLIENT_ID" - description: "Application GUID captured during app registration" - schema: - type: string - default: "" - - variable: OAUTH2_SECRET - label: "OAUTH2_SECRET" - description: "Secret key generated during app registration" - schema: - type: string - default: "" - - variable: OAUTH2_SERVER_URL - label: "OAUTH2_SERVER_URL" - schema: - type: string - default: "" - - variable: OAUTH2_AUTH_ENDPOINT - label: "OAUTH2_AUTH_ENDPOINT" - schema: - type: string - default: "" - - variable: OAUTH2_USERINFO_ENDPOINT - label: "OAUTH2_USERINFO_ENDPOINT" - schema: - type: string - default: "" - - variable: OAUTH2_TOKEN_ENDPOINT - label: "OAUTH2_TOKEN_ENDPOINT" - schema: - type: string - default: "" - - variable: oatuhdoorkeeperenabled - label: "OAUTH2 Doorkeeper Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: OAUTH2_ENABLED - label: "OAUTH2_ENABLED" - schema: - type: boolean - default: false - - variable: OAUTH2_LOGIN_STYLE - label: "OAUTH2_LOGIN_STYLE" - description: "OAuth2 login style: popup or redirect." - schema: - type: string - default: "redirect" - enum: - - value: "redirect" - description: "redirect" - - value: "popup" - description: "popup" - - variable: OAUTH2_CLIENT_ID - label: "OAUTH2_CLIENT_ID" - description: "Application GUID captured during app registration" - schema: - type: string - default: "" - - variable: OAUTH2_SECRET - label: "OAUTH2_SECRET" - description: "Secret key generated during app registration" - schema: - type: string - default: "" - - variable: OAUTH2_SERVER_URL - label: "OAUTH2_SERVER_URL" - schema: - type: string - default: "" - - variable: OAUTH2_AUTH_ENDPOINT - label: "OAUTH2_AUTH_ENDPOINT" - schema: - type: string - default: "" - - variable: OAUTH2_USERINFO_ENDPOINT - label: "OAUTH2_USERINFO_ENDPOINT" - schema: - type: string - default: "" - - variable: OAUTH2_TOKEN_ENDPOINT - label: "OAUTH2_TOKEN_ENDPOINT" - schema: - type: string - default: "" - - variable: OAUTH2_ID_TOKEN_WHITELIST_FIELDS - label: "OAUTH2_ID_TOKEN_WHITELIST_FIELDS" - schema: - type: string - default: "" - - variable: OAUTH2_REQUEST_PERMISSIONS - label: "OAUTH2_REQUEST_PERMISSIONS" - description: "The claim name you want to map to the unique ID field." - schema: - type: string - default: "" - - variable: OAUTH2_ID_MAP - label: "OAUTH2_ID_MAP" - description: "The claim name you want to map to the unique ID field." - schema: - type: string - default: "" - - variable: OAUTH2_USERNAME_MAP - label: "OAUTH2_USERNAME_MAP" - description: "The claim name you want to map to the username field." - schema: - type: string - default: "" - - variable: OAUTH2_FULLNAME_MAP - label: "OAUTH2_FULLNAME_MAP" - description: "The claim name you want to map to the full name field." - schema: - type: string - default: "" - - variable: OAUTH2_EMAIL_MAP - label: "OAUTH2_EMAIL_MAP" - description: "The claim name you want to map to the email field." - schema: - type: string - default: "" - - variable: oatuhazureenabled - label: "OAUTH2 Azure Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: OAUTH2_ENABLED - label: "OAUTH2_ENABLED" - schema: - type: boolean - default: false - - variable: OAUTH2_CA_CERT - label: "OAUTH2_CA_CERT" - schema: - type: string - private: true - default: "" - - variable: OAUTH2_ADFS_ENABLED - label: "OAUTH2_ADFS_ENABLED" - schema: - type: boolean - default: false - - variable: OAUTH2_LOGIN_STYLE - label: "OAUTH2_LOGIN_STYLE" - description: "OAuth2 login style: popup or redirect." - schema: - type: string - default: "redirect" - enum: - - value: "redirect" - description: "redirect" - - value: "popup" - description: "popup" - - variable: OAUTH2_CLIENT_ID - label: "OAUTH2_CLIENT_ID" - description: "Application GUID captured during app registration" - schema: - type: string - default: "" - - variable: OAUTH2_SECRET - label: "OAUTH2_SECRET" - description: "Secret key generated during app registration" - schema: - type: string - default: "" - - variable: OAUTH2_SERVER_URL - label: "OAUTH2_SERVER_URL" - schema: - type: string - default: "" - - variable: OAUTH2_AUTH_ENDPOINT - label: "OAUTH2_AUTH_ENDPOINT" - schema: - type: string - default: "" - - variable: OAUTH2_USERINFO_ENDPOINT - label: "OAUTH2_USERINFO_ENDPOINT" - schema: - type: string - default: "" - - variable: OAUTH2_TOKEN_ENDPOINT - label: "OAUTH2_TOKEN_ENDPOINT" - schema: - type: string - default: "" - - variable: OAUTH2_ID_MAP - label: "OAUTH2_ID_MAP" - description: "The claim name you want to map to the unique ID field." - schema: - type: string - default: "" - - variable: OAUTH2_USERNAME_MAP - label: "OAUTH2_USERNAME_MAP" - description: "The claim name you want to map to the username field." - schema: - type: string - default: "" - - variable: OAUTH2_FULLNAME_MAP - label: "OAUTH2_FULLNAME_MAP" - description: "The claim name you want to map to the full name field." - schema: - type: string - default: "" - - variable: OAUTH2_EMAIL_MAP - label: "OAUTH2_EMAIL_MAP" - description: "The claim name you want to map to the email field." - schema: - type: string - default: "" - - variable: ldapenabled - label: "LDAP Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: LDAP_ENABLE - label: "LDAP_ENABLE" - schema: - type: boolean - default: false - - variable: DEFAULT_AUTHENTICATION_METHOD - label: "DEFAULT_AUTHENTICATION_METHOD" - schema: - type: string - default: "ldap" - - variable: LDAP_PORT - label: "LDAP_PORT" - schema: - type: int - default: 389 - - variable: LDAP_HOST - label: "LDAP_HOST" - schema: - type: string - default: "" - - variable: LDAP_AD_SIMPLE_AUTH - label: "LDAP_AD_SIMPLE_AUTH" - schema: - type: boolean - default: false - - variable: LDAP_USER_AUTHENTICATION - label: "LDAP_USER_AUTHENTICATION" - schema: - type: boolean - default: false - - variable: LDAP_USER_AUTHENTICATION_FIELD - label: "LDAP_USER_AUTHENTICATION_FIELD" - schema: - type: string - default: "uid" - - variable: LDAP_DEFAULT_DOMAIN - label: "LDAP_DEFAULT_DOMAIN" - schema: - type: string - default: "" - - variable: LDAP_BASEDN - label: "LDAP_BASEDN" - schema: - type: string - default: "" - - variable: LDAP_LOGIN_FALLBACK - label: "LDAP_LOGIN_FALLBACK" - schema: - type: boolean - default: false - - variable: LDAP_RECONNECT - label: "LDAP_RECONNECT" - schema: - type: boolean - default: true - - variable: LDAP_TIMEOUT - label: "LDAP_TIMEOUT" - schema: - type: int - default: 10000 - - variable: LDAP_IDLE_TIMEOUT - label: "LDAP_IDLE_TIMEOUT" - schema: - type: int - default: 10000 - - variable: LDAP_CONNECT_TIMEOUT - label: "LDAP_CONNECT_TIMEOUT" - schema: - type: int - default: 10000 - - variable: LDAP_AUTHENTIFICATION - label: "LDAP_AUTHENTIFICATION" - schema: - type: boolean - default: true - - variable: LDAP_AUTHENTIFICATION_USERDN - label: "LDAP_AUTHENTIFICATION_USERDN" - schema: - type: string - default: "" - - variable: LDAP_AUTHENTIFICATION_PASSWORD - label: "LDAP_AUTHENTIFICATION_PASSWORD" - schema: - type: string - private: true - default: "" - - variable: LDAP_LOG_ENABLED - label: "LDAP_LOG_ENABLED" - schema: - type: boolean - default: true - - variable: LDAP_BACKGROUND_SYNC - label: "LDAP_BACKGROUND_SYNC" - schema: - type: boolean - default: true - - variable: LDAP_BACKGROUND_SYNC_INTERVAL - label: "LDAP_BACKGROUND_SYNC_INTERVAL" - schema: - type: string - default: "every 1 hour" - - variable: LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED - label: "LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED" - schema: - type: boolean - default: false - - variable: LDAP_BACKGROUND_SYNC_IMPORT_NEW_USERS - label: "LDAP_BACKGROUND_SYNC_IMPORT_NEW_USERS" - schema: - type: boolean - default: false - - variable: LDAP_ENCRYPTION - label: "LDAP_ENCRYPTION" - schema: - type: string - default: "false" - - variable: LDAP_CA_CERT - label: "LDAP_CA_CERT" - schema: - type: string - private: true - default: "" - - variable: LDAP_REJECT_UNAUTHORIZED - label: "LDAP_REJECT_UNAUTHORIZED" - schema: - type: boolean - default: false - - variable: LDAP_USER_SEARCH_FILTER - label: "LDAP_USER_SEARCH_FILTER" - schema: - type: string - default: "" - - variable: LDAP_USER_SEARCH_SCOPE - label: "LDAP_USER_SEARCH_SCOPE" - schema: - type: string - default: "one" - enum: - - value: "one" - description: "one" - - value: "base" - description: "base" - - value: "sub" - description: "sub" - - variable: LDAP_USER_SEARCH_FIELD - label: "LDAP_USER_SEARCH_FIELD" - schema: - type: string - default: "" - - variable: LDAP_SEARCH_PAGE_SIZE - label: "LDAP_SEARCH_PAGE_SIZE" - schema: - type: int - default: 0 - - variable: LDAP_SEARCH_SIZE_LIMIT - label: "LDAP_SEARCH_SIZE_LIMIT" - schema: - type: int - default: 0 - - variable: LDAP_GROUP_FILTER_ENABLE - label: "LDAP_GROUP_FILTER_ENABLE" - schema: - type: boolean - default: false - - variable: LDAP_GROUP_FILTER_OBJECTCLASS - label: "LDAP_GROUP_FILTER_OBJECTCLASS" - schema: - type: string - default: "" - - variable: LDAP_GROUP_FILTER_GROUP_ID_ATTRIBUTE - label: "LDAP_GROUP_FILTER_GROUP_ID_ATTRIBUTE" - schema: - type: string - default: "" - - variable: LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE - label: "LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE" - schema: - type: string - default: "" - - variable: LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT - label: "LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT" - schema: - type: string - default: "" - - variable: LDAP_GROUP_FILTER_GROUP_NAME - label: "LDAP_GROUP_FILTER_GROUP_NAME" - schema: - type: string - default: "" - - variable: LDAP_UNIQUE_IDENTIFIER_FIELD - label: "LDAP_UNIQUE_IDENTIFIER_FIELD" - schema: - type: string - default: "" - - variable: LDAP_UTF8_NAMES_SLUGIFY - label: "LDAP_UTF8_NAMES_SLUGIFY" - schema: - type: boolean - default: true - - variable: LDAP_USERNAME_FIELD - label: "LDAP_USERNAME_FIELD" - schema: - type: string - default: "" - - variable: LDAP_FULLNAME_FIELD - label: "LDAP_FULLNAME_FIELD" - schema: - type: string - default: "fullname" - - variable: LDAP_MERGE_EXISTING_USERS - label: "LDAP_MERGE_EXISTING_USERS" - schema: - type: boolean - default: false - - variable: LDAP_EMAIL_MATCH_ENABLE - label: "LDAP_EMAIL_MATCH_ENABLE" - schema: - type: boolean - default: true - - variable: LDAP_EMAIL_MATCH_REQUIRE - label: "LDAP_EMAIL_MATCH_REQUIRE" - schema: - type: boolean - default: true - - variable: LDAP_EMAIL_MATCH_VERIFIED - label: "LDAP_EMAIL_MATCH_VERIFIED" - schema: - type: boolean - default: true - - variable: LDAP_EMAIL_FIELD - label: "LDAP_EMAIL_FIELD" - schema: - type: string - default: "mail" - - variable: LDAP_SYNC_USER_DATA - label: "LDAP_SYNC_USER_DATA" - schema: - type: boolean - default: false - - variable: LDAP_SYNC_USER_DATA_FIELDMAP - label: "LDAP_SYNC_USER_DATA_FIELDMAP" - schema: - type: string - default: "" - - variable: LDAP_SYNC_GROUP_ROLES - label: "LDAP_SYNC_GROUP_ROLES" - schema: - type: string - default: "" - - variable: LDAP_SYNC_ADMIN_STATUS - label: "LDAP_SYNC_ADMIN_STATUS" - schema: - type: boolean - default: true - - variable: LDAP_SYNC_ADMIN_GROUPS - label: "LDAP_SYNC_ADMIN_GROUPS" - schema: - type: string - default: "" - - variable: headerenabled - label: "LDAP Header Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: HEADER_LOGIN_ID - label: "HEADER_LOGIN_ID" - schema: - type: string - default: "" - - variable: HEADER_LOGIN_FIRSTNAME - label: "HEADER_LOGIN_FIRSTNAME" - schema: - type: string - default: "" - - variable: HEADER_LOGIN_LASTNAME - label: "HEADER_LOGIN_LASTNAME" - schema: - type: string - default: "" - - variable: HEADER_LOGIN_EMAIL - label: "HEADER_LOGIN_EMAIL" - schema: - type: string - default: "" - - variable: casenabled - label: "CAS Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: CAS_ENABLED - label: "CAS_ENABLED" - schema: - type: boolean - default: false - - variable: CAS_BASE_URL - label: "CAS_BASE_URL" - schema: - type: string - default: "" - - variable: CAS_LOGIN_URL - label: "CAS_LOGIN_URL" - schema: - type: string - default: "" - - variable: CAS_VALIDATE_URL - label: "CAS_VALIDATE_URL" - schema: - type: string - default: "" - - variable: samlenabled - label: "SAML Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: SAML_ENABLED - label: "SAML_ENABLED" - schema: - type: boolean - default: false - - variable: SAML_PROVIDER - label: "SAML_PROVIDER" - schema: - type: string - default: "" - - variable: SAML_ENTRYPOINT - label: "SAML_ENTRYPOINT" - schema: - type: string - default: "" - - variable: SAML_ISSUER - label: "SAML_ISSUER" - schema: - type: string - default: "" - - variable: SAML_CERT - label: "SAML_CERT" - schema: - type: string - private: true - default: "" - - variable: SAML_IDPSLO_REDIRECTURL - label: "SAML_IDPSLO_REDIRECTURL" - schema: - type: string - default: "" - - variable: SAML_PRIVATE_KEYFILE - label: "SAML_PRIVATE_KEYFILE" - schema: - type: string - default: "" - - variable: SAML_PUBLIC_CERTFILE - label: "SAML_PUBLIC_CERTFILE" - schema: - type: string - default: "" - - variable: SAML_IDENTIFIER_FORMAT - label: "SAML_IDENTIFIER_FORMAT" - schema: - type: string - default: "" - - variable: SAML_LOCAL_PROFILE_MATCH_ATTRIBUTE - label: "SAML_LOCAL_PROFILE_MATCH_ATTRIBUTE" - schema: - type: string - default: "" - - variable: SAML_ATTRIBUTES - label: "SAML_ATTRIBUTES" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10192 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Data." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/wg-easy/questions.yaml b/charts/stable/wg-easy/questions.yaml deleted file mode 100644 index 7ceb4730b48..00000000000 --- a/charts/stable/wg-easy/questions.yaml +++ /dev/null @@ -1,177 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: WG_HOST - label: "WG_HOST" - description: "The public hostname of your VPN server." - schema: - type: string - required: true - default: "" - - variable: WG_MTU - label: "WG_MTU" - description: "The MTU the clients will use. Server uses default WG MTU." - schema: - type: int - default: 0 - - variable: WG_PERSISTENT_KEEPALIVE - label: "WG_PERSISTENT_KEEPALIVE" - description: "Value in seconds to keep the connection open." - schema: - type: int - default: 0 - - variable: WG_DEFAULT_ADDRESS - label: "WG_DEFAULT_ADDRESS" - description: "Clients IP address range." - schema: - type: string - default: "10.8.0.x" - - variable: WG_DEFAULT_DNS - label: "WG_DEFAULT_DNS" - description: "Clients default DNS IP" - schema: - type: string - default: "1.1.1.1" - - variable: WG_ALLOWED_IPS - label: "WG_ALLOWED_IPS" - description: "Allowed IPs clients will use." - schema: - type: string - default: "0.0.0.0/0, ::/0" - - variable: PASSWORD - label: "ADMIN_PASSWORD" - schema: - type: string - private: true - required: true - default: "" - - variable: LANG - label: "Language" - description: "WebUI Language" - schema: - type: string - default: "en" - - variable: UI_TRAFFIC_STATS - label: "Detailed Traffic Stats" - description: "Enable detailed Traffic Stats in the WebUI" - schema: - type: boolean - default: false -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: main - label: "Web GUI 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 - default: 51821 - required: true - - variable: vpn - label: "Wireguard Internal" - description: "Wireguard Internal Port" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: vpn - label: "Wireguard Interal Port" - description: "Omada Controller or EAP Discovery Utility discovers Omada devices." - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 51820 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/whisparr/questions.yaml b/charts/stable/whisparr/questions.yaml deleted file mode 100644 index 6c8fadeccd4..00000000000 --- a/charts/stable/whisparr/questions.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: WHISPARR__AUTHENTICATION_METHOD - label: Auth Method - description: Sets the auth method. - schema: - type: string - default: "" - enum: - - value: "" - description: In-App Setting - - value: External - description: External/None - - value: Basic - description: Basic - - value: Forms - description: Forms -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6969 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/whisper-asr-webservice/questions.yaml b/charts/stable/whisper-asr-webservice/questions.yaml deleted file mode 100644 index cd3c0160425..00000000000 --- a/charts/stable/whisper-asr-webservice/questions.yaml +++ /dev/null @@ -1,153 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: imageSelector - label: Select Image - schema: - type: string - default: image - enum: - - value: image - description: CPU - - value: gpuImage - description: GPU - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: ASR_MODEL - label: ASR Model - schema: - type: string - required: true - default: base - enum: - - value: tiny - description: Tiny - - value: base - description: Base - - value: small - description: Small - - value: medium - description: Medium - - value: large - description: Large (only OpenAI Whisper) - - value: large-v1 - description: Large V1 - - value: large-v2 - description: Large V2 - - value: large-v3 - description: Large V3 - - variable: ASR_ENGINE - label: ASR Engine - schema: - type: string - required: true - default: faster_whisper - enum: - - value: openai_whisper - description: OpenAI Whisper - - value: faster_whisper - description: Faster Whisper -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 19900 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: pip - label: "App Pip Storage" - description: "Stores the Application Pip." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: poetry - label: "App Poetry Storage" - description: "Stores the Application Poetry." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: whisper - label: "App Whisper Storage" - description: "Stores the Application Whisper." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressTLS} -# Include{ingressTraefik} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/whoogle/questions.yaml b/charts/stable/whoogle/questions.yaml deleted file mode 100644 index 179e0bf8e7c..00000000000 --- a/charts/stable/whoogle/questions.yaml +++ /dev/null @@ -1,160 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: WHOOGLE_CONFIG_COUNTRY - label: "WHOOGLE_CONFIG_COUNTRY" - description: "Filter results by hosting country" - schema: - type: string - default: "" - - variable: WHOOGLE_CONFIG_THEME - label: "WHOOGLE_CONFIG_THEME" - description: "Select theme" - schema: - type: string - default: "dark" - required: true - enum: - - value: "dark" - description: "Dark" - - value: "light" - description: "Light" - - value: "system" - description: "System" - - variable: WHOOGLE_CONFIG_SAFE - label: "WHOOGLE_CONFIG_SAFE" - description: "Enable safe searches" - schema: - type: boolean - default: true - - variable: WHOOGLE_CONFIG_ALTS - label: "WHOOGLE_CONFIG_ALTS" - description: "Use social media site alternatives (nitter, invidious, etc)" - schema: - type: boolean - default: false - - variable: WHOOGLE_CONFIG_TOR - label: "WHOOGLE_CONFIG_TOR" - description: "Use Tor routing (if available)" - schema: - type: boolean - default: false - - variable: WHOOGLE_CONFIG_NEW_TAB - label: "WHOOGLE_CONFIG_NEW_TAB" - description: "Always open results in new tab" - schema: - type: boolean - default: false - - variable: WHOOGLE_CONFIG_GET_ONLY - label: "WHOOGLE_CONFIG_GET_ONLY" - description: "Search using GET requests only" - schema: - type: boolean - default: false - - variable: WHOOGLE_CONFIG_URL - label: "WHOOGLE_CONFIG_URL" - description: "The root url of the instance (https:///)" - schema: - type: string - default: "" - - variable: WHOOGLE_CONFIG_STYLE - label: "WHOOGLE_CONFIG_STYLE" - description: "The custom CSS to use for styling (should be single line)" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10052 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/wifi-card/questions.yaml b/charts/stable/wifi-card/questions.yaml deleted file mode 100644 index 7fe86c39a48..00000000000 --- a/charts/stable/wifi-card/questions.yaml +++ /dev/null @@ -1,77 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - -# Include{containerBasic} -# Include{containerAdvanced} - -# Include{containerConfig} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8888 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 0 - - variable: runAsGroup - label: runAsGroup - description: The groupID of the user running the application - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/wikijs/questions.yaml b/charts/stable/wikijs/questions.yaml deleted file mode 100644 index 9c88e2bcafc..00000000000 --- a/charts/stable/wikijs/questions.yaml +++ /dev/null @@ -1,81 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - path: "/" - admin: -# Include{portalLink} - path: "/a/dashboard" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10045 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/wireguard/questions.yaml b/charts/stable/wireguard/questions.yaml deleted file mode 100644 index 4d4049f444c..00000000000 --- a/charts/stable/wireguard/questions.yaml +++ /dev/null @@ -1,117 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: wg - group: App Configuration - label: Wireguard Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: configFileHostPath - label: Config File Host Path - schema: - type: string - required: true - default: "" - - variable: killswitch - label: Killswitch - description: Enable a killswitch that kills all traffic when the VPN is not connected - schema: - type: boolean - default: false - - variable: excludedIP4networks - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedIP6networks - label: Killswitch Excluded IPv6 networks - description: List of Killswitch Excluded IPv6 Addresses - schema: - type: list - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 51821 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/wizarr/questions.yaml b/charts/stable/wizarr/questions.yaml deleted file mode 100644 index f72195c53df..00000000000 --- a/charts/stable/wizarr/questions.yaml +++ /dev/null @@ -1,97 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: DISABLE_BUILTIN_AUTH - label: Disable Builtin Auth - description: Enable this if using an external auth provider - schema: - type: boolean - default: false -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10596 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: database - label: App Database Storage - description: Stores the Application Database. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 0 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/wordpress/questions.yaml b/charts/stable/wordpress/questions.yaml deleted file mode 100644 index f6327ee3a4d..00000000000 --- a/charts/stable/wordpress/questions.yaml +++ /dev/null @@ -1,239 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - - variable: wordpress - group: App Configuration - label: WordPress Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: user - label: User Name - description: Username for wordpress. - schema: - type: string - required: true - default: "" - - variable: pass - label: User Password - description: User Password for wordpress. - schema: - type: string - private: true - required: true - default: "" - - variable: email - label: Wordpress Email - description: WordPress application email. - schema: - type: string - required: true - default: "" - - variable: first_name - label: Wordpress First Name - description: WordPress user first name. - schema: - type: string - required: true - default: "" - - variable: last_name - label: Wordpress Last Name - description: WordPress user last name. - schema: - type: string - required: true - default: "" - - variable: blog_name - label: Wordpress Blog Name - description: WordPress blog name. - schema: - type: string - required: true - default: Truecharts Blog - - variable: enable_reverse_proxy_headers - label: Wordpress Reverse Proxy Headers Support - description: Enable WordPress support for reverse proxy headers - schema: - type: boolean - default: true - - variable: smtp - group: App Configuration - label: SMTP Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable SMTP - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: host - label: SMTP Host - schema: - type: string - default: "" - required: true - - variable: port - label: SMTP Port - schema: - type: int - required: true - default: 587 - - variable: user - label: SMTP User - schema: - type: string - default: "" - - variable: pass - label: SMTP Pass - schema: - type: string - private: true - default: "" - - variable: php-config - group: App Configuration - label: PHP Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: PHP_ENABLE_OPCACHE - label: Enable OPCache - description: Enable OPcache for PHP scripts. - schema: - type: string - default: "yes" - - variable: PHP_EXPOSE_PHP - label: Expose PHP - description: Enables HTTP header with PHP version. - schema: - type: string - default: "" - - variable: PHP_MAX_EXECUTION_TIME - label: Max Execution Time - description: Maximum execution time for PHP scripts. - schema: - type: string - default: "" - - variable: PHP_MAX_INPUT_TIME - label: Max Input Time - description: Maximum input time for PHP scripts. - schema: - type: string - default: "" - - variable: PHP_MAX_INPUT_VARS - label: Max Input Vars - description: Maximum amount of input variables for PHP scripts. - schema: - type: string - default: "" - - variable: PHP_MEMORY_LIMIT - label: Memory Limit - description: Memory limit for PHP scripts. - schema: - type: string - default: 512M - - variable: PHP_POST_MAX_SIZE - label: Post Max Size - description: Maximum size for PHP POST requests. - schema: - type: string - default: "" - - variable: PHP_UPLOAD_MAX_FILESIZE - label: Upload Max Filesize - description: Maximum file size for PHP uploads. - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10591 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Config. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/wyoming-openwakeword/questions.yaml b/charts/stable/wyoming-openwakeword/questions.yaml deleted file mode 100644 index c09def2f8c3..00000000000 --- a/charts/stable/wyoming-openwakeword/questions.yaml +++ /dev/null @@ -1,163 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: wyoming_openwakeword - group: App Configuration - label: OpenWakeWord Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: model - label: Model - description: OpenWakeWord model that will be used for voice detection. - schema: - type: string - required: true - default: ok_nabu - enum: - - value: alexa - description: alexa - - value: hey_jarvis - description: hey jarvis - - value: hey_mycroft - description: hey mycroft - - value: hey_rhasspy - description: hey rhasspy - - value: ok_nabu - description: ok nabu - - value: melspectrogram - description: melspectrogram - - value: embedding_model - description: embedding model - - variable: preload_model - label: Preload model - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: "A preloaded model argument will ensure the model is loaded into memory at start-up instead of when first requested." - schema: - type: boolean - default: true - - variable: debug - label: Debug - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: "Enable debug logging. Useful for seeing satellite connections and each wake word detection in the logs." - schema: - type: boolean - default: false - - variable: custom_model - label: Custom model - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: | - By enabling this feature, you can specify the path to your own custom model.
- To access this custom model from the app, you should mount a host path volume. - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: path - label: Path to custom model in app - description: | - The path to the custom model location in the container. - schema: - type: string - required: true - default: "/custom" - - variable: threshold - label: Threshold - description: "Wake word model threshold (0.0-1.0, default: 0.5)" - schema: - type: string - required: true - default: "0.5" - - variable: trigger_level - label: Trigger level - description: "Number of activations before detection (default: 1)" - schema: - type: int - required: true - default: 1 -# Include{containerConfig} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10400 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/wyoming-piper/questions.yaml b/charts/stable/wyoming-piper/questions.yaml deleted file mode 100644 index 75335de9124..00000000000 --- a/charts/stable/wyoming-piper/questions.yaml +++ /dev/null @@ -1,430 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: wyoming_piper - group: App Configuration - label: Piper Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: voice - label: Voice - description: Name of the Piper voice to use. - schema: - type: string - required: true - default: en_US-lessac-medium - enum: - - value: custom - description: custom - - value: ca-upc_ona-x-low - description: ca-upc_ona-x-low - - value: ca-upc_pau-x-low - description: ca-upc_pau-x-low - - value: ca_ES-upc_ona-medium - description: ca_ES-upc_ona-medium - - value: ca_ES-upc_ona-x_low - description: ca_ES-upc_ona-x_low - - value: ca_ES-upc_pau-x_low - description: ca_ES-upc_pau-x_low - - value: da-nst_talesyntese-medium - description: da-nst_talesyntese-medium - - value: da_DK-talesyntese-medium - description: da_DK-talesyntese-medium - - value: de-eva_k-x-low - description: de-eva_k-x-low - - value: de-karlsson-low - description: de-karlsson-low - - value: de-kerstin-low - description: de-kerstin-low - - value: de-pavoque-low - description: de-pavoque-low - - value: de-ramona-low - description: de-ramona-low - - value: de-thorsten-low - description: de-thorsten-low - - value: de_DE-eva_k-x_low - description: de_DE-eva_k-x_low - - value: de_DE-karlsson-low - description: de_DE-karlsson-low - - value: de_DE-kerstin-low - description: de_DE-kerstin-low - - value: de_DE-pavoque-low - description: de_DE-pavoque-low - - value: de_DE-ramona-low - description: de_DE-ramona-low - - value: de_DE-thorsten-low - description: de_DE-thorsten-low - - value: de_DE-thorsten-medium - description: de_DE-thorsten-medium - - value: de_DE-thorsten_emotional-medium - description: de_DE-thorsten_emotional-medium - - value: el-gr-rapunzelina-low - description: el-gr-rapunzelina-low - - value: el_GR-rapunzelina-low - description: el_GR-rapunzelina-low - - value: en-gb-alan-low - description: en-gb-alan-low - - value: en-gb-southern_english_female-low - description: en-gb-southern_english_female-low - - value: en-us-amy-low - description: en-us-amy-low - - value: en-us-danny-low - description: en-us-danny-low - - value: en-us-kathleen-low - description: en-us-kathleen-low - - value: en-us-lessac-low - description: en-us-lessac-low - - value: en-us-lessac-medium - description: en-us-lessac-medium - - value: en-us-libritts-high - description: en-us-libritts-high - - value: en-us-ryan-high - description: en-us-ryan-high - - value: en-us-ryan-low - description: en-us-ryan-low - - value: en-us-ryan-medium - description: en-us-ryan-medium - - value: en_GB-alan-low - description: en_GB-alan-low - - value: en_GB-alan-medium - description: en_GB-alan-medium - - value: en_GB-alba-medium - description: en_GB-alba-medium - - value: en_GB-aru-medium - description: en_GB-aru-medium - - value: en_GB-jenny_dioco-medium - description: en_GB-jenny_dioco-medium - - value: en_GB-northern_english_male-medium - description: en_GB-northern_english_male-medium - - value: en_GB-semaine-medium - description: en_GB-semaine-medium - - value: en_GB-southern_english_female-low - description: en_GB-southern_english_female-low - - value: en_GB-vctk-medium - description: en_GB-vctk-medium - - value: en_US-amy-low - description: en_US-amy-low - - value: en_US-amy-medium - description: en_US-amy-medium - - value: en_US-arctic-medium - description: en_US-arctic-medium - - value: en_US-danny-low - description: en_US-danny-low - - value: en_US-joe-medium - description: en_US-joe-medium - - value: en_US-kathleen-low - description: en_US-kathleen-low - - value: en_US-kusal-medium - description: en_US-kusal-medium - - value: en_US-l2arctic-medium - description: en_US-l2arctic-medium - - value: en_US-lessac-high - description: en_US-lessac-high - - value: en_US-lessac-low - description: en_US-lessac-low - - value: en_US-lessac-medium - description: en_US-lessac-medium - - value: en_US-libritts-high - description: en_US-libritts-high - - value: en_US-ryan-high - description: en_US-ryan-high - - value: en_US-ryan-low - description: en_US-ryan-low - - value: en_US-ryan-medium - description: en_US-ryan-medium - - value: es-carlfm-x-low - description: es-carlfm-x-low - - value: es-mls_10246-low - description: es-mls_10246-low - - value: es-mls_9972-low - description: es-mls_9972-low - - value: es_ES-carlfm-x_low - description: es_ES-carlfm-x_low - - value: es_ES-davefx-medium - description: es_ES-davefx-medium - - value: es_ES-mls_10246-low - description: es_ES-mls_10246-low - - value: es_ES-mls_9972-low - description: es_ES-mls_9972-low - - value: es_ES-sharvard-medium - description: es_ES-sharvard-medium - - value: es_MX-ald-medium - description: es_MX-ald-medium - - value: fi-harri-low - description: fi-harri-low - - value: fi_FI-harri-low - description: fi_FI-harri-low - - value: fi_FI-harri-medium - description: fi_FI-harri-medium - - value: fr-gilles-low - description: fr-gilles-low - - value: fr-mls_1840-low - description: fr-mls_1840-low - - value: fr-siwis-low - description: fr-siwis-low - - value: fr-siwis-medium - description: fr-siwis-medium - - value: fr_FR-gilles-low - description: fr_FR-gilles-low - - value: fr_FR-mls_1840-low - description: fr_FR-mls_1840-low - - value: fr_FR-siwis-low - description: fr_FR-siwis-low - - value: fr_FR-siwis-medium - description: fr_FR-siwis-medium - - value: fr_FR-upmc-medium - description: fr_FR-upmc-medium - - value: is-bui-medium - description: is-bui-medium - - value: is-salka-medium - description: is-salka-medium - - value: is-steinn-medium - description: is-steinn-medium - - value: is-ugla-medium - description: is-ugla-medium - - value: is_IS-bui-medium - description: is_IS-bui-medium - - value: is_IS-salka-medium - description: is_IS-salka-medium - - value: is_IS-steinn-medium - description: is_IS-steinn-medium - - value: is_IS-ugla-medium - description: is_IS-ugla-medium - - value: it-riccardo_fasol-x-low - description: it-riccardo_fasol-x-low - - value: it_IT-riccardo-x_low - description: it_IT-riccardo-x_low - - value: ka_GE-natia-medium - description: ka_GE-natia-medium - - value: kk-iseke-x-low - description: kk-iseke-x-low - - value: kk-issai-high - description: kk-issai-high - - value: kk-raya-x-low - description: kk-raya-x-low - - value: kk_KZ-iseke-x_low - description: kk_KZ-iseke-x_low - - value: kk_KZ-issai-high - description: kk_KZ-issai-high - - value: kk_KZ-raya-x_low - description: kk_KZ-raya-x_low - - value: lb_LU-marylux-medium - description: lb_LU-marylux-medium - - value: ne-google-medium - description: ne-google-medium - - value: ne-google-x-low - description: ne-google-x-low - - value: ne_NP-google-medium - description: ne_NP-google-medium - - value: ne_NP-google-x_low - description: ne_NP-google-x_low - - value: nl-mls_5809-low - description: nl-mls_5809-low - - value: nl-mls_7432-low - description: nl-mls_7432-low - - value: nl-nathalie-x-low - description: nl-nathalie-x-low - - value: nl-rdh-medium - description: nl-rdh-medium - - value: nl-rdh-x-low - description: nl-rdh-x-low - - value: nl_BE-nathalie-medium - description: nl_BE-nathalie-medium - - value: nl_BE-nathalie-x_low - description: nl_BE-nathalie-x_low - - value: nl_BE-rdh-medium - description: nl_BE-rdh-medium - - value: nl_BE-rdh-x_low - description: nl_BE-rdh-x_low - - value: nl_NL-mls_5809-low - description: nl_NL-mls_5809-low - - value: nl_NL-mls_7432-low - description: nl_NL-mls_7432-low - - value: no-talesyntese-medium - description: no-talesyntese-medium - - value: no_NO-talesyntese-medium - description: no_NO-talesyntese-medium - - value: pl-mls_6892-low - description: pl-mls_6892-low - - value: pl_PL-darkman-medium - description: pl_PL-darkman-medium - - value: pl_PL-gosia-medium - description: pl_PL-gosia-medium - - value: pl_PL-mls_6892-low - description: pl_PL-mls_6892-low - - value: pt-br-edresson-low - description: pt-br-edresson-low - - value: pt_BR-edresson-low - description: pt_BR-edresson-low - - value: pt_BR-faber-medium - description: pt_BR-faber-medium - - value: ro_RO-mihai-medium - description: ro_RO-mihai-medium - - value: ru-irinia-medium - description: ru-irinia-medium - - value: ru_RU-denis-medium - description: ru_RU-denis-medium - - value: ru_RU-dmitri-medium - description: ru_RU-dmitri-medium - - value: ru_RU-irina-medium - description: ru_RU-irina-medium - - value: ru_RU-ruslan-medium - description: ru_RU-ruslan-medium - - value: sr_RS-serbski_institut-medium - description: sr_RS-serbski_institut-medium - - value: sv_SE-nst-medium - description: sv_SE-nst-medium - - value: sw_CD-lanfrica-medium - description: sw_CD-lanfrica-medium - - value: tr_TR-dfki-medium - description: tr_TR-dfki-medium - - value: uk-lada-x-low - description: uk-lada-x-low - - value: uk_UA-lada-x_low - description: uk_UA-lada-x_low - - value: uk_UA-ukrainian_tts-medium - description: uk_UA-ukrainian_tts-medium - - value: vi-25hours-single-low - description: vi-25hours-single-low - - value: vi-vivos-x-low - description: vi-vivos-x-low - - value: vi_VN-25hours_single-low - description: vi_VN-25hours_single-low - - value: vi_VN-vais1000-medium - description: vi_VN-vais1000-medium - - value: vi_VN-vivos-x_low - description: vi_VN-vivos-x_low - - value: zh-cn-huayan-x-low - description: zh-cn-huayan-x-low - - value: zh_CN-huayan-medium - description: zh_CN-huayan-medium - - value: zh_CN-huayan-x_low - description: zh_CN-huayan-x_low - - variable: custom_voice - label: Custom Voice - description: Add a valid custom voice found upstream https://huggingface.co/rhasspy/piper-voices/blob/main/voices.json - schema: - type: string - default: "" - show_if: [[voice, "=", "custom"]] - - variable: speaker - label: Speaker - description: Speaker number to use if the voice supports multiple speakers. - schema: - type: int - required: true - default: 0 - min: 0 - - variable: length_scale - label: Length Scale - description: Speeds up or slows down the voice. - schema: - type: string - required: true - default: "1.0" - valid_charts: ^\d+\.\d+$ - - variable: noise_scale - label: Noise Scale - description: Controls the variability of audio by adding noise during audio generation. - schema: - type: string - required: true - default: "0.667" - valid_charts: ^\d+\.\d+$ - - variable: noise_w - label: Noise Width - description: Controls the variability of speaking cadence (phoneme widths). - schema: - type: string - required: true - default: "0.333" - valid_charts: ^\d+\.\d+$ - - variable: max_piper_procs - label: Max Piper Processes - description: Number of Piper processes to run simultaneously. - schema: - type: int - required: true - default: 1 - min: 1 -# Include{containerConfig} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10200 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/wyoming-whisper/questions.yaml b/charts/stable/wyoming-whisper/questions.yaml deleted file mode 100644 index 2edf4c4875a..00000000000 --- a/charts/stable/wyoming-whisper/questions.yaml +++ /dev/null @@ -1,375 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: wyoming_whisper - group: App Configuration - label: Whisper Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: language - label: Language - description: Default language for the app. - schema: - type: string - required: true - default: en - enum: - - value: auto - description: auto - - value: af - description: af - - value: am - description: am - - value: ar - description: ar - - value: as - description: as - - value: az - description: az - - value: ba - description: ba - - value: be - description: be - - value: bg - description: bg - - value: bn - description: bn - - value: bo - description: bo - - value: br - description: br - - value: bs - description: bs - - value: ca - description: ca - - value: cs - description: cs - - value: cy - description: cy - - value: da - description: da - - value: de - description: de - - value: el - description: el - - value: en - description: en - - value: es - description: es - - value: et - description: et - - value: eu - description: eu - - value: fa - description: fa - - value: fi - description: fi - - value: fo - description: fo - - value: fr - description: fr - - value: gl - description: gl - - value: gu - description: gu - - value: ha - description: ha - - value: haw - description: haw - - value: he - description: he - - value: hi - description: hi - - value: hr - description: hr - - value: ht - description: ht - - value: hu - description: hu - - value: hy - description: hy - - value: id - description: id - - value: is - description: is - - value: it - description: it - - value: ja - description: ja - - value: jw - description: jw - - value: ka - description: ka - - value: kk - description: kk - - value: km - description: km - - value: kn - description: kn - - value: ko - description: ko - - value: la - description: la - - value: lb - description: lb - - value: ln - description: ln - - value: lo - description: lo - - value: lt - description: lt - - value: lv - description: lv - - value: mg - description: mg - - value: mi - description: mi - - value: mk - description: mk - - value: ml - description: ml - - value: mn - description: mn - - value: mr - description: mr - - value: ms - description: ms - - value: mt - description: mt - - value: my - description: my - - value: ne - description: ne - - value: nl - description: nl - - value: nn - description: nn - - value: "no" - description: "no" - - value: oc - description: oc - - value: pa - description: pa - - value: pl - description: pl - - value: ps - description: ps - - value: pt - description: pt - - value: ro - description: ro - - value: ru - description: ru - - value: sa - description: sa - - value: sd - description: sd - - value: si - description: si - - value: sk - description: sk - - value: sl - description: sl - - value: sn - description: sn - - value: so - description: so - - value: sq - description: sq - - value: sr - description: sr - - value: su - description: su - - value: sv - description: sv - - value: sw - description: sw - - value: ta - description: ta - - value: te - description: te - - value: tg - description: tg - - value: th - description: th - - value: tk - description: tk - - value: tl - description: tl - - value: tr - description: tr - - value: tt - description: tt - - value: uk - description: uk - - value: ur - description: ur - - value: uz - description: uz - - value: vi - description: vi - - value: yi - description: yi - - value: yo - description: yo - - value: yue - description: yue - - value: zh - description: zh - - variable: model - label: Model - description: Whisper model that will be used for transcription. - schema: - type: string - required: true - default: tiny-int8 - enum: - - value: custom - description: custom - - value: tiny-int8 - description: tiny-int8 - - value: tiny - description: tiny - - value: tiny.en - description: tiny.en - - value: base-int8 - description: base-int8 - - value: base - description: base - - value: base.en - description: base.en - - value: small-int8 - description: small-int8 - - value: distil-small.en - description: distil-small.en - - value: small - description: small - - value: small.en - description: small.en - - value: medium-int8 - description: medium-int8 - - value: distil-medium.en - description: distil-medium.en - - value: medium - description: medium - - value: medium.en - description: medium.en - - value: large - description: large - - value: large-v1 - description: large-v1 - - value: distil-large-v2 - description: distil-large-v2 - - value: large-v2 - description: large-v2 - - value: large-v3 - description: large-v3 - - variable: custom_model - label: Custom Model - description: 'Path to a converted model directory, or a CTranslate2-converted Whisper model ID from the HuggingFace Hub like "Systran/faster-distil-whisper-small.en".' - schema: - type: string - default: "" - show_if: [[model, "=", "custom"]] - - variable: beam_size - label: Beam Size - description: Number of candidates to consider simultaneously during transcription. - schema: - type: int - required: true - default: 1 - - variable: initial_prompt - label: Initial prompt - description: Description of audio that can help Whisper transcribe unusual words better. - schema: - type: string - default: "" -# Include{containerConfig} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10300 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: cache - label: "App Cache Storage" - description: "Stores the models." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/xen-orchestra/questions.yaml b/charts/stable/xen-orchestra/questions.yaml deleted file mode 100644 index c66a0c1c47f..00000000000 --- a/charts/stable/xen-orchestra/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10324 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: xo-data - label: App XO Data Storage - description: Stores the Application XO Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: redis-data - label: App Redis Data Storage - description: Stores the Application Redis Data. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/xmrig/questions.yaml b/charts/stable/xmrig/questions.yaml deleted file mode 100644 index 23614ba34c3..00000000000 --- a/charts/stable/xmrig/questions.yaml +++ /dev/null @@ -1,83 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: POOL_URL - label: "Pool Url" - description: "Address for your mining pool. Eg. gulf.moneroocean.stream:10128" - schema: - type: string - default: "gulf.moneroocean.stream:10128" - - variable: YOUR_ADDRESS - label: "Wallet Address" - description: "Wallet address for receiving mined coin." - schema: - type: string - private: true - default: "" - - variable: YOUR_WORKER_NAME - label: "Worker Name" - description: "Enter a name for your worker." - schema: - type: string - default: "TrueNAS" - - variable: ADDITIONAL - label: "ADDITIONAL" - description: "Please leave --no-colour, as TrueNASs webUI log viewer does not respond well to this option being disabled. If you plan on using an AMD card for GPU mining, please add --opencl; the field would then read --no-colour --opencl, please dont miss the variables below. If you plan on using an Nvidia card for GPU mining, please add --cuda; the field would then read --no-colour --cuda " - schema: - type: string - default: "--no-color " - - variable: ALGO_MODE - label: "Algorithm" - description: "Select a coin to mine, eg. rx/0 See https://xmrig.com/docs/algorithms for more info." - schema: - type: string - default: "rx/0" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/xonotic/questions.yaml b/charts/stable/xonotic/questions.yaml deleted file mode 100644 index 99eca38ff6d..00000000000 --- a/charts/stable/xonotic/questions.yaml +++ /dev/null @@ -1,111 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: GAME_PARAMS - label: "GAME_PARAMS" - description: "Enter your extra start up commands for the server if needed." - schema: - type: string - default: "" - - variable: GAME_VERSION - label: "GAME_VERSION" - description: "Enter the preferred game version to download or update." - schema: - type: string - default: "0.8.2" - - variable: BASIC_URL - label: "BASIC_URL" - description: "Looks something like this httpsdl.xonotic.org" - schema: - type: string - default: "https://dl.xonotic.org/" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 26000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: serverfiles - label: "serverfiles Storage" - description: "Container Path serverdataserverfiles" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/xteve/questions.yaml b/charts/stable/xteve/questions.yaml deleted file mode 100644 index 6050580a59f..00000000000 --- a/charts/stable/xteve/questions.yaml +++ /dev/null @@ -1,86 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - path: "/web/" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 34400 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/xware/questions.yaml b/charts/stable/xware/questions.yaml deleted file mode 100644 index e63e2319598..00000000000 --- a/charts/stable/xware/questions.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/xwiki/questions.yaml b/charts/stable/xwiki/questions.yaml deleted file mode 100644 index 57fe5271816..00000000000 --- a/charts/stable/xwiki/questions.yaml +++ /dev/null @@ -1,98 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: JAVA_OPTS - label: "JAVA_OPTS" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10208 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{postgresql} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/yacreaderlibraryserver/questions.yaml b/charts/stable/yacreaderlibraryserver/questions.yaml deleted file mode 100644 index 4dd85891c21..00000000000 --- a/charts/stable/yacreaderlibraryserver/questions.yaml +++ /dev/null @@ -1,99 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: comics - label: "comics Storage" - description: "Container Path comics" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: config - label: "config Storage" - description: "Container Path config" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/yacy/questions.yaml b/charts/stable/yacy/questions.yaml deleted file mode 100644 index 406d8239293..00000000000 --- a/charts/stable/yacy/questions.yaml +++ /dev/null @@ -1,113 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8090 - required: true - - variable: https - label: 'https service' - description: "HTTPs (Not Required if you using reverse proxy)" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: https - label: "https 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 - default: 8443 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: appdata - label: "appdata Storage" - description: "Appdata" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/yourls/questions.yaml b/charts/stable/yourls/questions.yaml deleted file mode 100644 index f154a67d3dc..00000000000 --- a/charts/stable/yourls/questions.yaml +++ /dev/null @@ -1,132 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: YOURLS_DB_HOST - label: "YOURLS_DB_HOST" - description: "Container Variable YOURLSDBHOST" - schema: - type: string - default: "" - - variable: YOURLS_DB_PASS - label: "YOURLS_DB_PASS" - description: "Container Variable YOURLSDBPASS" - schema: - type: string - default: "" - - variable: YOURLS_SITE - label: "YOURLS_SITE" - description: "Use a reverse proxy to point to the container host" - schema: - type: string - default: "" - - variable: YOURLS_DB_NAME - label: "YOURLS_DB_NAME" - description: "yourls database name. default is yourls" - schema: - type: string - default: "" - - variable: YOURLS_HOURS_OFFSET - label: "YOURLS_HOURS_OFFSET" - description: "set your timezone ( GMT )" - schema: - type: string - default: "" - - variable: YOURLS_PRIVATE - label: "YOURLS_PRIVATE" - description: "false will set yourls to public. Reccomended value is true ( to be private )" - schema: - type: string - default: "" - - variable: YOURLS_USER - label: "YOURLS_USER" - description: "Yourls admin interface username" - schema: - type: string - default: "" - - variable: YOURLS_PASS - label: "YOURLS_PASS" - description: "Yourls admin interface password" - schema: - type: string - default: "" -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 80 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/youtransfer/questions.yaml b/charts/stable/youtransfer/questions.yaml deleted file mode 100644 index fa241295dd0..00000000000 --- a/charts/stable/youtransfer/questions.yaml +++ /dev/null @@ -1,93 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 5000 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Config Path" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: hostpath3 - label: "hostpath3 Storage" - description: "Uploads Path" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/youtubedl-material/questions.yaml b/charts/stable/youtubedl-material/questions.yaml deleted file mode 100644 index c9d860dba29..00000000000 --- a/charts/stable/youtubedl-material/questions.yaml +++ /dev/null @@ -1,390 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: mainsettings - label: Main Settings - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: ytdl_url - label: URL - description: URL for the frontend - schema: - type: string - default: "" - - variable: ytdl_multi_user_mode - label: Multi User Mode - description: Allows creation of users (with their own files), roles, and permissions - schema: - type: boolean - default: false - - variable: ytdl_allow_subscriptions - label: Allow Subscriptions - description: Allows subscribing to channels - schema: - type: boolean - default: true - - variable: ytdl_subscriptions_check_interval - label: Subscriptions Check Interval - description: Amount of time between cycling through all subscriptions. - schema: - type: int - default: 86400 - - variable: ytdl_subscriptions_redownload_fresh_uploads - label: Subscriptions Redownload Fresh Uploads - description: Checks day-old or newer videos in a subscription to see if a higher quality one exists. If it does, it's downloaded. - schema: - type: boolean - default: false - - variable: ytdl_allow_theme_change - label: Allow Theme Change - description: Allows the theme to be changed by hitting the 3 dots in the top right corner - schema: - type: boolean - default: true - - variable: ytdl_default_theme - label: Default Theme - description: Sets the default theme. - schema: - type: string - default: default - enum: - - value: default - description: default - - value: dark - description: dark - - variable: extrasettigns - label: Extra Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: ytdl_title_top - label: Title Top - description: Sets the top bar and browser tab title. - schema: - type: string - default: YoutubeDL-Material - - variable: ytdl_file_manager_enabled - label: Enable File Manager - description: Enables file management in the home screen. - schema: - type: boolean - default: true - - variable: ytdl_enable_downloads_manager - label: Enable Download Manager - description: Enables download management page. - schema: - type: boolean - default: true - - variable: ytdl_allow_quality_select - label: Allow Quality Select - description: Allows changing quality of files (resolution/bitrate). Disabling this means it's always the best quality selected. - schema: - type: boolean - default: true - - variable: ytdl_download_only_mode - label: Download Only Mode - description: Playing videos is disabled, they can only be downloaded. - schema: - type: boolean - default: false - - variable: ytdl_use_api_key - label: Enable YTDL-Material API Key - description: Allows YoutubeDL-Material's API to be utilized. - schema: - type: boolean - default: false - - variable: ytdl_api_key - label: YTDL-Material API Key - description: Key used to authenticate YoutubeDL-Material's API users. - schema: - type: string - private: true - default: "" - - variable: ytdl_youtube_api_key - label: Youtube API Key - description: Youtube API Key. - schema: - type: string - private: true - default: "" - - variable: ytdl_use_twitch_api - label: Enable Twitch API Key - description: Enables Twitch API use, currently only used for downloading chats for VODs. - schema: - type: boolean - default: false - - variable: ytdl_twitch_api_key - label: Twitch API Key - description: Twitch API Key. - schema: - type: string - private: true - default: "" - - variable: ytdl_twitch_auto_download_chat - label: Twitch Auto Download Chat - description: Automatically downloads Twitch chats for VODs. - schema: - type: boolean - default: false - - variable: ytdl_use_sponsorblock_api - label: Enable SponsorBlock - description: Enables Skip ads button in the video player if found on SponsorBlock. - schema: - type: boolean - default: false - - variable: ytdl_generate_nfo_files - label: Generate NFO Files - description: Automatically creates NFO files for downloaded videos, primarily used with Kodi. - schema: - type: boolean - default: false - - variable: downloadersettigns - label: Downloader Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: ytdl_default_file_output - label: Default File Output - description: Changes the formatting for file names based on youtube-dl output template. - schema: - type: string - default: "" - - variable: ytdl_custom_args - label: Custom Args - description: Youtube-dl args that get added to every download. - schema: - type: string - default: "" - - variable: ytdl_allow_playlist_categorization - label: Allow Playlist Categorization - description: Allow Playlist Categorization - schema: - type: boolean - default: true - - variable: ytdl_use_youtubedl_archive - label: Use Youtubedl Archive - description: Creates and uses archive text files to avoid redownloading the same file, and helps track/port already downloaded files. - schema: - type: boolean - default: false - - variable: ytdl_include_thumbnail - label: Include Thumbnail - description: Downloads thumbnail along with file. - schema: - type: boolean - default: true - - variable: ytdl_include_metadata - label: Include Metadata - description: Downloads .info.json files along with file (highly recommended). - schema: - type: boolean - default: true - - variable: ytdl_max_concurrent_downloads - label: Max Concurrent Downloads - description: Limits the number of simultaneous downloads. - schema: - type: int - default: 5 - - variable: ytdl_download_rate_limit - label: Rate Limit - description: Limits download speed. - schema: - type: string - default: "" - - variable: advancedsettigns - label: Advanced Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: ytdl_default_downloader - label: Default Downloader - description: youtube-dl fork to use (youtube-dl, youtube-dlc, or yt-dlp) - schema: - type: string - default: yt-dlp - enum: - - value: yt-dlp - description: yt-dlp - - value: youtube-dlc - description: youtube-dlc - - value: youtube-dl - description: youtube-dl - - variable: ytdl_use_default_downloading_agent - label: Use Default Downloading Agent - description: Whether to use youtube-dl's default agent or an alternative. - schema: - type: boolean - default: true - - variable: ytdl_custom_downloading_agent - label: Custom Downloading Agent - description: Preferred download agent, only used if Use default downloading agent is set to false. - schema: - type: string - default: "" - - variable: ytdl_logger_level - label: Logger Level - description: Logger Level. - schema: - type: string - default: info - enum: - - value: info - description: info - - value: info - description: info - - value: debug - description: debug - - value: verbose - description: verbose - - value: warn - description: warn - - value: error - description: error - - variable: ytdl_jwt_expiration - label: JWT Expiration - description: Length of time it takes for logins to expire. - schema: - type: int - default: 86400 - - variable: ytdl_allow_advanced_download - label: JWT Expiration - description: Enables an advanced download tab on the home page for additional download settings and information. - schema: - type: boolean - default: false - - variable: ytdl_use_cookies - label: Use Cookies - description: Enables usage of uploaded cookies to download videos as if you were logged into that website. - schema: - type: boolean - default: false -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10253 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: appdata - label: App AppData Storage - description: Stores the Application AppData. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: users - label: App Users Storage - description: Stores the Application Users. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: subscriptions - label: App Subscriptions Storage - description: Stores the Application Subscriptions. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: audio - label: App Audio Storage - description: Stores the Application Audio. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: video - label: App Video Storage - description: Stores the Application Video. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: Main Ingress - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 1000 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/z80pack/questions.yaml b/charts/stable/z80pack/questions.yaml deleted file mode 100644 index 7d7fde66c7d..00000000000 --- a/charts/stable/z80pack/questions.yaml +++ /dev/null @@ -1,91 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 4200 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - description: "Container Path config" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/zerotier/questions.yaml b/charts/stable/zerotier/questions.yaml deleted file mode 100644 index 1cf7488b480..00000000000 --- a/charts/stable/zerotier/questions.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Secrets" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ZEROTIER_API_SECRET - label: "ZEROTIER_API_SECRET" - description: "Replaces the authtoken.secret before booting and allows you to manage the control socket's authentication key" - schema: - type: string - default: "" - private: true - - variable: ZEROTIER_IDENTITY_PUBLIC - label: "ZEROTIER_IDENTITY_PUBLIC" - description: "The identity.public file for zerotier-one. Use zerotier-idtool to generate one of these for you." - schema: - type: string - default: "" - private: true - - variable: ZEROTIER_IDENTITY_SECRET - label: "ZEROTIER_IDENTITY_SECRET" - description: "The identity.secret file for zerotier-one. Use zerotier-idtool to generate one of these for you." - schema: - type: string - default: "" - private: true -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10190 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Config." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/zigbee2mqtt/questions.yaml b/charts/stable/zigbee2mqtt/questions.yaml deleted file mode 100644 index a9135f0b5c2..00000000000 --- a/charts/stable/zigbee2mqtt/questions.yaml +++ /dev/null @@ -1,158 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ZIGBEE2MQTT_CONFIG_MQTT_USER - label: "MQTT User" - description: "This will override the specific value of config file. Leave empty if you plan to use custom config or you don't have set a user on your MQTT broker." - schema: - type: string - default: "" - - variable: ZIGBEE2MQTT_CONFIG_MQTT_PASSWORD - label: "MQTT Password" - description: "This will override the specific value of config file. Leave empty if you plan to use custom config or you don't have set a password on your MQTT broker." - schema: - type: string - private: true - default: "" - - variable: USE_CUSTOM_CONFIG_FILE - label: "ADVANCED: Use custom config file (Placed in /data)" - description: "" - schema: - type: boolean - default: false - show_subquestions_if: false - subquestions: - - variable: ZIGBEE2MQTT_CONFIG_PERMIT_JOIN - label: "ZIGBEE2MQTT_CONFIG_PERMIT_JOIN" - description: "This will override the specific value of config file" - schema: - type: boolean - default: false - - variable: ZIGBEE2MQTT_CONFIG_MQTT_SERVER - label: "MQTT Server" - description: "This will override the specific value of config file" - schema: - type: string - required: true - default: "mqtt://mosquitto.ix-mosquitto.svc.cluster.local" - - variable: ZIGBEE2MQTT_CONFIG_MQTT_BASE_TOPIC - label: "MQTT Base Topic" - description: "This will override the specific value of config file" - schema: - type: string - required: true - default: "zigbee2mqtt" - - variable: ZIGBEE2MQTT_CONFIG_SERIAL_PORT - label: "ZIGBEE2MQTT_CONFIG_SERIAL_PORT" - description: "This will override the specific value of config file" - schema: - type: string - required: true - default: "/dev/ttyUSB0" - - variable: ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER - label: "Serial Adapter Type" - description: "This will override the specific value of config file" - schema: - type: string - required: true - default: "auto" - enum: - - value: "auto" - description: "auto" - - value: "deconz" - description: "deconz" - - value: "ezsp" - description: "ezsp" - - value: "zstack" - description: "zstack" - - value: "ember" - description: "ember" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10103 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: data - label: "App Data Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/znc/questions.yaml b/charts/stable/znc/questions.yaml deleted file mode 100644 index e0f03e60401..00000000000 --- a/charts/stable/znc/questions.yaml +++ /dev/null @@ -1,85 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 6501 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/zoneminder/questions.yaml b/charts/stable/zoneminder/questions.yaml deleted file mode 100644 index cec7fc3a069..00000000000 --- a/charts/stable/zoneminder/questions.yaml +++ /dev/null @@ -1,119 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - path: "/zm/index.php" -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10292 - required: true - - variable: zmninja - label: 'zmninja service' - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: zmninja - label: "zmninja 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 - default: 10293 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "config Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: datapath - label: "datapath Storage" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/ztcuui-aio/questions.yaml b/charts/stable/ztcuui-aio/questions.yaml deleted file mode 100644 index 1ddbf422b07..00000000000 --- a/charts/stable/ztcuui-aio/questions.yaml +++ /dev/null @@ -1,165 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ZTNCUI_PASSWD - label: "ZTNCUI_PASSWD" - description: "ZTNCUI PASSWD" - schema: - type: string - private: true - default: "" - - variable: MYDOMAIN - label: "MYDOMAIN" - description: "MYDOMAIN" - schema: - type: string - default: "" -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 10257 - required: true - - variable: server - label: "Server Service" - description: "Server Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: web - label: "Web 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 - default: 3180 - required: true - - variable: planet - label: "Planet Service" - description: "Planet Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: other2 - label: "other 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 - default: 9993 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Config. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: zerotier - label: App Zerotier Storage - description: Stores the Application Zerotier. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} - - variable: mkworld - label: App Mkworld Storage - description: Stores the Application Mkworld. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/stable/zwavejs2mqtt/questions.yaml b/charts/stable/zwavejs2mqtt/questions.yaml deleted file mode 100644 index 7f6ffd8c724..00000000000 --- a/charts/stable/zwavejs2mqtt/questions.yaml +++ /dev/null @@ -1,107 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{serviceRoot} -# Include{serviceMain} -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - 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 - default: 8091 - required: true - - variable: ws - label: "WebSocket Service" - description: "WebSocket Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: ws - label: "WebSocket 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 - default: 10046 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/system/cert-manager/questions.yaml b/charts/system/cert-manager/questions.yaml deleted file mode 100644 index 8b4cae24547..00000000000 --- a/charts/system/cert-manager/questions.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Include{groups} -questions: -# Include{global} -# Include{credentials} - - variable: certmanager - group: App Configuration - label: Cert Manager Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: dns01RecursiveNameservers - label: DNS01 Recursive Nameservers (Modifications are unsupported) - description: | - Comma separated list of DNS servers to use for recursive - name resolution when performing DNS01 challenges. - Default is: 1.1.1.1:53,1.0.0.1:53
- If this is modified, you are NOT covered by support. - schema: - type: string - required: true - default: "1.1.1.1:53,1.0.0.1:53" - - variable: dns01RecursiveNameserversOnly - label: DNS01 Recursive Nameservers Only (Modifications are unsupported) - description: | - Forces cert-manager to only use the recursive nameservers for verification. - Enabling this option could cause the DNS01 self check to take longer - due to caching performed by the recursive nameservers. - Default is: false
- If this is modified, you are NOT covered by support. - schema: - type: boolean - required: true - default: false diff --git a/charts/system/cloudnative-pg/questions.yaml b/charts/system/cloudnative-pg/questions.yaml deleted file mode 100644 index 97cb04afcd6..00000000000 --- a/charts/system/cloudnative-pg/questions.yaml +++ /dev/null @@ -1,3 +0,0 @@ -# Include{groups} -questions: -# Include{global} diff --git a/charts/system/csi-driver-smb/questions.yaml b/charts/system/csi-driver-smb/questions.yaml deleted file mode 100644 index 69361e4b341..00000000000 --- a/charts/system/csi-driver-smb/questions.yaml +++ /dev/null @@ -1,4 +0,0 @@ -# Include{groups} -questions: -# Include{global} -# Include{credentials} diff --git a/charts/system/kubeapps/questions.yaml b/charts/system/kubeapps/questions.yaml deleted file mode 100644 index 8f70270368d..00000000000 --- a/charts/system/kubeapps/questions.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: -# Include{global} -# Include{credentials} -# Include{serviceRoot} - - variable: tckubeapps - label: "KubeApps Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: tckubeapps - label: "KubeApps 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 - default: 8080 - required: true -# Include{externalInterfaces} - -# Include{serviceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressAdvanced} -# Include{ingressList} -# Include{documentation} diff --git a/charts/system/kubernetes-reflector/questions.yaml b/charts/system/kubernetes-reflector/questions.yaml deleted file mode 100644 index a5b5c56eadf..00000000000 --- a/charts/system/kubernetes-reflector/questions.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# Include{groups} -questions: -# Include{global} -# Include{credentials} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} - - variable: kubernetesReflector - group: "App Configuration" - label: "Kubernetes-Reflector Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: logLevel - label: "Log Level" - schema: - type: string - default: "Information" - enum: - - value: "Verbose" - description: "Trace" - - value: "Debug" - description: "Debug" - - value: "Information" - description: "Info" - - value: "Warning" - description: "Warnings" - - value: "Error" - description: "Errors" - - value: "Fatal" - description: "Fatal Errors" -# Include{resources} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/charts/system/metallb/questions.yaml b/charts/system/metallb/questions.yaml deleted file mode 100644 index 69361e4b341..00000000000 --- a/charts/system/metallb/questions.yaml +++ /dev/null @@ -1,4 +0,0 @@ -# Include{groups} -questions: -# Include{global} -# Include{credentials} diff --git a/charts/system/openebs/questions.yaml b/charts/system/openebs/questions.yaml deleted file mode 100644 index 080b0feab33..00000000000 --- a/charts/system/openebs/questions.yaml +++ /dev/null @@ -1,183 +0,0 @@ -# Include{groups} -questions: -# Include{global} - - - variable: zfs-localpv - group: "App Configuration" - label: "ZFS Localpv Settings" - schema: - type: dict - additional_attrs: true - hidden: true - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: true - hidden: true - - variable: localpv-provisioner - group: "App Configuration" - label: "localpv-provisioner Settings" - schema: - type: dict - additional_attrs: true - hidden: true - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - hidden: true - - variable: hostpathClass - label: "hostpathClass" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - hidden: true - - - - variable: storageClass - group: StorageClass - label: "StorageClass Settings" - schema: - type: dict - additional_attrs: true - attrs: - - variable: zfs-main - label: "ZFS Localpv Settings" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: true - - variable: provisioner - label: "provisioner" - schema: - type: string - default: "zfs.csi.openebs.io" - hidden: true - required: true - - variable: isDefault - label: "Default Class" - schema: - type: boolean - default: true - - variable: reclaimPolicy - label: "reclaimPolicy" - schema: - type: string - required: true - default: "Delete" - enum: - - value: Retain - description: Retain (Keep Data on App Deletion) - - value: Delete - description: Delete (Delete data on App Deletion) - - variable: allowVolumeExpansion - label: "Allow VolumeExpansion" - schema: - type: boolean - default: true - - variable: parameters - label: "parameters" - schema: - type: dict - additional_attrs: true - attrs: - - variable: poolname - label: "Pool/Dataset" - description: "Please use a correct Poolname/datasetname. Do NOT use /mnt/ thats a path not a pool/dataset name, use something like tank/apps" - schema: - type: string - default: "" - valid_chars: '^(?!.*\\)(?!.*ix-applications)[^\/]+(\/[^\/]+)+$' - required: true - - variable: fstype - label: "fstype" - schema: - type: string - default: "zfs" - hidden: true - required: true - - variable: shared - label: "shared" - schema: - type: string - default: "yes" - hidden: true - - variable: thinprovision - label: "thinprovision" - schema: - type: string - default: "yes" - hidden: true - - variable: compression - label: "compression" - schema: - type: string - default: "zstd-6" - hidden: true - - variable: recordsize - label: "recordsize" - schema: - type: string - default: "64k" - hidden: true - - variable: dedup - label: "dedup" - schema: - type: string - default: "off" - hidden: true - - variable: encryption - label: "dedup" - schema: - type: string - default: "off" - hidden: true - - variable: volumeSnapshotClass - group: "App Configuration" - label: "volumeSnapshotClass" - schema: - type: dict - additional_attrs: true - attrs: - - variable: zfspv - label: "ZFS-LocalPV volumeSnapshotClass" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: isDefault - label: "isDefault" - schema: - type: boolean - default: false - - variable: deletionPolicy - label: "deletionPolicy" - schema: - type: string - required: true - default: "Delete" - enum: - - value: Retain - description: Retain - - value: Delete - description: Delete diff --git a/charts/system/prometheus-operator/questions.yaml b/charts/system/prometheus-operator/questions.yaml deleted file mode 100644 index 69361e4b341..00000000000 --- a/charts/system/prometheus-operator/questions.yaml +++ /dev/null @@ -1,4 +0,0 @@ -# Include{groups} -questions: -# Include{global} -# Include{credentials} diff --git a/charts/system/snapshot-controller/questions.yaml b/charts/system/snapshot-controller/questions.yaml deleted file mode 100644 index f5bca4d6e01..00000000000 --- a/charts/system/snapshot-controller/questions.yaml +++ /dev/null @@ -1,4 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{documentation} diff --git a/charts/system/traefik-crds/questions.yaml b/charts/system/traefik-crds/questions.yaml deleted file mode 100644 index 7e4efd1ee28..00000000000 --- a/charts/system/traefik-crds/questions.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} - path: "$kubernetes-resource_configmap_tcportal-open_path" -questions: -# Include{documentation} diff --git a/charts/system/volsync/questions.yaml b/charts/system/volsync/questions.yaml deleted file mode 100644 index 98142c9d8d3..00000000000 --- a/charts/system/volsync/questions.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# Include{groups} -portals: {} -questions: -# Include{global} -# Include{workload} -# Include{workloadDeployment} -# Include{replicas1} -# Include{podSpec} -# Include{containerMain} -# Include{containerBasic} -# Include{containerAdvanced} -# Include{containerConfig} -# Include{podOptions} -# Include{ingressList} -# Include{securityContextRoot} - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" - schema: - type: int - default: 568 -# Include{securityContextContainer} -# Include{securityContextAdvanced} -# Include{securityContextPod} - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{resources} -# Include{metrics} -# Include{prometheusRule} -# Include{advanced} -# Include{addons} -# Include{codeserver} -# Include{netshoot} -# Include{vpn} -# Include{documentation} diff --git a/templates/docs/app-readme.md.gotmpl b/templates/docs/app-readme.md.gotmpl deleted file mode 100644 index d1e12bfa82f..00000000000 --- a/templates/docs/app-readme.md.gotmpl +++ /dev/null @@ -1,6 +0,0 @@ -{{- define "custom.custom.app-readme" -}} -{{ template "chart.description" . }} - -This App is supplied by TrueCharts, for more information please visit https://truecharts.org -{{- end -}} -{{ template "custom.custom.app-readme" . }} diff --git a/templates/questions/addons/addons.yaml b/templates/questions/addons/addons.yaml deleted file mode 100644 index add15c6df38..00000000000 --- a/templates/questions/addons/addons.yaml +++ /dev/null @@ -1,7 +0,0 @@ - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: diff --git a/templates/questions/addons/codeserver.yaml b/templates/questions/addons/codeserver.yaml deleted file mode 100644 index 8d6c6462cc9..00000000000 --- a/templates/questions/addons/codeserver.yaml +++ /dev/null @@ -1,277 +0,0 @@ - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: ingress - label: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - 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: [{path: "/", pathType: "Prefix"}] - 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: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - 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: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: scaleCert - label: 'Use TrueNAS SCALE Certificate (Deprecated)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: envList - label: Codeserver 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 diff --git a/templates/questions/addons/netshoot.yaml b/templates/questions/addons/netshoot.yaml deleted file mode 100644 index 89a34f8d5c7..00000000000 --- a/templates/questions/addons/netshoot.yaml +++ /dev/null @@ -1,36 +0,0 @@ - - variable: netshoot - label: Netshoot - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: envList - label: Netshoot 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 diff --git a/templates/questions/addons/vpn.yaml b/templates/questions/addons/vpn.yaml deleted file mode 100644 index eef44c644af..00000000000 --- a/templates/questions/addons/vpn.yaml +++ /dev/null @@ -1,174 +0,0 @@ - - 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: gluetun - description: Gluetun - - value: tailscale - description: Tailscale - - value: openvpn - description: OpenVPN (Deprecated) - - value: wireguard - description: Wireguard (Deprecated) - - variable: openvpn - label: OpenVPN Settings - schema: - additional_attrs: true - 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 - show_if: [["username", "!=", ""]] - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - additional_attrs: true - 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: auth_once - label: Auth Once - description: Only attempt to log in if not already logged in. - schema: - type: boolean - default: true - - 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: The address on which to listen for SOCKS5 proxying into the tailscale net. - schema: - type: string - default: "" - - variable: outbound_http_proxy_listen - label: Outbound HTTP Proxy Listen - description: The address on which to listen for HTTP proxying into the tailscale net. - 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: string - show_if: [["type", "!=", "disabled"]] - 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 - max_length: 10240 diff --git a/templates/questions/container/containerAdvanced.yaml b/templates/questions/container/containerAdvanced.yaml deleted file mode 100644 index 2f5a5726f85..00000000000 --- a/templates/questions/container/containerAdvanced.yaml +++ /dev/null @@ -1,18 +0,0 @@ - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: command - label: Command - schema: - type: list - default: [] - items: - - variable: param - label: Param - schema: - type: string diff --git a/templates/questions/container/containerBasic.yaml b/templates/questions/container/containerBasic.yaml deleted file mode 100644 index 6a8462a7aed..00000000000 --- a/templates/questions/container/containerBasic.yaml +++ /dev/null @@ -1,31 +0,0 @@ - - variable: envList - 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..." - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string diff --git a/templates/questions/container/containerMain.yaml b/templates/questions/container/containerMain.yaml deleted file mode 100644 index 8839029eb50..00000000000 --- a/templates/questions/container/containerMain.yaml +++ /dev/null @@ -1,6 +0,0 @@ - - variable: main - label: Main Container - schema: - additional_attrs: true - type: dict - attrs: diff --git a/templates/questions/dependencies/mariadb.yaml b/templates/questions/dependencies/mariadb.yaml deleted file mode 100644 index b76f7d90078..00000000000 --- a/templates/questions/dependencies/mariadb.yaml +++ /dev/null @@ -1,21 +0,0 @@ - - variable: mariadb - group: Dependencies - label: "MariaDB" - schema: - additional_attrs: true - type: dict - attrs: - - variable: password - label: Password - description: "Set the password for the database-user" - schema: - type: string - default: "PLACEHOLDERPASSWORD" - required: true - - variable: rootPassword - label: "Root Password" - description: "Set the root password for mariadb" - schema: - type: string - default: "PLACEHOLDERROOTPASSWORD" - required: true diff --git a/templates/questions/dependencies/mongodb.yaml b/templates/questions/dependencies/mongodb.yaml deleted file mode 100644 index f47232f9318..00000000000 --- a/templates/questions/dependencies/mongodb.yaml +++ /dev/null @@ -1,21 +0,0 @@ - - variable: mongodb - group: Dependencies - label: "MongoDB" - schema: - additional_attrs: true - type: dict - attrs: - - variable: password - label: Password - description: "Set the password for the database-user" - schema: - type: string - default: "PLACEHOLDERPASSWORD" - required: true - - variable: rootPassword - label: "Root Password" - description: "Set the root password for MongoDB" - schema: - type: string - default: "PLACEHOLDERROOTPASSWORD" - required: true diff --git a/templates/questions/dependencies/redis.yaml b/templates/questions/dependencies/redis.yaml deleted file mode 100644 index fb71bd2e9ab..00000000000 --- a/templates/questions/dependencies/redis.yaml +++ /dev/null @@ -1,14 +0,0 @@ - - variable: redis - group: Dependencies - label: "Redis" - schema: - additional_attrs: true - type: dict - attrs: - - variable: password - label: Password - description: "Set the password for the database-user" - schema: - type: string - default: "PLACEHOLDERPASSWORD" - required: true diff --git a/templates/questions/general/advanced.yaml b/templates/questions/general/advanced.yaml deleted file mode 100644 index cac202685f6..00000000000 --- a/templates/questions/general/advanced.yaml +++ /dev/null @@ -1,430 +0,0 @@ -# - variable: horizontalPodAutoscaler -# group: Experimental -# label: (Advanced) Horizontal Pod Autoscaler -# schema: -# type: list -# default: [] -# items: -# - variable: hpaEntry -# label: HPA Entry -# schema: -# additional_attrs: true -# type: dict -# attrs: -# - variable: name -# label: Name -# schema: -# type: string -# required: true -# default: "" -# - variable: enabled -# label: Enabled -# schema: -# type: boolean -# default: false -# show_subquestions_if: true -# subquestions: -# - variable: target -# label: Target -# description: Deployment name, Defaults to Main Deployment -# schema: -# type: string -# default: "" -# - variable: minReplicas -# label: Minimum Replicas -# schema: -# type: int -# default: 1 -# - variable: maxReplicas -# label: Maximum Replicas -# schema: -# type: int -# default: 5 -# - variable: targetCPUUtilizationPercentage -# label: Target CPU Utilization Percentage -# schema: -# type: int -# default: 80 -# - variable: targetMemoryUtilizationPercentage -# label: Target Memory Utilization Percentage -# schema: -# type: int -# default: 80 - - variable: networkPolicy - group: Experimental - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP diff --git a/templates/questions/general/containerConfig.yaml b/templates/questions/general/containerConfig.yaml deleted file mode 100644 index 373c4b632e7..00000000000 --- a/templates/questions/general/containerConfig.yaml +++ /dev/null @@ -1,8 +0,0 @@ - - variable: TZ - label: Timezone - group: "General" - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" diff --git a/templates/questions/general/credentials.yaml b/templates/questions/general/credentials.yaml deleted file mode 100644 index 8e2c76bafe1..00000000000 --- a/templates/questions/general/credentials.yaml +++ /dev/null @@ -1,70 +0,0 @@ - - variable: credentialsList - group: General - label: "Credentials (Experimental)" - schema: - type: list - default: [] - items: - - variable: credentialsEntry - label: "Enter Credentials" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: "Name" - schema: - type: string - required: true - default: "" - - variable: type - label: Type - description: "Type of Credential" - schema: - type: string - default: "s3" - enum: - - value: s3 - description: s3 Storage - - variable: url - label: "url" - schema: - type: string - default: "" - required: true - - variable: path - label: "path" - description: "Path Prefix not needed for most cases" - schema: - type: string - default: "" - - variable: bucket - label: "bucket" - schema: - show_if: [["type", "=", "s3"]] - type: string - default: "" - required: true - - variable: accessKey - label: "accessKey" - schema: - show_if: [["type", "=", "s3"]] - type: string - default: "" - required: true - - variable: secretKey - label: "secretKey" - schema: - show_if: [["type", "=", "s3"]] - type: string - default: "" - required: true - - variable: encrKey - label: "encrKey" - description: "The Encryption key is needed for tools like volsync if not needed it will be ignored" - schema: - show_if: [["type", "=", "s3"]] - type: string - default: "MYSECRETPASSPHRASE" - required: true diff --git a/templates/questions/general/documentation.yaml b/templates/questions/general/documentation.yaml deleted file mode 100644 index fe0b41b1c29..00000000000 --- a/templates/questions/general/documentation.yaml +++ /dev/null @@ -1,29 +0,0 @@ - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true diff --git a/templates/questions/general/global.yaml b/templates/questions/general/global.yaml deleted file mode 100644 index 496f28d51d7..00000000000 --- a/templates/questions/general/global.yaml +++ /dev/null @@ -1,13 +0,0 @@ - - variable: global - group: General - label: "Global Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: stopAll - label: Stop All - description: "Stops All Running pods and hibernates cnpg" - schema: - type: boolean - default: false diff --git a/templates/questions/general/groups.yaml b/templates/questions/general/groups.yaml deleted file mode 100644 index a6017ae9ca4..00000000000 --- a/templates/questions/general/groups.yaml +++ /dev/null @@ -1,163 +0,0 @@ -groups: - - name: Image - description: | - Configured the images to be used for the Chart. - It's wise to use "digest pinned" tags and to avoid using "latest". - - Checkout the following documentation for more information: - - https://truecharts.org/common/#images - - - - name: General - description: | - For TrueNAS SCALE We've grouped a number of settings here, that all effact how apps run in general. - - Checkout the following documentation for more information: - - https://truecharts.org/common/global/ - - https://truecharts.org/common/#tz - - https://truecharts.org/common/podoptions/ - - Image Pull Secrets - - - - name: Workload - description: | - These settings configure how the actual Pods and containers are running. - Generally, on SCALE, we only expose a limited subset of these settings for the primary workload and container. - - Checkout the following documentation for more information: - - https://truecharts.org/common/workload/ - - https://truecharts.org/common/container/ - - - - name: App Configuration - description: | - Every application has different values that may be required to run or have multiple options that the user may choose to enable or disable to change the behavior of the application. - Most options should have a Tooltip (Circled Question Mark) to further describe said option. - - To find more information, lookup your chart-specific documentation in the Charts List: https://truecharts.org/charts/description-list/ - - - name: Services - description: | - Service and Networking options for any applications are contained here. - Some applications may have complicated networking setups with multiple options or some may have no options here at all. - - Options here include the service and port configurations for the application, and more may be enabled or changed under the Advanced Settings and Show Expert Config boxes. - - Checkout the following documentation for more information: - - https://truecharts.org/common/service/ - - - name: Networking - description: | - Contains advanced networking options that are not actively supported by the TrueCharts team. - Currently only contains scaleExternalInterfaces. - - Checkout the following documentation for more information: - - https://truecharts.org/common/scaleexternalinterface/ - - - name: Persistence - description: | - Many applications will have certain options for storage to be configurable by the user, the main two being PVC and hostpath but may include other types. - This storage is called Persistence since it is not deleted upon restart or upgrade of an application. - - Checkout the following documentation for more information: - - https://truecharts.org/common/persistence/ - - https://truecharts.org/scale/guides/nfs-share/ - - https://truecharts.org/general/faq/#why-pvc-is-recommended-over-hostpath - - - - name: Ingress - description: | - Ingress (more commonly known as Reverse Proxy) settings can be configured here. This is how Kubernetes connects your Applications in containers to FQDNs (fully qualified domain names). - If you choose to enable this you must have a "Ingress Provider" aka "Reverse Proxy" installed (We highly advice Traefik: https://truecharts.org/charts/premium/traefik/) - It also requiresa DNS service to actually resolve the DNS name of the FQDN specified. - - Checkout the following documentation for more information: - - https://truecharts.org/common/ingress/ - - - - name: SecurityContext - description: | - The security settings for each application and/or permissions that each application may have for the files/directories created. - Each application will come with predefined permissions but users may want to change certain setting depending on their usage or capabilities. - - Unless necessary users are advised to keep this section mostly to defaults. - - Checkout the following documentation for more information: - - https://truecharts.org/common/securitycontext/ - - - - name: Resources - description: | - Resources limits that have been defined by each application are in this section. - Most will have a specific default that some users may want to change based on their specific hardware or needs. - - This also contains the options to mount GPUs or, more precisely, "request" GPU's to be mounted. - - Checkout the following documentation for more information: - - https://truecharts.org/common/resources/ - - - name: Devices - description: | - These are special "mountpoints" that can be used to mount miscelanious USB and PCI devices using special hostPath mounts. - For clearity we've decided to seperate this from persistence on SCALE. - - Checkout the following documentation for more information: - - https://truecharts.org/common/persistence/device/ - - https://truecharts.org/scale/guides/pci-passthrough/ - - - name: Middlewares - description: Traefik Middlewares - - - name: StorageClass - description: | - StorageClasses define where to storage Storage. - - Checkout the following documentation for more information: - - - name: Metrics - description: | - Contains options to configure Prometheus metrics for the application. - - Checkout the following documentation for more information: - - https://truecharts.org/common/metrics/ - - - - name: Addons - description: | - Addons that are supplied by the TrueCharts team to add additional capabilities for users to use on top of the application’s defaults. - Things included here are VPN addons, Codeserver for editing files inside the application’s container, Netshoot for network troubelshooting, etc. - - Generally not required for use but may be necessary or usefull at times for specific applications. - - Checkout the following documentation for more information: - - https://truecharts.org/common/addons/ - - https://truecharts.org/scale/guides/vpn-setup/ - - - - name: Experimental - description: | - Experimental Configuration Options - Often these are not fully flushed-out, could randomly break or might not work at-all. - - - name: Postgresql - description: | - For Postgresql we use "CloudNative-PG" as a backend, which has to be installed first. - - Checkout the following documentation for more information: - - https://truecharts.org/common/cnpg/ - - https://truecharts.org/scale/guides/sql-export/ - - https://truecharts.org/scale/guides/recover-cnpg/ - - - name: Dependencies - description: | - contains dependency setting for which we, currently, do not have seperate catagories (yet) - - - - name: Documentation - description: | - We added this section to make everyone aware that OpenSource isn't always easy. - It doesn't keep existing without signficant ongoing support, so please consider supporting TrueCharts and other OpenSource projects. - - Before installing, be sure you've followed the https://truecharts.org/scale/guides/getting-started/ - We would also advice going over our https://truecharts.org/scale/guides/scale-intro/ - and many of the other documentation pages... diff --git a/templates/questions/general/podOptions.yaml b/templates/questions/general/podOptions.yaml deleted file mode 100644 index eb4a3d02710..00000000000 --- a/templates/questions/general/podOptions.yaml +++ /dev/null @@ -1,118 +0,0 @@ - - variable: podOptions - group: "General" - label: "Global Pod Options (Advanced)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: expertPodOpts - label: "Expert - Pod Options" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - label: "Host Networking" - schema: - type: boolean - default: false - - variable: dnsConfig - label: "DNS Configuration" - schema: - type: dict - additional_attrs: true - attrs: - - variable: options - label: "Options" - schema: - type: list - default: [{"name": "ndots", "value": "1"}] - items: - - variable: optionsEntry - label: "Option Entry" - schema: - type: dict - additional_attrs: true - attrs: - - variable: name - label: "Name" - schema: - type: string - required: true - - variable: value - label: "Value" - schema: - type: string - - variable: nameservers - label: "Nameservers" - schema: - type: list - default: [] - items: - - variable: nsEntry - label: "Nameserver Entry" - schema: - type: string - required: true - - variable: searches - label: "Searches" - schema: - type: list - default: [] - items: - - variable: searchEntry - label: "Search Entry" - schema: - type: string - required: true - - - variable: imagePullSecretList - group: "General" - label: "Image Pull Secrets" - schema: - type: list - default: [] - items: - - variable: pullsecretentry - label: "Pull Secret" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - - variable: data - label: Data - schema: - type: dict - additional_attrs: true - attrs: - - variable: registry - label: "Registry" - schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" - schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - private: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" diff --git a/templates/questions/general/portalLink.yaml b/templates/questions/general/portalLink.yaml deleted file mode 100644 index 6cf0b99e3da..00000000000 --- a/templates/questions/general/portalLink.yaml +++ /dev/null @@ -1,6 +0,0 @@ - protocols: - - "$kubernetes-resource_configmap_tcportal-open_protocol" - host: - - "$kubernetes-resource_configmap_tcportal-open_host" - ports: - - "$kubernetes-resource_configmap_tcportal-open_port" diff --git a/templates/questions/general/resources.yaml b/templates/questions/general/resources.yaml deleted file mode 100644 index a86d5553fe3..00000000000 --- a/templates/questions/general/resources.yaml +++ /dev/null @@ -1,106 +0,0 @@ - - variable: resources - group: Resources - label: "Resource Limits" - schema: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: 'gpu.intel.com/i915' - label: Add Intel i915 GPUs - schema: - type: int - default: 0 - - variable: 'nvidia.com/gpu' - label: Add NVIDIA GPUs (Experimental) - schema: - type: int - default: 0 - - variable: 'amd.com/gpu' - label: Add AMD GPUs - schema: - type: int - default: 0 - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - hidden: true - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 10m - hidden: true - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" - schema: - type: string - default: 50Mi - hidden: true - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: deviceList - label: Mount USB Devices - group: Devices - schema: - type: list - default: [] - items: - - variable: deviceListEntry - label: Device - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Storage - schema: - type: boolean - default: true - - variable: type - label: (Advanced) Type of Storage - description: Sets the persistence type - schema: - type: string - default: device - hidden: true - - variable: readOnly - label: readOnly - schema: - type: boolean - default: false - - variable: hostPath - label: Host Device Path - description: Path to the device on the host system - schema: - type: path - - variable: mountPath - label: Container Device Path - description: Path inside the container the device is mounted - schema: - type: string - default: "/dev/ttyACM0" diff --git a/templates/questions/ingress/ingressAdvanced.yaml b/templates/questions/ingress/ingressAdvanced.yaml deleted file mode 100644 index bbe2136497c..00000000000 --- a/templates/questions/ingress/ingressAdvanced.yaml +++ /dev/null @@ -1,224 +0,0 @@ - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: 'Allow Cross Origin Requests (advanced)' - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: 'namespace (optional)' - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name (Optional) - description: Defaults to chart name - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description (Optional) - description: Defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: icon - label: Icon (Optional) - description: Defaults to chart icon - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] - - variable: widget - label: Widget Settings - schema: - type: dict - additional_attrs: true - show_if: [["enabled", "=", true]] - attrs: - - variable: enabled - label: Enable Widget - description: When disabled all widget annotations are skipped. - schema: - type: boolean - default: true - - variable: custom - label: Options - schema: - type: dict - additional_attrs: true - attrs: - - variable: key - label: API-key (key) - schema: - type: string - default: "" - - variable: customkv - label: Custom Options - schema: - type: list - default: [] - items: - - variable: option - label: Option - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - default: "" - required: true - - variable: value - label: Value - schema: - type: string - default: "" - required: true - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - show_if: [["advanced", "=", true]] - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["advanced", "=", true]] - 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: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: 'Use Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" diff --git a/templates/questions/ingress/ingressDefault.yaml b/templates/questions/ingress/ingressDefault.yaml deleted file mode 100644 index aeb1cd882ba..00000000000 --- a/templates/questions/ingress/ingressDefault.yaml +++ /dev/null @@ -1,49 +0,0 @@ - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: false - 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: [{path: "/", pathType: "Prefix"}] - 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 diff --git a/templates/questions/ingress/ingressList.yaml b/templates/questions/ingress/ingressList.yaml deleted file mode 100644 index f3ca3d879c1..00000000000 --- a/templates/questions/ingress/ingressList.yaml +++ /dev/null @@ -1,242 +0,0 @@ - - variable: ingressList - label: Add Manual Custom Ingresses - group: Ingress - schema: - type: list - default: [] - items: - - variable: ingressListEntry - label: Custom Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable Ingress - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: ingressClassName - label: IngressClass Name - schema: - type: string - default: "" - - 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: overrideService - label: Linked Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Service Name - schema: - type: string - default: "" - - variable: port - label: Service Port - schema: - type: int - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - show_if: [["certificateIssuer", "=", ""]] - 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: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: clusterCertificate - label: 'Cluster Certificate (Advanced)' - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - type: string - show_if: [["certificateIssuer", "=", ""]] - default: "" - - variable: integrations - label: Integrations - description: Connect ingress with other charts - schema: - additional_attrs: true - type: dict - attrs: - - variable: traefik - label: Traefik - description: Connect ingress with Traefik - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: allowCors - label: "Allow Cross Origin Requests" - schema: - type: boolean - default: false - show_if: [["enabled", "=", true]] - - variable: entrypoints - label: Entrypoints - schema: - type: list - default: ["websecure"] - show_if: [["enabled", "=", true]] - items: - - variable: entrypoint - label: Entrypoint - schema: - type: string - - variable: middlewares - label: Middlewares - schema: - type: list - default: [] - show_if: [["enabled", "=", true]] - items: - - variable: middleware - label: Middleware - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: name - schema: - type: string - default: "" - required: true - - variable: namespace - label: namespace - schema: - type: string - default: "" - - variable: certManager - label: certManager - description: Connect ingress with certManager - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: true - - variable: certificateIssuer - label: certificateIssuer - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: homepage - label: Homepage - description: Connect ingress with Homepage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - - variable: name - label: Name - description: defaults to chartname - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: description - label: Description - description: defaults to chart description - schema: - type: string - default: "" - show_if: [["enabled", "=", true]] - - variable: group - label: Group - schema: - type: string - required: true - default: "default" - show_if: [["enabled", "=", true]] diff --git a/templates/questions/ingress/ingressRoot.yaml b/templates/questions/ingress/ingressRoot.yaml deleted file mode 100644 index cab6ccec485..00000000000 --- a/templates/questions/ingress/ingressRoot.yaml +++ /dev/null @@ -1,7 +0,0 @@ - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: diff --git a/templates/questions/metrics/metrics.yaml b/templates/questions/metrics/metrics.yaml deleted file mode 100644 index 8f481fd7b20..00000000000 --- a/templates/questions/metrics/metrics.yaml +++ /dev/null @@ -1,21 +0,0 @@ - - variable: metrics - group: Metrics - label: Prometheus Metrics - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: Main Metrics - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable Prometheus Metrics - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: diff --git a/templates/questions/metrics/metrics3m.yaml b/templates/questions/metrics/metrics3m.yaml deleted file mode 100644 index 8f481fd7b20..00000000000 --- a/templates/questions/metrics/metrics3m.yaml +++ /dev/null @@ -1,21 +0,0 @@ - - variable: metrics - group: Metrics - label: Prometheus Metrics - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: Main Metrics - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable Prometheus Metrics - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: diff --git a/templates/questions/metrics/metrics60m.yaml b/templates/questions/metrics/metrics60m.yaml deleted file mode 100644 index 8f481fd7b20..00000000000 --- a/templates/questions/metrics/metrics60m.yaml +++ /dev/null @@ -1,21 +0,0 @@ - - variable: metrics - group: Metrics - label: Prometheus Metrics - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: Main Metrics - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable Prometheus Metrics - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: diff --git a/templates/questions/metrics/prometheusRule.yaml b/templates/questions/metrics/prometheusRule.yaml deleted file mode 100644 index 809e88540fd..00000000000 --- a/templates/questions/metrics/prometheusRule.yaml +++ /dev/null @@ -1,14 +0,0 @@ - - variable: prometheusRule - label: PrometheusRule - description: Enable and configure Prometheus Rules for the App. - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - description: Enable Prometheus Metrics - schema: - type: boolean - default: false - # TODO: Rule List section diff --git a/templates/questions/networking/externalInterfaces.yaml b/templates/questions/networking/externalInterfaces.yaml deleted file mode 100644 index dcd6fb4c533..00000000000 --- a/templates/questions/networking/externalInterfaces.yaml +++ /dev/null @@ -1,78 +0,0 @@ - - variable: scaleExternalInterface - description: 'Add External Interfaces (Experimental, might change or be removed without further notice)' - label: Add external Interfaces (Experimental) - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true diff --git a/templates/questions/persistence/persistenceBasic.yaml b/templates/questions/persistence/persistenceBasic.yaml deleted file mode 100644 index a92a7a6d0ff..00000000000 --- a/templates/questions/persistence/persistenceBasic.yaml +++ /dev/null @@ -1,327 +0,0 @@ - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - value: iscsi - description: iSCSI Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: volsync - label: 'VolSync (Experimental)' - description: Backup, Restore and Synchronise PVC storage - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: VolSyncEntry - label: VolSync Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: "Name of backup configuration" - schema: - type: string - default: "" - required: true - - variable: type - label: Type VolSync/Backup - description: Sets the VolSync Type - schema: - type: string - default: "restic" - enum: - - value: restic - description: Restic - - variable: credentials - label: Credentials - description: "Name of credentials in the credentials section" - schema: - type: string - default: "" - required: true - - variable: dest - label: VolSync Destination (Restore) - description: VolSYnc Destination is the location where data is the reciever and configures recovery of backups - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable - schema: - type: boolean - default: true - - variable: src - label: VolSync Source (Backup) - description: VolSYnc Source is the location where data is the sender and creates backups to storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable - schema: - type: boolean - default: true - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: disabled - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" diff --git a/templates/questions/persistence/persistenceList.yaml b/templates/questions/persistence/persistenceList.yaml deleted file mode 100644 index 62889e72215..00000000000 --- a/templates/questions/persistence/persistenceList.yaml +++ /dev/null @@ -1,350 +0,0 @@ - - variable: persistenceList - label: Additional App Storage - group: Persistence - schema: - type: list - default: [] - items: - - variable: persistenceListEntry - label: Custom Storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the storage - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: hostPath - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: iscsi - label: iSCSI Options - schema: - show_if: [["type", "=", "iscsi"]] - type: dict - additional_attrs: true - attrs: - - variable: targetPortal - label: targetPortal - schema: - type: string - required: true - default: "" - - variable: iqn - label: iqn - schema: - type: string - required: true - default: "" - - variable: lun - label: lun - schema: - type: int - default: 0 - - variable: authSession - label: authSession - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: authDiscovery - label: authDiscovery - schema: - type: dict - additional_attrs: true - attrs: - - variable: username - label: username - schema: - type: string - default: "" - - variable: password - label: password - schema: - type: string - default: "" - - variable: usernameInitiator - label: usernameInitiator - schema: - type: string - default: "" - - variable: passwordInitiator - label: passwordInitiator - schema: - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - 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._-]+|\/?))+$' - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size Quotum of Storage - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - - variable: storageClass - label: 'storageClass (Advanced)' - description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: "" - - variable: volsync - label: 'VolSync (Experimental)' - description: Backup, Restore and Synchronise PVC storage - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: VolSyncEntry - label: VolSync Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: "Name of backup configuration" - schema: - type: string - default: "" - required: true - - variable: type - label: Type VolSync/Backup - description: Sets the VolSync Type - schema: - type: string - default: "restic" - enum: - - value: restic - description: Restic - - variable: credentials - label: Credentials - description: "Name of credentials in the credentials section" - schema: - type: string - default: "" - required: true - - variable: dest - label: VolSync Destination (Restore) - description: VolSYnc Destination is the location where data is the reciever and configures recovery of backups - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable - schema: - type: boolean - default: true - - variable: src - label: VolSync Source (Backup) - description: VolSYnc Source is the location where data is the sender and creates backups to storage - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable - schema: - type: boolean - default: true - - variable: static - label: 'Static Fixed PVC Bindings (Experimental)' - description: Link a PVC to a specific storage location - schema: - show_if: [["type", "=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: mode - label: mode - description: | - disabled: use normal dynamic PVCs - smb: connect to an SMB share - nfs: connect to an NFS share - schema: - type: string - default: "disabled" - enum: - - value: "disabled" - description: disabled - - value: smb - description: smb - - value: nfs - description: nfs - - variable: server - label: Server - description: server to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "myserver" - - variable: share - label: Share - description: share to connect to - schema: - type: string - show_if: [["mode", "!=", "disabled"]] - default: "/myshare" - - variable: user - label: User - description: connecting user - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "myuser" - - variable: domain - label: Domain - description: user domain - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: password - label: Password - description: connecting password - schema: - type: string - show_if: [["mode", "=", "smb"]] - default: "" - - variable: volumeSnapshots - label: 'Volume Snapshots (Experimental)' - description: Add an entry to the list to force creation of a volumeSnapshot of this PVC - schema: - show_if: [["type", "=", "pvc"]] - type: list - default: [] - items: - - variable: volumeSnapshotEntry - label: Custom volumeSnapshot - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' - schema: - type: string - default: "mysnapshot" - required: true - - variable: volumeSnapshotClassName - label: 'volumeSnapshot Class Name (Advanced)' - description: For use with PVCs using a non-default storageClass - schema: - type: string - default: "" diff --git a/templates/questions/persistence/persistenceRoot.yaml b/templates/questions/persistence/persistenceRoot.yaml deleted file mode 100644 index 85ce00dc696..00000000000 --- a/templates/questions/persistence/persistenceRoot.yaml +++ /dev/null @@ -1,8 +0,0 @@ - - variable: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Persistence - schema: - additional_attrs: true - type: dict - attrs: diff --git a/templates/questions/persistence/vctRoot.yaml b/templates/questions/persistence/vctRoot.yaml deleted file mode 100644 index 0a52cb6ad15..00000000000 --- a/templates/questions/persistence/vctRoot.yaml +++ /dev/null @@ -1,5 +0,0 @@ - - variable: volumeClaimTemplates - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Persistence - schema: diff --git a/templates/questions/postgresql/postgresql.yaml b/templates/questions/postgresql/postgresql.yaml deleted file mode 100644 index a415694b407..00000000000 --- a/templates/questions/postgresql/postgresql.yaml +++ /dev/null @@ -1,195 +0,0 @@ - - variable: cnpg - group: Postgresql - label: "CloudNative-PG (CNPG)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Postgresql Database" - schema: - additional_attrs: true - type: dict - attrs: - - variable: hibernate - label: Hibernate - description: "enable to safely hibernate and shutdown the postgresql cluster" - schema: - type: boolean - default: false - - variable: mode - label: Mode - description: 'Cluster mode of operation. Available modes: standalone - default mode. Creates new or updates an existing CNPG cluster. recovery - Same as standalone but creates a cluster from a backup, object store or via pg_basebackup replica - Creates a replica cluster from an existing CNPG cluster. # TODO.' - schema: - type: string - default: "standalone" - enum: - - value: standalone - description: standalone - - value: replica - description: replica - - value: recovery - description: recovery - - variable: pgVersion - label: Postgres Version - description: "Set the Postgresql version used" - schema: - type: int - default: 16 - required: true - - variable: password - label: Password - description: "Set the password for the database-user" - schema: - type: string - default: "PLACEHOLDERPASSWORD" - required: true - - variable: cluster - label: "Cluster Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: instances - label: Instances - schema: - type: int - default: 1 - - variable: singleNode - label: singleNode - schema: - type: boolean - default: true - hidden: true - - variable: storage - label: "Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: walStorage - label: "WAL Storage" - schema: - additional_attrs: true - type: dict - attrs: - - variable: size - label: Size - schema: - type: string - default: "256Gi" - - variable: monitoring - label: "Monitoring Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enablePodMonitor - label: "enablePodMonitor" - schema: - type: boolean - default: true - - variable: disableDefaultQueries - label: "disableDefaultQueries" - schema: - type: boolean - default: false - - variable: pooler - label: "Pooler Settings" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - - variable: instances - label: Instances - schema: - type: int - show_if: [["enabled", "=", true]] - default: 1 - - variable: createRO - label: "Create ReadOnly Instance" - schema: - type: boolean - show_if: [["enabled", "=", true]] - default: false - - variable: backups - label: "Backup Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: revision - label: "revision" - schema: - type: string - default: "" - - variable: retentionPolicy - label: "retentionPolicy" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "30d" - - variable: credentials - label: "Credentials" - description: "Name of the credentials in the credentials section" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - required: true - - variable: recovery - label: "Recovery Settings (Experimental)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: serverName - label: "serverName" - schema: - type: string - default: "" - - variable: revision - label: "revision" - schema: - type: string - default: "" - - variable: method - label: "method" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "object_store" - - variable: backupName - label: "backupName" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - - variable: credentials - label: "Credentials" - description: "Name of the credentials in the credentials section" - schema: - type: string - show_if: [["enabled", "=", true]] - default: "" - required: true diff --git a/templates/questions/replicas/replica1.yaml b/templates/questions/replicas/replica1.yaml deleted file mode 100644 index dc82f85f088..00000000000 --- a/templates/questions/replicas/replica1.yaml +++ /dev/null @@ -1 +0,0 @@ - default: 1 diff --git a/templates/questions/replicas/replica2.yaml b/templates/questions/replicas/replica2.yaml deleted file mode 100644 index a263e76870b..00000000000 --- a/templates/questions/replicas/replica2.yaml +++ /dev/null @@ -1 +0,0 @@ - default: 3 diff --git a/templates/questions/replicas/replica3.yaml b/templates/questions/replicas/replica3.yaml deleted file mode 100644 index 4da4bc98e9d..00000000000 --- a/templates/questions/replicas/replica3.yaml +++ /dev/null @@ -1 +0,0 @@ - default: 2 diff --git a/templates/questions/replicas/replicas.yaml b/templates/questions/replicas/replicas.yaml deleted file mode 100644 index b83fa828da3..00000000000 --- a/templates/questions/replicas/replicas.yaml +++ /dev/null @@ -1,6 +0,0 @@ - - variable: replicas - description: Number of desired pod replicas - label: Desired Replicas - schema: - type: int - required: true diff --git a/templates/questions/security/securityContextAdvanced.yaml b/templates/questions/security/securityContextAdvanced.yaml deleted file mode 100644 index 6c0917e562a..00000000000 --- a/templates/questions/security/securityContextAdvanced.yaml +++ /dev/null @@ -1,18 +0,0 @@ - - variable: advanced - label: Show Advanced Settings - description: Advanced settings are not covered by TrueCharts Support - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: true diff --git a/templates/questions/security/securityContextContainer.yaml b/templates/questions/security/securityContextContainer.yaml deleted file mode 100644 index 451f5d43c79..00000000000 --- a/templates/questions/security/securityContextContainer.yaml +++ /dev/null @@ -1,14 +0,0 @@ - # Settings from questions.yaml get appended here on a per-app basis - - variable: PUID - 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 - schema: - type: int - show_if: [["runAsUser", "=", 0]] - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "0022" diff --git a/templates/questions/security/securityContextPod.yaml b/templates/questions/security/securityContextPod.yaml deleted file mode 100644 index 4573b8f9c71..00000000000 --- a/templates/questions/security/securityContextPod.yaml +++ /dev/null @@ -1,27 +0,0 @@ - - variable: pod - label: Pod - schema: - additional_attrs: true - type: dict - attrs: - - variable: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - # Settings from questions.yaml get appended here on a per-app basis diff --git a/templates/questions/security/securityContextRoot.yaml b/templates/questions/security/securityContextRoot.yaml deleted file mode 100644 index 38be5723425..00000000000 --- a/templates/questions/security/securityContextRoot.yaml +++ /dev/null @@ -1,14 +0,0 @@ - - variable: securityContext - group: SecurityContext - label: Security Context - schema: - additional_attrs: true - type: dict - attrs: - - variable: container - label: Container - schema: - additional_attrs: true - type: dict - attrs: - # Settings from questions.yaml get appended here on a per-app basis diff --git a/templates/questions/service/serviceList.yaml b/templates/questions/service/serviceList.yaml deleted file mode 100644 index 7ce706f952a..00000000000 --- a/templates/questions/service/serviceList.yaml +++ /dev/null @@ -1,134 +0,0 @@ - - variable: serviceList - label: Add Manual Custom Services - group: Services - schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - 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 - schema: - type: string - 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 - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true diff --git a/templates/questions/service/serviceMain.yaml b/templates/questions/service/serviceMain.yaml deleted file mode 100644 index 4733339d0cd..00000000000 --- a/templates/questions/service/serviceMain.yaml +++ /dev/null @@ -1,7 +0,0 @@ - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: diff --git a/templates/questions/service/serviceRoot.yaml b/templates/questions/service/serviceRoot.yaml deleted file mode 100644 index 9b5768d6ddc..00000000000 --- a/templates/questions/service/serviceRoot.yaml +++ /dev/null @@ -1,7 +0,0 @@ - - variable: service - group: Services - label: Configure Service(s) - schema: - additional_attrs: true - type: dict - attrs: diff --git a/templates/questions/service/serviceSelectorClusterIP.yaml b/templates/questions/service/serviceSelectorClusterIP.yaml deleted file mode 100644 index c5392154550..00000000000 --- a/templates/questions/service/serviceSelectorClusterIP.yaml +++ /dev/null @@ -1,17 +0,0 @@ - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: ClusterIP - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) diff --git a/templates/questions/service/serviceSelectorExtras.yaml b/templates/questions/service/serviceSelectorExtras.yaml deleted file mode 100644 index 1f45b637878..00000000000 --- a/templates/questions/service/serviceSelectorExtras.yaml +++ /dev/null @@ -1,13 +0,0 @@ - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: diff --git a/templates/questions/service/serviceSelectorLoadBalancer.yaml b/templates/questions/service/serviceSelectorLoadBalancer.yaml deleted file mode 100644 index 0a5bb0cce1f..00000000000 --- a/templates/questions/service/serviceSelectorLoadBalancer.yaml +++ /dev/null @@ -1,17 +0,0 @@ - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) diff --git a/templates/questions/traefik/addPrefixMiddleware.yaml b/templates/questions/traefik/addPrefixMiddleware.yaml deleted file mode 100644 index cba3c6fa422..00000000000 --- a/templates/questions/traefik/addPrefixMiddleware.yaml +++ /dev/null @@ -1,24 +0,0 @@ - - variable: addPrefix - label: Add Prefix - schema: - type: list - default: [] - items: - - variable: addPrefixEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: prefix - label: Prefix - schema: - type: string - required: true - default: "" diff --git a/templates/questions/traefik/basicAuthMiddleware.yaml b/templates/questions/traefik/basicAuthMiddleware.yaml deleted file mode 100644 index f5b1c380ef6..00000000000 --- a/templates/questions/traefik/basicAuthMiddleware.yaml +++ /dev/null @@ -1,42 +0,0 @@ - - variable: basicAuth - label: basicAuth - schema: - type: list - default: [] - items: - - variable: basicAuthEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: users - label: Users - schema: - type: list - default: [] - items: - - variable: usersEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: username - label: Username - schema: - type: string - required: true - default: "" - - variable: password - label: Password - schema: - type: string - required: true - default: "" diff --git a/templates/questions/traefik/bufferingMiddleware.yaml b/templates/questions/traefik/bufferingMiddleware.yaml deleted file mode 100644 index 4986fa0b1a5..00000000000 --- a/templates/questions/traefik/bufferingMiddleware.yaml +++ /dev/null @@ -1,51 +0,0 @@ - - variable: buffering - label: Buffering - schema: - type: list - default: [] - items: - - variable: bufferingEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: maxRequestBodyBytes - label: Max Request Body Bytes - description: Leave empty and it won't be set - schema: - type: string - valid_chars: '^[0-9]*$' - default: "" - - variable: memRequestBodyBytes - label: Mem Request Body Bytes - description: Leave empty and it won't be set - schema: - type: string - valid_chars: '^[0-9]*$' - default: "" - - variable: maxResponseBodyBytes - label: Max Response Body Bytes - description: Leave empty and it won't be set - schema: - type: string - valid_chars: '^[0-9]*$' - default: "" - - variable: memResponseBodyBytes - label: Mem Response Body Bytes - description: Leave empty and it won't be set - schema: - type: string - valid_chars: '^[0-9]*$' - default: "" - - variable: retryExpression - label: Retry Expression - description: Leave empty and it won't be set - schema: - type: string - default: "" diff --git a/templates/questions/traefik/chainMiddleware.yaml b/templates/questions/traefik/chainMiddleware.yaml deleted file mode 100644 index a2a53824d16..00000000000 --- a/templates/questions/traefik/chainMiddleware.yaml +++ /dev/null @@ -1,29 +0,0 @@ - - variable: chain - label: Chain - schema: - type: list - default: [] - items: - - variable: chainEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: middlewares - label: Middlewares to Chain - schema: - type: list - default: [] - items: - - variable: name - label: Name - schema: - type: string - required: true - default: "" diff --git a/templates/questions/traefik/crowdsecMiddleware.yaml b/templates/questions/traefik/crowdsecMiddleware.yaml deleted file mode 100644 index 175f5cb5dde..00000000000 --- a/templates/questions/traefik/crowdsecMiddleware.yaml +++ /dev/null @@ -1,152 +0,0 @@ - - variable: bouncer - label: "Crowdsec Bouncer (experimental)" - schema: - type: list - default: [] - items: - - variable: crowdsecEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: logLevel - label: Log Verbosity Level - description: How description the logs are, from info to debug. - schema: - type: string - required: true - default: info - enum: - - value: INFO - description: info - - value: WARNING - description: warning - - value: ERROR - description: error - - value: PANIC - description: panic - - value: DEBUG - description: debug - - value: FATAL - description: fatal - - variable: updateIntervalSeconds - label: Update Interval in Seconds - description: - schema: - type: int - default: 60 - - variable: defaultDecisionSeconds - label: Time to take Crowdsec Decisions in Seconds - description: - schema: - type: int - default: 60 - - variable: httpTimeoutSeconds - label: HTTP Timeout in Seconds - description: - schema: - type: int - default: 10 - - variable: crowdsecMode - label: Crowdsec Mode - description: - schema: - type: string - default: "live" - - variable: crowdsecAppsecEnabled - label: Crowdsec App Security - description: - schema: - type: boolean - default: false - - variable: crowdsecAppsecHost - label: Crowdsec App Security Host - description: Enter Crowdsec App Host URL such as cowdsec:7432 - schema: - type: string - default: "" - - variable: crowdsecAppsecFailureBlock - label: Crowdsec App Security Failure Block - description: - schema: - type: boolean - default: true - - variable: crowdsecLapiHost - label: Crowdsec App Lapi Host - description: Enter Crowdsec LAPI Host URL such as cowdsec:8080 - schema: - type: string - default: "" - - variable: crowdsecLapiScheme - label: Crowdsec App Lapi Scheme - description: Enter Crowdsec LAPI HTTP Sheme - schema: - type: string - default: "http" - - variable: crowdsecLapiTLSInsecureVerify - label: Crowdsec App Lapi TLS Insecure Verify - description: Verifies if TLS is verfied - schema: - type: boolean - default: false - - variable: crowdsecCapiMachineId - label: Crowdsec Capi Machine ID - description: Enter Crowdsec CAPI Machine ID - schema: - type: string - default: "" - - variable: crowdsecCapiMachinePassword - label: Crowdsec Capi Machine Password - description: Enter Crowdsec CAPI Machine Password - schema: - type: string - private: true - default: "" - - variable: crowdsecCapiScenarios - label: Crodsec Capi Scenarios - description: Enter Crowdsec Capi Scenarios - schema: - type: list - default: [["crowdsecurity/http-path-traversal-probing", "crowdsecurity/http-xss-probing", "crowdsecurity/http-generic-bf"]] - items: - - variable: crowdsecCapiScenariosEntry - label: Crodsec Capi Scenarios Entry - schema: - type: string - default: "" - - variable: forwardedHeadersTrustedIPs - label: Crowdsec Forwarded Headers Trusted Ips - description: Enter Crowdsec forwarded trusted helpers such as 10.0.10.23/32, 10.0.20.0/24 - schema: - type: list - default: [] - items: - - variable: forwardedHeadersTrustedIPsEntry - label: Crowdsec Forwarded Headers Trusted Ips Entry - schema: - type: string - default: "" - - variable: clientTrustedIPs - label: Crowdsec client Trusted Ips - description: Enter Crowdsec client trusted IPs as 192.168.1.0/24 - schema: - type: list - default: [] - items: - - variable: clientTrustedIPsEntry - label: Crowdsec client Trusted Ips Entry - schema: - type: string - default: "" - - variable: forwardedHeadersCustomName - label: Forward - description: Enter Crowdsec CAPI Machine ID - schema: - type: string - default: "X-Custom-Header" diff --git a/templates/questions/traefik/customFrameOptionsValueMiddleware.yaml b/templates/questions/traefik/customFrameOptionsValueMiddleware.yaml deleted file mode 100644 index 11c2c4a1394..00000000000 --- a/templates/questions/traefik/customFrameOptionsValueMiddleware.yaml +++ /dev/null @@ -1,24 +0,0 @@ - - variable: customFrameOptionsValue - label: Custom Frame Options Value - schema: - type: list - default: [] - items: - - variable: customFrameOptionsValueEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: X-Frame-Options Header Value - description: The value of the header. - schema: - type: string - required: true - default: "" diff --git a/templates/questions/traefik/customRequestHeadersMiddleware.yaml b/templates/questions/traefik/customRequestHeadersMiddleware.yaml deleted file mode 100644 index ce108bda171..00000000000 --- a/templates/questions/traefik/customRequestHeadersMiddleware.yaml +++ /dev/null @@ -1,43 +0,0 @@ - - variable: customRequestHeaders - label: Custom Request Headers - schema: - type: list - default: [] - items: - - variable: customRequestHeadersEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: headers - label: Headers to Add - schema: - type: list - default: [] - items: - - variable: headersEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Header Name - description: Name of custom header to be added to requests, eg. X-Custom-Header - schema: - valid_chars: ^[a-zA-Z0-9_\-]*$ - type: string - required: true - default: "" - - variable: value - label: Header Value - description: The value of the header. If the value is empty, the header will be removed. - schema: - type: string - default: "" diff --git a/templates/questions/traefik/customResponseHeadersMiddleware.yaml b/templates/questions/traefik/customResponseHeadersMiddleware.yaml deleted file mode 100644 index 2e6976d326b..00000000000 --- a/templates/questions/traefik/customResponseHeadersMiddleware.yaml +++ /dev/null @@ -1,43 +0,0 @@ - - variable: customResponseHeaders - label: Custom Response Headers - schema: - type: list - default: [] - items: - - variable: customResponseHeadersEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: headers - label: Headers to Add - schema: - type: list - default: [] - items: - - variable: headersEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Header Name - description: Name of custom header to be added to responses, eg. X-Custom-Header - schema: - valid_chars: ^[a-zA-Z0-9_\-]*$ - type: string - required: true - default: "" - - variable: value - label: Header Value - description: The value of the header. If the value is empty, the header will be removed. - schema: - type: string - default: "" diff --git a/templates/questions/traefik/forwardAuthMiddleware.yaml b/templates/questions/traefik/forwardAuthMiddleware.yaml deleted file mode 100644 index 13159552750..00000000000 --- a/templates/questions/traefik/forwardAuthMiddleware.yaml +++ /dev/null @@ -1,70 +0,0 @@ - - variable: forwardAuth - label: forwardAuth - schema: - type: list - default: [] - items: - - variable: basicAuthEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: address - label: Address - schema: - type: string - required: true - default: "" - - variable: trustForwardHeader - label: trustForwardHeader - schema: - type: boolean - default: false - - variable: tls - label: TLS - schema: - additional_attrs: true - type: dict - attrs: - - variable: insecureSkipVerify - label: insecureSkipVerify (expert) - description: >- - This disables all TLS certificate validation on communications with the authentication endpoint. - This could be a security risk and should only be used if you know what you are doing. - schema: - type: boolean - default: false - - variable: authResponseHeadersRegex - label: authResponseHeadersRegex - schema: - type: string - default: "" - - variable: authResponseHeaders - label: authResponseHeaders - schema: - type: list - default: [] - items: - - variable: authResponseHeadersEntry - label: "" - schema: - type: string - default: "" - - variable: authRequestHeaders - label: authRequestHeaders - schema: - type: list - default: [] - items: - - variable: authRequestHeadersEntry - label: "" - schema: - type: string - default: "" diff --git a/templates/questions/traefik/forwardedHeaders.yaml b/templates/questions/traefik/forwardedHeaders.yaml deleted file mode 100644 index 62b0ae43495..00000000000 --- a/templates/questions/traefik/forwardedHeaders.yaml +++ /dev/null @@ -1,32 +0,0 @@ - - variable: forwardedHeaders - label: Accept Forwarded Headers - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: trustedIPs - label: Trusted IPs - description: Trust Forwarded Headers from specific IPs. - schema: - type: list - default: [] - items: - - variable: trustedIPsEntry - label: "" - schema: - type: string - required: true - default: "" - - variable: insecureMode - label: Insecure Mode - description: Always Trust Forwarded Headers - schema: - type: boolean - default: false diff --git a/templates/questions/traefik/geoBlockMiddleware.yaml b/templates/questions/traefik/geoBlockMiddleware.yaml deleted file mode 100644 index d83cf79fca7..00000000000 --- a/templates/questions/traefik/geoBlockMiddleware.yaml +++ /dev/null @@ -1,106 +0,0 @@ - - variable: geoBlock - label: GeoBlock - schema: - type: list - default: [] - items: - - variable: geoBlockEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: This is a 3rd party plugin and not maintained by TrueCharts, - for more information go to geoblock - schema: - type: string - required: true - default: "" - - variable: allowLocalRequests - label: Allow Local Requests - description: If set to true, will not block request from Private IP Ranges - schema: - type: boolean - default: true - - variable: logLocalRequests - label: Log Local Requests - description: If set to true, will log every connection from any IP in the private IP range - schema: - type: boolean - default: false - - variable: logAllowedRequests - label: Log Allowed Requests - description: If set to true, will show a log message with the IP and the country of origin if a request is allowed. - schema: - type: boolean - default: false - - variable: logApiRequests - label: Log API Requests - description: If set to true, will show a log message for every API hit. - schema: - type: boolean - default: false - - variable: api - label: API - description: Defines the API URL for the IP to Country resolution. The IP to fetch can be added with {ip} to the URL. - schema: - type: string - required: true - default: https://get.geojs.io/v1/ip/country/{ip} - - variable: apiTimeoutMs - label: API Timeout in ms - description: Timeout for the call to the api uri. - schema: - type: int - required: true - default: 500 - - variable: cacheSize - label: Cache Size - description: Defines the max size of the LRU (least recently used) cache. - schema: - type: int - required: true - default: 25 - - variable: forceMonthlyUpdate - label: Force Monthly Update - description: Even if an IP stays in the cache for a period of a month (about 30 x 24 hours), it must be fetch again after a month. - schema: - type: boolean - default: true - - variable: allowUnknownCountries - label: Allow Unknown Countries - description: Some IP addresses have no country associated with them. If this option is set to true, all IPs with no associated country are also allowed. - schema: - type: boolean - default: false - - variable: unknownCountryApiResponse - label: Unknown Countries API Response - description: The API uri can be customized. This options allows to customize the response string of the API when a IP with no associated country is requested. - schema: - type: string - required: true - default: nil - - variable: blackListMode - label: Blacklist Mode - description: When set to true the filter logic is inverted, i.e. requests originating from countries listed in the countries list are blocked. - schema: - type: boolean - default: false - - variable: countries - description: Country codes (2 characters) from which connections to the service should be allowed or blocked, based on the mode. - label: Countries - schema: - type: list - default: [] - items: - - variable: countryEntry - label: Country - description: Country codes (2 characters) from which connections to the service should be allowed or blocked, based on the mode. - schema: - type: string - required: true - # Allow only 2 Characters - valid_chars: '^[a-zA-Z]{2}$' - default: "" diff --git a/templates/questions/traefik/ipWhitelistMiddleware.yaml b/templates/questions/traefik/ipWhitelistMiddleware.yaml deleted file mode 100644 index cb2066af600..00000000000 --- a/templates/questions/traefik/ipWhitelistMiddleware.yaml +++ /dev/null @@ -1,53 +0,0 @@ - - variable: ipWhiteList - label: ipWhiteList - schema: - type: list - default: [] - items: - - variable: ipWhiteListEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: sourceRange - label: Source Range - schema: - type: list - default: [] - items: - - variable: sourceRangeEntry - label: "" - schema: - type: string - required: true - default: "" - - variable: ipStrategy - label: IP Strategy - schema: - additional_attrs: true - type: dict - attrs: - - variable: depth - label: Depth - schema: - type: int - required: true - - variable: excludedIPs - label: Excluded IPs - schema: - type: list - default: [] - items: - - variable: excludedIPsEntry - label: "" - schema: - type: string - required: true - default: "" diff --git a/templates/questions/traefik/modsecurityMiddleware.yaml b/templates/questions/traefik/modsecurityMiddleware.yaml deleted file mode 100644 index e87a51f0b1e..00000000000 --- a/templates/questions/traefik/modsecurityMiddleware.yaml +++ /dev/null @@ -1,41 +0,0 @@ - - variable: modsecurity - label: modsecurity - schema: - type: list - default: [] - items: - - variable: modsecurityEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: This is a 3rd party plugin and not maintained by TrueCharts, - for more information go to traefik-modsecurity-plugin - schema: - type: string - required: true - default: "" - - variable: modSecurityUrl - label: ModSecurity Url - description: It's the URL for the owasp/modsecurity container. - schema: - type: string - required: true - default: "https://someurl" - - variable: timeoutMillis - label: timeout Millis - description: timeout in milliseconds for the http client to talk with modsecurity container. ( - schema: - type: int - required: true - default: 2 - - variable: maxBodySize - label: maxBody Size - description: it's the maximum limit for requests body size. Requests exceeding this value will be rejected using HTTP 413 Request Entity Too Large. Zero means "use default value". - schema: - type: int - required: true - default: 0 diff --git a/templates/questions/traefik/proxyProtocol.yaml b/templates/questions/traefik/proxyProtocol.yaml deleted file mode 100644 index 855fef5ab16..00000000000 --- a/templates/questions/traefik/proxyProtocol.yaml +++ /dev/null @@ -1,33 +0,0 @@ - - variable: proxyProtocol - label: Accept Proxy Protocol connections - description: If Proxy Protocol header parsing is enabled for the entry point, this entry point can accept connections with or without Proxy Protocol headers. - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: trustedIPs - label: Trusted IPs - description: Only IPs in trustedIPs will lead to remote client address replacement - schema: - type: list - default: [] - items: - - variable: trustedIPsEntry - label: "" - schema: - type: string - required: true - default: "" - - variable: insecureMode - label: Insecure Mode - description: Trust every incoming connection - schema: - type: boolean - default: false diff --git a/templates/questions/traefik/rateLimitMiddleware.yaml b/templates/questions/traefik/rateLimitMiddleware.yaml deleted file mode 100644 index 80fdb3dcab9..00000000000 --- a/templates/questions/traefik/rateLimitMiddleware.yaml +++ /dev/null @@ -1,29 +0,0 @@ - - variable: rateLimit - label: rateLimit - schema: - type: list - default: [] - items: - - variable: rateLimitEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: average - label: Average - schema: - type: int - required: true - default: 300 - - variable: burst - label: Burst - schema: - type: int - required: true - default: 200 diff --git a/templates/questions/traefik/realIPMiddleware.yaml b/templates/questions/traefik/realIPMiddleware.yaml deleted file mode 100644 index aa59f893abf..00000000000 --- a/templates/questions/traefik/realIPMiddleware.yaml +++ /dev/null @@ -1,31 +0,0 @@ - - variable: realIP - label: Real IP - schema: - type: list - default: [] - items: - - variable: realIPEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: excludedNetworks - label: Excluded Networks - schema: - type: list - default: [] - items: - - variable: excludedNetEntry - label: Excluded Network Entry - description: Network to exclude setting it to X-Real-Ip - schema: - type: string - required: true - default: "" diff --git a/templates/questions/traefik/redirectRegexMiddleware.yaml b/templates/questions/traefik/redirectRegexMiddleware.yaml deleted file mode 100644 index 75b958619da..00000000000 --- a/templates/questions/traefik/redirectRegexMiddleware.yaml +++ /dev/null @@ -1,34 +0,0 @@ - - variable: redirectRegex - label: redirectRegex - schema: - type: list - default: [] - items: - - variable: redirectRegexEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: regex - label: Regex - schema: - type: string - required: true - default: "" - - variable: replacement - label: Replacement - schema: - type: string - required: true - default: "" - - variable: permanent - label: Permanent - schema: - type: boolean - default: false diff --git a/templates/questions/traefik/redirectSchemeMiddleware.yaml b/templates/questions/traefik/redirectSchemeMiddleware.yaml deleted file mode 100644 index 5b32458e0b8..00000000000 --- a/templates/questions/traefik/redirectSchemeMiddleware.yaml +++ /dev/null @@ -1,33 +0,0 @@ - - variable: redirectScheme - label: redirectScheme - schema: - type: list - default: [] - items: - - variable: redirectSchemeEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: scheme - label: Scheme - schema: - type: string - required: true - default: https - enum: - - value: https - description: https - - value: http - description: http - - variable: permanent - label: Permanent - schema: - type: boolean - default: false diff --git a/templates/questions/traefik/rewriteResponseHeadersMiddleware.yaml b/templates/questions/traefik/rewriteResponseHeadersMiddleware.yaml deleted file mode 100644 index 7fd21839a39..00000000000 --- a/templates/questions/traefik/rewriteResponseHeadersMiddleware.yaml +++ /dev/null @@ -1,49 +0,0 @@ - - variable: rewriteResponseHeaders - label: Rewrite Response Headers - schema: - type: list - default: [] - items: - - variable: rewriteResponseHeadersEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: headers - label: Headers To Rewrite - schema: - type: list - default: [] - items: - - variable: headersEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Header Name - description: Name of a header to modified in responses, eg. X-Custom-Header - schema: - valid_chars: ^[a-zA-Z0-9_\-]*$ - type: string - required: true - default: "" - - variable: regex - label: Regex - description: The value of the header to match. Accepts regex expression. - schema: - type: string - default: "" - - variable: replacement - label: Replacement Regex - description: The new value of the header. Accepts regex expression. - schema: - type: string - default: "" diff --git a/templates/questions/traefik/stripPrefixRegexMiddleware.yaml b/templates/questions/traefik/stripPrefixRegexMiddleware.yaml deleted file mode 100644 index 6af8a7685ee..00000000000 --- a/templates/questions/traefik/stripPrefixRegexMiddleware.yaml +++ /dev/null @@ -1,29 +0,0 @@ - - variable: stripPrefixRegex - label: stripPrefixRegex - schema: - type: list - default: [] - items: - - variable: stripPrefixRegexEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: regex - label: Regex - schema: - type: list - default: [] - items: - - variable: regexEntry - label: Regex - schema: - type: string - required: true - default: "" diff --git a/templates/questions/traefik/themeParkMiddleware.yaml b/templates/questions/traefik/themeParkMiddleware.yaml deleted file mode 100644 index aa2d03cf9c5..00000000000 --- a/templates/questions/traefik/themeParkMiddleware.yaml +++ /dev/null @@ -1,58 +0,0 @@ - - variable: themePark - label: theme.park - schema: - type: list - default: [] - items: - - variable: themeParkEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - description: This is a 3rd party plugin and not maintained by TrueCharts, - for more information go to traefik-themepark - schema: - type: string - required: true - default: "" - - variable: appName - label: App Name - description: Lower case, name of the app to be themed. -
Go to https://docs.theme-park.dev/themes/ to see supported apps. - schema: - type: string - required: true - default: "" - - variable: themeName - label: Theme Name - description: Lower case, name of the theme to be applied. -
Go to https://docs.theme-park.dev/theme-options/ to see supported themes. - schema: - type: string - required: true - default: "" - - variable: baseUrl - label: Base URL - description: Replace `https://theme-park.dev` URL for self-hosting reference. - schema: - type: string - required: true - default: https://theme-park.dev - - variable: addons - label: Addons - schema: - type: list - default: [] - items: - - variable: addonEntry - label: Addon - description: Currently only supports 'darker' and '4k-logo' for *arr apps. -
Go to https://docs.theme-park.dev/themes/addons/ for Addon information. -
Go to https://github.com/packruler/traefik-themepark for more context on plugin - schema: - type: string - required: true - default: "" diff --git a/templates/questions/workload/podSpec.yaml b/templates/questions/workload/podSpec.yaml deleted file mode 100644 index 130a4c79b56..00000000000 --- a/templates/questions/workload/podSpec.yaml +++ /dev/null @@ -1,12 +0,0 @@ - - variable: podSpec - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: containers - label: Containers - schema: - additional_attrs: true - type: dict - attrs: diff --git a/templates/questions/workload/replicas1.yaml b/templates/questions/workload/replicas1.yaml deleted file mode 100644 index 57bac2da500..00000000000 --- a/templates/questions/workload/replicas1.yaml +++ /dev/null @@ -1,7 +0,0 @@ - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 1 diff --git a/templates/questions/workload/replicas2.yaml b/templates/questions/workload/replicas2.yaml deleted file mode 100644 index d8fbde6b3c8..00000000000 --- a/templates/questions/workload/replicas2.yaml +++ /dev/null @@ -1,7 +0,0 @@ - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 2 diff --git a/templates/questions/workload/replicas3.yaml b/templates/questions/workload/replicas3.yaml deleted file mode 100644 index bd1bbabe111..00000000000 --- a/templates/questions/workload/replicas3.yaml +++ /dev/null @@ -1,7 +0,0 @@ - - variable: replicas - label: Replicas (Advanced) - description: Set the number of Replicas - schema: - type: int - show_if: [["type", "!=", "DaemonSet"]] - default: 3 diff --git a/templates/questions/workload/workload.yaml b/templates/questions/workload/workload.yaml deleted file mode 100644 index c7fb204e81a..00000000000 --- a/templates/questions/workload/workload.yaml +++ /dev/null @@ -1,13 +0,0 @@ - - variable: workload - group: "Workload" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "" - schema: - additional_attrs: true - type: dict - attrs: diff --git a/templates/questions/workload/workloadDaemonset.yaml b/templates/questions/workload/workloadDaemonset.yaml deleted file mode 100644 index c13c9a96d52..00000000000 --- a/templates/questions/workload/workloadDaemonset.yaml +++ /dev/null @@ -1,10 +0,0 @@ - - variable: type - label: Type (Advanced) - schema: - type: string - default: DaemonSet - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet diff --git a/templates/questions/workload/workloadDeployment.yaml b/templates/questions/workload/workloadDeployment.yaml deleted file mode 100644 index 5998ac6aa22..00000000000 --- a/templates/questions/workload/workloadDeployment.yaml +++ /dev/null @@ -1,10 +0,0 @@ - - variable: type - label: Type (Advanced) - schema: - type: string - default: Deployment - enum: - - value: Deployment - description: Deployment - - value: DaemonSet - description: DaemonSet