Compare commits

...

10 Commits

Author SHA1 Message Date
Stavros Kois
3b9ba2a1df bump everything (#4376) 2022-11-11 15:04:17 +02:00
Stavros Kois
e330805402 fix(traefik): fix questions. Remove protocol selector globally (#4375)
* remove sdvanced q from http too

* fix traefik

* remove traefik

* put protocol behind checkbox

* bump

* remove advanced

* remove protocol selector

* bump patch🤞

* add desc

* dec
2022-11-11 14:54:11 +02:00
TrueCharts-Admin
504ac36159 chore(deps): update renovatebot/github-action action to v34.22.1 2022-11-11 13:17:37 +01:00
Kjeld Schouten-Lebbing
5c568e4b84 Yeet advanced service settings
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-11-11 12:46:41 +01:00
Kjeld Schouten-Lebbing
8e1906e9e4 fix(ci): use helm dependency build instead of update, to improve speed when Chart.Lock is present 2022-11-11 12:02:56 +01:00
Kjeld Schouten-Lebbing
bf17fd5e36 fix(ci): use correct shell for docker update sync/bump 2022-11-11 10:22:11 +01:00
Kjeld Schouten-Lebbing
8ff1978932 fix(ci): run renovate bump code on devcontainer 2022-11-11 10:05:17 +01:00
Kjeld Schouten-Lebbing
cbf9d388ec chore(apps): bump to regenerate catalog 2022-11-11 10:00:57 +01:00
Kjeld Schouten-Lebbing
f4fb8943e1 fix(apps): remove removed includes 2022-11-11 09:54:44 +01:00
Kjeld Schouten-Lebbing
800312b295 fix(apps): remove references to targetPort 2022-11-11 09:49:15 +01:00
1559 changed files with 7623 additions and 14018 deletions

View File

@@ -111,7 +111,7 @@ if [[ -d "charts/${1}" ]]; then
chartname=$(basename charts/${1})
train=$(basename $(dirname "charts/${1}"))
SCALESUPPORT=$(cat charts/${1}/Chart.yaml | yq '.annotations."truecharts.org/SCALE-support"' -r)
helm dependency update "charts/${1}" --skip-refresh || (sleep 10 && helm dependency update "charts/${1}" --skip-refresh) || (sleep 10 && helm dependency update "charts/${1}" --skip-refresh)
helm dependency build "charts/${1}" --skip-refresh || (sleep 10 && helm dependency build "charts/${1}" --skip-refresh) || (sleep 10 && helm dependency build "charts/${1}" --skip-refresh)
if [[ "${SCALESUPPORT}" == "true" ]]; then
clean_apps "charts/${1}" "${chartname}" "$train" "${chartversion}"
copy_apps "charts/${1}" "${chartname}" "$train" "${chartversion}"

View File

@@ -11,6 +11,8 @@ jobs:
renovate-bump:
name: Get changed Apps
runs-on: ubuntu-20.04
container:
image: ghcr.io/truecharts/devcontainer:v2.6.0@sha256:5029ebed5c833646da3afb3a8512eba79f08cac8935a53fc1510854fec22341a
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
name: Checkout
@@ -39,7 +41,9 @@ jobs:
- 'charts/games/**'
- name: Filter filter-output
run: echo '${{ toJson(steps.filter.outputs) }}' > changes.json
- name: Bump
- name: Bump and Sync
shell: bash
run: |
# Designed to ensure the appversion in Chart.yaml is in sync with the primary Chart tag if found
# Also makes sure that home link is pointing to the correct url
@@ -85,7 +89,6 @@ jobs:
}
export -f sync_tag
# The actual script
APPS=$(jq --raw-output '.changed_files | fromjson | .[] |= sub("(?<filepath>(?<first_directory>(?<root1>[\/]?)[^\/]+\/)(?<second_directory>(?<root2>[\/]?)[^\/]+\/)(?<third_directory>(?<root3>[\/]?)[^\/]+)(?<extra_paths>.+))"; "\(.third_directory)") | unique' changes.json | jq -r '.[]')
echo "changed apps: ${APPS[*]}"

View File

@@ -12,7 +12,7 @@ jobs:
with:
token: ${{ secrets.BOT_TOKEN }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@7b14216c30e8c1829e09406870db2c0bfa9d369f # v34.21.4
uses: renovatebot/github-action@85f3150268ff10d06bc5731dbd3c6a2eec76374c # v34.22.1
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.BOT_TOKEN }}

