2022-07-20 19:13:02 +00:00
|
|
|
# Include{groups}
|
|
|
|
portals:
|
|
|
|
open:
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{portalLink}
|
2022-07-20 19:13:02 +00:00
|
|
|
questions:
|
|
|
|
# Include{global}
|
2023-03-01 07:55:51 +00:00
|
|
|
# Include{workload}
|
|
|
|
# Include{workloadDeployment}
|
|
|
|
|
|
|
|
# Include{replicas1}
|
|
|
|
# Include{podSpec}
|
|
|
|
# Include{containerMain}
|
|
|
|
# Include{containerBasic}
|
|
|
|
# Include{containerAdvanced}
|
2023-12-02 20:12:17 +00:00
|
|
|
# Include{containerConfig}
|
|
|
|
# Include{podOptions}
|
2023-03-01 07:55:51 +00:00
|
|
|
|
2022-12-08 17:47:44 +00:00
|
|
|
- variable: euterpe
|
|
|
|
group: App Configuration
|
|
|
|
label: Discord GSM Configuration
|
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: basic_authenticate
|
|
|
|
label: Enable Basic Authenticate
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
|
|
|
- variable: authentication
|
|
|
|
label: Authentication
|
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: user
|
|
|
|
label: Basic Auth Username
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: ""
|
|
|
|
- variable: password
|
|
|
|
label: Basic Auth Password
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: ""
|
|
|
|
- variable: libraries
|
|
|
|
label: Libraries
|
|
|
|
description: The `/root/Music` library is automatically added.
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: libraryEntry
|
|
|
|
label: Library Entry
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: ""
|
|
|
|
- variable: library_scan
|
|
|
|
label: Library Scan
|
|
|
|
schema:
|
2022-12-11 01:48:31 +00:00
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
2022-12-08 17:47:44 +00:00
|
|
|
- variable: initial_wait_duration
|
|
|
|
label: Initial Wait Duration
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: 1s
|
|
|
|
- variable: files_per_operation
|
|
|
|
label: Files Per Operation
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 1500
|
|
|
|
- variable: sleep_after_operation
|
|
|
|
label: Sleep After Operation
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: 15ms
|
|
|
|
- variable: discogs
|
|
|
|
label: Discogs Settings
|
|
|
|
schema:
|
2022-12-11 01:48:31 +00:00
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
2022-12-08 17:47:44 +00:00
|
|
|
- variable: discogs_auth_token
|
|
|
|
label: Discogs Auth Token
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
|
|
|
- variable: download_artwork
|
|
|
|
label: Download Artwork
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
2022-12-11 01:48:31 +00:00
|
|
|
- variable: show_danger_zone
|
|
|
|
label: Show Danger Zone Settings
|
2022-12-08 17:47:44 +00:00
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
2022-12-11 01:48:31 +00:00
|
|
|
- variable: danger_zone
|
|
|
|
label: Danger Zone Settings
|
2022-12-08 17:47:44 +00:00
|
|
|
schema:
|
2022-12-11 01:48:31 +00:00
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: gzip
|
|
|
|
label: gzip
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
- variable: read_timeout
|
|
|
|
label: Read Timeout
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 15
|
|
|
|
- variable: write_timeout
|
|
|
|
label: Write Timeout
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 1200
|
|
|
|
- variable: max_header_bytes
|
|
|
|
label: Max Header Bytes
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 1048576
|
2023-12-02 20:12:17 +00:00
|
|
|
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{serviceRoot}
|
2022-07-20 19:13:02 +00:00
|
|
|
- variable: main
|
2022-12-08 17:47:44 +00:00
|
|
|
label: Main Service
|
|
|
|
description: The Primary service on which the healthcheck runs, often the webUI
|
2022-07-20 19:13:02 +00:00
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
2022-09-17 11:24:06 +00:00
|
|
|
# Include{serviceSelectorLoadBalancer}
|
2022-09-14 21:27:12 +00:00
|
|
|
# Include{serviceSelectorExtras}
|
2022-07-20 19:13:02 +00:00
|
|
|
- variable: main
|
2022-12-08 17:47:44 +00:00
|
|
|
label: Main Service Port Configuration
|
2022-07-20 19:13:02 +00:00
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: port
|
2022-12-08 17:47:44 +00:00
|
|
|
label: Port
|
|
|
|
description: This port exposes the container port on the service
|
2022-07-20 19:13:02 +00:00
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 9996
|
|
|
|
required: true
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{serviceExpertRoot}
|
2022-07-20 19:13:02 +00:00
|
|
|
# Include{serviceExpert}
|
|
|
|
# Include{serviceList}
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{persistenceRoot}
|
2022-12-08 17:47:44 +00:00
|
|
|
- variable: music
|
|
|
|
label: App Music Storage
|
|
|
|
description: Stores the Application Music.
|
2022-07-20 19:13:02 +00:00
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
# Include{persistenceBasic}
|
|
|
|
# Include{persistenceList}
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{ingressRoot}
|
2022-07-20 19:13:02 +00:00
|
|
|
- variable: main
|
2022-12-08 17:47:44 +00:00
|
|
|
label: Main Ingress
|
2022-07-20 19:13:02 +00:00
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
# Include{ingressDefault}
|
|
|
|
# Include{ingressTLS}
|
|
|
|
# Include{ingressTraefik}
|
2023-05-28 10:32:51 +00:00
|
|
|
# Include{ingressAdvanced}
|
2022-11-11 18:09:57 +00:00
|
|
|
# Include{ingressList}
|
2023-03-01 08:30:36 +00:00
|
|
|
|
2023-12-02 20:12:17 +00:00
|
|
|
# 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 of the user running the application"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 0
|
2023-03-01 08:30:36 +00:00
|
|
|
# Include{securityContextContainer}
|
|
|
|
# Include{securityContextAdvanced}
|
|
|
|
# Include{securityContextPod}
|
2023-12-02 20:12:17 +00:00
|
|
|
- variable: fsGroup
|
|
|
|
label: "fsGroup"
|
|
|
|
description: "The group that should own ALL storage."
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 568
|
2023-03-01 08:30:36 +00:00
|
|
|
|
2022-07-20 19:13:02 +00:00
|
|
|
# Include{resources}
|
|
|
|
# Include{advanced}
|
|
|
|
# Include{addons}
|
2022-10-01 21:39:52 +00:00
|
|
|
# Include{codeserver}
|
2023-03-01 08:30:36 +00:00
|
|
|
# Include{netshoot}
|
2022-10-01 21:39:52 +00:00
|
|
|
# Include{vpn}
|
2022-08-12 11:15:27 +00:00
|
|
|
# Include{documentation}
|