Add timezone config option to sabnzbd (#2601)

This commit is contained in:
mrboring
2024-06-21 17:30:11 +01:00
committed by GitHub
parent 8809ae5d6c
commit 278b067560
2 changed files with 11 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ description: SABnzbd is an Open Source Binary Newsreader written in Python.
annotations:
title: SABnzbd
type: application
version: 1.2.10
version: 1.3.0
apiVersion: v2
appVersion: 4.3.2
kubeVersion: '>=1.16.0-0'

View File

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