Delete charts/incubator/jackett2telegram directory

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2023-12-03 12:21:49 +01:00
committed by GitHub
parent 0e31ad84ff
commit a969a9a9e5
8 changed files with 0 additions and 230 deletions
@@ -1,30 +0,0 @@
# 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
@@ -1 +0,0 @@
# Changelog
@@ -1,38 +0,0 @@
kubeVersion: '>=1.24.0'
apiVersion: v2
name: jackett2telegram
version: 0.0.7
appVersion: 1.9.0
description: Self-hosted Telegram Python Bot that dumps posts from Jackett RSS feeds
to a Telegram chat.
home: https://truecharts.org/charts/incubator/jackett2telegram
icon: https://truecharts.org/img/hotlink-ok/chart-icons/jackett2telegram.png
deprecated: false
sources:
- https://github.com/danimart1991/jackett2telegram
- https://github.com/truecharts/charts/tree/master/charts/incubator/jackett2telegram
- https://github.com/truecharts/containers/tree/master/mirrorjackett2telegram
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- jackett2telegram
- media
- automations
dependencies:
- name: common
version: 11.1.2
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
@@ -1,27 +0,0 @@
# 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/incubator/)
**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*
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

@@ -1,96 +0,0 @@
# Include{groups}
portals: {}
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: TOKEN
label: Token
description: Telegram Bot Token.
schema:
type: string
required: true
private: true
default: ""
- variable: CHATID
label: Chat ID
description: Telegram Bot Chat ID.
schema:
type: string
private: true
required: true
default: ""
- variable: DELAY
label: Delay
description: Delay in seconds.
schema:
type: int
required: true
default: 600
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
# Include{podOptions}
# Include{serviceExpertRoot}
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceRoot}
- variable: config
label: App Config Storage
description: Stores the Application Configuration.
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
- variable: blackhole
label: App BlackHole Storage
description: Stores the Application BlackHole.
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceList}
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: int
default: 0
# 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{documentation}
@@ -1 +0,0 @@
{{ include "tc.common.loader.all" . }}
@@ -1,37 +0,0 @@
image:
repository: tccr.io/truecharts/jackett2telegram
pullPolicy: IfNotPresent
tag: 1.9.0@sha256:efc57e6a18dd7f6895a75202874f22a15091f93de25f4cbd53fdf8e144e86fef
secretEnv:
TOKEN: ""
CHATID: ""
env:
DELAY: 600
service:
main:
enabled: false
ports:
main:
enabled: false
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
persistence:
config:
enabled: true
mountPath: /app/config
blackhole:
enabled: true
mountPath: /app/blackhole
portal:
enabled: false