This commit is contained in:
Andrew Z 2021-05-11 18:02:36 -04:00
parent 9dac2d461e
commit 13050b1e37
4 changed files with 61 additions and 13 deletions

View File

@ -1,3 +1,3 @@
{ {
"last_updated_timestamp": 1620761445 "last_updated_timestamp": 1620770553
} }

View File

@ -204975,11 +204975,18 @@
}, },
"Data": "", "Data": "",
"Environment": { "Environment": {
"Variable": { "Variable": [
"Value": "Get Creative!", {
"Name": "subdomain", "Value": "Get Creative!",
"Mode": "" "Name": "subdomain",
} "Mode": ""
},
{
"Value": "true",
"Name": "localtunnel",
"Mode": ""
}
]
}, },
"Config": [ "Config": [
{ {
@ -205009,6 +205016,20 @@
"Mask": "false" "Mask": "false"
}, },
"value": "Get Creative!" "value": "Get Creative!"
},
{
"@attributes": {
"Name": "Enable Localtunnel",
"Target": "localtunnel",
"Default": "true",
"Mode": "",
"Description": "Enable Localtunnel (let the Default Value 'true' until i reworked the Docs)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "true"
} }
], ],
"Repo": "Kippenhof's Repository", "Repo": "Kippenhof's Repository",

View File

@ -1,7 +1,7 @@
{ {
"apps": 1248, "apps": 1248,
"last_updated_timestamp": 1620761445, "last_updated_timestamp": 1620770553,
"last_updated": "2021-05-11 15:30", "last_updated": "2021-05-11 18:02",
"categories": [ "categories": [
{ {
"Cat": "Backup:", "Cat": "Backup:",
@ -205133,11 +205133,18 @@
}, },
"Data": "", "Data": "",
"Environment": { "Environment": {
"Variable": { "Variable": [
"Value": "Get Creative!", {
"Name": "subdomain", "Value": "Get Creative!",
"Mode": "" "Name": "subdomain",
} "Mode": ""
},
{
"Value": "true",
"Name": "localtunnel",
"Mode": ""
}
]
}, },
"Config": [ "Config": [
{ {
@ -205167,6 +205174,20 @@
"Mask": "false" "Mask": "false"
}, },
"value": "Get Creative!" "value": "Get Creative!"
},
{
"@attributes": {
"Name": "Enable Localtunnel",
"Target": "localtunnel",
"Default": "true",
"Mode": "",
"Description": "Enable Localtunnel (let the Default Value 'true' until i reworked the Docs)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "true"
} }
], ],
"Repo": "Kippenhof's Repository", "Repo": "Kippenhof's Repository",

View File

@ -33,9 +33,15 @@ https://alpha-video.andrewstech.me/docs/unraid-os </Overview>
<Name>subdomain</Name> <Name>subdomain</Name>
<Mode></Mode> <Mode></Mode>
</Variable> </Variable>
<Variable>
<Value>true</Value>
<Name>localtunnel</Name>
<Mode></Mode>
</Variable>
</Environment> </Environment>
<Config Name="Port" Target="5000" Default="5000" Mode="tcp" Description="Container Port: 5000" Type="Port" Display="always" Required="false" Mask="false">5000</Config> <Config Name="Port" Target="5000" Default="5000" Mode="tcp" Description="Container Port: 5000" Type="Port" Display="always" Required="false" Mask="false">5000</Config>
<Config Name="Subdomain " Target="subdomain" Default="changeme" Mode="" Description="[typeabove].loca.lt (should be over 3 Charakters)" Type="Variable" Display="always" Required="false" Mask="false">Get Creative!</Config> <Config Name="Subdomain " Target="subdomain" Default="changeme" Mode="" Description="[typeabove].loca.lt (should be over 3 Charakters)" Type="Variable" Display="always" Required="false" Mask="false">Get Creative!</Config>
<Config Name="Enable Localtunnel" Target="localtunnel" Default="true" Mode="" Description="Enable Localtunnel (let the Default Value 'true' until i reworked the Docs)" Type="Variable" Display="always" Required="true" Mask="false">true</Config>
<Description>An Conatiner, that allows you to stream Youtube via Alexa &#13; <Description>An Conatiner, that allows you to stream Youtube via Alexa &#13;
I documented the Installation-Process here: &#13; I documented the Installation-Process here: &#13;
https://alpha-video.andrewstech.me/docs/unraid-os</Description> https://alpha-video.andrewstech.me/docs/unraid-os</Description>