View File

@@ -23,7 +23,7 @@ sources:
- https://clickhouse.com/
- https://hub.docker.com/r/yandex/clickhouse-server
type: application
version: 2.0.0
version: 2.0.2
annotations:
truecharts.org/catagories: |
- database

View File

@@ -2,12 +2,12 @@
questions:
# Include{global}
# Include{controller}
# Include{controllerStatefullset}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
- variable: clickhouseDatabase
@@ -68,12 +68,6 @@ questions:
default: 8123
required: true
# Include{advancedPortHTTP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 8123
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -110,7 +104,7 @@ questions:
# Include{persistenceBasic}
# Include{persistenceAdvanced}
# Include{persistenceList}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -133,7 +127,7 @@ questions:
schema:
type: boolean
default: true
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -158,7 +152,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -22,7 +22,7 @@ sources:
- https://sdk.collaboraonline.com/contents.html
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
type: application
version: 13.0.0
version: 13.0.2
annotations:
truecharts.org/catagories: |
- office

View File

@@ -9,12 +9,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "App Configuration"
@@ -99,12 +99,6 @@ questions:
default: 10105
required: true
# Include{advancedPortHTTP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 9980
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -120,8 +114,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -144,7 +138,7 @@ questions:
schema:
type: boolean
default: true
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -169,7 +163,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -25,7 +25,7 @@ sources:
- https://github.com/prometheus/mysqld_exporter
- https://mariadb.org
type: application
version: 4.0.0
version: 4.0.2
annotations:
truecharts.org/catagories: |
- database

View File

@@ -2,12 +2,12 @@
questions:
# Include{global}
# Include{controller}
# Include{controllerStatefullset}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
- variable: mariadbDatabase
@@ -62,12 +62,6 @@ questions:
default: 3306
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 3306
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -86,7 +80,7 @@ questions:
# Include{persistenceBasic}
# Include{persistenceAdvanced}
# Include{persistenceList}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -109,7 +103,7 @@ questions:
schema:
type: boolean
default: true
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -134,7 +128,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
type: application
version: 4.0.0
version: 4.0.2
annotations:
truecharts.org/catagories: |
- database

View File

@@ -2,12 +2,12 @@
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
- variable: postgresqlDatabase
@@ -55,18 +55,12 @@ questions:
default: 11211
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 11211
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceList}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -89,7 +83,7 @@ questions:
schema:
type: boolean
default: true
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -114,7 +108,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -24,7 +24,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com
type: application
version: 3.0.0
version: 3.0.2
annotations:
truecharts.org/catagories: |
- database

View File

@@ -2,12 +2,12 @@
questions:
# Include{global}
# Include{controller}
# Include{controllerStatefullset}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
- variable: mongodbDatabase
@@ -62,12 +62,6 @@ questions:
default: 27017
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 27017
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -86,7 +80,7 @@ questions:
# Include{persistenceBasic}
# Include{persistenceAdvanced}
# Include{persistenceList}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -109,7 +103,7 @@ questions:
schema:
type: boolean
default: true
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -134,7 +128,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -23,7 +23,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/postgresql
- https://www.postgresql.org/
type: application
version: 9.0.0
version: 9.0.2
annotations:
truecharts.org/catagories: |
- database

View File

