This commit is contained in:
Andrew Z 2021-05-27 18:03:11 -04:00
parent 7a8167fd5c
commit c68918cefa
6 changed files with 116 additions and 36 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1622145796
"last_updated_timestamp": 1622152987
}

View File

@ -162809,9 +162809,20 @@
"Productivity",
"Crypto"
],
"downloads": 25680,
"stars": 4,
"LastUpdateScan": 1619553755,
"downloads": 27488,
"stars": 5,
"trending": 6.577,
"trends": [
6.577
],
"trendsDate": [
1622152980
],
"downloadtrend": [
25680,
27488
],
"LastUpdateScan": 1622152980,
"FirstSeen": 1619553755
},
{
@ -206339,11 +206350,18 @@
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": {
"HostPort": "5000",
"ContainerPort": "5000",
"Protocol": "tcp"
}
"Port": [
{
"HostPort": "5000",
"ContainerPort": "5000",
"Protocol": "tcp"
},
{
"HostPort": "9001",
"ContainerPort": "9001",
"Protocol": "tcp"
}
]
}
},
"Data": "",
@ -206364,7 +206382,7 @@
"Config": [
{
"@attributes": {
"Name": "Port",
"Name": "Port 5000",
"Target": "5000",
"Default": "5000",
"Mode": "tcp",
@ -206376,6 +206394,20 @@
},
"value": "5000"
},
{
"@attributes": {
"Name": "Port 9001",
"Target": "9001",
"Default": "9001",
"Mode": "tcp",
"Description": "Supervisor Process Control System (Web UI)",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "9001"
},
{
"@attributes": {
"Name": "Subdomain ",

View File

@ -1,7 +1,7 @@
{
"apps": 1265,
"last_updated_timestamp": 1622145796,
"last_updated": "2021-05-27 16:03",
"last_updated_timestamp": 1622152987,
"last_updated": "2021-05-27 18:03",
"categories": [
{
"Cat": "Backup:",
@ -162971,9 +162971,20 @@
"Productivity",
"Crypto"
],
"downloads": 25680,
"stars": 4,
"LastUpdateScan": 1619553755,
"downloads": 27488,
"stars": 5,
"trending": 6.577,
"trends": [
6.577
],
"trendsDate": [
1622152980
],
"downloadtrend": [
25680,
27488
],
"LastUpdateScan": 1622152980,
"FirstSeen": 1619553755
},
{
@ -206501,11 +206512,18 @@
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": {
"HostPort": "5000",
"ContainerPort": "5000",
"Protocol": "tcp"
}
"Port": [
{
"HostPort": "5000",
"ContainerPort": "5000",
"Protocol": "tcp"
},
{
"HostPort": "9001",
"ContainerPort": "9001",
"Protocol": "tcp"
}
]
}
},
"Data": "",
@ -206526,7 +206544,7 @@
"Config": [
{
"@attributes": {
"Name": "Port",
"Name": "Port 5000",
"Target": "5000",
"Default": "5000",
"Mode": "tcp",
@ -206538,6 +206556,20 @@
},
"value": "5000"
},
{
"@attributes": {
"Name": "Port 9001",
"Target": "9001",
"Default": "9001",
"Mode": "tcp",
"Description": "Supervisor Process Control System (Web UI)",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "9001"
},
{
"@attributes": {
"Name": "Subdomain ",

View File

@ -172735,7 +172735,7 @@
"Cloud",
"Tools-Utilities"
],
"LastUpdateScan": 1619546558,
"LastUpdateScan": 1622145789,
"FirstSeen": 1619546558
},
{
@ -176501,9 +176501,9 @@
"Downloaders",
"MediaApp-Video"
],
"downloads": 131023,
"downloads": 144045,
"stars": 4,
"trending": 9.914,
"trending": 9.04,
"trends": [
49.974,
23.992,
@ -176511,7 +176511,8 @@
4.9,
5.442,
8.821,
9.914
9.914,
9.04
],
"trendsDate": [
1603958887,
@ -176520,7 +176521,8 @@
1611752837,
1614351750,
1616947364,
1619546558
1619546558,
1622145790
],
"downloadtrend": [
35128,
@ -176530,9 +176532,10 @@
101765,
107622,
118034,
131023
131023,
144045
],
"LastUpdateScan": 1619546558,
"LastUpdateScan": 1622145790,
"FirstSeen": 1596161409
},
{

View File

@ -46440,13 +46440,20 @@
},
"apendergast/crypto-exchanges-gateway": {
"Base": null,
"Downloads": 25680,
"Stars": 4,
"Time": 1619553755,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
"Downloads": 27488,
"Stars": 5,
"Time": 1622152980,
"trending": 6.577,
"trends": [
6.577
],
"downloadtrend": [
25680,
27488
],
"trendsDate": [
1622152980
]
},
"andrewstech/alpha-video": {
"Base": null,

View File

@ -24,6 +24,11 @@ https://alpha-video.andrewstech.me/docs/unraid-os </Overview>
<ContainerPort>5000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>9001</HostPort>
<ContainerPort>9001</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data></Data>
@ -39,7 +44,8 @@ https://alpha-video.andrewstech.me/docs/unraid-os </Overview>
<Mode></Mode>
</Variable>
</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 5000" Target="5000" Default="5000" Mode="tcp" Description="Container Port: 5000" Type="Port" Display="always" Required="false" Mask="false">5000</Config>
<Config Name="Port 9001" Target="9001" Default="9001" Mode="tcp" Description="Supervisor Process Control System (Web UI)" Type="Port" Display="always" Required="false" Mask="false">9001</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;