Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-12-27 05:55:03 +00:00
parent 0471ed82d4
commit 374eaa85f6
11 changed files with 1713 additions and 0 deletions

View File

@ -0,0 +1,8 @@
**Important:**
*for the complete changelog, please refer to the website*
## [jackett2telegram-0.0.1]jackett2telegram-0.0.1 (2022-12-27)

View File

@ -0,0 +1,32 @@
apiVersion: v2
appVersion: "1.9.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.0.9
deprecated: false
description: Self-hosted Telegram Python Bot that dumps posts from Jackett RSS feeds to a Telegram chat.
home: https://truecharts.org/docs/charts/incubator/jackett2telegram
icon: https://truecharts.org/img/hotlink-ok/chart-icons/jackett2telegram.png
keywords:
- jackett2telegram
- media
- automations
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: jackett2telegram
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/jackett2telegram
- https://github.com/danimart1991/jackett2telegram
- https://hub.docker.com/r/danimart1991/jackett2telegram
type: application
version: 0.0.1
annotations:
truecharts.org/catagories: |
- media
- automations
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1 @@
# jackett2telegram

View File

@ -0,0 +1,4 @@
## [jackett2telegram-0.0.1]jackett2telegram-0.0.1 (2022-12-27)

View File

@ -0,0 +1,8 @@
Self-hosted Telegram Python Bot that dumps posts from Jackett RSS feeds to a Telegram chat.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/jackett2telegram](https://truecharts.org/charts/incubator/jackett2telegram)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!

View File

@ -0,0 +1,37 @@
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

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{ include "tc.common.loader.all" . }}

View File

@ -0,0 +1,5 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/jackett2telegram.png
categories:
- media
- automations