mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-05-21 17:10:04 +00:00
Update
This commit is contained in:
parent
519db581f8
commit
84de4806c1
@ -1,3 +1,3 @@
|
||||
{
|
||||
"last_updated_timestamp": 1676876880
|
||||
"last_updated_timestamp": 1676884084
|
||||
}
|
@ -169753,41 +169753,41 @@
|
||||
"Downloaders",
|
||||
"MediaApp-Video"
|
||||
],
|
||||
"downloads": 248805,
|
||||
"stars": 29,
|
||||
"trending": 19.269,
|
||||
"downloads": 312155,
|
||||
"stars": 32,
|
||||
"LastUpdate": 1676763061,
|
||||
"trending": 20.294,
|
||||
"trends": [
|
||||
44.535,
|
||||
41.944,
|
||||
36.304,
|
||||
33.804,
|
||||
20.025,
|
||||
15.307,
|
||||
19.269
|
||||
19.269,
|
||||
20.294
|
||||
],
|
||||
"trendsDate": [
|
||||
1658693008,
|
||||
1661292217,
|
||||
1663891415,
|
||||
1666490613,
|
||||
1669086236,
|
||||
1671685439,
|
||||
1674284643
|
||||
1674284643,
|
||||
1676884084
|
||||
],
|
||||
"downloadtrend": [
|
||||
33304,
|
||||
57365,
|
||||
90060,
|
||||
136051,
|
||||
170117,
|
||||
200862,
|
||||
248805
|
||||
248805,
|
||||
312155
|
||||
],
|
||||
"LastUpdateScan": 1674284643,
|
||||
"LastUpdate": 1673644671,
|
||||
"LastUpdateScan": 1676884084,
|
||||
"FirstSeen": 1648298202,
|
||||
"topTrending": -25.266,
|
||||
"topPerforming": 19.269
|
||||
"topTrending": -21.650000000000002,
|
||||
"topPerforming": 20.294
|
||||
},
|
||||
{
|
||||
"TemplateURL": "https://raw.githubusercontent.com/ibracorp/unraid-templates/master/jira-servicedesk/jira-servicedesk.xml",
|
||||
@ -178915,11 +178915,26 @@
|
||||
"Name": "frigate12-beta8",
|
||||
"Repository": "ghcr.io/blakeblackshear/frigate:0.12.0-beta8",
|
||||
"Registry": "https://hub.docker.com/r/blakeblackshear/frigate/",
|
||||
"Branch": [
|
||||
{
|
||||
"Tag": "Master",
|
||||
"TagDescription": "master branch",
|
||||
"Repository": "ghcr.io/blakeblackshear/frigate:0.12.0-beta8",
|
||||
"Registry": "https://hub.docker.com/r/blakeblackshear/frigate/"
|
||||
},
|
||||
{
|
||||
"Tag": "Nvidia",
|
||||
"TagDescription": "Nvidia detector branch",
|
||||
"Repository": "ghcr.io/blakeblackshear/frigate:0.12.0-beta8-tensorrt",
|
||||
"Registry": "https://hub.docker.com/r/blakeblackshear/frigate/"
|
||||
}
|
||||
],
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://forums.unraid.net/topic/98064-support-blakeblackshear-frigate/",
|
||||
"Project": "https://frigate.video/",
|
||||
"ReadMe": "https://deploy-preview-4055--frigate-docs.netlify.app/",
|
||||
"Overview": "A complete and local NVR designed for Home Assistant with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras.\r\n\r\nYou cas use a integrated or dedicated GPU (Intel/AMD/Nvidia) to perform the image decoding of the input streams of your cameras.\r\n\r\nOptionally (but highly recommended), you can use multiple devices to perform the object detetion, such as a Google Coral Accelerator Nvidia GPU, OpenVINO (Intel GPU) and Intel NCS2 VPU\r\n\r\nSee the documentation for more details about your specific hardware and needs (https://deploy-preview-4055--frigate-docs.netlify.app/). This is a general templeate that aims to give a fast deoplyment for every user so check all the options carefully and remove all the configurations that you are not going to use.",
|
||||
"WebUI": "http://[IP]:[PORT:5000]",
|
||||
"TemplateURL": "https://gitlab.com/yayitazale/unraid-templates/-/raw/main/yayitazale/frigate-beta.xml",
|
||||
@ -178927,7 +178942,7 @@
|
||||
"ExtraParams": "--shm-size=256mb --mount type=tmpfs,target=/tmp/cache,tmpfs-size=100000000 --restart unless-stopped",
|
||||
"DonateText": "If you like my work please consider Donating.",
|
||||
"DonateLink": "https://paypal.me/JosebaEgiaLarrinaga",
|
||||
"Requires": "- A valid config.yml file must exist in the config directory to startup the container.\r<br>- If you are using a Coral Detector, you must set the container to privileged mode under advanced view\r<br>- If you are using a PCI Coral instead of a USB one, you must install first the needed drivers going to the CA app and searching for Coral-Driver (thanks to @ich777)\r<br>- If you want to use a NVidia card to image decoding and/or detection, you must first install the drivers from CA app (thanks to @ich777), add "--runtime=nvidia" as extra parameter under advanced view and set the "Nvidia Visible Devices" variable with your "GPU UUID" as the value.\r<br>- If you want to use the NVidia TensorRT Detector, you have to add the tag suffix "-tensorrt" to the repository link, and create the models using the "tensorrt-models" app from the CA app.\r<br>- If you want to use a AMD GPU to image decoding you must change driver to "radeonsi"\r<br>- With some of the Intel processors, like the J4125, the default driver "iHD" doesn't seem to work correctly for hardware acceleration. You may need to change the driver to "i965"\r<br>- If you want to use a NCS2 as detector you have to add "--device-cgroup-rule='c 189:\\* rmw'" as extra parameter under advanced view and install the "udev rule" in the unraid host.",
|
||||
"Requires": "- A valid config.yml file must exist in the config directory to startup the container.<br>- If you are using a Coral Detector, you must set the container to privileged mode under advanced view<br>- If you are using a PCI Coral instead of a USB one, you must install first the needed drivers going to the CA app and searching for Coral-Driver (thanks to @ich777)<br>- If you want to use a NVidia card to image decoding and/or detection, you must first install the drivers from CA app (thanks to @ich777), add "--runtime=nvidia" as extra parameter under advanced view and set the "Nvidia Visible Devices" variable with your "GPU UUID" as the value.<br>- If you want to use the NVidia TensorRT Detector, you have to create the models using the "tensorrt-models" app from the CA app and select the correspondig branch.<br>- If you want to use a AMD GPU to image decoding you must change driver to "radeonsi"<br>- With some of the Intel processors, like the J4125, the default driver "iHD" doesn't seem to work correctly for hardware acceleration. You may need to change the driver to "i965"<br>- If you want to use a NCS2 as detector you have to add "--device-cgroup-rule='c 189:\\* rmw'" as extra parameter under advanced view and install the "udev rule" in the unraid host.",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
@ -195141,8 +195156,8 @@
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 19,
|
||||
"LastUpdate": 1676779062,
|
||||
"LastUpdateScan": 1676876878,
|
||||
"LastUpdate": 1676779062,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -197394,8 +197409,8 @@
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 24,
|
||||
"LastUpdate": 1676779081,
|
||||
"LastUpdateScan": 1676876878,
|
||||
"LastUpdate": 1676779081,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -200714,8 +200729,8 @@
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 21,
|
||||
"LastUpdate": 1676779066,
|
||||
"LastUpdateScan": 1676876878,
|
||||
"LastUpdate": 1676779066,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -201948,8 +201963,8 @@
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 17,
|
||||
"LastUpdate": 1676778972,
|
||||
"LastUpdateScan": 1676876879,
|
||||
"LastUpdate": 1676778972,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -202768,8 +202783,8 @@
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 21,
|
||||
"LastUpdate": 1676778945,
|
||||
"LastUpdateScan": 1676876879,
|
||||
"LastUpdate": 1676778945,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -207716,8 +207731,8 @@
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 31,
|
||||
"LastUpdate": 1676779100,
|
||||
"LastUpdateScan": 1676876879,
|
||||
"LastUpdate": 1676779100,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -208126,8 +208141,8 @@
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 24,
|
||||
"LastUpdate": 1676778951,
|
||||
"LastUpdateScan": 1676876880,
|
||||
"LastUpdate": 1676778951,
|
||||
"FirstSeen": 1661285029
|
||||
},
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"apps": 1986,
|
||||
"last_updated_timestamp": 1676876880,
|
||||
"last_updated": "2023-02-20 02:08",
|
||||
"last_updated_timestamp": 1676884084,
|
||||
"last_updated": "2023-02-20 04:08",
|
||||
"categories": [
|
||||
{
|
||||
"Cat": "Backup:",
|
||||
@ -169915,41 +169915,41 @@
|
||||
"Downloaders",
|
||||
"MediaApp-Video"
|
||||
],
|
||||
"downloads": 248805,
|
||||
"stars": 29,
|
||||
"trending": 19.269,
|
||||
"downloads": 312155,
|
||||
"stars": 32,
|
||||
"LastUpdate": 1676763061,
|
||||
"trending": 20.294,
|
||||
"trends": [
|
||||
44.535,
|
||||
41.944,
|
||||
36.304,
|
||||
33.804,
|
||||
20.025,
|
||||
15.307,
|
||||
19.269
|
||||
19.269,
|
||||
20.294
|
||||
],
|
||||
"trendsDate": [
|
||||
1658693008,
|
||||
1661292217,
|
||||
1663891415,
|
||||
1666490613,
|
||||
1669086236,
|
||||
1671685439,
|
||||
1674284643
|
||||
1674284643,
|
||||
1676884084
|
||||
],
|
||||
"downloadtrend": [
|
||||
33304,
|
||||
57365,
|
||||
90060,
|
||||
136051,
|
||||
170117,
|
||||
200862,
|
||||
248805
|
||||
248805,
|
||||
312155
|
||||
],
|
||||
"LastUpdateScan": 1674284643,
|
||||
"LastUpdate": 1673644671,
|
||||
"LastUpdateScan": 1676884084,
|
||||
"FirstSeen": 1648298202,
|
||||
"topTrending": -25.266,
|
||||
"topPerforming": 19.269
|
||||
"topTrending": -21.650000000000002,
|
||||
"topPerforming": 20.294
|
||||
},
|
||||
{
|
||||
"TemplateURL": "https://raw.githubusercontent.com/ibracorp/unraid-templates/master/jira-servicedesk/jira-servicedesk.xml",
|
||||
@ -179077,11 +179077,26 @@
|
||||
"Name": "frigate12-beta8",
|
||||
"Repository": "ghcr.io/blakeblackshear/frigate:0.12.0-beta8",
|
||||
"Registry": "https://hub.docker.com/r/blakeblackshear/frigate/",
|
||||
"Branch": [
|
||||
{
|
||||
"Tag": "Master",
|
||||
"TagDescription": "master branch",
|
||||
"Repository": "ghcr.io/blakeblackshear/frigate:0.12.0-beta8",
|
||||
"Registry": "https://hub.docker.com/r/blakeblackshear/frigate/"
|
||||
},
|
||||
{
|
||||
"Tag": "Nvidia",
|
||||
"TagDescription": "Nvidia detector branch",
|
||||
"Repository": "ghcr.io/blakeblackshear/frigate:0.12.0-beta8-tensorrt",
|
||||
"Registry": "https://hub.docker.com/r/blakeblackshear/frigate/"
|
||||
}
|
||||
],
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://forums.unraid.net/topic/98064-support-blakeblackshear-frigate/",
|
||||
"Project": "https://frigate.video/",
|
||||
"ReadMe": "https://deploy-preview-4055--frigate-docs.netlify.app/",
|
||||
"Overview": "A complete and local NVR designed for Home Assistant with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras.\r\n\r\nYou cas use a integrated or dedicated GPU (Intel/AMD/Nvidia) to perform the image decoding of the input streams of your cameras.\r\n\r\nOptionally (but highly recommended), you can use multiple devices to perform the object detetion, such as a Google Coral Accelerator Nvidia GPU, OpenVINO (Intel GPU) and Intel NCS2 VPU\r\n\r\nSee the documentation for more details about your specific hardware and needs (https://deploy-preview-4055--frigate-docs.netlify.app/). This is a general templeate that aims to give a fast deoplyment for every user so check all the options carefully and remove all the configurations that you are not going to use.",
|
||||
"WebUI": "http://[IP]:[PORT:5000]",
|
||||
"TemplateURL": "https://gitlab.com/yayitazale/unraid-templates/-/raw/main/yayitazale/frigate-beta.xml",
|
||||
@ -179089,7 +179104,7 @@
|
||||
"ExtraParams": "--shm-size=256mb --mount type=tmpfs,target=/tmp/cache,tmpfs-size=100000000 --restart unless-stopped",
|
||||
"DonateText": "If you like my work please consider Donating.",
|
||||
"DonateLink": "https://paypal.me/JosebaEgiaLarrinaga",
|
||||
"Requires": "- A valid config.yml file must exist in the config directory to startup the container.\r<br>- If you are using a Coral Detector, you must set the container to privileged mode under advanced view\r<br>- If you are using a PCI Coral instead of a USB one, you must install first the needed drivers going to the CA app and searching for Coral-Driver (thanks to @ich777)\r<br>- If you want to use a NVidia card to image decoding and/or detection, you must first install the drivers from CA app (thanks to @ich777), add "--runtime=nvidia" as extra parameter under advanced view and set the "Nvidia Visible Devices" variable with your "GPU UUID" as the value.\r<br>- If you want to use the NVidia TensorRT Detector, you have to add the tag suffix "-tensorrt" to the repository link, and create the models using the "tensorrt-models" app from the CA app.\r<br>- If you want to use a AMD GPU to image decoding you must change driver to "radeonsi"\r<br>- With some of the Intel processors, like the J4125, the default driver "iHD" doesn't seem to work correctly for hardware acceleration. You may need to change the driver to "i965"\r<br>- If you want to use a NCS2 as detector you have to add "--device-cgroup-rule='c 189:\\* rmw'" as extra parameter under advanced view and install the "udev rule" in the unraid host.",
|
||||
"Requires": "- A valid config.yml file must exist in the config directory to startup the container.<br>- If you are using a Coral Detector, you must set the container to privileged mode under advanced view<br>- If you are using a PCI Coral instead of a USB one, you must install first the needed drivers going to the CA app and searching for Coral-Driver (thanks to @ich777)<br>- If you want to use a NVidia card to image decoding and/or detection, you must first install the drivers from CA app (thanks to @ich777), add "--runtime=nvidia" as extra parameter under advanced view and set the "Nvidia Visible Devices" variable with your "GPU UUID" as the value.<br>- If you want to use the NVidia TensorRT Detector, you have to create the models using the "tensorrt-models" app from the CA app and select the correspondig branch.<br>- If you want to use a AMD GPU to image decoding you must change driver to "radeonsi"<br>- With some of the Intel processors, like the J4125, the default driver "iHD" doesn't seem to work correctly for hardware acceleration. You may need to change the driver to "i965"<br>- If you want to use a NCS2 as detector you have to add "--device-cgroup-rule='c 189:\\* rmw'" as extra parameter under advanced view and install the "udev rule" in the unraid host.",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
@ -195303,8 +195318,8 @@
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 19,
|
||||
"LastUpdate": 1676779062,
|
||||
"LastUpdateScan": 1676876878,
|
||||
"LastUpdate": 1676779062,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -197556,8 +197571,8 @@
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 24,
|
||||
"LastUpdate": 1676779081,
|
||||
"LastUpdateScan": 1676876878,
|
||||
"LastUpdate": 1676779081,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -200876,8 +200891,8 @@
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 21,
|
||||
"LastUpdate": 1676779066,
|
||||
"LastUpdateScan": 1676876878,
|
||||
"LastUpdate": 1676779066,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -202110,8 +202125,8 @@
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 17,
|
||||
"LastUpdate": 1676778972,
|
||||
"LastUpdateScan": 1676876879,
|
||||
"LastUpdate": 1676778972,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -202930,8 +202945,8 @@
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 21,
|
||||
"LastUpdate": 1676778945,
|
||||
"LastUpdateScan": 1676876879,
|
||||
"LastUpdate": 1676778945,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -207878,8 +207893,8 @@
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 31,
|
||||
"LastUpdate": 1676779100,
|
||||
"LastUpdateScan": 1676876879,
|
||||
"LastUpdate": 1676779100,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -208288,8 +208303,8 @@
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 24,
|
||||
"LastUpdate": 1676778951,
|
||||
"LastUpdateScan": 1676876880,
|
||||
"LastUpdate": 1676778951,
|
||||
"FirstSeen": 1661285029
|
||||
},
|
||||
{
|
||||
|
@ -1 +1 @@
|
||||
1323
|
||||
1372
|
16
log.txt
16
log.txt
@ -3398,20 +3398,8 @@ Processing /tmp/appFeed/templates/mplogasRepository/laac-unraid.xml...Success
|
||||
|
||||
Updating stats on containers
|
||||
|
||||
guydavis/machinaris-apple
|
||||
ghcr.io/guydavis/machinaris-apple Downloads: 19 Stars: 0 Base: unknown
|
||||
guydavis/machinaris-chinilla
|
||||
ghcr.io/guydavis/machinaris-chinilla Downloads: 24 Stars: 0 Base: unknown
|
||||
guydavis/machinaris-gold
|
||||
ghcr.io/guydavis/machinaris-gold Downloads: 21 Stars: 0 Base: unknown
|
||||
guydavis/machinaris-littlelambocoin
|
||||
ghcr.io/guydavis/machinaris-littlelambocoin Downloads: 17 Stars: 0 Base: unknown
|
||||
guydavis/machinaris-mint
|
||||
ghcr.io/guydavis/machinaris-mint Downloads: 21 Stars: 0 Base: unknown
|
||||
guydavis/machinaris-tad
|
||||
ghcr.io/guydavis/machinaris-tad Downloads: 31 Stars: 0 Base: unknown
|
||||
guydavis/machinaris-wheat
|
||||
ghcr.io/guydavis/machinaris-wheat Downloads: 24 Stars: 0 Base: unknown
|
||||
fallenbagel/jellyseerr
|
||||
fallenbagel/jellyseerr:latest Downloads: 312155 Stars: 32 Base: unknown
|
||||
Privileged: 105
|
||||
|
||||
|
||||
|
@ -195140,9 +195140,9 @@
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 5,
|
||||
"LastUpdateScan": 1674277438,
|
||||
"LastUpdate": 1674244099,
|
||||
"downloads": 19,
|
||||
"LastUpdate": 1676779062,
|
||||
"LastUpdateScan": 1676876878,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -195324,9 +195324,9 @@
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 5,
|
||||
"LastUpdateScan": 1674277438,
|
||||
"LastUpdate": 1674244099,
|
||||
"downloads": 19,
|
||||
"LastUpdateScan": 1676876878,
|
||||
"LastUpdate": 1676779062,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -197393,9 +197393,9 @@
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 8,
|
||||
"LastUpdateScan": 1674277438,
|
||||
"LastUpdate": 1674244238,
|
||||
"downloads": 24,
|
||||
"LastUpdate": 1676779081,
|
||||
"LastUpdateScan": 1676876878,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -197577,9 +197577,9 @@
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 8,
|
||||
"LastUpdateScan": 1674277438,
|
||||
"LastUpdate": 1674244238,
|
||||
"downloads": 24,
|
||||
"LastUpdateScan": 1676876878,
|
||||
"LastUpdate": 1676779081,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -200713,9 +200713,9 @@
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 13,
|
||||
"LastUpdateScan": 1674277438,
|
||||
"LastUpdate": 1674244088,
|
||||
"downloads": 21,
|
||||
"LastUpdate": 1676779066,
|
||||
"LastUpdateScan": 1676876878,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -200897,9 +200897,9 @@
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 13,
|
||||
"LastUpdateScan": 1674277438,
|
||||
"LastUpdate": 1674244088,
|
||||
"downloads": 21,
|
||||
"LastUpdateScan": 1676876878,
|
||||
"LastUpdate": 1676779066,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -201947,9 +201947,9 @@
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 9,
|
||||
"LastUpdateScan": 1674277438,
|
||||
"LastUpdate": 1674244243,
|
||||
"downloads": 17,
|
||||
"LastUpdate": 1676778972,
|
||||
"LastUpdateScan": 1676876879,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -202131,9 +202131,9 @@
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 9,
|
||||
"LastUpdateScan": 1674277438,
|
||||
"LastUpdate": 1674244243,
|
||||
"downloads": 17,
|
||||
"LastUpdateScan": 1676876879,
|
||||
"LastUpdate": 1676778972,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -202767,9 +202767,9 @@
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 15,
|
||||
"LastUpdateScan": 1674277438,
|
||||
"LastUpdate": 1674244207,
|
||||
"downloads": 21,
|
||||
"LastUpdate": 1676778945,
|
||||
"LastUpdateScan": 1676876879,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -202951,9 +202951,9 @@
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 15,
|
||||
"LastUpdateScan": 1674277438,
|
||||
"LastUpdate": 1674244207,
|
||||
"downloads": 21,
|
||||
"LastUpdateScan": 1676876879,
|
||||
"LastUpdate": 1676778945,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -207715,9 +207715,9 @@
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 17,
|
||||
"LastUpdateScan": 1674277439,
|
||||
"LastUpdate": 1674244101,
|
||||
"downloads": 31,
|
||||
"LastUpdate": 1676779100,
|
||||
"LastUpdateScan": 1676876879,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -207899,9 +207899,9 @@
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 17,
|
||||
"LastUpdateScan": 1674277439,
|
||||
"LastUpdate": 1674244101,
|
||||
"downloads": 31,
|
||||
"LastUpdateScan": 1676876879,
|
||||
"LastUpdate": 1676779100,
|
||||
"FirstSeen": 1661285028
|
||||
},
|
||||
{
|
||||
@ -208125,9 +208125,9 @@
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 16,
|
||||
"LastUpdateScan": 1674277439,
|
||||
"LastUpdate": 1674244220,
|
||||
"downloads": 24,
|
||||
"LastUpdate": 1676778951,
|
||||
"LastUpdateScan": 1676876880,
|
||||
"FirstSeen": 1661285029
|
||||
},
|
||||
{
|
||||
@ -208309,9 +208309,9 @@
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 16,
|
||||
"LastUpdateScan": 1674277439,
|
||||
"LastUpdate": 1674244220,
|
||||
"downloads": 24,
|
||||
"LastUpdateScan": 1676876880,
|
||||
"LastUpdate": 1676778951,
|
||||
"FirstSeen": 1661285029
|
||||
},
|
||||
{
|
||||
@ -208779,136 +208779,6 @@
|
||||
"LastUpdateScan": 1675530257,
|
||||
"FirstSeen": 1667725416
|
||||
},
|
||||
{
|
||||
"Name": "posterr",
|
||||
"Repository": "petersem/posterr",
|
||||
"Registry": "https://hub.docker.com/r/petersem/posterr/",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://forums.unraid.net/topic/109187-support-posterr-docker-application/",
|
||||
"Project": "https://github.com/petersem/posterr",
|
||||
"Overview": "Media display for Plex, sonarr and radarr",
|
||||
"WebUI": "http://[IP]:[PORT:9876]",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/Alphacosmos/unraid-templetes/master/Posterr.xml",
|
||||
"Icon": "https://github.com/petersem/posterr/blob/master/public/favicons/android-chrome-512x512.png?raw=true",
|
||||
"Networking": {
|
||||
"Mode": "bridge"
|
||||
},
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "config",
|
||||
"Target": "/usr/src/app/config",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "appdata for Posterr config files",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/posterr"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "port",
|
||||
"Target": "3000",
|
||||
"Default": "",
|
||||
"Mode": "tcp",
|
||||
"Description": "Container Port: 3000",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "9876"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "TZ",
|
||||
"Target": "TZ",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Your local timezone",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "AU"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "BASEPATH",
|
||||
"Target": "BASEPATH",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Custom",
|
||||
"Target": "/usr/src/app/public/custom",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "Container Path: /usr/src/app/public/custom",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/posterr/custom"
|
||||
}
|
||||
],
|
||||
"Repo": "Alphacosmos' Repository",
|
||||
"CAComment": " Note: webUI dropdown will not work in the default bridge mode due to port not being defined.",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/AlphacosmosRepository/Posterr.xml",
|
||||
"CategoryList": [
|
||||
"MediaServer-Other"
|
||||
],
|
||||
"downloads": 284578,
|
||||
"stars": 10,
|
||||
"trending": 1.386,
|
||||
"trends": [
|
||||
0.049,
|
||||
0.042,
|
||||
0.39,
|
||||
0.439,
|
||||
0.104,
|
||||
0.115,
|
||||
1.386
|
||||
],
|
||||
"trendsDate": [
|
||||
1660745031,
|
||||
1663344219,
|
||||
1665943416,
|
||||
1668539069,
|
||||
1671138295,
|
||||
1673737443,
|
||||
1676336677
|
||||
],
|
||||
"downloadtrend": [
|
||||
277588,
|
||||
277704,
|
||||
278792,
|
||||
280020,
|
||||
280312,
|
||||
280634,
|
||||
284578
|
||||
],
|
||||
"LastUpdateScan": 1676336677,
|
||||
"LastUpdate": 1675841627,
|
||||
"FirstSeen": 1621766923,
|
||||
"topTrending": 1.337,
|
||||
"topPerforming": 1.386
|
||||
},
|
||||
{
|
||||
"Name": "Mealie",
|
||||
"Repository": "hkotel/mealie:latest",
|
||||
|
@ -62836,38 +62836,38 @@
|
||||
},
|
||||
"fallenbagel/jellyseerr:latest": {
|
||||
"Base": null,
|
||||
"Downloads": 248805,
|
||||
"Stars": 29,
|
||||
"Time": 1674284643,
|
||||
"trending": 19.269,
|
||||
"Downloads": 312155,
|
||||
"Stars": 32,
|
||||
"Time": 1676884084,
|
||||
"trending": 20.294,
|
||||
"trends": [
|
||||
44.535,
|
||||
41.944,
|
||||
36.304,
|
||||
33.804,
|
||||
20.025,
|
||||
15.307,
|
||||
19.269
|
||||
19.269,
|
||||
20.294
|
||||
],
|
||||
"downloadtrend": [
|
||||
33304,
|
||||
57365,
|
||||
90060,
|
||||
136051,
|
||||
170117,
|
||||
200862,
|
||||
248805
|
||||
248805,
|
||||
312155
|
||||
],
|
||||
"trendsDate": [
|
||||
1658693008,
|
||||
1661292217,
|
||||
1663891415,
|
||||
1666490613,
|
||||
1669086236,
|
||||
1671685439,
|
||||
1674284643
|
||||
1674284643,
|
||||
1676884084
|
||||
],
|
||||
"LastUpdate": 1673644671
|
||||
"LastUpdate": 1676763061
|
||||
},
|
||||
"https://raw.githubusercontent.com/SimonFair/usb_manager/master/usb_managerv2beta.plg": {
|
||||
"Base": null,
|
||||
|
Loading…
x
Reference in New Issue
Block a user