2022-03-03 14:04:31 +00:00
- variable : TZ
2022-08-08 21:25:02 +00:00
label : Timezone
2022-11-10 15:46:44 +00:00
group : "General Settings"
2022-03-03 14:04:31 +00:00
schema :
type : string
default : "Etc/UTC"
$ref :
- "definitions/timezone"
2021-09-13 09:12:18 +00:00
- variable : envList
2022-08-30 20:04:11 +00:00
label : Extra Environment Variables
description : "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
2022-11-10 15:46:44 +00:00
group : "General Settings"
2021-09-13 09:12:18 +00:00
schema :
type : list
default : [ ]
items :
- variable : envItem
2022-08-08 21:25:02 +00:00
label : Environment Variable
2021-09-13 09:12:18 +00:00
schema :
2022-01-21 00:35:59 +00:00
additional_attrs : true
2021-09-13 09:12:18 +00:00
type : dict
attrs :
- variable : name
2022-08-08 21:25:02 +00:00
label : Name
2021-09-13 09:12:18 +00:00
schema :
type : string
- variable : value
2022-08-08 21:25:02 +00:00
label : Value
2021-09-13 09:12:18 +00:00
schema :
type : string