This commit is contained in:
Andrew Z 2022-02-05 06:03:09 -05:00
parent bc35b1fc51
commit 253c16d28f

View File

@ -210421,6 +210421,20 @@
"Icon": "https://raw.githubusercontent.com/revenz/FileFlows/master/icon.png?raw=true",
"DonateLink": "https://www.patreon.com/revenz",
"Config": [
{
"@attributes": {
"Name": "TimeZone",
"Target": "TZ",
"Default": "Pacific/Auckland",
"Mode": "",
"Description": "TimeZone for the container refer to https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a list of possible timezones",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PUID",
@ -210433,7 +210447,7 @@
"Required": "false",
"Mask": "false"
},
"value": ""
"value": "99"
},
{
"@attributes": {
@ -210447,21 +210461,7 @@
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "TZ",
"Target": "TZ",
"Default": "Pacific/Auckland",
"Mode": "",
"Description": "Container Variable: TimeZone",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
"value": "100"
},
{
"@attributes": {
@ -210530,6 +210530,48 @@
"Icon": "https://raw.githubusercontent.com/revenz/FileFlows/master/icon.png?raw=true",
"DonateLink": "https://www.patreon.com/revenz",
"Config": [
{
"@attributes": {
"Name": "TimeZone",
"Target": "TZ",
"Default": "Pacific/Auckland",
"Mode": "",
"Description": "TimeZone for the container refer to https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a list of possible timezones",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Mode": "",
"Description": "Container Variable: PUID",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Mode": "",
"Description": "Container Variable: PGID",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "WebUI",
@ -210592,7 +210634,7 @@
"Target": "/media/",
"Default": "/mnt/user",
"Mode": "rw",
"Description": "Mapping to a folder in unRAID. this is optional and you can add as many as you like. ",
"Description": "Mapping to a folder in unRAID. this is optional and you can add as many as you like.",
"Type": "Path",
"Display": "always",
"Required": "false",
@ -210613,48 +210655,6 @@
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "TZ",
"Target": "TZ",
"Default": "Pacific/Auckland",
"Mode": "",
"Description": "Container Variable: TimeZone",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Mode": "",
"Description": "Container Variable: PUID",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Mode": "",
"Description": "Container Variable: PGID",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "100"
}
],
"Repo": "reven's Repository",