Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-30 06:43:30 +00:00
parent f5c21a4af7
commit b4952f1c7f
12 changed files with 2046 additions and 0 deletions

View File

@ -0,0 +1,8 @@
**Important:**
*for the complete changelog, please refer to the website*
## [tauticord-0.0.1]tauticord-0.0.1 (2023-06-30)

View File

@ -0,0 +1,29 @@
apiVersion: v2
appVersion: "3.8.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
deprecated: false
description: A Discord bot that displays live data from Tautulli.
home: https://truecharts.org/charts/incubator/tauticord
icon: https://truecharts.org/img/hotlink-ok/chart-icons/tauticord.png
keywords:
- tauticord
- tautulli
- discord
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: tauticord
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/tauticord
- https://github.com/nwithan8/tauticord
type: application
version: 0.0.1
annotations:
truecharts.org/catagories: |
- discord
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1 @@
# README

View File

@ -0,0 +1,4 @@
## [tauticord-0.0.1]tauticord-0.0.1 (2023-06-30)

View File

@ -0,0 +1,8 @@
A Discord bot that displays live data from Tautulli.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/tauticord](https://truecharts.org/charts/incubator/tauticord)
---
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!

Binary file not shown.

View File

@ -0,0 +1,87 @@
image:
repository: tccr.io/truecharts/tauticord
pullPolicy: IfNotPresent
tag: v3.8.0@sha256:3f834aac482c202963b6882ff78be23d94cc34e29f16a7642010a9db9ee9cdc1
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
enabled: false
ports:
main:
enabled: false
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
env:
TC_DISCORD_BOT_TOKEN: ""
TC_DISCORD_SERVER_ID: ""
TC_TAUTULLI_KEY: ""
TC_TAUTULLI_URL: ""
TC_PLEX_PASS: false
TC_REFRESH_SECONDS: 15
TC_TERMINATE_MESSAGE: "Your stream has ended."
TC_SERVER_NAME: "Plex"
TC_USE_24_HOUR_TIME: false
# Hide Info
TC_HIDE_USERNAMES: false
TC_HIDE_PLATFORMS: false
TC_HIDE_PLAYER_NAMES: false
TC_HIDE_QUALITY: false
TC_HIDE_BANDWIDTH: false
TC_HIDE_TRANSCODE: false
TC_HIDE_PROGRESS: false
TC_HIDE_ETA: false
# Stats Cat
TC_VC_STATS_CATEGORY_NAME: "Plex Stream Stats"
TC_VC_STREAM_COUNT: false
TC_VC_TRANSCODE_COUNT: false
TC_VC_BANDWIDTH: false
TC_VC_LOCAL_BANDWIDTH: false
TC_VC_REMOTE_BANDWIDTH: false
TC_VC_PLEX_STATUS: false
# Libraries Cat
TC_VC_LIBRARIES_CATEGORY_NAME: "Plex Library Stats"
TC_VC_LIBRARY_STATS: false
TC_VC_LIBRARY_NAMES: Movies,TV Shows,Music
TC_VC_LIBRARY_REFRESH_SECONDS: 3600
TC_VC_LIBRARY_USE_EMOJIS: true
TC_VC_TV_SERIES_COUNT: true
TC_VC_TV_EPISODE_COUNT: true
TC_VC_MUSIC_ARTIST_COUNT: true
TC_VC_MUSIC_TRACK_COUNT: true
# Performance Cat
TC_VC_PERFORMANCE_CATEGORY_NAME: "Performance"
TC_MONITOR_CPU: false
TC_MONITOR_MEMORY: false
# Other
TC_DISCORD_ADMIN_IDS: ""
TC_DISCORD_POST_SUMMARY_MESSAGE: true
TC_DISCORD_CHANNEL_NAME: "Tautulli Status"
TC_DISCORD_NITRO: false
TC_ALLOWS_ANALYTICS: false
persistence:
logs:
enabled: true
mountPath: "/logs"
portal:
open:
enabled: false

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

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

View File

View File

@ -0,0 +1,5 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/tauticord.png
categories:
- discord
screenshots: []