diff --git a/stable/custom-app/8.0.7/app-changelog.md b/stable/custom-app/8.0.7/app-changelog.md deleted file mode 100644 index ee7ec757716..00000000000 --- a/stable/custom-app/8.0.7/app-changelog.md +++ /dev/null @@ -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)) - - \ No newline at end of file diff --git a/stable/custom-app/8.0.7/CHANGELOG.md b/stable/custom-app/8.0.8/CHANGELOG.md similarity index 94% rename from stable/custom-app/8.0.7/CHANGELOG.md rename to stable/custom-app/8.0.8/CHANGELOG.md index f2d22b05949..b9e56de6902 100644 --- a/stable/custom-app/8.0.7/CHANGELOG.md +++ b/stable/custom-app/8.0.8/CHANGELOG.md @@ -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 diff --git a/stable/custom-app/8.0.7/Chart.yaml b/stable/custom-app/8.0.8/Chart.yaml similarity index 97% rename from stable/custom-app/8.0.7/Chart.yaml rename to stable/custom-app/8.0.8/Chart.yaml index aad6e76d8df..abd0ddfe7fb 100644 --- a/stable/custom-app/8.0.7/Chart.yaml +++ b/stable/custom-app/8.0.8/Chart.yaml @@ -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 diff --git a/stable/custom-app/8.0.7/README.md b/stable/custom-app/8.0.8/README.md similarity index 100% rename from stable/custom-app/8.0.7/README.md rename to stable/custom-app/8.0.8/README.md diff --git a/stable/custom-app/8.0.8/app-changelog.md b/stable/custom-app/8.0.8/app-changelog.md new file mode 100644 index 00000000000..4d257b770b3 --- /dev/null +++ b/stable/custom-app/8.0.8/app-changelog.md @@ -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) + diff --git a/stable/custom-app/8.0.7/app-readme.md b/stable/custom-app/8.0.8/app-readme.md similarity index 100% rename from stable/custom-app/8.0.7/app-readme.md rename to stable/custom-app/8.0.8/app-readme.md diff --git a/stable/custom-app/8.0.7/charts/common-12.6.6.tgz b/stable/custom-app/8.0.8/charts/common-12.6.6.tgz similarity index 100% rename from stable/custom-app/8.0.7/charts/common-12.6.6.tgz rename to stable/custom-app/8.0.8/charts/common-12.6.6.tgz diff --git a/stable/custom-app/8.0.7/ix_values.yaml b/stable/custom-app/8.0.8/ix_values.yaml similarity index 100% rename from stable/custom-app/8.0.7/ix_values.yaml rename to stable/custom-app/8.0.8/ix_values.yaml diff --git a/stable/custom-app/8.0.7/questions.yaml b/stable/custom-app/8.0.8/questions.yaml similarity index 97% rename from stable/custom-app/8.0.7/questions.yaml rename to stable/custom-app/8.0.8/questions.yaml index 530cd548833..0d952876949 100644 --- a/stable/custom-app/8.0.7/questions.yaml +++ b/stable/custom-app/8.0.8/questions.yaml @@ -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" diff --git a/stable/custom-app/8.0.7/templates/NOTES.txt b/stable/custom-app/8.0.8/templates/NOTES.txt similarity index 100% rename from stable/custom-app/8.0.7/templates/NOTES.txt rename to stable/custom-app/8.0.8/templates/NOTES.txt diff --git a/stable/custom-app/8.0.7/templates/common.yaml b/stable/custom-app/8.0.8/templates/common.yaml similarity index 100% rename from stable/custom-app/8.0.7/templates/common.yaml rename to stable/custom-app/8.0.8/templates/common.yaml diff --git a/stable/custom-app/8.0.7/values.yaml b/stable/custom-app/8.0.8/values.yaml similarity index 100% rename from stable/custom-app/8.0.7/values.yaml rename to stable/custom-app/8.0.8/values.yaml