This commit is contained in:
Andrew Z 2022-09-23 04:03:40 -04:00
parent 93de188194
commit 376e7c6c8d
8 changed files with 537 additions and 808 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1663905815
"last_updated_timestamp": 1663920217
}

View File

@ -90684,6 +90684,7 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1663920215,
"FirstSeen": 1611940113
},
{
@ -128643,41 +128644,41 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 8364625,
"downloads": 8390209,
"stars": 13,
"trending": 0.194,
"LastUpdate": 1658042539,
"trending": 0.305,
"trends": [
11.674,
1.745,
0.149,
0.185,
0.134,
0.365,
0.194
0.194,
0.305
],
"trendsDate": [
1645729410,
1648324999,
1650918407,
1653516199,
1656122614,
1658721808,
1661321019
1661321019,
1663920215
],
"downloadtrend": [
8134623,
8279071,
8291448,
8306778,
8317941,
8348406,
8364625
8364625,
8390209
],
"LastUpdateScan": 1661321019,
"LastUpdate": 1658042539,
"LastUpdateScan": 1663920215,
"FirstSeen": 1583356665,
"topTrending": -11.479999999999999,
"topPerforming": 0.194
"topTrending": -1.4400000000000002,
"topPerforming": 0.305
},
{
"Name": "vaultwarden",
@ -172819,29 +172820,27 @@
},
{
"Name": "frigate",
"Repository": "blakeblackshear/frigate:stable-amd64",
"Repository": "blakeblackshear/frigate:stable",
"Registry": "https://hub.docker.com/r/blakeblackshear/frigate/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "true",
"Support": "https://forums.unraid.net/topic/98064-support-blakeblackshear-frigate/",
"Project": "https://docs.frigate.video/",
"Overview": "[b]NVR With Realtime Object Detection for IP Cameras[/b]\r\n[br][br]\r\nUses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras. Designed for integration with HomeAssistant or others via MQTT. Use of a Google Coral Accelerator is optional, but highly recommended. On my Intel i7 processor, I can process 2-3 FPS with the CPU. The Coral can process 100+ FPS with very low CPU load.\r\n[br][br]\r\n- Leverages multiprocessing heavily with an emphasis on realtime over processing every frame\r\n[br]\r\n- Uses a very low overhead motion detection to determine where to run object detection\r\n[br]\r\n- Object detection with Tensorflow runs in a separate process\r\n[br]\r\n- Object info is published over MQTT for integration into HomeAssistant as a binary sensor\r\n[br]\r\n- An endpoint is available to view an MJPEG stream for debugging, but should not be used continuously\r\n[br][br]\r\n[span style='color: red;'][b]Note:[/b][/span] A config.yml file [b]must exist[/b] in the config directory. See example [a href=\"https://docs.frigate.video/configuration/index\"]here[/a]. See the [a href=\"https://docs.frigate.video/\"]documentation[/a] for more details.\r\n[br]\r\n[span style='color: red;'][b]Note:[/b][/span] If you want add a Nvidia GPU to use hardware accel. on ffmpeg image encode/decode use the correspondig app.\r\n[br]\r\n[span style='color: red;'][b]Note:[/b][/span] If you are using a PCI Coral instead of a USB one, upgrade your Unraid system to stable 6.9.0 and then install first the needed drivers going to the CA APP and searching for [b]Coral-Driver[/b] (thanks to ich777)",
"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\nUse of a Google Coral Accelerator is optional, but highly recommended. The Coral will outperform even the best CPUs and can process 100+ FPS with very little overhead.\r\n\r\n- Tight integration with Home Assistant via a custom component\r\n- Designed to minimize resource use and maximize performance by only looking for objects when and where it is necessary\r\n- Leverages multiprocessing heavily with an emphasis on realtime over processing every frame\r\n- Uses a very low overhead motion detection to determine where to run object detection\r\n- Object detection with TensorFlow runs in separate processes for maximum FPS\r\n- Communicates over MQTT for easy integration into other systems\r\n- Records video with retention settings based on detected objects\r\n- 24/7 recording\r\n- Re-streaming via RTMP to reduce the number of connections to your camera\r\n\r\n[b]A config.yml file must exist in the config directory.[/b]\r\nSee the documentation for more details.",
"WebUI": "http://[IP]:[PORT:5000]",
"TemplateURL": "https://raw.githubusercontent.com/yayitazale/unraid-templates/master/yayitazale/frigate-amd64.xml",
"TemplateURL": "https://raw.githubusercontent.com/yayitazale/unraid-templates/master/yayitazale/frigate.xml",
"Icon": "https://raw.githubusercontent.com/yayitazale/unraid-templates/main/frigate.png",
"ExtraParams": "--shm-size=5G",
"Networking": {
"Mode": "bridge"
},
"ExtraParams": "--shm-size=256mb --gpus all --mount type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000",
"Requires": "Note: 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)",
"Config": [
{
"@attributes": {
"Name": "Config Path",
"Target": "/config",
"Default": "/mnt/user/appdata/frigate",
"Default": "",
"Mode": "rw",
"Description": "/mnt/user/appdata/frigate",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
@ -172853,9 +172852,9 @@
"@attributes": {
"Name": "Media path",
"Target": "/media/frigate",
"Default": "/mnt/user/Media/frigate",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /media/frigate",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
@ -172869,7 +172868,7 @@
"Target": "5000",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 5000",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
@ -172883,7 +172882,7 @@
"Target": "1935",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 1935",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
@ -172897,7 +172896,7 @@
"Target": "FRIGATE_RTSP_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Container Variable: FRIGATE_RTSP_PASSWORD",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -172907,7 +172906,7 @@
},
{
"@attributes": {
"Name": "TPU Mapping",
"Name": "Coral TPU Mapping",
"Target": "/dev/bus/usb",
"Default": "",
"Mode": "",
@ -172925,7 +172924,7 @@
"Target": "",
"Default": "",
"Mode": "",
"Description": "Container Device: /dev/dri/renderD128",
"Description": "You can delete this if you are using Nvidia GPU",
"Type": "Device",
"Display": "always",
"Required": "false",
@ -172933,27 +172932,13 @@
},
"value": "/dev/dri/renderD128"
},
{
"@attributes": {
"Name": "Cache to RAM",
"Target": "/tmp/cache",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /tmp/cache",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/tmp/frigate"
},
{
"@attributes": {
"Name": "Localtime",
"Target": "/etc/localtime",
"Default": "",
"Mode": "rw",
"Description": "/etc/localtime",
"Description": "",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
@ -172963,247 +172948,16 @@
}
],
"Repo": "yayitazale's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/yayitazalesRepository/yayitazale/frigate-amd64.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/yayitazalesRepository/yayitazale/frigate.xml",
"CategoryList": [
"HomeAutomation",
"Security"
],
"downloads": 6090652,
"stars": 72,
"trending": 0.832,
"trends": [
7.691,
0.635,
0.66,
0.999,
0.811,
1.089,
0.832
],
"trendsDate": [
1647453806,
1650053018,
1652652200,
1655251416,
1657850626,
1660449810,
1663049017
],
"downloadtrend": [
5790800,
5827829,
5866546,
5925740,
5974195,
6039972,
6090652
],
"LastUpdateScan": 1663049017,
"LastUpdate": 1661695351,
"FirstSeen": 1603287783,
"topTrending": -6.859,
"topPerforming": 0.832
},
{
"Name": "frigate-nvidia",
"Repository": "blakeblackshear/frigate:stable-amd64nvidia",
"Registry": "https://hub.docker.com/r/blakeblackshear/frigate/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "true",
"Support": "https://forums.unraid.net/topic/98064-support-blakeblackshear-frigate/",
"Project": "https://docs.frigate.video/",
"Overview": "[b]NVR With Realtime Object Detection for IP Cameras[/b]\r\n[br][br]\r\nUses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras. Designed for integration with HomeAssistant or others via MQTT. Use of a Google Coral Accelerator is optional, but highly recommended. On my Intel i7 processor, I can process 2-3 FPS with the CPU. The Coral can process 100+ FPS with very low CPU load. This is the an Nvidia GPU to use hardware accel. on ffmpeg image encode/decode.\r\n[br][br]\r\n- Leverages multiprocessing heavily with an emphasis on realtime over processing every frame\r\n[br]\r\n- Uses a very low overhead motion detection to determine where to run object detection\r\n[br]\r\n- Object detection with Tensorflow runs in a separate process\r\n[br]\r\n- Object info is published over MQTT for integration into HomeAssistant as a binary sensor\r\n[br]\r\n- An endpoint is available to view an MJPEG stream for debugging, but should not be used continuously\r\n[br][br]\r\n[span style='color: red;'][b]Note:[/b][/span] A config.yml file [b]must exist[/b] in the config directory. See example [a href=\"https://docs.frigate.video/guides/getting_started\"]here[/a].\r[br]\r\n[span style='color: red;'][b]Note:[/b][/span]You need to install the nvidia drivers plugin before installing this app following [https://forums.unraid.net/topic/98978-plugin-nvidia-driver/?tab=comments#comment-913250&searchlight=1\"]this steps[/a]\r\n[br]\r\n[span style='color: red;'][b]Note:[/b][/span] If you are using a PCI Coral instead of a USB one, upgrade your Unraid system to stable 6.9.0 and then install first the needed drivers going to the CA APP and searching for [b]Coral-Driver[/b] (thanks to ich777)",
"WebUI": "http://[IP]:[PORT:5000]",
"TemplateURL": "https://raw.githubusercontent.com/yayitazale/unraid-templates/master/yayitazale/frigate-amd64-nvidia.xml",
"Icon": "https://raw.githubusercontent.com/yayitazale/unraid-templates/main/frigate.png",
"ExtraParams": "--runtime=nvidia --shm-size=5G",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "Config Path",
"Target": "/config",
"Default": "/mnt/user/appdata/frigate-nvidia",
"Mode": "rw",
"Description": "/mnt/user/appdata/frigate",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/frigate-nvidia"
},
{
"@attributes": {
"Name": "Media path",
"Target": "/media/frigate",
"Default": "/mnt/user/Media/frigate",
"Mode": "rw",
"Description": "Container Path: /media/frigate",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/Media/frigate"
},
{
"@attributes": {
"Name": "HTTP port",
"Target": "5000",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 5000",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "5000"
},
{
"@attributes": {
"Name": "RTMP port",
"Target": "1935",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 1935",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "1935"
},
{
"@attributes": {
"Name": "Frigate RTSP Password",
"Target": "FRIGATE_RTSP_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Container Variable: FRIGATE_RTSP_PASSWORD",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "enterpassword"
},
{
"@attributes": {
"Name": "TPU Mapping",
"Target": "/dev/bus/usb",
"Default": "",
"Mode": "",
"Description": "Use /dev/bus/usb for USB devices and /dev/apex_0 for PCIe devices (you must install the drivers first for PCIe devices)",
"Type": "Device",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/dev/bus/usb"
},
{
"@attributes": {
"Name": "NVIDIA_VISIBLE_DEVICES",
"Target": "NVIDIA_VISIBLE_DEVICES",
"Default": "",
"Mode": "",
"Description": "Container Variable: NVIDIA_VISIBLE_DEVICES",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "YOUR-GPU-UUID"
},
{
"@attributes": {
"Name": "NVIDIA_DRIVER_CAPABILITIES",
"Target": "NVIDIA_DRIVER_CAPABILITIES",
"Default": "",
"Mode": "",
"Description": "Container Variable: NVIDIA_DRIVER_CAPABILITIES",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "compute,utility,video"
},
{
"@attributes": {
"Name": "Cache to RAM",
"Target": "/tmp/cache",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /tmp/cache",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/tmp/frigate"
},
{
"@attributes": {
"Name": "Localtime",
"Target": "/etc/localtime",
"Default": "",
"Mode": "rw",
"Description": "/etc/localtime",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/etc/localtime"
}
],
"Repo": "yayitazale's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/yayitazalesRepository/yayitazale/frigate-amd64-nvidia.xml",
"CategoryList": [
"HomeAutomation",
"Security"
],
"downloads": 6072774,
"stars": 72,
"trending": 0.892,
"trends": [
11.757,
0.726,
0.615,
0.911,
0.837,
1.054,
0.892
],
"trendsDate": [
1646564590,
1649160213,
1651759407,
1654358609,
1656957823,
1659557021,
1662163939
],
"downloadtrend": [
5773307,
5815530,
5851542,
5905312,
5955172,
6018580,
6072774
],
"LastUpdateScan": 1662163939,
"LastUpdate": 1661695351,
"FirstSeen": 1620580238,
"topTrending": -10.865,
"topPerforming": 0.892
"downloads": 6117350,
"stars": 73,
"LastUpdate": 1663890547,
"LastUpdateScan": 1663920216,
"FirstSeen": 1663920216
},
{
"Name": "Grafana-Image-Renderer",
@ -173276,6 +173030,71 @@
"topTrending": 2.5889999999999995,
"topPerforming": 4.504
},
{
"Name": "Greed",
"Repository": "ghcr.io/steffo99/greed",
"Registry": "https://ghcr.io/steffo99/greed",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Project": "https://github.com/Steffo99/greed",
"Overview": "A customizable, multilanguage Telegram shop bot with Telegram Payments support!\r\n\r\nPlease refer to docs to learn how to activate it and how to use it. This container is not working by itself. Brief installing instructions:\r\n\r\n1. Donwload and run the container\r\n2. Edit the configuration file *config.toml* that was created in the *config* directory, adding your bot and payment tokens to it.\r\n3. Optional: customize the files in the strings folder for custom messages.\r\n4. Start the bot using the console of the container and the following command: *python -OO core.py*\r\n5. Open Telegram, and send a */start* command to your bot to be automatically promoted to \ud83d\udcbc Manager.\r\n6. Stop the bot by pressing Ctrl+C.\r\n7. Restart the container.",
"WebUI": "https://github.com/Steffo99/greed/",
"TemplateURL": "https://raw.githubusercontent.com/yayitazale/unraid-templates/master/yayitazale/greed.xml",
"Icon": "https://raw.githubusercontent.com/yayitazale/unraid-templates/main/greed.png",
"Config": [
{
"@attributes": {
"Name": "Config Path",
"Target": "/etc/greed",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/greed/config"
},
{
"@attributes": {
"Name": "Strings Path",
"Target": "/usr/src/greed/strings",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/greed/strings"
},
{
"@attributes": {
"Name": "Data path",
"Target": "/var/lib/greed",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/greed/data"
}
],
"Repo": "yayitazale's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/yayitazalesRepository/yayitazale/greed.xml",
"CategoryList": [
"Tools-Utilities",
"Other"
],
"LastUpdateScan": 1663920216,
"FirstSeen": 1663920216
},
{
"Name": "xteve-vpn",
"Repository": "brycelarge/xteve-vpn",
@ -181313,41 +181132,41 @@
"Tools-Utilities",
"MediaApp-Other"
],
"downloads": 1092994,
"downloads": 1105876,
"stars": 7,
"trending": 0.327,
"LastUpdate": 1628515920,
"trending": 1.165,
"trends": [
4.095,
0.791,
0.127,
0.106,
0.153,
0.71,
0.327
0.327,
1.165
],
"trendsDate": [
1645729410,
1648324999,
1650918407,
1653516199,
1656122615,
1658721808,
1661321019
1661321019,
1663920216
],
"downloadtrend": [
1068991,
1077517,
1078882,
1080029,
1081689,
1089423,
1092994
1092994,
1105876
],
"LastUpdateScan": 1661321019,
"LastUpdate": 1628515920,
"LastUpdateScan": 1663920216,
"FirstSeen": 1611940114,
"topTrending": -3.768,
"topPerforming": 0.327
"topTrending": 0.374,
"topPerforming": 1.165
},
{
"Name": "scrypted",
@ -201490,32 +201309,35 @@
"MediaApp-Other",
"MediaServer-Other"
],
"downloads": 517042,
"stars": 19,
"trending": 2.876,
"downloads": 540700,
"stars": 22,
"LastUpdate": 1663889763,
"trending": 4.375,
"trends": [
7.051,
4.182,
2.889,
2.876
2.876,
4.375
],
"trendsDate": [
1653523423,
1656122615,
1658721808,
1661321019
1661321019,
1663920216
],
"downloadtrend": [
434319,
467268,
487664,
502173,
517042
517042,
540700
],
"LastUpdateScan": 1661321019,
"LastUpdate": 1661297626,
"LastUpdateScan": 1663920216,
"FirstSeen": 1650924210,
"topTrending": -4.175000000000001
"topTrending": -2.676
},
{
"Name": "fotosho",
@ -216407,39 +216229,39 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 26092,
"trending": 1.579,
"downloads": 26973,
"LastUpdate": 1662143331,
"trending": 3.266,
"trends": [
42.246,
7.407,
0.941,
1.813,
1.304,
0.537,
1.579
1.579,
3.266
],
"trendsDate": [
1645729411,
1648325000,
1650918408,
1653516199,
1656122615,
1658721808,
1661321019
1661321019,
1663920216
],
"downloadtrend": [
22703,
24519,
24752,
25209,
25542,
25680,
26092
26092,
26973
],
"LastUpdateScan": 1661321019,
"LastUpdate": 1661116481,
"LastUpdateScan": 1663920216,
"FirstSeen": 1637931829,
"topTrending": -40.667
"topTrending": -4.141
},
{
"Name": "2fauth",
@ -216707,16 +216529,18 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 86365,
"stars": 2,
"trending": 0.103,
"downloads": 86482,
"stars": 3,
"LastUpdate": 1663396759,
"trending": 0.135,
"trends": [
0.229,
0.053,
0.068,
0.043,
0.044,
0.103
0.103,
0.135
],
"trendsDate": [
1648325004,
@ -216724,21 +216548,21 @@
1653516200,
1656122615,
1658721809,
1661321019
1661321019,
1663920216
],
"downloadtrend": [
85899,
86096,
86142,
86201,
86238,
86276,
86365
86365,
86482
],
"LastUpdateScan": 1661321019,
"LastUpdate": 1658989331,
"LastUpdateScan": 1663920216,
"FirstSeen": 1645729411,
"topTrending": -0.126
"topTrending": -0.094
},
{
"Name": "AllTube-Download",
@ -220697,9 +220521,9 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 4707,
"LastUpdateScan": 1661321020,
"downloads": 4940,
"LastUpdate": 1661243718,
"LastUpdateScan": 1663920217,
"FirstSeen": 1643130207
},
{
@ -223593,40 +223417,40 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 575421,
"trending": 0.011,
"downloads": 575491,
"LastUpdate": 1656618630,
"trending": 0.012,
"trends": [
50.63,
9.356,
0.008,
0.008,
0.009,
0.018,
0.011
0.011,
0.012
],
"trendsDate": [
1645729412,
1648325005,
1650918408,
1653516200,
1656122616,
1658721809,
1661321020
1661321020,
1663920217
],
"downloadtrend": [
521309,
575116,
575160,
575204,
575253,
575358,
575421
575421,
575491
],
"LastUpdateScan": 1661321020,
"LastUpdate": 1656618630,
"LastUpdateScan": 1663920217,
"FirstSeen": 1643130208,
"topTrending": -50.619,
"topPerforming": 0.011
"topTrending": -9.344,
"topPerforming": 0.012
},
{
"Name": "Plik",
@ -224742,29 +224566,32 @@
"Network-Management",
"Network-Other"
],
"downloads": 550416,
"downloads": 550738,
"stars": 3,
"trending": 0.036,
"LastUpdate": 1657440072,
"trending": 0.058,
"trends": [
0.035,
0.037,
0.036
0.036,
0.058
],
"trendsDate": [
1656122616,
1658721809,
1661321020
1661321020,
1663920217
],
"downloadtrend": [
549820,
550015,
550217,
550416
550416,
550738
],
"LastUpdateScan": 1661321020,
"LastUpdate": 1657440072,
"LastUpdateScan": 1663920217,
"FirstSeen": 1653516200,
"topTrending": 0.000999999999999994
"topTrending": 0.023
},
{
"Name": "Sharry",
@ -239681,32 +239508,35 @@
"CategoryList": [
"Productivity"
],
"downloads": 16882537,
"downloads": 16912649,
"stars": 47,
"trending": 0.133,
"LastUpdate": 1658214310,
"trending": 0.178,
"trends": [
0.153,
0.093,
0.164,
0.133
0.133,
0.178
],
"trendsDate": [
1653516201,
1656122616,
1658721809,
1661321020
1661321020,
1663920217
],
"downloadtrend": [
16791087,
16816773,
16832415,
16860147,
16882537
16882537,
16912649
],
"LastUpdateScan": 1661321020,
"LastUpdate": 1658214310,
"LastUpdateScan": 1663920217,
"FirstSeen": 1650918409,
"topTrending": -0.01999999999999999
"topTrending": 0.024999999999999994
},
{
"Name": "Docker-Mailserver",
@ -240053,32 +239883,35 @@
"CategoryList": [
"Network-Other"
],
"downloads": 7010382,
"stars": 94,
"trending": 1.745,
"downloads": 7132766,
"stars": 96,
"LastUpdate": 1663893976,
"trending": 1.716,
"trends": [
1.628,
1.482,
1.672,
1.745
1.745,
1.716
],
"trendsDate": [
1653516201,
1656122616,
1658721809,
1661321020
1661321020,
1663920217
],
"downloadtrend": [
6563803,
6672457,
6772857,
6888053,
7010382
7010382,
7132766
],
"LastUpdateScan": 1661321020,
"LastUpdate": 1661209722,
"LastUpdateScan": 1663920217,
"FirstSeen": 1651086177,
"topTrending": 0.11700000000000021
"topTrending": 0.08800000000000008
},
{
"Name": "satisfactory-server",

View File

@ -1,7 +1,7 @@
{
"apps": 1806,
"last_updated_timestamp": 1663905815,
"last_updated": "2022-09-23 00:03",
"last_updated_timestamp": 1663920217,
"last_updated": "2022-09-23 04:03",
"categories": [
{
"Cat": "Backup:",
@ -90846,6 +90846,7 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1663920215,
"FirstSeen": 1611940113
},
{
@ -108057,7 +108058,6 @@
],
"downloads": 11167,
"stars": 1,
"LastUpdate": 1659695645,
"trending": 2.445,
"trends": [
1.429,
@ -108085,6 +108085,7 @@
11167
],
"LastUpdateScan": 1663905815,
"LastUpdate": 1659695645,
"FirstSeen": 1640516620,
"topTrending": 1.0159999999999998
},
@ -128805,41 +128806,41 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 8364625,
"downloads": 8390209,
"stars": 13,
"trending": 0.194,
"LastUpdate": 1658042539,
"trending": 0.305,
"trends": [
11.674,
1.745,
0.149,
0.185,
0.134,
0.365,
0.194
0.194,
0.305
],
"trendsDate": [
1645729410,
1648324999,
1650918407,
1653516199,
1656122614,
1658721808,
1661321019
1661321019,
1663920215
],
"downloadtrend": [
8134623,
8279071,
8291448,
8306778,
8317941,
8348406,
8364625
8364625,
8390209
],
"LastUpdateScan": 1661321019,
"LastUpdate": 1658042539,
"LastUpdateScan": 1663920215,
"FirstSeen": 1583356665,
"topTrending": -11.479999999999999,
"topPerforming": 0.194
"topTrending": -1.4400000000000002,
"topPerforming": 0.305
},
{
"Name": "vaultwarden",
@ -172981,29 +172982,27 @@
},
{
"Name": "frigate",
"Repository": "blakeblackshear/frigate:stable-amd64",
"Repository": "blakeblackshear/frigate:stable",
"Registry": "https://hub.docker.com/r/blakeblackshear/frigate/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "true",
"Support": "https://forums.unraid.net/topic/98064-support-blakeblackshear-frigate/",
"Project": "https://docs.frigate.video/",
"Overview": "[b]NVR With Realtime Object Detection for IP Cameras[/b]\r\n[br][br]\r\nUses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras. Designed for integration with HomeAssistant or others via MQTT. Use of a Google Coral Accelerator is optional, but highly recommended. On my Intel i7 processor, I can process 2-3 FPS with the CPU. The Coral can process 100+ FPS with very low CPU load.\r\n[br][br]\r\n- Leverages multiprocessing heavily with an emphasis on realtime over processing every frame\r\n[br]\r\n- Uses a very low overhead motion detection to determine where to run object detection\r\n[br]\r\n- Object detection with Tensorflow runs in a separate process\r\n[br]\r\n- Object info is published over MQTT for integration into HomeAssistant as a binary sensor\r\n[br]\r\n- An endpoint is available to view an MJPEG stream for debugging, but should not be used continuously\r\n[br][br]\r\n[span style='color: red;'][b]Note:[/b][/span] A config.yml file [b]must exist[/b] in the config directory. See example [a href=\"https://docs.frigate.video/configuration/index\"]here[/a]. See the [a href=\"https://docs.frigate.video/\"]documentation[/a] for more details.\r\n[br]\r\n[span style='color: red;'][b]Note:[/b][/span] If you want add a Nvidia GPU to use hardware accel. on ffmpeg image encode/decode use the correspondig app.\r\n[br]\r\n[span style='color: red;'][b]Note:[/b][/span] If you are using a PCI Coral instead of a USB one, upgrade your Unraid system to stable 6.9.0 and then install first the needed drivers going to the CA APP and searching for [b]Coral-Driver[/b] (thanks to ich777)",
"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\nUse of a Google Coral Accelerator is optional, but highly recommended. The Coral will outperform even the best CPUs and can process 100+ FPS with very little overhead.\r\n\r\n- Tight integration with Home Assistant via a custom component\r\n- Designed to minimize resource use and maximize performance by only looking for objects when and where it is necessary\r\n- Leverages multiprocessing heavily with an emphasis on realtime over processing every frame\r\n- Uses a very low overhead motion detection to determine where to run object detection\r\n- Object detection with TensorFlow runs in separate processes for maximum FPS\r\n- Communicates over MQTT for easy integration into other systems\r\n- Records video with retention settings based on detected objects\r\n- 24/7 recording\r\n- Re-streaming via RTMP to reduce the number of connections to your camera\r\n\r\n[b]A config.yml file must exist in the config directory.[/b]\r\nSee the documentation for more details.",
"WebUI": "http://[IP]:[PORT:5000]",
"TemplateURL": "https://raw.githubusercontent.com/yayitazale/unraid-templates/master/yayitazale/frigate-amd64.xml",
"TemplateURL": "https://raw.githubusercontent.com/yayitazale/unraid-templates/master/yayitazale/frigate.xml",
"Icon": "https://raw.githubusercontent.com/yayitazale/unraid-templates/main/frigate.png",
"ExtraParams": "--shm-size=5G",
"Networking": {
"Mode": "bridge"
},
"ExtraParams": "--shm-size=256mb --gpus all --mount type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000",
"Requires": "Note: 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)",
"Config": [
{
"@attributes": {
"Name": "Config Path",
"Target": "/config",
"Default": "/mnt/user/appdata/frigate",
"Default": "",
"Mode": "rw",
"Description": "/mnt/user/appdata/frigate",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
@ -173015,9 +173014,9 @@
"@attributes": {
"Name": "Media path",
"Target": "/media/frigate",
"Default": "/mnt/user/Media/frigate",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /media/frigate",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
@ -173031,7 +173030,7 @@
"Target": "5000",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 5000",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
@ -173045,7 +173044,7 @@
"Target": "1935",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 1935",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
@ -173059,7 +173058,7 @@
"Target": "FRIGATE_RTSP_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Container Variable: FRIGATE_RTSP_PASSWORD",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -173069,7 +173068,7 @@
},
{
"@attributes": {
"Name": "TPU Mapping",
"Name": "Coral TPU Mapping",
"Target": "/dev/bus/usb",
"Default": "",
"Mode": "",
@ -173087,7 +173086,7 @@
"Target": "",
"Default": "",
"Mode": "",
"Description": "Container Device: /dev/dri/renderD128",
"Description": "You can delete this if you are using Nvidia GPU",
"Type": "Device",
"Display": "always",
"Required": "false",
@ -173095,27 +173094,13 @@
},
"value": "/dev/dri/renderD128"
},
{
"@attributes": {
"Name": "Cache to RAM",
"Target": "/tmp/cache",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /tmp/cache",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/tmp/frigate"
},
{
"@attributes": {
"Name": "Localtime",
"Target": "/etc/localtime",
"Default": "",
"Mode": "rw",
"Description": "/etc/localtime",
"Description": "",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
@ -173125,247 +173110,16 @@
}
],
"Repo": "yayitazale's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/yayitazalesRepository/yayitazale/frigate-amd64.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/yayitazalesRepository/yayitazale/frigate.xml",
"CategoryList": [
"HomeAutomation",
"Security"
],
"downloads": 6090652,
"stars": 72,
"trending": 0.832,
"trends": [
7.691,
0.635,
0.66,
0.999,
0.811,
1.089,
0.832
],
"trendsDate": [
1647453806,
1650053018,
1652652200,
1655251416,
1657850626,
1660449810,
1663049017
],
"downloadtrend": [
5790800,
5827829,
5866546,
5925740,
5974195,
6039972,
6090652
],
"LastUpdateScan": 1663049017,
"LastUpdate": 1661695351,
"FirstSeen": 1603287783,
"topTrending": -6.859,
"topPerforming": 0.832
},
{
"Name": "frigate-nvidia",
"Repository": "blakeblackshear/frigate:stable-amd64nvidia",
"Registry": "https://hub.docker.com/r/blakeblackshear/frigate/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "true",
"Support": "https://forums.unraid.net/topic/98064-support-blakeblackshear-frigate/",
"Project": "https://docs.frigate.video/",
"Overview": "[b]NVR With Realtime Object Detection for IP Cameras[/b]\r\n[br][br]\r\nUses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras. Designed for integration with HomeAssistant or others via MQTT. Use of a Google Coral Accelerator is optional, but highly recommended. On my Intel i7 processor, I can process 2-3 FPS with the CPU. The Coral can process 100+ FPS with very low CPU load. This is the an Nvidia GPU to use hardware accel. on ffmpeg image encode/decode.\r\n[br][br]\r\n- Leverages multiprocessing heavily with an emphasis on realtime over processing every frame\r\n[br]\r\n- Uses a very low overhead motion detection to determine where to run object detection\r\n[br]\r\n- Object detection with Tensorflow runs in a separate process\r\n[br]\r\n- Object info is published over MQTT for integration into HomeAssistant as a binary sensor\r\n[br]\r\n- An endpoint is available to view an MJPEG stream for debugging, but should not be used continuously\r\n[br][br]\r\n[span style='color: red;'][b]Note:[/b][/span] A config.yml file [b]must exist[/b] in the config directory. See example [a href=\"https://docs.frigate.video/guides/getting_started\"]here[/a].\r[br]\r\n[span style='color: red;'][b]Note:[/b][/span]You need to install the nvidia drivers plugin before installing this app following [https://forums.unraid.net/topic/98978-plugin-nvidia-driver/?tab=comments#comment-913250&searchlight=1\"]this steps[/a]\r\n[br]\r\n[span style='color: red;'][b]Note:[/b][/span] If you are using a PCI Coral instead of a USB one, upgrade your Unraid system to stable 6.9.0 and then install first the needed drivers going to the CA APP and searching for [b]Coral-Driver[/b] (thanks to ich777)",
"WebUI": "http://[IP]:[PORT:5000]",
"TemplateURL": "https://raw.githubusercontent.com/yayitazale/unraid-templates/master/yayitazale/frigate-amd64-nvidia.xml",
"Icon": "https://raw.githubusercontent.com/yayitazale/unraid-templates/main/frigate.png",
"ExtraParams": "--runtime=nvidia --shm-size=5G",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "Config Path",
"Target": "/config",
"Default": "/mnt/user/appdata/frigate-nvidia",
"Mode": "rw",
"Description": "/mnt/user/appdata/frigate",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/frigate-nvidia"
},
{
"@attributes": {
"Name": "Media path",
"Target": "/media/frigate",
"Default": "/mnt/user/Media/frigate",
"Mode": "rw",
"Description": "Container Path: /media/frigate",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/Media/frigate"
},
{
"@attributes": {
"Name": "HTTP port",
"Target": "5000",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 5000",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "5000"
},
{
"@attributes": {
"Name": "RTMP port",
"Target": "1935",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 1935",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "1935"
},
{
"@attributes": {
"Name": "Frigate RTSP Password",
"Target": "FRIGATE_RTSP_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Container Variable: FRIGATE_RTSP_PASSWORD",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "enterpassword"
},
{
"@attributes": {
"Name": "TPU Mapping",
"Target": "/dev/bus/usb",
"Default": "",
"Mode": "",
"Description": "Use /dev/bus/usb for USB devices and /dev/apex_0 for PCIe devices (you must install the drivers first for PCIe devices)",
"Type": "Device",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/dev/bus/usb"
},
{
"@attributes": {
"Name": "NVIDIA_VISIBLE_DEVICES",
"Target": "NVIDIA_VISIBLE_DEVICES",
"Default": "",
"Mode": "",
"Description": "Container Variable: NVIDIA_VISIBLE_DEVICES",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "YOUR-GPU-UUID"
},
{
"@attributes": {
"Name": "NVIDIA_DRIVER_CAPABILITIES",
"Target": "NVIDIA_DRIVER_CAPABILITIES",
"Default": "",
"Mode": "",
"Description": "Container Variable: NVIDIA_DRIVER_CAPABILITIES",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "compute,utility,video"
},
{
"@attributes": {
"Name": "Cache to RAM",
"Target": "/tmp/cache",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /tmp/cache",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/tmp/frigate"
},
{
"@attributes": {
"Name": "Localtime",
"Target": "/etc/localtime",
"Default": "",
"Mode": "rw",
"Description": "/etc/localtime",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/etc/localtime"
}
],
"Repo": "yayitazale's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/yayitazalesRepository/yayitazale/frigate-amd64-nvidia.xml",
"CategoryList": [
"HomeAutomation",
"Security"
],
"downloads": 6072774,
"stars": 72,
"trending": 0.892,
"trends": [
11.757,
0.726,
0.615,
0.911,
0.837,
1.054,
0.892
],
"trendsDate": [
1646564590,
1649160213,
1651759407,
1654358609,
1656957823,
1659557021,
1662163939
],
"downloadtrend": [
5773307,
5815530,
5851542,
5905312,
5955172,
6018580,
6072774
],
"LastUpdateScan": 1662163939,
"LastUpdate": 1661695351,
"FirstSeen": 1620580238,
"topTrending": -10.865,
"topPerforming": 0.892
"downloads": 6117350,
"stars": 73,
"LastUpdate": 1663890547,
"LastUpdateScan": 1663920216,
"FirstSeen": 1663920216
},
{
"Name": "Grafana-Image-Renderer",
@ -173438,6 +173192,71 @@
"topTrending": 2.5889999999999995,
"topPerforming": 4.504
},
{
"Name": "Greed",
"Repository": "ghcr.io/steffo99/greed",
"Registry": "https://ghcr.io/steffo99/greed",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Project": "https://github.com/Steffo99/greed",
"Overview": "A customizable, multilanguage Telegram shop bot with Telegram Payments support!\r\n\r\nPlease refer to docs to learn how to activate it and how to use it. This container is not working by itself. Brief installing instructions:\r\n\r\n1. Donwload and run the container\r\n2. Edit the configuration file *config.toml* that was created in the *config* directory, adding your bot and payment tokens to it.\r\n3. Optional: customize the files in the strings folder for custom messages.\r\n4. Start the bot using the console of the container and the following command: *python -OO core.py*\r\n5. Open Telegram, and send a */start* command to your bot to be automatically promoted to \ud83d\udcbc Manager.\r\n6. Stop the bot by pressing Ctrl+C.\r\n7. Restart the container.",
"WebUI": "https://github.com/Steffo99/greed/",
"TemplateURL": "https://raw.githubusercontent.com/yayitazale/unraid-templates/master/yayitazale/greed.xml",
"Icon": "https://raw.githubusercontent.com/yayitazale/unraid-templates/main/greed.png",
"Config": [
{
"@attributes": {
"Name": "Config Path",
"Target": "/etc/greed",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/greed/config"
},
{
"@attributes": {
"Name": "Strings Path",
"Target": "/usr/src/greed/strings",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/greed/strings"
},
{
"@attributes": {
"Name": "Data path",
"Target": "/var/lib/greed",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/greed/data"
}
],
"Repo": "yayitazale's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/yayitazalesRepository/yayitazale/greed.xml",
"CategoryList": [
"Tools-Utilities",
"Other"
],
"LastUpdateScan": 1663920216,
"FirstSeen": 1663920216
},
{
"Name": "xteve-vpn",
"Repository": "brycelarge/xteve-vpn",
@ -181475,41 +181294,41 @@
"Tools-Utilities",
"MediaApp-Other"
],
"downloads": 1092994,
"downloads": 1105876,
"stars": 7,
"trending": 0.327,
"LastUpdate": 1628515920,
"trending": 1.165,
"trends": [
4.095,
0.791,
0.127,
0.106,
0.153,
0.71,
0.327
0.327,
1.165
],
"trendsDate": [
1645729410,
1648324999,
1650918407,
1653516199,
1656122615,
1658721808,
1661321019
1661321019,
1663920216
],
"downloadtrend": [
1068991,
1077517,
1078882,
1080029,
1081689,
1089423,
1092994
1092994,
1105876
],
"LastUpdateScan": 1661321019,
"LastUpdate": 1628515920,
"LastUpdateScan": 1663920216,
"FirstSeen": 1611940114,
"topTrending": -3.768,
"topPerforming": 0.327
"topTrending": 0.374,
"topPerforming": 1.165
},
{
"Name": "scrypted",
@ -201652,32 +201471,35 @@
"MediaApp-Other",
"MediaServer-Other"
],
"downloads": 517042,
"stars": 19,
"trending": 2.876,
"downloads": 540700,
"stars": 22,
"LastUpdate": 1663889763,
"trending": 4.375,
"trends": [
7.051,
4.182,
2.889,
2.876
2.876,
4.375
],
"trendsDate": [
1653523423,
1656122615,
1658721808,
1661321019
1661321019,
1663920216
],
"downloadtrend": [
434319,
467268,
487664,
502173,
517042
517042,
540700
],
"LastUpdateScan": 1661321019,
"LastUpdate": 1661297626,
"LastUpdateScan": 1663920216,
"FirstSeen": 1650924210,
"topTrending": -4.175000000000001
"topTrending": -2.676
},
{
"Name": "fotosho",
@ -216569,39 +216391,39 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 26092,
"trending": 1.579,
"downloads": 26973,
"LastUpdate": 1662143331,
"trending": 3.266,
"trends": [
42.246,
7.407,
0.941,
1.813,
1.304,
0.537,
1.579
1.579,
3.266
],
"trendsDate": [
1645729411,
1648325000,
1650918408,
1653516199,
1656122615,
1658721808,
1661321019
1661321019,
1663920216
],
"downloadtrend": [
22703,
24519,
24752,
25209,
25542,
25680,
26092
26092,
26973
],
"LastUpdateScan": 1661321019,
"LastUpdate": 1661116481,
"LastUpdateScan": 1663920216,
"FirstSeen": 1637931829,
"topTrending": -40.667
"topTrending": -4.141
},
{
"Name": "2fauth",
@ -216869,16 +216691,18 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 86365,
"stars": 2,
"trending": 0.103,
"downloads": 86482,
"stars": 3,
"LastUpdate": 1663396759,
"trending": 0.135,
"trends": [
0.229,
0.053,
0.068,
0.043,
0.044,
0.103
0.103,
0.135
],
"trendsDate": [
1648325004,
@ -216886,21 +216710,21 @@
1653516200,
1656122615,
1658721809,
1661321019
1661321019,
1663920216
],
"downloadtrend": [
85899,
86096,
86142,
86201,
86238,
86276,
86365
86365,
86482
],
"LastUpdateScan": 1661321019,
"LastUpdate": 1658989331,
"LastUpdateScan": 1663920216,
"FirstSeen": 1645729411,
"topTrending": -0.126
"topTrending": -0.094
},
{
"Name": "AllTube-Download",
@ -220859,9 +220683,9 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 4707,
"LastUpdateScan": 1661321020,
"downloads": 4940,
"LastUpdate": 1661243718,
"LastUpdateScan": 1663920217,
"FirstSeen": 1643130207
},
{
@ -223755,40 +223579,40 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 575421,
"trending": 0.011,
"downloads": 575491,
"LastUpdate": 1656618630,
"trending": 0.012,
"trends": [
50.63,
9.356,
0.008,
0.008,
0.009,
0.018,
0.011
0.011,
0.012
],
"trendsDate": [
1645729412,
1648325005,
1650918408,
1653516200,
1656122616,
1658721809,
1661321020
1661321020,
1663920217
],
"downloadtrend": [
521309,
575116,
575160,
575204,
575253,
575358,
575421
575421,
575491
],
"LastUpdateScan": 1661321020,
"LastUpdate": 1656618630,
"LastUpdateScan": 1663920217,
"FirstSeen": 1643130208,
"topTrending": -50.619,
"topPerforming": 0.011
"topTrending": -9.344,
"topPerforming": 0.012
},
{
"Name": "Plik",
@ -224904,29 +224728,32 @@
"Network-Management",
"Network-Other"
],
"downloads": 550416,
"downloads": 550738,
"stars": 3,
"trending": 0.036,
"LastUpdate": 1657440072,
"trending": 0.058,
"trends": [
0.035,
0.037,
0.036
0.036,
0.058
],
"trendsDate": [
1656122616,
1658721809,
1661321020
1661321020,
1663920217
],
"downloadtrend": [
549820,
550015,
550217,
550416
550416,
550738
],
"LastUpdateScan": 1661321020,
"LastUpdate": 1657440072,
"LastUpdateScan": 1663920217,
"FirstSeen": 1653516200,
"topTrending": 0.000999999999999994
"topTrending": 0.023
},
{
"Name": "Sharry",
@ -239843,32 +239670,35 @@
"CategoryList": [
"Productivity"
],
"downloads": 16882537,
"downloads": 16912649,
"stars": 47,
"trending": 0.133,
"LastUpdate": 1658214310,
"trending": 0.178,
"trends": [
0.153,
0.093,
0.164,
0.133
0.133,
0.178
],
"trendsDate": [
1653516201,
1656122616,
1658721809,
1661321020
1661321020,
1663920217
],
"downloadtrend": [
16791087,
16816773,
16832415,
16860147,
16882537
16882537,
16912649
],
"LastUpdateScan": 1661321020,
"LastUpdate": 1658214310,
"LastUpdateScan": 1663920217,
"FirstSeen": 1650918409,
"topTrending": -0.01999999999999999
"topTrending": 0.024999999999999994
},
{
"Name": "Docker-Mailserver",
@ -240215,32 +240045,35 @@
"CategoryList": [
"Network-Other"
],
"downloads": 7010382,
"stars": 94,
"trending": 1.745,
"downloads": 7132766,
"stars": 96,
"LastUpdate": 1663893976,
"trending": 1.716,
"trends": [
1.628,
1.482,
1.672,
1.745
1.745,
1.716
],
"trendsDate": [
1653516201,
1656122616,
1658721809,
1661321020
1661321020,
1663920217
],
"downloadtrend": [
6563803,
6672457,
6772857,
6888053,
7010382
7010382,
7132766
],
"LastUpdateScan": 1661321020,
"LastUpdate": 1661209722,
"LastUpdateScan": 1663920217,
"FirstSeen": 1651086177,
"topTrending": 0.11700000000000021
"topTrending": 0.08800000000000008
},
{
"Name": "satisfactory-server",

View File

@ -2393,5 +2393,7 @@
"ghcr.io/benphelps/homepage:latest": 1663689834,
"ghcr.io/benphelps/homepage": 1663733010,
"jamesread/olivetin": 1663776222,
"roseatoni/foptimum:latest": 1663842410
"roseatoni/foptimum:latest": 1663842410,
"blakeblackshear/frigate:stable": 1663920216,
"ghcr.io/steffo99/greed": 1663920216
}

View File

@ -1 +1 @@
1764
0

29
log.txt
View File

@ -1841,9 +1841,9 @@ Processing /tmp/appFeed/templates/argashsRepository/amongusdiscord.xml...Success
Downloading yayitazale's Repository: https://github.com/yayitazale/unraid-templates -> /tmp/appFeed/templates/yayitazalesRepository Attempt 1... Success!
Processing /tmp/appFeed/templates/yayitazalesRepository/yayitazale/antennas.xml...Success
Processing /tmp/appFeed/templates/yayitazalesRepository/yayitazale/ca_profile.xml...FOUND PROFILE
Processing /tmp/appFeed/templates/yayitazalesRepository/yayitazale/frigate-amd64.xml...Success
Processing /tmp/appFeed/templates/yayitazalesRepository/yayitazale/frigate-amd64-nvidia.xml...Success
Processing /tmp/appFeed/templates/yayitazalesRepository/yayitazale/frigate.xml...Success
Processing /tmp/appFeed/templates/yayitazalesRepository/yayitazale/grafana-image-renderer.xml...Success
Processing /tmp/appFeed/templates/yayitazalesRepository/yayitazale/greed.xml...Success
Downloading brycelarge's Repository: https://github.com/brycelarge/unraid-templates -> /tmp/appFeed/templates/brycelargesRepository Attempt 1... Success!
@ -3080,6 +3080,31 @@ Processing /tmp/appFeed/templates/roseatonisRepository/Foptimum/foptimum.xml...S
Updating stats on containers
golift/unpackerr
golift/unpackerr Downloads: 8390209 Stars: 13 Base: unknown
Tagged - Can't determine last update
blakeblackshear/frigate
blakeblackshear/frigate:stable Downloads: 6117350 Stars: 73 Base: unknown
steffo99/greed
ghcr.io/steffo99/greed Downloads: Stars: Base: unknown
lukechannings/moviematch
lukechannings/moviematch Downloads: 1105876 Stars: 7 Base: unknown
advplyr/audiobookshelf
ghcr.io/advplyr/audiobookshelf Downloads: 540700 Stars: 22 Base: unknown
bobokun/qbit_manage
bobokun/qbit_manage Downloads: 26973 Stars: 0 Base: unknown
admidio/admidio
admidio/admidio Downloads: 86482 Stars: 3 Base: unknown
bleckbeard/hiccup
bleckbeard/hiccup Downloads: 4940 Stars: 0 Base: unknown
interaapps/pastefy
interaapps/pastefy Downloads: 575491 Stars: 0 Base: unknown
ex0nuss/remote-wake-sleep-on-lan-docker
ex0nuss/remote-wake-sleep-on-lan-docker Downloads: 550738 Stars: 3 Base: unknown
tomsquest/docker-radicale
tomsquest/docker-radicale Downloads: 16912649 Stars: 47 Base: unknown
mailserver/docker-mailserver
mailserver/docker-mailserver:latest Downloads: 7132766 Stars: 96 Base: unknown
Updating GitHub

View File

@ -107895,7 +107895,6 @@
],
"downloads": 11167,
"stars": 1,
"LastUpdate": 1659695645,
"trending": 2.445,
"trends": [
1.429,
@ -107923,6 +107922,7 @@
11167
],
"LastUpdateScan": 1663905815,
"LastUpdate": 1659695645,
"FirstSeen": 1640516620,
"topTrending": 1.0159999999999998
},

View File

@ -27810,36 +27810,36 @@
},
"golift/unpackerr": {
"Base": null,
"Downloads": 8364625,
"Downloads": 8390209,
"Stars": 13,
"Time": 1661321019,
"trending": 0.194,
"Time": 1663920215,
"trending": 0.305,
"trends": [
11.674,
1.745,
0.149,
0.185,
0.134,
0.365,
0.194
0.194,
0.305
],
"downloadtrend": [
8134623,
8279071,
8291448,
8306778,
8317941,
8348406,
8364625
8364625,
8390209
],
"trendsDate": [
1645729410,
1648324999,
1650918407,
1653516199,
1656122614,
1658721808,
1661321019
1661321019,
1663920215
],
"LastUpdate": 1658042539
},
@ -41339,7 +41339,7 @@
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1661321018,
"Time": 1663920215,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -41348,36 +41348,36 @@
},
"lukechannings/moviematch": {
"Base": null,
"Downloads": 1092994,
"Downloads": 1105876,
"Stars": 7,
"Time": 1661321019,
"trending": 0.327,
"Time": 1663920216,
"trending": 1.165,
"trends": [
4.095,
0.791,
0.127,
0.106,
0.153,
0.71,
0.327
0.327,
1.165
],
"downloadtrend": [
1068991,
1077517,
1078882,
1080029,
1081689,
1089423,
1092994
1092994,
1105876
],
"trendsDate": [
1645729410,
1648324999,
1650918407,
1653516199,
1656122615,
1658721808,
1661321019
1661321019,
1663920216
],
"LastUpdate": 1628515920
},
@ -56038,38 +56038,38 @@
},
"bobokun/qbit_manage": {
"Base": null,
"Downloads": 26092,
"Downloads": 26973,
"Stars": null,
"Time": 1661321019,
"trending": 1.579,
"Time": 1663920216,
"trending": 3.266,
"trends": [
42.246,
7.407,
0.941,
1.813,
1.304,
0.537,
1.579
1.579,
3.266
],
"downloadtrend": [
22703,
24519,
24752,
25209,
25542,
25680,
26092
26092,
26973
],
"trendsDate": [
1645729411,
1648325000,
1650918408,
1653516199,
1656122615,
1658721808,
1661321019
1661321019,
1663920216
],
"LastUpdate": 1661116481
"LastUpdate": 1662143331
},
"mozilla/syncserver": {
"Base": null,
@ -59323,9 +59323,9 @@
},
"bleckbeard/hiccup": {
"Base": null,
"Downloads": 4707,
"Downloads": 4940,
"Stars": null,
"Time": 1661321020,
"Time": 1663920217,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -59334,36 +59334,36 @@
},
"interaapps/pastefy": {
"Base": null,
"Downloads": 575421,
"Downloads": 575491,
"Stars": null,
"Time": 1661321020,
"trending": 0.011,
"Time": 1663920217,
"trending": 0.012,
"trends": [
50.63,
9.356,
0.008,
0.008,
0.009,
0.018,
0.011
0.011,
0.012
],
"downloadtrend": [
521309,
575116,
575160,
575204,
575253,
575358,
575421
575421,
575491
],
"trendsDate": [
1645729412,
1648325005,
1650918408,
1653516200,
1656122616,
1658721809,
1661321020
1661321020,
1663920217
],
"LastUpdate": 1656618630
},
@ -61050,26 +61050,27 @@
},
"admidio/admidio": {
"Base": null,
"Downloads": 86365,
"Stars": 2,
"Time": 1661321019,
"trending": 0.103,
"Downloads": 86482,
"Stars": 3,
"Time": 1663920216,
"trending": 0.135,
"trends": [
0.229,
0.053,
0.068,
0.043,
0.044,
0.103
0.103,
0.135
],
"downloadtrend": [
85899,
86096,
86142,
86201,
86238,
86276,
86365
86365,
86482
],
"trendsDate": [
1648325004,
@ -61077,9 +61078,10 @@
1653516200,
1656122615,
1658721809,
1661321019
1661321019,
1663920216
],
"LastUpdate": 1658989331
"LastUpdate": 1663396759
},
"bpatrik/pigallery2:latest-debian-buster": {
"Base": null,
@ -62741,84 +62743,93 @@
},
"tomsquest/docker-radicale": {
"Base": null,
"Downloads": 16882537,
"Downloads": 16912649,
"Stars": 47,
"Time": 1661321020,
"trending": 0.133,
"Time": 1663920217,
"trending": 0.178,
"trends": [
0.153,
0.093,
0.164,
0.133
0.133,
0.178
],
"downloadtrend": [
16791087,
16816773,
16832415,
16860147,
16882537
16882537,
16912649
],
"trendsDate": [
1653516201,
1656122616,
1658721809,
1661321020
1661321020,
1663920217
],
"LastUpdate": 1658214310
},
"mailserver/docker-mailserver:latest": {
"Base": null,
"Downloads": 7010382,
"Stars": 94,
"Time": 1661321020,
"trending": 1.745,
"Downloads": 7132766,
"Stars": 96,
"Time": 1663920217,
"trending": 1.716,
"trends": [
1.628,
1.482,
1.672,
1.745
1.745,
1.716
],
"downloadtrend": [
6563803,
6672457,
6772857,
6888053,
7010382
7010382,
7132766
],
"trendsDate": [
1653516201,
1656122616,
1658721809,
1661321020
1661321020,
1663920217
],
"LastUpdate": 1661209722
"LastUpdate": 1663893976
},
"ghcr.io/advplyr/audiobookshelf": {
"Base": null,
"Downloads": 517042,
"Stars": 19,
"Time": 1661321019,
"trending": 2.876,
"Downloads": 540700,
"Stars": 22,
"Time": 1663920216,
"trending": 4.375,
"trends": [
7.051,
4.182,
2.889,
2.876
2.876,
4.375
],
"downloadtrend": [
434319,
467268,
487664,
502173,
517042
517042,
540700
],
"trendsDate": [
1653523423,
1656122615,
1658721808,
1661321019
1661321019,
1663920216
],
"LastUpdate": 1661297626
"LastUpdate": 1663889763
},
"andrijn/plex-ngrok": {
"Base": null,
@ -63440,25 +63451,28 @@
},
"ex0nuss/remote-wake-sleep-on-lan-docker": {
"Base": null,
"Downloads": 550416,
"Downloads": 550738,
"Stars": 3,
"Time": 1661321020,
"trending": 0.036,
"Time": 1663920217,
"trending": 0.058,
"trends": [
0.035,
0.037,
0.036
0.036,
0.058
],
"downloadtrend": [
549820,
550015,
550217,
550416
550416,
550738
],
"trendsDate": [
1656122616,
1658721809,
1661321020
1661321020,
1663920217
],
"LastUpdate": 1657440072
},
@ -65865,5 +65879,27 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1663814136
},
"blakeblackshear/frigate:stable": {
"Base": null,
"Downloads": 6117350,
"Stars": 73,
"Time": 1663920216,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1663890547
},
"ghcr.io/steffo99/greed": {
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1663920216,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": null
}
}