@@ -2,12 +2,12 @@
questions:
# Include{global}
# Include{controller}
# Include{controllerStatefullset}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
- variable: postgresqlDatabase
@@ -62,12 +62,6 @@ questions:
default: 5432
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 5432
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -86,7 +80,7 @@ questions:
# Include{persistenceBasic}
# Include{persistenceAdvanced}
# Include{persistenceList}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -109,7 +103,7 @@ questions:
schema:
type: boolean
default: true
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -134,7 +128,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -23,7 +23,7 @@ sources:
- https://grafana.com/oss/loki/
- https://grafana.com/docs/loki/latest/
type: application
version: 4.0.0
version: 4.0.2
annotations:
truecharts.org/catagories: |
- metrics

View File

@@ -25,12 +25,6 @@ questions:
default: 3101
required: true
# Include{advancedPortHTTP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 3101
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -46,6 +40,6 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{advanced}

View File

@@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
type: application
version: 4.0.0
version: 4.0.2
annotations:
truecharts.org/catagories: |
- database

View File

@@ -2,12 +2,12 @@
questions:
# Include{global}
# Include{controller}
# Include{controllerStatefullset}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
- variable: redisPassword
@@ -41,12 +41,6 @@ questions:
default: 6379
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 6379
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -65,7 +59,7 @@ questions:
# Include{persistenceBasic}
# Include{persistenceAdvanced}
# Include{persistenceList}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -88,7 +82,7 @@ questions:
schema:
type: boolean
default: true
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -113,7 +107,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -23,7 +23,7 @@ sources:
- https://github.com/apache/solr
- https://hub.docker.com/r/bitnami/solr/
type: application
version: 1.0.0
version: 1.0.2
annotations:
truecharts.org/catagories: |
- search

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerStatefullset}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
- variable: solrCores
@@ -64,12 +64,6 @@ questions:
default: 8983
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 8983
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -88,7 +82,7 @@ questions:
# Include{persistenceBasic}
# Include{persistenceAdvanced}
# Include{persistenceList}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -111,7 +105,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -136,7 +130,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -19,7 +19,7 @@ name: subchart
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/subchart
type: application
version: 2.0.0
version: 2.0.2
annotations:
truecharts.org/catagories: |
- subchart

View File

@@ -26,7 +26,7 @@ sources:
- https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend
- https://hub.docker.com/r/spx01/blocky
version: 2.0.0
version: 2.0.2
annotations:
truecharts.org/catagories: |
- network

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: webUI
group: App Configuration
@@ -663,12 +663,6 @@ questions:
default: 10315
required: true
# Include{advancedPortHTTP}
- variable: targetPort
label: Target Port
description: The internal(!) port on the container the Application runs on
schema:
type: int
default: 80
- variable: dnstcp
label: DNS TCP Service
description: The DNS TCP service
@@ -692,12 +686,6 @@ questions:
default: 53
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: Target Port
description: The internal(!) port on the container the Application runs on
schema:
type: int
default: 53
- variable: dnsudp
label: DNS UDP Service
description: The DNS UDP service
@@ -721,12 +709,6 @@ questions:
default: 53
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: Target Port
description: The internal(!) port on the container the Application runs on
schema:
type: int
default: 53
- variable: dot
label: DoT Service
description: "DNS-over-TLS service"
@@ -750,12 +732,6 @@ questions:
default: 853
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: Target Port
description: The internal(!) port on the container the Application runs on
schema:
type: int
default: 853
- variable: http
label: HTTP and Metrics Service
description: "service for things like metrics, pprof, API, DoH etc"
@@ -779,12 +755,6 @@ questions:
default: 4000
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: Target Port
description: The internal(!) port on the container the Application runs on
schema:
type: int
default: 4000
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -800,8 +770,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -824,7 +794,7 @@ questions:
schema:
type: boolean
default: true
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: runAsUser
@@ -850,7 +820,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -22,7 +22,7 @@ sources:
- https://github.com/metallb/metallb
- https://metallb.universe.tf
type: application
version: 6.0.1
version: 6.0.3
annotations:
truecharts.org/catagories: |
- core

View File

