Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-08-30 21:02:42 +00:00
parent bd71bf8e60
commit 06637582b8
12 changed files with 2242 additions and 0 deletions

View File

@ -0,0 +1,8 @@
**Important:**
*for the complete changelog, please refer to the website*
## [tauticord-0.0.5](https://github.com/truecharts/charts/compare/tauticord-1.0.0...tauticord-0.0.5) (2023-08-30)

View File

@ -0,0 +1,29 @@
apiVersion: v2
appVersion: "3.10.6"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.3
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.5
annotations:
truecharts.org/catagories: |
- discord
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,27 @@
# 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*

View File

@ -0,0 +1,4 @@
## [tauticord-0.0.5](https://github.com/truecharts/charts/compare/tauticord-1.0.0...tauticord-0.0.5) (2023-08-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/stable/tauticord](https://truecharts.org/charts/stable/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,155 @@
image:
repository: tccr.io/truecharts/tauticord
pullPolicy: IfNotPresent
tag: v3.10.6@sha256:aa8379d47487f31b100de8f08f34be8c8225450af40d54abc813496d62e9adcd
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
enabled: false
ports:
main:
enabled: false
tauticord:
refresh_seconds: 15
terminate_message: "Your stream has ended."
use_24_hour_time: false
use_friendly_names: false
allow_analytics: false
discord:
bot_token: ""
server_id: ""
admin_ids: []
post_summary_message: true
channel_name: "tautulli"
nitro: false
tautulli:
key: ""
url: ""
plex:
pass: false
server_name: "My Plex Server"
hide:
usernames: false
platforms: false
player_names: false
quality: false
bandwidth: false
transcode: false
progress: false
eta: false
cat_stats:
name: "Tautulli Stats"
stream_count_enabled: false
stream_count_channel_id: 0
stream_transcode_count_enabled: false
stream_transcode_count_channel_id: 0
stream_bandwidth_enabled: false
stream_bandwidth_channel_id: 0
stream_local_bandwidth_enabled: false
stream_local_bandwidth_channel_id: 0
stream_remote_bandwidth_enabled: false
stream_remote_bandwidth_channel_id: 0
stream_plex_status_enabled: false
stream_plex_status_channel_id: 0
cat_libraries:
name: "Plex Library Stats"
library_stats_enabled: false
library_names:
- Movies
- TV SHows
- Music
refresh_seconds: 3600
use_emojis: true
tv_series_count_enabled: true
tv_episode_count_enabled: true
music_artist_count_enabled: true
music_track_count_enabled: true
cat_performance:
name: "Performance"
monitor_cpu_enabled: false
monitor_memory_enabled: false
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
env:
TC_USE_SELF_SIGNED_CERT: false
TC_DISCORD_BOT_TOKEN: "{{.Values.tauticord.discord.bot_token }}"
TC_DISCORD_SERVER_ID: "{{.Values.tauticord.discord.server_id }}"
TC_TAUTULLI_KEY: "{{.Values.tauticord.tautulli.key }}"
TC_TAUTULLI_URL: "{{.Values.tauticord.tautulli.url }}"
TC_PLEX_PASS: "{{.Values.tauticord.plex.pass }}"
TC_REFRESH_SECONDS: "{{.Values.tauticord.refresh_seconds }}"
TC_TERMINATE_MESSAGE: "{{.Values.tauticord.terminate_message }}"
TC_SERVER_NAME: "{{.Values.tauticord.plex.server_name }}"
TC_USE_24_HOUR_TIME: "{{.Values.tauticord.use_24_hour_time }}"
TC_USE_FRIENDLY_NAMES: "{{.Values.tauticord.use_friendly_names }}"
# Hide Info
TC_HIDE_USERNAMES: "{{.Values.tauticord.hide.usernames }}"
TC_HIDE_PLATFORMS: "{{.Values.tauticord.hide.platforms }}"
TC_HIDE_PLAYER_NAMES: "{{.Values.tauticord.hide.player_names }}"
TC_HIDE_QUALITY: "{{.Values.tauticord.hide.quality }}"
TC_HIDE_BANDWIDTH: "{{.Values.tauticord.hide.bandwidth }}"
TC_HIDE_TRANSCODE: "{{.Values.tauticord.hide.transcode }}"
TC_HIDE_PROGRESS: "{{.Values.tauticord.hide.progress }}"
TC_HIDE_ETA: "{{.Values.tauticord.hide.eta }}"
# Stats Cat
TC_VC_STATS_CATEGORY_NAME: "{{.Values.tauticord.cat_stats.name }}"
TC_VC_STREAM_COUNT: "{{.Values.tauticord.cat_stats.stream_count_enabled }}"
TC_VC_STREAM_COUNT_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_count_channel_id }}"
TC_VC_TRANSCODE_COUNT: "{{.Values.tauticord.cat_stats.stream_transcode_count_enabled }}"
TC_VC_TRANSCODE_COUNT_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_transcode_count_channel_id }}"
TC_VC_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_bandwidth_enabled }}"
TC_VC_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_bandwidth_channel_id }}"
TC_VC_LOCAL_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_local_bandwidth_enabled }}"
TC_VC_LOCAL_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_local_bandwidth_channel_id }}"
TC_VC_REMOTE_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_remote_bandwidth_enabled }}"
TC_VC_REMOTE_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_remote_bandwidth_channel_id }}"
TC_VC_PLEX_STATUS: "{{.Values.tauticord.cat_stats.name }}"
TC_VC_PLEX_STATUS_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_plex_status_channel_id }}"
# Libraries Cat
TC_VC_LIBRARIES_CATEGORY_NAME: "{{.Values.tauticord.cat_libraries.name }}"
TC_VC_LIBRARY_STATS: "{{.Values.tauticord.cat_libraries.library_stats_enabled }}"
TC_VC_LIBRARY_NAMES: '{{ join "," .Values.tauticord.cat_libraries.library_names }}'
TC_VC_LIBRARY_REFRESH_SECONDS: "{{.Values.tauticord.cat_libraries.refresh_seconds }}"
TC_VC_LIBRARY_USE_EMOJIS: "{{.Values.tauticord.cat_libraries.use_emojis }}"
TC_VC_TV_SERIES_COUNT: "{{.Values.tauticord.cat_libraries.tv_series_count_enabled }}"
TC_VC_TV_EPISODE_COUNT: "{{.Values.tauticord.cat_libraries.tv_episode_count_enabled }}"
TC_VC_MUSIC_ARTIST_COUNT: "{{.Values.tauticord.cat_libraries.music_artist_count_enabled }}"
TC_VC_MUSIC_TRACK_COUNT: "{{.Values.tauticord.cat_libraries.music_track_count_enabled }}"
# Performance Cat
TC_VC_PERFORMANCE_CATEGORY_NAME: "{{.Values.tauticord.cat_performance.name }}"
TC_MONITOR_CPU: "{{.Values.tauticord.cat_performance.monitor_cpu_enabled }}"
TC_MONITOR_MEMORY: "{{.Values.tauticord.cat_performance.monitor_memory_enabled }}"
# Other
TC_DISCORD_ADMIN_IDS: '{{ join "," .Values.tauticord.discord.admin_ids }}'
TC_DISCORD_POST_SUMMARY_MESSAGE: "{{.Values.tauticord.discord.post_summary_message }}"
TC_DISCORD_CHANNEL_NAME: "{{.Values.tauticord.discord.channel_name }}"
TC_DISCORD_NITRO: "{{.Values.tauticord.discord.nitro }}"
TC_ALLOWS_ANALYTICS: "{{.Values.tauticord.allow_analytics }}"
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: []