Merge branch 'master' of github.com:truecharts/charts

This commit is contained in:
Kjeld Schouten-Lebbing
2023-05-12 12:32:00 +02:00
3 changed files with 61 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
with: with:
token: ${{ secrets.BOT_TOKEN }} token: ${{ secrets.BOT_TOKEN }}
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@0da8b0cd8bb013041bad4f818c2790fa3253efb1 # v36.1.1 uses: renovatebot/github-action@4cc203c40dc0eb6b356306893cabda6ff9d42f33 # v37.0.0
with: with:
configurationFile: .github/renovate-config.js configurationFile: .github/renovate-config.js
token: ${{ secrets.BOT_TOKEN }} token: ${{ secrets.BOT_TOKEN }}
+1 -1
View File
@@ -19,7 +19,7 @@ name: custom-app
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/custom-app - https://github.com/truecharts/charts/tree/master/charts/stable/custom-app
type: application type: application
version: 8.0.7 version: 8.0.8
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- custom - custom
+59
View File
@@ -154,6 +154,65 @@ questions:
schema: schema:
type: string type: string
default: "/" default: "/"
- variable: portal
group: "General Settings"
label: "Portal Configuration"
schema:
type: dict
additional_attrs: true
attrs:
- variable: open
label: "Open"
schema:
type: dict
additional_attrs: true
attrs:
- variable: enabled
label: "Enable WebUI Portal"
description: "Enable WebUI Portal"
schema:
type: boolean
default: true
- variable: overrides
label: "Override Portal Configuration"
description: "Override Portal Configuration"
schema:
type: boolean
default: false
show_if: [["enabled", "=", true]]
show_subquestions_if: true
subquestions:
- variable: override
label: "Override Portal Configuration"
description: "Override Portal Configuration"
schema:
type: dict
additional_attrs: true
attrs:
- variable: protocol
label: "Protocol"
description: "Portal Protocol Override"
schema:
type: string
enum:
- value: ""
description: ""
- value: "http"
description: "HTTP"
- value: "https"
description: "HTTPS"
- variable: host
label: "Host"
description: "Portal Host Override"
schema:
type: string
default: ""
- variable: port
label: "Port"
description: "Portal Port Override"
schema:
type: string
default: ""
# Include{containerConfig} # Include{containerConfig}
# Include{podOptions} # Include{podOptions}
# Include{serviceRoot} # Include{serviceRoot}