Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-04-13 03:49:10 +00:00
parent b318dc1519
commit 6562e99e2d
20 changed files with 3213 additions and 18 deletions

View File

@ -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

View File

@ -0,0 +1,17 @@
---
title: Changelog
---
*for the complete changelog, please refer to the website*
**Important:**
## [lyrion-music-server-1.0.0]lyrion-music-server-1.0.0 (2024-04-13)
### Feat
- adds lyrion music server ([#20459](https://github.com/truecharts/charts/issues/20459))

View File

@ -0,0 +1,40 @@
annotations:
max_scale_version: 24.04.0
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.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: stable
dependencies:
- name: common
version: 20.3.2
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: Lyrion Music Server is a platform for home/office audio streaming.
home: https://truecharts.org/charts/stable/lyrion-music-server
icon: https://truecharts.org/img/hotlink-ok/chart-icons/lyrion-music-server.png
keywords:
- lyrion-music-server
- logitech-media-server
- squeezebox
- audio
- streaming
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: lyrion-music-server
sources:
- https://github.com/LMS-Community/slimserver
- https://github.com/truecharts/charts/tree/master/charts/stable/lyrion-music-server
- https://hub.docker.com/r/lmscommunity/lyrionmusicserver
type: application
version: 1.0.0

View File

@ -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/lyrion-music-server)
**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,9 @@
## [lyrion-music-server-1.0.0]lyrion-music-server-1.0.0 (2024-04-13)
### Feat
- adds lyrion music server ([#20459](https://github.com/truecharts/charts/issues/20459))

View File

@ -0,0 +1,8 @@
Lyrion Music Server is a platform for home/office audio streaming.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/lyrion-music-server](https://truecharts.org/charts/incubator/lyrion-music-server)
---
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!

View File

@ -0,0 +1,51 @@
image:
repository: lmscommunity/lyrionmusicserver
pullPolicy: IfNotPresent
tag: dev@sha256:10f35b3f7031bd1bba0dfb7349afd6cf8388a17b05a6087dcb7c4a50c638aa6b
service:
main:
ports:
main:
port: 9000
cli:
enabled: true
ports:
cli:
enabled: true
port: 9090
targetPort: 9090
playertcp:
enabled: true
ports:
slimprototcp:
enabled: true
port: 3483
targetPort: 3483
playerudp:
enabled: true
ports:
slimprotoudp:
enabled: true
port: 3483
protocol: udp
targetPort: 3483
persistence:
config:
enabled: true
mountPath: /config
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"

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

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/lyrion-music-server.png
categories:
- media
screenshots: []

View File

@ -14,4 +14,13 @@ title: Changelog
- add slink to incubator ([#20674](https://github.com/truecharts/charts/issues/20674))
## [slink-0.0.1]slink-0.0.1 (2024-04-13)
### Add
- add slink to incubator ([#20674](https://github.com/truecharts/charts/issues/20674))

View File

@ -82,12 +82,14 @@ title: Changelog
- update container image ghcr.io/linuxserver/beets to version-1.6.0[@2bd5292](https://github.com/2bd5292) by renovate ([#19228](https://github.com/truecharts/charts/issues/19228))
## [beets-11.8.4](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.8.4) (2024-04-11)
## [beets-11.8.5](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.8.5) (2024-04-13)
### Chore
- update container image ghcr.io/linuxserver/beets to version-1.6.0[@0863221](https://github.com/0863221) by renovate ([#20679](https://github.com/truecharts/charts/issues/20679))
- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
@ -95,5 +97,3 @@ title: Changelog
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))
- update container image common to v20.3.3[@3876ba5](https://github.com/3876ba5) by renovate ([#20478](https://github.com/truecharts/charts/issues/20478))
- update container image common to v20.3.2[@0722ebb](https://github.com/0722ebb) by renovate ([#20334](https://github.com/truecharts/charts/issues/20334))

View File

@ -86,14 +86,14 @@ title: Changelog
- update container image ghcr.io/linuxserver/davos to 2.2.2[@c20172c](https://github.com/c20172c) by renovate ([#19232](https://github.com/truecharts/charts/issues/19232))
## [davos-12.8.4](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.8.4) (2024-04-11)
## [davos-12.8.5](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.8.5) (2024-04-13)
### Chore
- update container image ghcr.io/linuxserver/davos to 2.2.2[@fa659eb](https://github.com/fa659eb) by renovate ([#20680](https://github.com/truecharts/charts/issues/20680))
- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))

View File

@ -86,14 +86,14 @@ title: Changelog
- update container image wiserain/flexget to v3.11.23[@c3382cf](https://github.com/c3382cf) by renovate ([#19331](https://github.com/truecharts/charts/issues/19331))
## [flexget-9.8.4](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.8.4) (2024-04-11)
## [flexget-9.8.5](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.8.5) (2024-04-13)
### Chore
- update container image wiserain/flexget to 3.11.27[@b3d8239](https://github.com/b3d8239) by renovate ([#20687](https://github.com/truecharts/charts/issues/20687))
- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))

View File

@ -70,12 +70,14 @@ title: Changelog
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [kavita-9.8.4](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.8.4) (2024-04-11)
## [kavita-9.8.5](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.8.5) (2024-04-13)
### Chore
- update container image jvmilazz0/kavita to v[@ccb9c2c](https://github.com/ccb9c2c) by renovate ([#20682](https://github.com/truecharts/charts/issues/20682))
- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
@ -95,5 +97,3 @@ title: Changelog
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))

View File

@ -86,14 +86,14 @@ title: Changelog
- update container image lscr.io/linuxserver/pyload-ng to latest[@59d3b48](https://github.com/59d3b48) by renovate ([#19271](https://github.com/truecharts/charts/issues/19271))
## [pyload-ng-5.8.4](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.8.4) (2024-04-11)
## [pyload-ng-5.8.5](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.8.5) (2024-04-13)
### Chore
- update container image lscr.io/linuxserver/pyload-ng to latest[@6a9edad](https://github.com/6a9edad) by renovate ([#20684](https://github.com/truecharts/charts/issues/20684))
- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))

View File

@ -86,14 +86,14 @@ title: Changelog
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
## [tt-rss-16.8.4](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.8.4) (2024-04-11)
## [tt-rss-16.8.6](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.8.6) (2024-04-13)
### Chore
- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@c172b42](https://github.com/c172b42) by renovate ([#20675](https://github.com/truecharts/charts/issues/20675))
- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599))
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))