diff --git a/charts/incubator/lyrion-music-server/.helmignore b/charts/incubator/lyrion-music-server/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/charts/incubator/lyrion-music-server/.helmignore @@ -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 diff --git a/charts/incubator/lyrion-music-server/CHANGELOG.md b/charts/incubator/lyrion-music-server/CHANGELOG.md new file mode 100644 index 00000000000..fe62f1a4217 --- /dev/null +++ b/charts/incubator/lyrion-music-server/CHANGELOG.md @@ -0,0 +1,7 @@ +--- +title: Changelog +--- + +## [lyrion-music-server-1.0.0](https://github.com/truecharts/charts/compare/logitech-media-server-11.8.1...lyrion-music-server-1.0.0) (2024-xx-xx) + +### Chore diff --git a/charts/incubator/lyrion-music-server/Chart.yaml b/charts/incubator/lyrion-music-server/Chart.yaml new file mode 100644 index 00000000000..4eb4183644d --- /dev/null +++ b/charts/incubator/lyrion-music-server/Chart.yaml @@ -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 diff --git a/charts/incubator/lyrion-music-server/README.md b/charts/incubator/lyrion-music-server/README.md new file mode 100644 index 00000000000..461e5e99d87 --- /dev/null +++ b/charts/incubator/lyrion-music-server/README.md @@ -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_ diff --git a/charts/incubator/lyrion-music-server/icon.png b/charts/incubator/lyrion-music-server/icon.png new file mode 100644 index 00000000000..d3bc060da83 Binary files /dev/null and b/charts/incubator/lyrion-music-server/icon.png differ diff --git a/charts/incubator/lyrion-music-server/questions.yaml b/charts/incubator/lyrion-music-server/questions.yaml new file mode 100644 index 00000000000..9bba944d929 --- /dev/null +++ b/charts/incubator/lyrion-music-server/questions.yaml @@ -0,0 +1,156 @@ +# Include{groups} +portals: + open: +# Include{portalLink} +questions: +# Include{global} +# Include{workload} +# Include{workloadDeployment} +# Include{replicas1} +# Include{podSpec} +# Include{containerMain} +# Include{containerBasic} +# Include{containerAdvanced} +# Include{containerConfig} +# Include{podOptions} +# Include{serviceRoot} + - variable: main + label: Main Service + description: Lyrion Music Server Web UI and music streaming + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelectorLoadBalancer} +# Include{serviceSelectorExtras} + - variable: main + label: Web Interface and music streaming port + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 9000 + required: true + - variable: cli + label: CLI Service + description: Lyrion Music Server Telnet Command Line Interface + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelectorLoadBalancer} +# Include{serviceSelectorExtras} + - variable: cli + label: Port used for remote control using the Telnet Command Line interface + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 9090 + required: true + - variable: playertcp + label: Lyrion Music Server Player TCP Communcation + description: Lyrion Music Server Player Service for TCP communication + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelectorLoadBalancer} +# Include{serviceSelectorExtras} + - variable: slimprototcp + label: Player to server TCP communication + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 3483 + required: true + - variable: playerudp + label: Lyrion Music Server Player Communcation + description: Lyrion Music Server Player Service for UDP communication + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelectorLoadBalancer} +# Include{serviceSelectorExtras} + - variable: slimprotoudp + label: Player to server UDP communication + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 3483 + required: true +# 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} +# Include{persistenceList} +# Include{ingressRoot} + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: +# Include{ingressDefault} +# Include{ingressAdvanced} +# Include{ingressList} +# 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 this App 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} diff --git a/charts/incubator/lyrion-music-server/templates/NOTES.txt b/charts/incubator/lyrion-music-server/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/charts/incubator/lyrion-music-server/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/charts/incubator/lyrion-music-server/templates/common.yaml b/charts/incubator/lyrion-music-server/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/charts/incubator/lyrion-music-server/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/charts/incubator/lyrion-music-server/values.yaml b/charts/incubator/lyrion-music-server/values.yaml new file mode 100644 index 00000000000..5d7f2f2deda --- /dev/null +++ b/charts/incubator/lyrion-music-server/values.yaml @@ -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 }}"