@@ -26,4 +26,4 @@ sources:
- https://github.com/vstavrinov/acestream-service
- https://hub.docker.com/r/vstavrinov/acestream-service
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
# Include{serviceRoot}
@@ -37,12 +37,6 @@ questions:
default: 8008
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 6878
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -68,8 +62,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -92,7 +86,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -117,7 +111,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -27,4 +27,4 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/adguardhome-sync
- https://github.com/linuxserver/docker-adguardhome-sync#readme
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: env
group: "App Configuration"
@@ -56,12 +56,6 @@ questions:
default: 8080
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 8080
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -87,8 +81,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -111,7 +105,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -136,7 +130,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "App Configuration"
@@ -94,12 +94,6 @@ questions:
default: 27015
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 27015
- variable: tcprconport
label: 'tcprconport service'
description: "TCP RCON Port (not required)"
@@ -123,12 +117,6 @@ questions:
default: 27015
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 27015
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -163,8 +151,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -187,7 +175,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -212,7 +200,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "App Configuration"
@@ -94,12 +94,6 @@ questions:
default: 27015
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 27015
- variable: tcprconport
label: 'tcprconport service'
description: "TCP RCON Port (not required)"
@@ -123,12 +117,6 @@ questions:
default: 27015
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 27015
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -163,8 +151,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -187,7 +175,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -212,7 +200,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/altitude/
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: env
group: "App Configuration"
@@ -56,12 +56,6 @@ questions:
default: 27276
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 27276
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -87,8 +81,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -111,7 +105,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -136,7 +130,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -26,4 +26,4 @@ sources:
- https://www.americasarmy.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "App Configuration"
@@ -88,12 +88,6 @@ questions:
default: 8778
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 8778
- variable: steamqueryport
label: 'steamqueryport service'
description: "UDP Queryport (if you need another port, please delete this entry and create a new UDP Port with the required port number, also dont forget to click an Show more settings ... and change the port number"
@@ -117,12 +111,6 @@ questions:
default: 27015
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 27015
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -157,8 +145,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -181,7 +169,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -206,7 +194,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -28,4 +28,4 @@ sources:
- https://github.com/RandomNinjaAtk/docker-amtd
- https://hub.docker.com/r/randomninjaatk/amtd
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -3,12 +3,12 @@ portals: {}
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: env
group: "App Configuration"
@@ -116,7 +116,7 @@ questions:
# Include{persistenceBasic}
# Include{persistenceAdvanced}
# Include{persistenceList}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -139,7 +139,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -164,7 +164,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -30,4 +30,4 @@ sources:
- https://github.com/t-chab/dockerfiles
- https://hub.docker.com/r/tchabaud/amule
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: env
group: "App Configuration"
@@ -56,12 +56,6 @@ questions:
default: 4711
required: true
# Include{advancedPortHTTP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 4711
- variable: porttcp
label: 'porttcp service'
description: "Client to client transfers"
@@ -85,12 +79,6 @@ questions:
default: 4662
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 4662
- variable: portudp
label: 'portudp service'
description: "Extended aMule protocol, Queue Rating, File Reask Ping"
@@ -114,12 +102,6 @@ questions:
default: 4672
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 4672
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -163,8 +145,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -187,7 +169,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -212,7 +194,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -28,4 +28,4 @@ sources:
- https://github.com/RandomNinjaAtk/docker-amvd
- https://hub.docker.com/r/randomninjaatk/amvd
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -3,12 +3,12 @@ portals: {}
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: env
group: "App Configuration"
@@ -113,7 +113,7 @@ questions:
# Include{persistenceBasic}
# Include{persistenceAdvanced}
# Include{persistenceList}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -136,7 +136,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -161,7 +161,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/android-8-0
- https://registry.hub.docker.com/r/ulisses1478/docker-android
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -3,19 +3,19 @@ portals: {}
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceList}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -38,7 +38,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -63,7 +63,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -26,4 +26,4 @@ sources:
- https://hub.docker.com/r/barnybbb/adb-hass-androidtv
- https://hub.docker.com/r/barnybbb/adb-hass-androidtv/
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: env
group: "App Configuration"
@@ -62,12 +62,6 @@ questions:
default: 5037
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 5037
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -83,8 +77,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -107,7 +101,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -132,7 +126,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -18,7 +18,7 @@ name: anki-sync-server
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/anki-sync-server
- https://github.com/ankicommunity/anki-devops-services
version: 1.0.0
version: 1.0.2
annotations:
truecharts.org/catagories: |
- media

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
# Include{serviceRoot}
@@ -37,12 +37,6 @@ questions:
default: 27701
required: true
# Include{advancedPortHTTP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 27701
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -67,8 +61,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -91,7 +85,7 @@ questions:
schema:
type: boolean
default: true
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -116,7 +110,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -30,4 +30,4 @@ sources:
- https://thelounge.chat/
- https://hub.docker.com/r/ich777/anope
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -3,12 +3,12 @@ portals: {}
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: env
group: "App Configuration"
@@ -92,7 +92,7 @@ questions:
# Include{persistenceBasic}
# Include{persistenceAdvanced}
# Include{persistenceList}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -115,7 +115,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -140,7 +140,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -26,4 +26,4 @@ sources:
- https://httpd.apache.org/docs/2.4/mod/mod_dav.html
- https://github.com/mgutt/docker-apachewebdav
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: env
group: "App Configuration"
@@ -98,12 +98,6 @@ questions:
default: 8384
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 80
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -138,8 +132,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -162,7 +156,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -187,7 +181,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -27,4 +27,4 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/apprise-api
- https://github.com/linuxserver/docker-apprise-api#readme
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: env
group: "App Configuration"
@@ -50,12 +50,6 @@ questions:
default: 8000
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 8000
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -81,8 +75,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -105,7 +99,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -130,7 +124,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -26,7 +26,7 @@ name: appsmith
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/appsmith
- https://github.com/appsmithorg/appsmith
version: 3.0.0
version: 3.0.2
annotations:
truecharts.org/catagories: |
- productivity

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: env
group: "App Configuration"
@@ -50,12 +50,6 @@ questions:
default: 10217
required: true
# Include{advancedPortHTTP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 80
- variable: supervisor
label: "Supervisor Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
@@ -79,12 +73,6 @@ questions:
default: 10218
required: true
# Include{advancedPortHTTP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 9001
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -110,8 +98,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -134,7 +122,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -159,7 +147,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -30,4 +30,4 @@ sources:
- https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior
- https://hub.docker.com/r/archiveteam/warrior-dockerfile/
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
# Include{serviceRoot}
@@ -37,12 +37,6 @@ questions:
default: 8001
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 8001
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -58,8 +52,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -82,7 +76,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -107,7 +101,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -26,4 +26,4 @@ sources:
- https://survivetheark.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "App Configuration"
@@ -114,12 +114,6 @@ questions:
default: 7777
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 7777
- variable: udp2
label: "udp2 service"
description: "Container Port 7778"
@@ -143,12 +137,6 @@ questions:
default: 7778
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 7778
- variable: udpsteam
label: "udpsteam service"
description: "Container Port 27015"
@@ -172,12 +160,6 @@ questions:
default: 27015
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 27015
- variable: rcontcp
label: "rcontcp service"
description: "Container Port 27020"
@@ -201,12 +183,6 @@ questions:
default: 27020
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 27020
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -241,8 +217,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -265,7 +241,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -290,7 +266,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -26,4 +26,4 @@ sources:
- https://arma3.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "App Configuration"
@@ -88,12 +88,6 @@ questions:
default: 2302
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 2302
- variable: udpgameport
label: 'udpgameport service'
description: "Same as TCP Game Port"
@@ -117,12 +111,6 @@ questions:
default: 2302
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 2302
- variable: udpsteamquerry
label: 'udpsteamquerry service'
description: "UDP Game Port 1"
@@ -146,12 +134,6 @@ questions:
default: 2303
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 2303
- variable: udpsteammaster
label: 'udpsteammaster service'
description: "UDP Game Port 2"
@@ -175,12 +157,6 @@ questions:
default: 2304
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 2304
- variable: udpvonport
label: 'udpvonport service'
description: "UDP Game Port 3"
@@ -204,12 +180,6 @@ questions:
default: 2305
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 2305
- variable: udpbattleyetra
label: 'udpbattleyetra service'
description: "UDP Game Port 4"
@@ -233,12 +203,6 @@ questions:
default: 2306
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 2306
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -282,8 +246,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -306,7 +270,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -331,7 +295,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -26,4 +26,4 @@ sources:
- http://www.exilemod.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "App Configuration"
@@ -106,12 +106,6 @@ questions:
default: 2302
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 2302
- variable: udpgameport
label: 'udpgameport service'
description: "Same as TCP Game Port"
@@ -135,12 +129,6 @@ questions:
default: 2302
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 2302
- variable: udpsteamquerry
label: 'udpsteamquerry service'
description: "UDP Game Port 1"
@@ -164,12 +152,6 @@ questions:
default: 2303
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 2303
- variable: udpsteammaster
label: 'udpsteammaster service'
description: "UDP Game Port 2"
@@ -193,12 +175,6 @@ questions:
default: 2304
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 2304
- variable: udpvonport
label: 'udpvonport service'
description: "UDP Game Port 3"
@@ -222,12 +198,6 @@ questions:
default: 2305
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 2305
- variable: udpbattleyetra
label: 'udpbattleyetra service'
description: "UDP Game Port 4"
@@ -251,12 +221,6 @@ questions:
default: 2306
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 2306
- variable: tcpmariadb
label: 'tcpmariadb service'
description: "Not required, only if you want to connect to the database from outside. Delete if you allready have a MariaDB container running."
@@ -280,12 +244,6 @@ questions:
default: 3306
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 3306
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -329,8 +287,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -353,7 +311,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -378,7 +336,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -28,4 +28,4 @@ sources:
- https://jfrog.com/
- https://registry.hub.docker.com/r/docker.bintray.io/jfrog/artifactory-oss
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: env
group: "App Configuration"
@@ -50,12 +50,6 @@ questions:
default: 8181
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 8081
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -81,8 +75,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -105,7 +99,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -130,7 +124,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -26,4 +26,4 @@ sources:
- https://www.assettocorsa.net/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "App Configuration"
@@ -88,12 +88,6 @@ questions:
default: 9600
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 9600
- variable: udp
label: 'udp service'
description: "Container Port 9600"
@@ -117,12 +111,6 @@ questions:
default: 9600
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 9600
- variable: tcp2
label: 'tcp2 service'
description: "Container Port 8081"
@@ -146,12 +134,6 @@ questions:
default: 8081
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 8081
- variable: stracker
label: 'stracker service'
description: "Only needed if you installed Stacker (Webserver Address http[IPOFYOURSERVER]50041)."
@@ -175,12 +157,6 @@ questions:
default: 50041
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 50041
- variable: assetto
label: 'assetto service'
description: "Only needed if you installed Assetto-Server-Manager (Webserver Address http[IPOFYOURSERVER]8771)."
@@ -204,12 +180,6 @@ questions:
default: 8772
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 8772
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -244,8 +214,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -268,7 +238,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -293,7 +263,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -30,4 +30,4 @@ sources:
- https://github.com/afterlogic/docker-aurora-files
- https://hub.docker.com/r/afterlogic/docker-aurora-files
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -3,19 +3,19 @@ portals: {}
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceList}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -38,7 +38,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -63,7 +63,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -26,4 +26,4 @@ sources:
- https://github.com/xXGuhuXx/auto-yt-dl
- https://hub.docker.com/repository/docker/guhu007/auto-yt-dl
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
# Include{serviceRoot}
@@ -37,12 +37,6 @@ questions:
default: 5000
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 5000
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -77,8 +71,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -101,7 +95,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -126,7 +120,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "App Configuration"
@@ -94,12 +94,6 @@ questions:
default: 27000
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 27000
- variable: hostport2
label: 'hostport2 service'
description: "Container Port 27000"
@@ -123,12 +117,6 @@ questions:
default: 27000
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 27000
- variable: hostport3
label: 'hostport3 service'
description: "Container Port 27003"
@@ -152,12 +140,6 @@ questions:
default: 27003
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 27003
- variable: hostport4
label: 'hostport4 service'
description: "Container Port 27020"
@@ -181,12 +163,6 @@ questions:
default: 27020
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 27020
- variable: hostport5
label: 'hostport5 service'
description: "Container Port 27021"
@@ -210,12 +186,6 @@ questions:
default: 27021
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 27021
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -250,8 +220,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -274,7 +244,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -299,7 +269,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "2022"
description: Awesome TTRSS aims to provide a powerful Chartized all-in-one solution for Tiny Tiny RSS
name: awesome-ttrss
version: 1.0.0
version: 1.0.2
kubeVersion: ">=1.16.0-0"
keywords:
- tt-rss

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: env
group: "App Configuration"
@@ -50,12 +50,6 @@ questions:
default: 10246
required: true
# Include{advancedPortHTTP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 80
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -99,8 +93,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -123,7 +117,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -148,7 +142,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -28,4 +28,4 @@ sources:
- https://backuppc.github.io/backuppc/index.html
- https://hub.docker.com/r/tiredofit/backuppc/
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
# Include{serviceRoot}
@@ -37,12 +37,6 @@ questions:
default: 8000
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 80
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -95,8 +89,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -119,7 +113,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -144,7 +138,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -21,7 +21,7 @@ sources:
- https://github.com/ckulka/baikal-docker
- https://hub.docker.com/r/ckulka/baikal/
type: application
version: 1.0.0
version: 1.0.2
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
# Include{serviceRoot}
@@ -37,12 +37,6 @@ questions:
default: 10293
required: true
# Include{advancedPortHTTP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 80
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -77,8 +71,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -101,7 +95,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -126,7 +120,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -28,4 +28,4 @@ sources:
- https://github.com/Forceu/barcodebuddy
- https://hub.docker.com/r/f0rc3/barcodebuddy-docker
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
# Include{serviceRoot}
@@ -37,12 +37,6 @@ questions:
default: 8450
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 80
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -68,8 +62,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -92,7 +86,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -117,7 +111,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "App Configuration"
@@ -82,12 +82,6 @@ questions:
default: 27015
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 27015
- variable: steamqueryport
label: 'steamqueryport service'
description: "UDP Steam Query Port (if you need another port, please delete this entry and create a new UDP Port with the required port number, also dont forget to change it in the serversettings.xml)"
@@ -111,12 +105,6 @@ questions:
default: 27016
required: true
# Include{advancedPortUDP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 27016
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -151,8 +139,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -175,7 +163,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -200,7 +188,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -18,7 +18,7 @@ name: batnoter
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/batnoter
- https://github.com/batnoter/batnoter
version: 1.0.0
version: 1.0.2
annotations:
truecharts.org/catagories: |
- notes

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
# Include{serviceRoot}
@@ -37,12 +37,6 @@ questions:
default: 10351
required: true
# Include{advancedPortHTTP}
- variable: targetPort
label: Target Port
description: The internal(!) port on the container the Application runs on
schema:
type: int
default: 3000
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -58,8 +52,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -82,7 +76,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: runAsUser
@@ -107,7 +101,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -19,7 +19,7 @@ name: bender
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/bender
- https://github.com/jez500/bender
version: 1.0.0
version: 1.0.2
annotations:
truecharts.org/catagories: |
- dashboard

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: bender
group: App Configuration
@@ -50,12 +50,6 @@ questions:
default: 10353
required: true
# Include{advancedPortHTTP}
- variable: targetPort
label: Target Port
description: The internal(!) port on the container the Application runs on
schema:
type: int
default: 8080
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -81,8 +75,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -105,7 +99,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: runAsUser
@@ -130,7 +124,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -26,4 +26,4 @@ sources:
- https://github.com/kylemanna/docker-bitcoind
- https://hub.docker.com/r/kylemanna/bitcoind
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
# Include{serviceRoot}
@@ -37,12 +37,6 @@ questions:
default: 8332
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 8332
- variable: port2
label: 'port2 service'
schema:
@@ -65,12 +59,6 @@ questions:
default: 8333
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 8333
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -95,8 +83,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -119,7 +107,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -144,7 +132,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -30,4 +30,4 @@ sources:
- https://bitcoin.org/
- https://hub.docker.com/r/ofawx/bitcoind/
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
# Include{serviceRoot}
@@ -37,12 +37,6 @@ questions:
default: 8333
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 8333
- variable: localrpc
label: 'localrpc service'
description: "Port to listen for RPC connections (Optional)"
@@ -66,12 +60,6 @@ questions:
default: 8332
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 8332
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -97,8 +85,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -121,7 +109,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -146,7 +134,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoinunlimited
- https://hub.docker.com/r/amacneil/bitcoinunlimited/~/dockerfile/
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
# Include{containerConfig}
# Include{serviceRoot}
@@ -37,12 +37,6 @@ questions:
default: 8332
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 8332
- variable: communicationp
label: 'communicationp service'
description: "Main Port Used"
@@ -66,12 +60,6 @@ questions:
default: 8333
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 8333
- variable: testnetrpcport
label: 'testnetrpcport service'
description: "Testnet RPC Port"
@@ -95,12 +83,6 @@ questions:
default: 18332
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 18332
- variable: testnetcommuni
label: 'testnetcommuni service'
description: "Testnet Communication Port"
@@ -124,12 +106,6 @@ questions:
default: 18333
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 18333
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -155,8 +131,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -179,7 +155,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -204,7 +180,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoinwalletgui
- https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: env
group: "App Configuration"
@@ -62,12 +62,6 @@ questions:
default: 6901
required: true
# Include{advancedPortHTTP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 6901
- variable: vncport
label: 'vncport service'
description: "Container Port 5901"
@@ -91,12 +85,6 @@ questions:
default: 5905
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 5901
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -122,8 +110,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -146,7 +134,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -171,7 +159,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -32,4 +32,4 @@ sources:
- https://github.com/accetto/headless-drawing-g3/
- https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3
type: application
version: 1.0.0
version: 1.0.2

View File

@@ -5,12 +5,12 @@ portals:
questions:
# Include{global}
# Include{controller}
# Include{controllerDeployment}
# Include{replicas}
# Include{replica1}
# Include{strategy}
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: env
group: "App Configuration"
@@ -56,12 +56,6 @@ questions:
default: 6901
required: true
# Include{advancedPortHTTP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 6901
- variable: webuivnc
label: 'webuivnc service'
schema:
@@ -84,12 +78,6 @@ questions:
default: 5901
required: true
# Include{advancedPortTCP}
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 5901
# Include{serviceExpertRoot}
default: false
# Include{serviceExpert}
@@ -124,8 +112,8 @@ questions:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressExpert}
# Include{ingressList}
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
@@ -148,7 +136,7 @@ questions:
schema:
type: boolean
default: false
# Include{securityContextAdvanced}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: "runAsUser"
@@ -173,7 +161,7 @@ questions:
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{promtail}
# Include{netshoot}
# Include{vpn}
# Include{documentation}

View File

@@ -27,4 +27,4 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/blender
- https://github.com/linuxserver/docker-blender#readme
type: application
version: 1.0.0
version: 1.0.2

Some files were not shown because too many files have changed in this diff Show More