Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
7d8b239341
commit
77c1ee3c89
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [custom-app-8.0.7](https://github.com/truecharts/charts/compare/custom-app-8.0.6...custom-app-8.0.7) (2023-05-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/jackett to v0.20.2814 ([#8891](https://github.com/truecharts/charts/issues/8891))
|
||||
|
||||
|
|
@ -4,6 +4,11 @@
|
|||
|
||||
|
||||
|
||||
## [custom-app-8.0.8](https://github.com/truecharts/charts/compare/custom-app-8.0.7...custom-app-8.0.8) (2023-05-12)
|
||||
|
||||
|
||||
|
||||
|
||||
## [custom-app-8.0.7](https://github.com/truecharts/charts/compare/custom-app-8.0.6...custom-app-8.0.7) (2023-05-11)
|
||||
|
||||
### Chore
|
||||
|
@ -92,8 +97,3 @@
|
|||
|
||||
|
||||
|
||||
## [custom-app-8.0.4](https://github.com/truecharts/charts/compare/custom-app-8.0.3...custom-app-8.0.4) (2023-05-06)
|
||||
|
||||
### Fix
|
||||
|
||||
- allow service to be disabled
|
|
@ -19,7 +19,7 @@ name: custom-app
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/custom-app
|
||||
type: application
|
||||
version: 8.0.7
|
||||
version: 8.0.8
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- custom
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
## [custom-app-8.0.8](https://github.com/truecharts/charts/compare/custom-app-8.0.7...custom-app-8.0.8) (2023-05-12)
|
||||
|
|
@ -279,6 +279,65 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
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: ""
|
||||
- variable: TZ
|
||||
label: Timezone
|
||||
group: "General Settings"
|
Loading…
Reference in New Issue