diff --git a/charts/incubator/changedetection-io/.helmignore b/charts/incubator/changedetection-io/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/charts/incubator/changedetection-io/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/charts/incubator/changedetection-io/CHANGELOG.md b/charts/incubator/changedetection-io/CHANGELOG.md new file mode 100644 index 00000000000..6afbcc5f802 --- /dev/null +++ b/charts/incubator/changedetection-io/CHANGELOG.md @@ -0,0 +1,3 @@ +--- +title: Changelog +--- diff --git a/charts/incubator/changedetection-io/Chart.yaml b/charts/incubator/changedetection-io/Chart.yaml new file mode 100644 index 00000000000..5aaab23c5d3 --- /dev/null +++ b/charts/incubator/changedetection-io/Chart.yaml @@ -0,0 +1,38 @@ +annotations: + max_scale_version: 23.10.2 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.45.14 +dependencies: + - name: common + version: 17.3.9 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The best and simplest free open source website change detection, website watcher, restock monitor and notification service +home: https://truecharts.org/charts/incubator/changedetection-io/ +icon: https://truecharts.org/img/hotlink-ok/chart-icons/changedetection-io.png +keywords: + - monitoring + - changedection + - website watcher +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: changedetection-io +sources: + - https://github.com/dgtlmoon/changedetection.io/tree/master + - https://github.com/truecharts/charts/tree/master/charts/incubator/changedetection-io/ + - https://changedetection.io/ +type: application +version: 0.0.1 diff --git a/charts/incubator/changedetection-io/README.md b/charts/incubator/changedetection-io/README.md new file mode 100644 index 00000000000..20f3c4cb7bb --- /dev/null +++ b/charts/incubator/changedetection-io/README.md @@ -0,0 +1,28 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jackett) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/charts/incubator/changedetection-io/icon.png b/charts/incubator/changedetection-io/icon.png new file mode 100644 index 00000000000..c4f200caedc Binary files /dev/null and b/charts/incubator/changedetection-io/icon.png differ diff --git a/charts/incubator/changedetection-io/questions.yaml b/charts/incubator/changedetection-io/questions.yaml new file mode 100644 index 00000000000..fa5ad321ea7 --- /dev/null +++ b/charts/incubator/changedetection-io/questions.yaml @@ -0,0 +1,116 @@ +# Include{groups} +portals: + open: +# Include{portalLink} +questions: +# Include{global} +# Include{workload} +# Include{workloadDeployment} +# Include{replicas1} +# Include{podSpec} +# Include{containerMain} + - variable: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: BASE_URL + label: "BASE_URL" + description: "Set your URL if using a Reverse Proxy such as Traefik" + schema: + type: string + default: "" + - variable: USE_X_SETTINGS + label: "USE_X_SETTINGS" + description: "You need to enable the USE_X_SETTINGS environment variable in changedetection.io for it to respect HTTP headers sent from the reverse proxy (such as Host, X-Forwarded-Prefix and X-Forwarded-Proto)." + schema: + type: boolean + default: true + - variable: HIDE_REFERER + label: "HIDE_REFERER" + description: " Hides the `Referer` header so that monitored websites can't see the changedetection.io hostname." + schema: + type: boolean + default: true + - variable: FETCH_WORKERS + label: "FETCH_WORKERS" + description: " Default number of parallel/concurrent fetchers" + schema: + type: int + default: 10 +# Include{containerBasic} +# Include{containerAdvanced} +# Include{containerConfig} +# Include{podOptions} +# Include{serviceRoot} +# Include{serviceMain} +# Include{serviceSelectorLoadBalancer} +# Include{serviceSelectorExtras} + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 5000 + required: true +# Include{serviceExpertRoot} +# Include{serviceExpert} +# Include{serviceList} +# Include{persistenceRoot} + - variable: datastore + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: +# Include{persistenceBasic} +# Include{persistenceList} +# Include{ingressRoot} + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: +# Include{ingressDefault} +# Include{ingressAdvanced} +# Include{ingressList} +# Include{securityContextRoot} + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 568 +# Include{securityContextContainer} +# Include{securityContextAdvanced} +# Include{securityContextPod} + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 +# Include{resources} +# Include{advanced} +# Include{addons} +# Include{codeserver} +# Include{netshoot} +# Include{vpn} +# Include{veleroSchedulesList} +# Include{documentation} diff --git a/charts/incubator/changedetection-io/templates/NOTES.txt b/charts/incubator/changedetection-io/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/charts/incubator/changedetection-io/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/charts/incubator/changedetection-io/templates/common.yaml b/charts/incubator/changedetection-io/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/charts/incubator/changedetection-io/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/charts/incubator/changedetection-io/values.yaml b/charts/incubator/changedetection-io/values.yaml new file mode 100644 index 00000000000..df8c5de4e62 --- /dev/null +++ b/charts/incubator/changedetection-io/values.yaml @@ -0,0 +1,32 @@ +image: + repository: ghcr.io/dgtlmoon/changedetection.io + pullPolicy: IfNotPresent + tag: 0.45.14@sha256:f563f6448e586e5259cd672aee017d874a5e9ed0305b1e9e273fd070a43a27da + +service: + main: + ports: + main: + protocol: http + targetPort: 5000 + port: 5000 + +workload: + main: + podSpec: + containers: + main: + env: + BASE_URL: "" + USE_X_SETTINGS: true + HIDE_REFERER: true + FETCH_WORKERS: 10 + +persistence: + datastore: + enabled: true + mountPath: "/datastore" + +portal: + open: + enabled: true