add config option for jellyfin timezone (#2575)

* add config option for jellyfin timezone

* move changes to ix-dev; bump version

---------

Co-authored-by: Dave Eargle <dave.eargle@carvesystems.com>
This commit is contained in:
Dave Eargle
2024-06-20 06:52:35 -06:00
committed by GitHub
parent bd615231e4
commit 8ce283eb1e
2 changed files with 11 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ description: Jellyfin is a Free Software Media System that puts you in control o
annotations:
title: Jellyfin
type: application
version: 1.2.16
version: 1.3.0
apiVersion: v2
appVersion: 10.9.6
kubeVersion: '>=1.16.0-0'

View File

@@ -21,6 +21,16 @@ portals:
path: "$kubernetes-resource_configmap_portal_path"
questions:
- variable: TZ
group: Jellyfin Configuration
label: Timezone
schema:
type: string
default: Etc/UTC
required: true
$ref:
- definitions/timezone
- variable: jellyfinConfig
label: ""
group: Jellyfin Configuration