fix(incubator): ensure all questions.yaml can be rendered (#15612)
**Description** This ensures all incubator questions.yaml can be rendered, it does not mean they work, but at least all questions.yaml files should be new-common compatible, even if the charts still run old-common and/or not run at all. **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -1,35 +1,36 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: grafana
|
||||
version: 9.0.41
|
||||
version: 9.0.42
|
||||
appVersion: 10.2.2
|
||||
description: Grafana is an open source, feature rich metrics dashboard and graph editor
|
||||
description:
|
||||
Grafana is an open source, feature rich metrics dashboard and graph editor
|
||||
for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
|
||||
home: https://truecharts.org/charts/enterprise/grafana
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-grafana
|
||||
- https://grafana.com/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/grafana
|
||||
- https://hub.docker.com/r/bitnami/grafana
|
||||
- https://github.com/bitnami/bitnami-docker-grafana
|
||||
- https://grafana.com/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/grafana
|
||||
- https://hub.docker.com/r/bitnami/grafana
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- analytics
|
||||
- monitoring
|
||||
- metrics
|
||||
- logs
|
||||
- analytics
|
||||
- monitoring
|
||||
- metrics
|
||||
- logs
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
|
||||
@@ -11,7 +11,6 @@ questions:
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
- variable: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
@@ -53,8 +52,6 @@ questions:
|
||||
default: "/opt/bitnami/grafana/conf/ldap.toml"
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: acestream
|
||||
version: 3.0.0
|
||||
version: 3.0.1
|
||||
appVersion: 2.0.2.8
|
||||
description: IPTV service providing streaming, playlist, search engine and epg.
|
||||
home: https://truecharts.org/charts/incubator/acestream
|
||||
|
||||
@@ -14,6 +14,7 @@ questions:
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: Main Service
|
||||
@@ -63,28 +64,28 @@ questions:
|
||||
# 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{securityContextRoot}
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
# Include{securityContextContainer}
|
||||
# Include{securityContextAdvanced}
|
||||
# Include{securityContextPod}
|
||||
- variable: fsGroup
|
||||
label: fsGroup
|
||||
description: The group that should own ALL storage.
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: adguardhome-sync
|
||||
version: 3.0.0
|
||||
version: 3.0.1
|
||||
appVersion: 0.4.12
|
||||
description: Synchronize AdGuardHome config to replica instances.
|
||||
home: https://truecharts.org/charts/incubator/adguardhome-sync
|
||||
|
||||
@@ -10,152 +10,153 @@ questions:
|
||||
# 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}
|
||||
|
||||
- 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{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: Main Service
|
||||
@@ -196,28 +197,28 @@ questions:
|
||||
# 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{securityContextRoot}
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
# Include{securityContextContainer}
|
||||
# Include{securityContextAdvanced}
|
||||
# Include{securityContextPod}
|
||||
- variable: fsGroup
|
||||
label: fsGroup
|
||||
description: The group that should own ALL storage.
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: alienswarm-reactivedrop
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
appVersion: latest
|
||||
description: 'This Chart will download and install SteamCMD. It will also install
|
||||
Alien Swarm: Reactive Drop and run it.'
|
||||
|
||||
@@ -10,67 +10,56 @@ questions:
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
- variable: secretEnv
|
||||
group: "App Configuration"
|
||||
label: "Image Secrets"
|
||||
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: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- 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{containerConfig}
|
||||
- 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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: alienswarm
|
||||
version: 2.0.8
|
||||
version: 2.0.9
|
||||
appVersion: latest
|
||||
description: This Chart will download and install SteamCMD. It will also install Alien
|
||||
Swarm and run it.
|
||||
|
||||
@@ -10,67 +10,56 @@ questions:
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
- variable: secretEnv
|
||||
group: "App Configuration"
|
||||
label: "Image Secrets"
|
||||
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: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- 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{containerConfig}
|
||||
- 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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: americasarmy-pg
|
||||
version: 2.0.10
|
||||
version: 2.0.11
|
||||
appVersion: latest
|
||||
description: 'This Chart will download and install SteamCMD. It will also install
|
||||
America''s Army: Proving Grounds and run it.'
|
||||
|
||||
@@ -10,61 +10,50 @@ questions:
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
- variable: secretEnv
|
||||
group: "App Configuration"
|
||||
label: "Image Secrets"
|
||||
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: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- 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{containerConfig}
|
||||
- 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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: android-8-0
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
appVersion: latest
|
||||
description: Android in Chart solution with noVNC supported and video recording. Work
|
||||
way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: androiddebugbridge
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
appVersion: latest
|
||||
description: Control AndroidTV/FireTV devices through ADB from the Home Assistant
|
||||
Core Chart.
|
||||
|
||||
@@ -10,35 +10,31 @@ questions:
|
||||
# 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: 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{containerConfig}
|
||||
- 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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: anki-sync-server
|
||||
version: 3.0.5
|
||||
version: 3.0.6
|
||||
appVersion: 1.1.14
|
||||
description: A cross-platform Anki sync server.
|
||||
home: https://truecharts.org/charts/incubator/anki-sync-server
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: anope
|
||||
version: 2.0.10
|
||||
version: 2.0.11
|
||||
appVersion: latest
|
||||
description: Anope is a set of IRC Services designed for flexibility and ease of use.
|
||||
home: https://truecharts.org/charts/incubator/anope
|
||||
|
||||
@@ -8,77 +8,77 @@ questions:
|
||||
# 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: UMASK
|
||||
label: "UMASK"
|
||||
description: "Container Variable UMASK"
|
||||
schema:
|
||||
type: string
|
||||
default: "000"
|
||||
- variable: DATA_PERM
|
||||
label: "DATA_PERM"
|
||||
description: "Container Variable DATAPERM"
|
||||
schema:
|
||||
type: string
|
||||
default: "770"
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
- variable: env
|
||||
group: "App Configuration"
|
||||
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: UMASK
|
||||
label: "UMASK"
|
||||
description: "Container Variable UMASK"
|
||||
schema:
|
||||
type: string
|
||||
default: "000"
|
||||
- variable: DATA_PERM
|
||||
label: "DATA_PERM"
|
||||
description: "Container Variable DATAPERM"
|
||||
schema:
|
||||
type: string
|
||||
default: "770"
|
||||
# Include{serviceExpertRoot}
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceExpert}
|
||||
# Include{serviceList}
|
||||
# Include{persistenceRoot}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: answer
|
||||
version: 0.0.10
|
||||
version: 0.0.11
|
||||
appVersion: 1.2.0
|
||||
description: A Q&A platform software for teams at any scales.
|
||||
home: https://truecharts.org/charts/incubator/answer
|
||||
|
||||
@@ -11,9 +11,10 @@ questions:
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
|
||||
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
|
||||
- variable: answer
|
||||
group: App Configuration
|
||||
@@ -100,8 +101,7 @@ questions:
|
||||
required: true
|
||||
default: ""
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
|
||||
# Include{serviceRoot}
|
||||
# Include{serviceMain}
|
||||
# Include{serviceSelectorLoadBalancer}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: apache-webdav
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
appVersion: latest
|
||||
description: Very simple WebDAV server based on Apache. You need a WebDAV client to
|
||||
transfer files. It does not include a WebUI to upload files through your browser.
|
||||
|
||||
@@ -10,71 +10,67 @@ questions:
|
||||
# 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: 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{containerConfig}
|
||||
- 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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: apprise-api
|
||||
version: 3.0.1
|
||||
version: 3.0.2
|
||||
appVersion: 1.2.0
|
||||
description: Push notifications that work with just about every platform!
|
||||
home: https://truecharts.org/charts/incubator/apprise-api
|
||||
|
||||
@@ -10,106 +10,100 @@ questions:
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
|
||||
- variable: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: SECRET_KEY
|
||||
label: Secret Key
|
||||
description: A Django variable acting as a salt for most things that require security.
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: APPRISE_STATEFUL_MODE
|
||||
label: Apprise Stateful Mode
|
||||
description: Stores the server configuration data.
|
||||
schema:
|
||||
type: string
|
||||
default: hash
|
||||
enum:
|
||||
- value: hash
|
||||
description: Hash
|
||||
- value: simple
|
||||
description: Simple
|
||||
- value: disabled
|
||||
description: Disabled
|
||||
- variable: APPRISE_CONFIG_LOCK
|
||||
label: Apprise Config Lock
|
||||
description: Locks down your API hosting
|
||||
schema:
|
||||
type: string
|
||||
default: "no"
|
||||
enum:
|
||||
- value: "no"
|
||||
description: "No"
|
||||
- value: "yes"
|
||||
description: "Yes"
|
||||
- variable: APPRISE_DENY_SERVICES
|
||||
label: Apprise Deny Services
|
||||
description: A comma separated set of entries identifying what plugins to deny access to.
|
||||
schema:
|
||||
type: string
|
||||
default: "windows,dbus,gnome,macos,syslog"
|
||||
- variable: APPRISE_ALLOW_SERVICES
|
||||
label: Apprise Allow Services
|
||||
description: A comma separated set of entries identifying what plugins to allow access to.
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ALLOWED_HOSTS
|
||||
label: Allowed Hosts
|
||||
description: A list of strings representing the host/domain names that this API can serve.
|
||||
schema:
|
||||
type: string
|
||||
default: "*"
|
||||
- variable: LOG_LEVEL
|
||||
label: Log Level
|
||||
description: Adjust the log level to the console.
|
||||
schema:
|
||||
type: string
|
||||
default: INFO
|
||||
enum:
|
||||
- value: INFO
|
||||
description: Info
|
||||
- value: DEBUG
|
||||
description: Debug
|
||||
- value: WARNING
|
||||
description: Warning
|
||||
- value: ERROR
|
||||
description: Error
|
||||
- value: CRITICAL
|
||||
description: Critical
|
||||
- variable: DEBUG
|
||||
label: Debug
|
||||
schema:
|
||||
type: string
|
||||
default: "no"
|
||||
enum:
|
||||
- value: "no"
|
||||
description: "No"
|
||||
- value: "yes"
|
||||
description: "Yes"
|
||||
- variable: APPRISE_RECURSION_MAX
|
||||
label: Apprise Recursion Max
|
||||
schema:
|
||||
type: int
|
||||
default: 1
|
||||
min: 1
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
- variable: secretEnv
|
||||
group: App Configuration
|
||||
label: Image Secrets
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: SECRET_KEY
|
||||
label: Secret Key
|
||||
description: A Django variable acting as a salt for most things that require security.
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: env
|
||||
group: App Configuration
|
||||
label: Image Environment
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: APPRISE_STATEFUL_MODE
|
||||
label: Apprise Stateful Mode
|
||||
description: Stores the server configuration data.
|
||||
schema:
|
||||
type: string
|
||||
default: hash
|
||||
enum:
|
||||
- value: hash
|
||||
description: Hash
|
||||
- value: simple
|
||||
description: Simple
|
||||
- value: disabled
|
||||
description: Disabled
|
||||
- variable: APPRISE_CONFIG_LOCK
|
||||
label: Apprise Config Lock
|
||||
description: Locks down your API hosting
|
||||
schema:
|
||||
type: string
|
||||
default: "no"
|
||||
enum:
|
||||
- value: "no"
|
||||
description: "No"
|
||||
- value: "yes"
|
||||
description: "Yes"
|
||||
- variable: APPRISE_DENY_SERVICES
|
||||
label: Apprise Deny Services
|
||||
description: A comma separated set of entries identifying what plugins to deny access to.
|
||||
schema:
|
||||
type: string
|
||||
default: "windows,dbus,gnome,macos,syslog"
|
||||
- variable: APPRISE_ALLOW_SERVICES
|
||||
label: Apprise Allow Services
|
||||
description: A comma separated set of entries identifying what plugins to allow access to.
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ALLOWED_HOSTS
|
||||
label: Allowed Hosts
|
||||
description: A list of strings representing the host/domain names that this API can serve.
|
||||
schema:
|
||||
type: string
|
||||
default: "*"
|
||||
- variable: LOG_LEVEL
|
||||
label: Log Level
|
||||
description: Adjust the log level to the console.
|
||||
schema:
|
||||
type: string
|
||||
default: INFO
|
||||
enum:
|
||||
- value: INFO
|
||||
description: Info
|
||||
- value: DEBUG
|
||||
description: Debug
|
||||
- value: WARNING
|
||||
description: Warning
|
||||
- value: ERROR
|
||||
description: Error
|
||||
- value: CRITICAL
|
||||
description: Critical
|
||||
- variable: DEBUG
|
||||
label: Debug
|
||||
schema:
|
||||
type: string
|
||||
default: "no"
|
||||
enum:
|
||||
- value: "no"
|
||||
description: "No"
|
||||
- value: "yes"
|
||||
description: "Yes"
|
||||
- variable: APPRISE_RECURSION_MAX
|
||||
label: Apprise Recursion Max
|
||||
schema:
|
||||
type: int
|
||||
default: 1
|
||||
min: 1
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: Main Service
|
||||
@@ -160,27 +154,27 @@ questions:
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: runAsUser
|
||||
description: The UserID of the user running the application
|
||||
schema:
|
||||
type: int
|
||||
default: 33
|
||||
- variable: runAsGroup
|
||||
label: runAsGroup
|
||||
description: The groupID this App of the user running the application
|
||||
schema:
|
||||
type: int
|
||||
default: 33
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 33
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 33
|
||||
# Include{securityContextContainer}
|
||||
# Include{securityContextAdvanced}
|
||||
# Include{securityContextPod}
|
||||
- variable: fsGroup
|
||||
label: fsGroup
|
||||
description: The group that should own ALL storage.
|
||||
schema:
|
||||
type: int
|
||||
default: 33
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
||||
schema:
|
||||
type: int
|
||||
default: 33
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: appsmith
|
||||
version: 5.0.34
|
||||
version: 5.0.35
|
||||
appVersion: 1.9.9
|
||||
description: Turn any datasource into an internal app in minutes. Appsmith lets you
|
||||
drag-and-drop UI components to build pages, connect to any API, database or GraphQL
|
||||
|
||||
@@ -10,23 +10,23 @@ questions:
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
|
||||
- variable: env
|
||||
label: Image Environment
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: APPSMITH_ADMIN_EMAILS
|
||||
label: "APPSMITH_ADMIN_EMAILS"
|
||||
description: "The environment variable APPSMITH_ADMIN_EMAILS can be set to a comma-separated list of email addresses, that will always be allowed to sign up"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
- variable: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: APPSMITH_ADMIN_EMAILS
|
||||
label: "APPSMITH_ADMIN_EMAILS"
|
||||
description: "The environment variable APPSMITH_ADMIN_EMAILS can be set to a comma-separated list of email addresses, that will always be allowed to sign up"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
@@ -105,12 +105,12 @@ questions:
|
||||
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
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
# Include{securityContextContainer}
|
||||
# Include{securityContextAdvanced}
|
||||
# Include{securityContextPod}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: archiveteam-warrior
|
||||
version: 2.0.13
|
||||
version: 2.0.14
|
||||
appVersion: latest
|
||||
description: The Archive Team Warrior is a virtual archiving appliance. You can run
|
||||
it to help with the Archive Team archiving efforts. It will download sites and upload
|
||||
|
||||
@@ -14,6 +14,7 @@ questions:
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: arma3
|
||||
version: 2.0.8
|
||||
version: 2.0.9
|
||||
appVersion: latest
|
||||
description: This Chart will download and install SteamCMD. It will also install ArmA
|
||||
III and run it.
|
||||
|
||||
@@ -10,61 +10,50 @@ questions:
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
- variable: secretEnv
|
||||
group: "App Configuration"
|
||||
label: "Image Secrets"
|
||||
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: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- 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{containerConfig}
|
||||
- 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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: arma3exilemod
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
appVersion: latest
|
||||
description: This Chart will download and install SteamCMD. It will also install ArmA
|
||||
III including ExileMod and run it.
|
||||
|
||||
@@ -10,79 +10,68 @@ questions:
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
- variable: secretEnv
|
||||
group: "App Configuration"
|
||||
label: "Image Secrets"
|
||||
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: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- 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{containerConfig}
|
||||
- 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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: artifactory-oss
|
||||
version: 2.0.19
|
||||
version: 2.0.20
|
||||
appVersion: 7.55.10
|
||||
description: JFrog’s Artifactory open source project was created to speed up development
|
||||
cycles using binary repositories. It’s the world’s most advanced repository manager,
|
||||
|
||||
@@ -10,23 +10,19 @@ questions:
|
||||
# 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: EXTRA_JAVA_OPTIONS
|
||||
label: "EXTRA_JAVA_OPTIONS"
|
||||
description: "Container Variable EXTRAJAVAOPTIONS"
|
||||
schema:
|
||||
type: string
|
||||
default: "-Xms512m -Xmx4g"
|
||||
# Include{containerConfig}
|
||||
- variable: env
|
||||
label: Image Environment
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: EXTRA_JAVA_OPTIONS
|
||||
label: "EXTRA_JAVA_OPTIONS"
|
||||
description: "Container Variable EXTRAJAVAOPTIONS"
|
||||
schema:
|
||||
type: string
|
||||
default: "-Xms512m -Xmx4g"
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: assettocorsa
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
appVersion: latest
|
||||
description: This Chart will download and install SteamCMD. It will also install AssettoCorsa
|
||||
and run it.
|
||||
|
||||
@@ -10,61 +10,50 @@ questions:
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
- variable: secretEnv
|
||||
group: "App Configuration"
|
||||
label: "Image Secrets"
|
||||
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: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- 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{containerConfig}
|
||||
- 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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: aurora-files
|
||||
version: 2.0.11
|
||||
version: 2.0.12
|
||||
appVersion: latest
|
||||
description: Aurora Files is an open-source file storage platform for small teams
|
||||
and personal users. Afterlogic Aurora Files image for Chart using Nginx, PHP-FPM
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: auto-yt-dl
|
||||
version: 2.0.14
|
||||
version: 2.0.15
|
||||
appVersion: latest
|
||||
description: auto-yt-dl is used to automatically download new Videos of specific YouTube
|
||||
Channels. It features a Web Gui to add and remove Channels from your watch list.
|
||||
|
||||
@@ -14,6 +14,7 @@ questions:
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: automatic-ripping-machine
|
||||
version: 0.0.8
|
||||
version: 0.0.9
|
||||
appVersion: 2.6.60
|
||||
description: Automatic Ripping Machine (ARM) Scripts.
|
||||
home: https://truecharts.org/charts/incubator/automatic-ripping-machine
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: avorion
|
||||
version: 2.0.10
|
||||
version: 2.0.11
|
||||
appVersion: latest
|
||||
description: This Chart will download and install SteamCMD. It will also install Avorion
|
||||
and run it.
|
||||
|
||||
@@ -10,67 +10,56 @@ questions:
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
- variable: secretEnv
|
||||
group: "App Configuration"
|
||||
label: "Image Secrets"
|
||||
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: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- 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
|
||||
- variable: UMASK
|
||||
label: "UMASK"
|
||||
description: "Container Variable UMASK"
|
||||
schema:
|
||||
type: string
|
||||
default: "000"
|
||||
# Include{containerConfig}
|
||||
- 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
|
||||
- variable: UMASK
|
||||
label: "UMASK"
|
||||
description: "Container Variable UMASK"
|
||||
schema:
|
||||
type: string
|
||||
default: "000"
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: awesome-ttrss
|
||||
version: 3.0.23
|
||||
version: 3.0.24
|
||||
appVersion: 2022-04
|
||||
description: Awesome TTRSS aims to provide a powerful Chartized all-in-one solution
|
||||
for Tiny Tiny RSS
|
||||
|
||||
@@ -10,23 +10,23 @@ questions:
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
|
||||
- variable: env
|
||||
label: Image Environment
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: SELF_URL_PATH
|
||||
label: "SELF_URL_PATH"
|
||||
description: "Sets the SELF_URL_PATH env var"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
- variable: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: SELF_URL_PATH
|
||||
label: "SELF_URL_PATH"
|
||||
description: "Sets the SELF_URL_PATH env var"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
@@ -99,12 +99,12 @@ questions:
|
||||
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
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
# Include{securityContextContainer}
|
||||
# Include{securityContextAdvanced}
|
||||
# Include{securityContextPod}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: backuppc
|
||||
version: 3.0.6
|
||||
version: 3.0.7
|
||||
appVersion: 6.0.2
|
||||
description: A high-performance, enterprise-grade system for backing up Linux, Windows
|
||||
and macOS PCs and laptops to a server's disk.
|
||||
|
||||
@@ -13,6 +13,8 @@ questions:
|
||||
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
|
||||
- variable: backuppc
|
||||
group: App Configuration
|
||||
@@ -88,7 +90,7 @@ questions:
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
# Include{containerConfig}
|
||||
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: baikal
|
||||
version: 2.0.10
|
||||
version: 2.0.11
|
||||
appVersion: 0.9.3
|
||||
description: Baikal is a lightweight CalDAV+CardDAV server
|
||||
home: https://truecharts.org/charts/incubator/baikal
|
||||
|
||||
@@ -14,6 +14,7 @@ questions:
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: barcodebuddy
|
||||
version: 2.0.12
|
||||
version: 2.0.13
|
||||
appVersion: latest
|
||||
description: '<b>Barcode Buddy is a Grocy companion app/plugin, which allows
|
||||
you to install the Barcode Buddy app and scan products directly to your Grocy library.</b>'
|
||||
|
||||
@@ -14,6 +14,7 @@ questions:
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: barotrauma
|
||||
version: 2.0.10
|
||||
version: 2.0.11
|
||||
appVersion: latest
|
||||
description: This Chart will download and install SteamCMD. It will also install Barotrauma
|
||||
and run it.
|
||||
|
||||
@@ -10,55 +10,44 @@ questions:
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
- variable: secretEnv
|
||||
group: "App Configuration"
|
||||
label: "Image Secrets"
|
||||
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: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- 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{containerConfig}
|
||||
- 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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: batnoter
|
||||
version: 2.0.8
|
||||
version: 2.0.9
|
||||
appVersion: latest
|
||||
description: BatNoter is a web application that allows users to store notes in their
|
||||
git repository.
|
||||
|
||||
@@ -14,6 +14,7 @@ questions:
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: Main Service
|
||||
@@ -54,28 +55,28 @@ questions:
|
||||
# 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{securityContextRoot}
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
# Include{securityContextContainer}
|
||||
# Include{securityContextAdvanced}
|
||||
# Include{securityContextPod}
|
||||
- variable: fsGroup
|
||||
label: fsGroup
|
||||
description: The group that should own ALL storage.
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: bender
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
appVersion: 1.0.3
|
||||
description: A link dashboard that can be managed without any code.
|
||||
home: https://truecharts.org/charts/incubator/bender
|
||||
|
||||
@@ -12,6 +12,8 @@ questions:
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
|
||||
- variable: bender
|
||||
group: App Configuration
|
||||
@@ -26,7 +28,7 @@ questions:
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
# Include{containerConfig}
|
||||
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: Main Service
|
||||
@@ -76,28 +78,28 @@ questions:
|
||||
# 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{securityContextRoot}
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
# Include{securityContextContainer}
|
||||
# Include{securityContextAdvanced}
|
||||
# Include{securityContextPod}
|
||||
- variable: fsGroup
|
||||
label: fsGroup
|
||||
description: The group that should own ALL storage.
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: bitcoin-node
|
||||
version: 2.0.12
|
||||
version: 2.0.13
|
||||
appVersion: latest
|
||||
description: Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment.
|
||||
home: https://truecharts.org/charts/incubator/bitcoin-node
|
||||
|
||||
@@ -14,6 +14,7 @@ questions:
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: bitcoind
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
appVersion: latest
|
||||
description: |
|
||||
Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way.
|
||||
|
||||
@@ -14,6 +14,7 @@ questions:
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: bitcoinunlimited
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
appVersion: latest
|
||||
description: The Bitcoin Unlimited project seeks to provide a voice to all stakeholders
|
||||
in the Bitcoin ecosystem.
|
||||
|
||||
@@ -14,6 +14,7 @@ questions:
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: bitcoinwalletgui
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
appVersion: latest
|
||||
description: |
|
||||
Bitcoin wallet with GUI over VNC and NoVNC.
|
||||
|
||||
@@ -10,35 +10,31 @@ questions:
|
||||
# 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: 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{containerConfig}
|
||||
- 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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: blender-desktop-g3
|
||||
version: 2.0.11
|
||||
version: 2.0.12
|
||||
appVersion: latest
|
||||
description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing
|
||||
and 2D/3D drawing
|
||||
|
||||
@@ -10,29 +10,25 @@ questions:
|
||||
# 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: 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{containerConfig}
|
||||
- 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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: blender
|
||||
version: 2.0.21
|
||||
version: 2.0.22
|
||||
appVersion: latest
|
||||
description: Blender(https://www.blender.org/) is a free and open-source 3D computer
|
||||
graphics software toolset used for creating animated films, visual effects, art,
|
||||
|
||||
@@ -10,35 +10,31 @@ questions:
|
||||
# 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: 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: ""
|
||||
- variable: UMASK
|
||||
label: "UMASK"
|
||||
description: "Container Variable UMASK"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
# Include{containerConfig}
|
||||
- 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: ""
|
||||
- variable: UMASK
|
||||
label: "UMASK"
|
||||
description: "Container Variable UMASK"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: breitbandmessung-de
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
appVersion: latest
|
||||
description: A script to enable customers of lazy ISPs to perform measurement campaigns
|
||||
of the connection speed as described here in an automated way.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: briefkasten
|
||||
version: 0.0.16
|
||||
version: 0.0.17
|
||||
appVersion: latest
|
||||
description: Self-hosted bookmarking application.
|
||||
home: https://truecharts.org/charts/incubator/briefkasten
|
||||
|
||||
@@ -12,6 +12,8 @@ questions:
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
|
||||
- variable: briefkasten
|
||||
group: App Configuration
|
||||
@@ -108,7 +110,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
# Include{containerConfig}
|
||||
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: Main Service
|
||||
@@ -149,28 +151,28 @@ questions:
|
||||
# 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{securityContextRoot}
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
# Include{securityContextContainer}
|
||||
# Include{securityContextAdvanced}
|
||||
# Include{securityContextPod}
|
||||
- variable: fsGroup
|
||||
label: fsGroup
|
||||
description: The group that should own ALL storage.
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: btdex
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
appVersion: latest
|
||||
description: This is a Docker Chart for BTDEX based on jlesage/Chart-baseimage-gui
|
||||
Chart.
|
||||
|
||||
@@ -10,27 +10,23 @@ questions:
|
||||
# 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: DISPLAY_WIDTH
|
||||
label: "DISPLAY_WIDTH"
|
||||
schema:
|
||||
type: string
|
||||
default: "1440|1680"
|
||||
- variable: DISPLAY_HEIGHT
|
||||
label: "DISPLAY_HEIGHT"
|
||||
schema:
|
||||
type: string
|
||||
default: "800|900|1050"
|
||||
# Include{containerConfig}
|
||||
- variable: env
|
||||
label: Image Environment
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: DISPLAY_WIDTH
|
||||
label: "DISPLAY_WIDTH"
|
||||
schema:
|
||||
type: string
|
||||
default: "1440|1680"
|
||||
- variable: DISPLAY_HEIGHT
|
||||
label: "DISPLAY_HEIGHT"
|
||||
schema:
|
||||
type: string
|
||||
default: "800|900|1050"
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: bwapp
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
appVersion: latest
|
||||
description: bWAPP, or a buggy web application, is a free and open source deliberately
|
||||
insecure web application.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: cadquery-jupyter
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
appVersion: 3.4.0
|
||||
description: CadQuery is an intuitive, easy-to-use Python module for building parametric
|
||||
3D CAD models. Using CadQuery, you can write short, simple scripts that produce
|
||||
|
||||
@@ -14,6 +14,7 @@ questions:
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: cadquery-server
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
appVersion: latest
|
||||
description: CadQuery is an intuitive, easy-to-use Python module for building parametric
|
||||
3D CAD models. Using CadQuery, you can write short, simple scripts that produce
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: checkmk
|
||||
version: 0.0.7
|
||||
version: 0.0.8
|
||||
appVersion: 2.1.0
|
||||
description: Checkmk is a leading tool for Infrastructure and Application Monitoring.
|
||||
Simple configuration, scalable, flexible. It provides powerful monitoring of networks,
|
||||
|
||||
@@ -12,6 +12,8 @@ questions:
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
|
||||
- variable: cmk
|
||||
group: App Configuration
|
||||
@@ -47,7 +49,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
# Include{containerConfig}
|
||||
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: Main Service
|
||||
@@ -141,28 +143,28 @@ questions:
|
||||
# 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{securityContextRoot}
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
# Include{securityContextContainer}
|
||||
# Include{securityContextAdvanced}
|
||||
# Include{securityContextPod}
|
||||
- variable: fsGroup
|
||||
label: fsGroup
|
||||
description: The group that should own ALL storage.
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: cherry
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
appVersion: 0.0.6
|
||||
description: An open source self-hosted bookmark service
|
||||
home: https://truecharts.org/charts/incubator/cherry
|
||||
|
||||
@@ -12,6 +12,8 @@ questions:
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
|
||||
- variable: cherry
|
||||
group: App Configuration
|
||||
@@ -52,7 +54,7 @@ questions:
|
||||
type: string
|
||||
private: true
|
||||
default: ""
|
||||
# Include{containerConfig}
|
||||
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: Main Service
|
||||
@@ -102,28 +104,28 @@ questions:
|
||||
# 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{securityContextRoot}
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
# Include{securityContextContainer}
|
||||
# Include{securityContextAdvanced}
|
||||
# Include{securityContextPod}
|
||||
- variable: fsGroup
|
||||
label: fsGroup
|
||||
description: The group that should own ALL storage.
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: chivalry-medievalwarfare
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
appVersion: latest
|
||||
description: 'This Chart will download and install SteamCMD. It will also install
|
||||
Chivalry: Medieval Warfare and run it.'
|
||||
|
||||
@@ -10,73 +10,62 @@ questions:
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
- variable: secretEnv
|
||||
group: "App Configuration"
|
||||
label: "Image Secrets"
|
||||
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: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- 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{containerConfig}
|
||||
- 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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: chowdown
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
appVersion: latest
|
||||
description: Simple recipes in Markdown format.
|
||||
home: https://truecharts.org/charts/incubator/chowdown
|
||||
|
||||
@@ -14,6 +14,7 @@ questions:
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: chromium-desktop-g3
|
||||
version: 2.0.16
|
||||
version: 2.0.17
|
||||
appVersion: latest
|
||||
description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing
|
||||
and 2D/3D drawing
|
||||
|
||||
@@ -10,29 +10,25 @@ questions:
|
||||
# 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: 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{containerConfig}
|
||||
- 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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: chromium
|
||||
version: 2.0.17
|
||||
version: 2.0.18
|
||||
appVersion: latest
|
||||
description: Chromium is a free and open-source software project developed by the
|
||||
Google-sponsored Chromium project.
|
||||
|
||||
@@ -10,41 +10,37 @@ questions:
|
||||
# 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: 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"
|
||||
- variable: UMASK
|
||||
label: "UMASK"
|
||||
description: "Container Variable UMASK"
|
||||
schema:
|
||||
type: string
|
||||
default: "000"
|
||||
# Include{containerConfig}
|
||||
- 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"
|
||||
- variable: UMASK
|
||||
label: "UMASK"
|
||||
description: "Container Variable UMASK"
|
||||
schema:
|
||||
type: string
|
||||
default: "000"
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: chronograf
|
||||
version: 2.0.14
|
||||
version: 2.0.15
|
||||
appVersion: latest
|
||||
description: Chronograf is InfluxData’s open source web application. Use Chronograf
|
||||
with the other components of the TICK stack to visualize your monitoring data and
|
||||
|
||||
@@ -14,6 +14,7 @@ questions:
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: ciao
|
||||
version: 2.0.12
|
||||
version: 2.0.13
|
||||
appVersion: latest
|
||||
description: ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on
|
||||
the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks.
|
||||
|
||||
@@ -10,77 +10,73 @@ questions:
|
||||
# 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_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{containerConfig}
|
||||
- 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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: citadel-forgedwithfire
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
appVersion: latest
|
||||
description: This Chart will download and install SteamCMD. It will also install Citadel
|
||||
- Forged with Fire and run it.
|
||||
|
||||
@@ -10,61 +10,50 @@ questions:
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
- variable: secretEnv
|
||||
group: "App Configuration"
|
||||
label: "Image Secrets"
|
||||
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: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- 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
|
||||
- variable: UMASK
|
||||
label: "UMASK"
|
||||
description: "Container Variable UMASK"
|
||||
schema:
|
||||
type: string
|
||||
default: "000"
|
||||
# Include{containerConfig}
|
||||
- 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
|
||||
- variable: UMASK
|
||||
label: "UMASK"
|
||||
description: "Container Variable UMASK"
|
||||
schema:
|
||||
type: string
|
||||
default: "000"
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: cleanarr
|
||||
version: 2.0.10
|
||||
version: 2.0.11
|
||||
appVersion: 2.1.4
|
||||
description: A simple UI to help find and delete duplicate and sample files from your
|
||||
Plex server.
|
||||
|
||||
@@ -10,48 +10,44 @@ questions:
|
||||
# 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: PLEX_BASE_URL
|
||||
label: "PLEX_BASE_URL"
|
||||
description: "Plex Server Address (e.g. http://192.169.1.100:32400)"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: PLEX_TOKEN
|
||||
label: "PLEX_TOKEN"
|
||||
description: "A valid Plex token for your Plex Server "
|
||||
schema:
|
||||
type: string
|
||||
private: true
|
||||
default: ""
|
||||
- variable: LIBRARY_NAMES
|
||||
label: "LIBRARY_NAMES"
|
||||
description: "Name(s) of your Plex Libraries to search. Separate multiple library names with semi-colon *;*"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: PAGE_SIZE
|
||||
label: "PAGE_SIZE"
|
||||
description: "To avoid plex timeouts, results are loaded in pages (or chunks)"
|
||||
schema:
|
||||
type: int
|
||||
default: 50
|
||||
- variable: BYPASS_SSL_VERIFY_BOOL
|
||||
label: "BYPASS_SSL_VERIFY"
|
||||
description: "Disable SSL certificate verification."
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
# Include{containerConfig}
|
||||
- variable: env
|
||||
label: Image Environment
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: PLEX_BASE_URL
|
||||
label: "PLEX_BASE_URL"
|
||||
description: "Plex Server Address (e.g. http://192.169.1.100:32400)"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: PLEX_TOKEN
|
||||
label: "PLEX_TOKEN"
|
||||
description: "A valid Plex token for your Plex Server "
|
||||
schema:
|
||||
type: string
|
||||
private: true
|
||||
default: ""
|
||||
- variable: LIBRARY_NAMES
|
||||
label: "LIBRARY_NAMES"
|
||||
description: "Name(s) of your Plex Libraries to search. Separate multiple library names with semi-colon *;*"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: PAGE_SIZE
|
||||
label: "PAGE_SIZE"
|
||||
description: "To avoid plex timeouts, results are loaded in pages (or chunks)"
|
||||
schema:
|
||||
type: int
|
||||
default: 50
|
||||
- variable: BYPASS_SSL_VERIFY_BOOL
|
||||
label: "BYPASS_SSL_VERIFY"
|
||||
description: "Disable SSL certificate verification."
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: clipplex
|
||||
version: 0.0.6
|
||||
version: 0.0.7
|
||||
appVersion: latest
|
||||
description: Clip your plex media to share.
|
||||
home: https://truecharts.org/charts/incubator/clipplex
|
||||
|
||||
@@ -10,51 +10,44 @@ questions:
|
||||
# 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}
|
||||
|
||||
- variable: secretEnv
|
||||
group: "App Configuration"
|
||||
label: "Image Secrets"
|
||||
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: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: PLEX_URL
|
||||
label: "Plex URL"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: Main Service
|
||||
@@ -105,27 +98,27 @@ questions:
|
||||
# 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
|
||||
- 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
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: cloudbeaver
|
||||
version: 2.0.17
|
||||
version: 2.0.18
|
||||
appVersion: latest
|
||||
description: Cloud Database Manager (Official Chart)
|
||||
home: https://truecharts.org/charts/incubator/cloudbeaver
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user