mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-05-06 16:33:23 +00:00
Update
This commit is contained in:
parent
798fc42fb9
commit
c639fcaf5a
@ -1,3 +1,3 @@
|
||||
{
|
||||
"last_updated_timestamp": 1727834786
|
||||
"last_updated_timestamp": 1727841974
|
||||
}
|
@ -5497,6 +5497,87 @@
|
||||
"FirstSeen": 1718186787,
|
||||
"topTrending": -0.641
|
||||
},
|
||||
{
|
||||
"Name": "autoheal",
|
||||
"Repository": "willfarrell/autoheal",
|
||||
"Registry": "https://hub.docker.com/r/willfarrell/autoheal",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/willfarrell/docker-autoheal/issues",
|
||||
"Project": "https://github.com/willfarrell/docker-autoheal",
|
||||
"Overview": "Monitor and restart unhealthy docker containers. This functionality was proposed to be included with the addition of HEALTHCHECK, however didn't make the cut. This container is a stand-in till there is native support for --exit-on-unhealthy",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/petersem/unraid-templates/master/autoheal/autoheal.xml",
|
||||
"ExtraParams": "--restart=always",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "AUTOHEAL_CONTAINER_LABEL",
|
||||
"Target": "AUTOHEAL_CONTAINER_LABEL",
|
||||
"Default": "all",
|
||||
"Mode": "",
|
||||
"Description": "all - to monitor all containers\r\nheal - to montor containers with labels of AUTOHEAL_CONTAINER_LABEL=heal",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "all"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "AUTOHEAL_INTERVAL",
|
||||
"Target": "AUTOHEAL_INTERVAL",
|
||||
"Default": "5",
|
||||
"Mode": "",
|
||||
"Description": "The period to check for unhealthy containers",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "5"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "AUTOHEAL_START_PERIOD",
|
||||
"Target": "AUTOHEAL_START_PERIOD",
|
||||
"Default": "0",
|
||||
"Mode": "",
|
||||
"Description": "wait 0 seconds before first health check",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DOCKER_SOCK",
|
||||
"Target": "/var/run/docker.sock",
|
||||
"Default": "/var/run/docker.sock",
|
||||
"Mode": "rw",
|
||||
"Description": "path to docker.sock ",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/var/run/docker.sock"
|
||||
}
|
||||
],
|
||||
"Repo": "petersem's Repository",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/petersemsRepository/autoheal/autoheal.xml",
|
||||
"CategoryList": [
|
||||
"Tools-Utilities"
|
||||
],
|
||||
"downloads": 133123409,
|
||||
"stars": 130,
|
||||
"LastUpdate": 1727828455,
|
||||
"LastUpdateScan": 1727841971,
|
||||
"FirstSeen": 1727841971
|
||||
},
|
||||
{
|
||||
"Name": "exportarr",
|
||||
"Repository": "petersem/exportarr",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"apps": 2398,
|
||||
"last_updated_timestamp": 1727834786,
|
||||
"last_updated": "2024-10-01 22:06",
|
||||
"apps": 2399,
|
||||
"last_updated_timestamp": 1727841974,
|
||||
"last_updated": "2024-10-02 00:06",
|
||||
"categories": [
|
||||
{
|
||||
"Cat": "AI:",
|
||||
@ -5663,6 +5663,87 @@
|
||||
"FirstSeen": 1718186787,
|
||||
"topTrending": -0.641
|
||||
},
|
||||
{
|
||||
"Name": "autoheal",
|
||||
"Repository": "willfarrell/autoheal",
|
||||
"Registry": "https://hub.docker.com/r/willfarrell/autoheal",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/willfarrell/docker-autoheal/issues",
|
||||
"Project": "https://github.com/willfarrell/docker-autoheal",
|
||||
"Overview": "Monitor and restart unhealthy docker containers. This functionality was proposed to be included with the addition of HEALTHCHECK, however didn't make the cut. This container is a stand-in till there is native support for --exit-on-unhealthy",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/petersem/unraid-templates/master/autoheal/autoheal.xml",
|
||||
"ExtraParams": "--restart=always",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "AUTOHEAL_CONTAINER_LABEL",
|
||||
"Target": "AUTOHEAL_CONTAINER_LABEL",
|
||||
"Default": "all",
|
||||
"Mode": "",
|
||||
"Description": "all - to monitor all containers\r\nheal - to montor containers with labels of AUTOHEAL_CONTAINER_LABEL=heal",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "all"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "AUTOHEAL_INTERVAL",
|
||||
"Target": "AUTOHEAL_INTERVAL",
|
||||
"Default": "5",
|
||||
"Mode": "",
|
||||
"Description": "The period to check for unhealthy containers",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "5"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "AUTOHEAL_START_PERIOD",
|
||||
"Target": "AUTOHEAL_START_PERIOD",
|
||||
"Default": "0",
|
||||
"Mode": "",
|
||||
"Description": "wait 0 seconds before first health check",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DOCKER_SOCK",
|
||||
"Target": "/var/run/docker.sock",
|
||||
"Default": "/var/run/docker.sock",
|
||||
"Mode": "rw",
|
||||
"Description": "path to docker.sock ",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/var/run/docker.sock"
|
||||
}
|
||||
],
|
||||
"Repo": "petersem's Repository",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/petersemsRepository/autoheal/autoheal.xml",
|
||||
"CategoryList": [
|
||||
"Tools-Utilities"
|
||||
],
|
||||
"downloads": 133123409,
|
||||
"stars": 130,
|
||||
"LastUpdate": 1727828455,
|
||||
"LastUpdateScan": 1727841971,
|
||||
"FirstSeen": 1727841971
|
||||
},
|
||||
{
|
||||
"Name": "exportarr",
|
||||
"Repository": "petersem/exportarr",
|
||||
|
@ -3544,5 +3544,6 @@
|
||||
"anonaddy/anonaddy:latest": 1727655016,
|
||||
"waazaafr/gpt-subtrans-openai:latest": 1727676414,
|
||||
"klakegg/hugo:latest": 1727829357,
|
||||
"minio/mc:latest": 1727829360
|
||||
"minio/mc:latest": 1727829360,
|
||||
"willfarrell/autoheal": 1727841971
|
||||
}
|
4
log.txt
4
log.txt
@ -169,6 +169,7 @@ Processing /tmp/appFeed/templates/janmersRepository/rotki/rotki.xml...Success
|
||||
|
||||
|
||||
Downloading petersem's Repository: https://github.com/petersem/unraid-templates -> /tmp/appFeed/templates/petersemsRepository Attempt 1...https://github.com/petersem/unraid-templates/archive/master.tar.gz Success!
|
||||
Processing /tmp/appFeed/templates/petersemsRepository/autoheal/autoheal.xml...Success
|
||||
Processing /tmp/appFeed/templates/petersemsRepository/ca_profile.xml...FOUND PROFILE
|
||||
Processing /tmp/appFeed/templates/petersemsRepository/exportarr/exportarr.xml...Success
|
||||
Processing /tmp/appFeed/templates/petersemsRepository/monocker/monocker.xml...Success
|
||||
@ -4368,6 +4369,9 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
|
||||
|
||||
Updating stats on containers
|
||||
|
||||
willfarrell/autoheal
|
||||
willfarrell/autoheal Downloads: 133123409 Stars: 130 Base: unknown
|
||||
Pulling willfarrell/autoheal
|
||||
Privileged: 106
|
||||
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
"TemplateURL": "https://raw.githubusercontent.com/phyzical/UnraidPlugins/master/docker.labelInjector.xml",
|
||||
"Repository": "\n https://raw.githubusercontent.com/phyzical/docker.labelInjector/main/docker.labelInjector.plg",
|
||||
"Plugin": true,
|
||||
"pluginVersion": "2024.09.30",
|
||||
"pluginVersion": "2024.10.02",
|
||||
"MinVer": "6.12.3",
|
||||
"Overview": "This plugin adds a quick way to add/modify/remove labels to all selected containers from the\n docker tab in unraid",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/phyzicalsRepository/docker.labelInjector.xml",
|
||||
@ -18297,8 +18297,8 @@
|
||||
"Tools-Utilities"
|
||||
],
|
||||
"downloads": 235,
|
||||
"LastUpdate": 1727364951,
|
||||
"LastUpdateScan": 1727829353,
|
||||
"LastUpdate": 1727364951,
|
||||
"FirstSeen": 1720008391
|
||||
},
|
||||
{
|
||||
@ -87244,7 +87244,6 @@
|
||||
],
|
||||
"downloads": 731443,
|
||||
"stars": 8,
|
||||
"LastUpdate": 1714887740,
|
||||
"trending": 0.629,
|
||||
"trends": [
|
||||
0.567,
|
||||
@ -87274,6 +87273,7 @@
|
||||
731443
|
||||
],
|
||||
"LastUpdateScan": 1727829353,
|
||||
"LastUpdate": 1714887740,
|
||||
"FirstSeen": 1603735753,
|
||||
"topTrending": 0.062000000000000055,
|
||||
"topPerforming": 0.629
|
||||
@ -115008,7 +115008,6 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1727829353,
|
||||
"FirstSeen": 1720029990
|
||||
},
|
||||
{
|
||||
@ -156728,7 +156727,6 @@
|
||||
],
|
||||
"downloads": 470227179,
|
||||
"stars": 229,
|
||||
"LastUpdate": 1727085530,
|
||||
"trending": 0.152,
|
||||
"trends": [
|
||||
0.303,
|
||||
@ -156758,6 +156756,7 @@
|
||||
470227179
|
||||
],
|
||||
"LastUpdateScan": 1727829353,
|
||||
"LastUpdate": 1727085530,
|
||||
"FirstSeen": 1704445544,
|
||||
"topTrending": -0.151,
|
||||
"topPerforming": 0.152
|
||||
@ -157047,7 +157046,6 @@
|
||||
"MediaServer-Music"
|
||||
],
|
||||
"downloads": 47075,
|
||||
"LastUpdate": 1727437028,
|
||||
"trending": 6.634,
|
||||
"trends": [
|
||||
16.388,
|
||||
@ -157077,6 +157075,7 @@
|
||||
47075
|
||||
],
|
||||
"LastUpdateScan": 1727829353,
|
||||
"LastUpdate": 1727437028,
|
||||
"FirstSeen": 1704445544,
|
||||
"topTrending": -9.754000000000001
|
||||
},
|
||||
@ -172954,7 +172953,6 @@
|
||||
],
|
||||
"downloads": 1480806,
|
||||
"stars": 10,
|
||||
"LastUpdate": 1727241852,
|
||||
"trending": 0.34,
|
||||
"trends": [
|
||||
0.247,
|
||||
@ -172984,6 +172982,7 @@
|
||||
1480806
|
||||
],
|
||||
"LastUpdateScan": 1727829354,
|
||||
"LastUpdate": 1727241852,
|
||||
"FirstSeen": 1692497083,
|
||||
"topTrending": 0.09300000000000003,
|
||||
"topPerforming": 0.34
|
||||
@ -173672,7 +173671,6 @@
|
||||
],
|
||||
"downloads": 16158959,
|
||||
"stars": 27,
|
||||
"LastUpdate": 1727763464,
|
||||
"trending": 0.342,
|
||||
"trends": [
|
||||
0.281,
|
||||
@ -173702,6 +173700,7 @@
|
||||
16158959
|
||||
],
|
||||
"LastUpdateScan": 1727829354,
|
||||
"LastUpdate": 1727763464,
|
||||
"FirstSeen": 1692497083,
|
||||
"topTrending": 0.061,
|
||||
"topPerforming": 0.342
|
||||
@ -174058,7 +174057,6 @@
|
||||
],
|
||||
"downloads": 408766,
|
||||
"stars": 4,
|
||||
"LastUpdate": 1727241941,
|
||||
"trending": 0.376,
|
||||
"trends": [
|
||||
0.407,
|
||||
@ -174088,6 +174086,7 @@
|
||||
408766
|
||||
],
|
||||
"LastUpdateScan": 1727829354,
|
||||
"LastUpdate": 1727241941,
|
||||
"FirstSeen": 1692497084,
|
||||
"topTrending": -0.030999999999999972,
|
||||
"topPerforming": 0.376
|
||||
@ -174555,7 +174554,6 @@
|
||||
],
|
||||
"downloads": 1537955,
|
||||
"stars": 15,
|
||||
"LastUpdate": 1727241245,
|
||||
"trending": 0.408,
|
||||
"trends": [
|
||||
0.399,
|
||||
@ -174585,6 +174583,7 @@
|
||||
1537955
|
||||
],
|
||||
"LastUpdateScan": 1727829354,
|
||||
"LastUpdate": 1727241245,
|
||||
"FirstSeen": 1692497084,
|
||||
"topTrending": 0.008999999999999952,
|
||||
"topPerforming": 0.408
|
||||
@ -174898,7 +174897,6 @@
|
||||
],
|
||||
"downloads": 88182,
|
||||
"stars": 2,
|
||||
"LastUpdate": 1727241357,
|
||||
"trending": 1.384,
|
||||
"trends": [
|
||||
1.914,
|
||||
@ -174928,6 +174926,7 @@
|
||||
88182
|
||||
],
|
||||
"LastUpdateScan": 1727829354,
|
||||
"LastUpdate": 1727241357,
|
||||
"FirstSeen": 1692497084,
|
||||
"topTrending": -0.53
|
||||
},
|
||||
@ -175303,7 +175302,6 @@
|
||||
],
|
||||
"downloads": 641617,
|
||||
"stars": 8,
|
||||
"LastUpdate": 1727241514,
|
||||
"trending": 0.514,
|
||||
"trends": [
|
||||
0.464,
|
||||
@ -175333,6 +175331,7 @@
|
||||
641617
|
||||
],
|
||||
"LastUpdateScan": 1727829354,
|
||||
"LastUpdate": 1727241514,
|
||||
"FirstSeen": 1692497084,
|
||||
"topTrending": 0.04999999999999999,
|
||||
"topPerforming": 0.514
|
||||
@ -175668,7 +175667,6 @@
|
||||
],
|
||||
"downloads": 22084975,
|
||||
"stars": 31,
|
||||
"LastUpdate": 1727763391,
|
||||
"trending": 0.197,
|
||||
"trends": [
|
||||
0.127,
|
||||
@ -175698,6 +175696,7 @@
|
||||
22084975
|
||||
],
|
||||
"LastUpdateScan": 1727829354,
|
||||
"LastUpdate": 1727763391,
|
||||
"FirstSeen": 1692497084,
|
||||
"topTrending": 0.07,
|
||||
"topPerforming": 0.197
|
||||
@ -176048,7 +176047,6 @@
|
||||
],
|
||||
"downloads": 1604114,
|
||||
"stars": 18,
|
||||
"LastUpdate": 1727674479,
|
||||
"trending": 1.815,
|
||||
"trends": [
|
||||
1.054,
|
||||
@ -176078,6 +176076,7 @@
|
||||
1604114
|
||||
],
|
||||
"LastUpdateScan": 1727829354,
|
||||
"LastUpdate": 1727674479,
|
||||
"FirstSeen": 1692497084,
|
||||
"topTrending": 0.7609999999999999,
|
||||
"topPerforming": 1.815
|
||||
@ -176407,7 +176406,6 @@
|
||||
],
|
||||
"downloads": 37775,
|
||||
"stars": 2,
|
||||
"LastUpdate": 1727241828,
|
||||
"trending": 13.975,
|
||||
"trends": [
|
||||
22.214,
|
||||
@ -176435,6 +176433,7 @@
|
||||
37775
|
||||
],
|
||||
"LastUpdateScan": 1727829355,
|
||||
"LastUpdate": 1727241828,
|
||||
"FirstSeen": 1692518671,
|
||||
"topTrending": -8.238999999999999
|
||||
},
|
||||
@ -176787,7 +176786,6 @@
|
||||
],
|
||||
"downloads": 13956427,
|
||||
"stars": 28,
|
||||
"LastUpdate": 1727590545,
|
||||
"trending": 0.417,
|
||||
"trends": [
|
||||
0.152,
|
||||
@ -176817,6 +176815,7 @@
|
||||
13956427
|
||||
],
|
||||
"LastUpdateScan": 1727829355,
|
||||
"LastUpdate": 1727590545,
|
||||
"FirstSeen": 1692497085,
|
||||
"topTrending": 0.265,
|
||||
"topPerforming": 0.417
|
||||
@ -177522,7 +177521,6 @@
|
||||
],
|
||||
"downloads": 23680037,
|
||||
"stars": 18,
|
||||
"LastUpdate": 1726539748,
|
||||
"trending": 0.032,
|
||||
"trends": [
|
||||
0.033,
|
||||
@ -177552,6 +177550,7 @@
|
||||
23680037
|
||||
],
|
||||
"LastUpdateScan": 1727829355,
|
||||
"LastUpdate": 1726539748,
|
||||
"FirstSeen": 1692497085,
|
||||
"topTrending": -0.0010000000000000009,
|
||||
"topPerforming": 0.032
|
||||
@ -177887,7 +177886,6 @@
|
||||
],
|
||||
"downloads": 7959714,
|
||||
"stars": 18,
|
||||
"LastUpdate": 1727241855,
|
||||
"trending": 0.269,
|
||||
"trends": [
|
||||
0.213,
|
||||
@ -177917,6 +177915,7 @@
|
||||
7959714
|
||||
],
|
||||
"LastUpdateScan": 1727829355,
|
||||
"LastUpdate": 1727241855,
|
||||
"FirstSeen": 1692497085,
|
||||
"topTrending": 0.05600000000000002,
|
||||
"topPerforming": 0.269
|
||||
@ -178345,7 +178344,6 @@
|
||||
],
|
||||
"downloads": 3665964,
|
||||
"stars": 12,
|
||||
"LastUpdate": 1727338594,
|
||||
"trending": 0.176,
|
||||
"trends": [
|
||||
0.165,
|
||||
@ -178375,6 +178373,7 @@
|
||||
3665964
|
||||
],
|
||||
"LastUpdateScan": 1727829355,
|
||||
"LastUpdate": 1727338594,
|
||||
"FirstSeen": 1692497085,
|
||||
"topTrending": 0.010999999999999982,
|
||||
"topPerforming": 0.176
|
||||
@ -178714,7 +178713,6 @@
|
||||
],
|
||||
"downloads": 10808403,
|
||||
"stars": 26,
|
||||
"LastUpdate": 1727708119,
|
||||
"trending": 0.843,
|
||||
"trends": [
|
||||
0.521,
|
||||
@ -178744,6 +178742,7 @@
|
||||
10808403
|
||||
],
|
||||
"LastUpdateScan": 1727829355,
|
||||
"LastUpdate": 1727708119,
|
||||
"FirstSeen": 1692497085,
|
||||
"topTrending": 0.32199999999999995,
|
||||
"topPerforming": 0.843
|
||||
@ -179078,7 +179077,6 @@
|
||||
],
|
||||
"downloads": 204950,
|
||||
"stars": 5,
|
||||
"LastUpdate": 1727829353,
|
||||
"trending": 4.091,
|
||||
"trends": [
|
||||
2.491,
|
||||
@ -179108,6 +179106,7 @@
|
||||
204950
|
||||
],
|
||||
"LastUpdateScan": 1727829356,
|
||||
"LastUpdate": 1727829353,
|
||||
"FirstSeen": 1692497085,
|
||||
"topTrending": 1.6,
|
||||
"topPerforming": 4.091
|
||||
@ -179456,7 +179455,6 @@
|
||||
],
|
||||
"downloads": 6430776,
|
||||
"stars": 37,
|
||||
"LastUpdate": 1727738932,
|
||||
"trending": 1.164,
|
||||
"trends": [
|
||||
0.736,
|
||||
@ -179486,6 +179484,7 @@
|
||||
6430776
|
||||
],
|
||||
"LastUpdateScan": 1727829356,
|
||||
"LastUpdate": 1727738932,
|
||||
"FirstSeen": 1692497086,
|
||||
"topTrending": 0.42799999999999994,
|
||||
"topPerforming": 1.164
|
||||
@ -179839,7 +179838,6 @@
|
||||
],
|
||||
"downloads": 56786852,
|
||||
"stars": 61,
|
||||
"LastUpdate": 1727819416,
|
||||
"trending": 0.221,
|
||||
"trends": [
|
||||
0.137,
|
||||
@ -179869,6 +179867,7 @@
|
||||
56786852
|
||||
],
|
||||
"LastUpdateScan": 1727829356,
|
||||
"LastUpdate": 1727819416,
|
||||
"FirstSeen": 1692497086,
|
||||
"topTrending": 0.08399999999999999,
|
||||
"topPerforming": 0.221
|
||||
@ -180218,7 +180217,6 @@
|
||||
],
|
||||
"downloads": 43424939,
|
||||
"stars": 59,
|
||||
"LastUpdate": 1727588988,
|
||||
"trending": 0.153,
|
||||
"trends": [
|
||||
0.207,
|
||||
@ -180248,6 +180246,7 @@
|
||||
43424939
|
||||
],
|
||||
"LastUpdateScan": 1727829356,
|
||||
"LastUpdate": 1727588988,
|
||||
"FirstSeen": 1605361474,
|
||||
"topTrending": -0.05399999999999999,
|
||||
"topPerforming": 0.153
|
||||
@ -180932,7 +180931,6 @@
|
||||
],
|
||||
"downloads": 242947,
|
||||
"stars": 4,
|
||||
"LastUpdate": 1727241880,
|
||||
"trending": 0.717,
|
||||
"trends": [
|
||||
2.154,
|
||||
@ -180962,6 +180960,7 @@
|
||||
242947
|
||||
],
|
||||
"LastUpdateScan": 1727829356,
|
||||
"LastUpdate": 1727241880,
|
||||
"FirstSeen": 1692497086,
|
||||
"topTrending": -1.4369999999999998,
|
||||
"topPerforming": 0.717
|
||||
@ -181314,7 +181313,6 @@
|
||||
],
|
||||
"downloads": 4125223,
|
||||
"stars": 17,
|
||||
"LastUpdate": 1727765132,
|
||||
"trending": 0.62,
|
||||
"trends": [
|
||||
0.462,
|
||||
@ -181344,6 +181342,7 @@
|
||||
4125223
|
||||
],
|
||||
"LastUpdateScan": 1727829356,
|
||||
"LastUpdate": 1727765132,
|
||||
"FirstSeen": 1692497086,
|
||||
"topTrending": 0.15799999999999997,
|
||||
"topPerforming": 0.62
|
||||
@ -181693,7 +181692,6 @@
|
||||
],
|
||||
"downloads": 44962408,
|
||||
"stars": 49,
|
||||
"LastUpdate": 1727489392,
|
||||
"trending": 0.154,
|
||||
"trends": [
|
||||
0.148,
|
||||
@ -181723,6 +181721,7 @@
|
||||
44962408
|
||||
],
|
||||
"LastUpdateScan": 1727829356,
|
||||
"LastUpdate": 1727489392,
|
||||
"FirstSeen": 1692497087,
|
||||
"topTrending": 0.006000000000000005,
|
||||
"topPerforming": 0.154
|
||||
@ -182071,7 +182070,6 @@
|
||||
],
|
||||
"downloads": 780652,
|
||||
"stars": 6,
|
||||
"LastUpdate": 1727681762,
|
||||
"trending": 1.596,
|
||||
"trends": [
|
||||
1.174,
|
||||
@ -182101,6 +182099,7 @@
|
||||
780652
|
||||
],
|
||||
"LastUpdateScan": 1727829356,
|
||||
"LastUpdate": 1727681762,
|
||||
"FirstSeen": 1692497087,
|
||||
"topTrending": 0.42200000000000015,
|
||||
"topPerforming": 1.596
|
||||
@ -182436,7 +182435,6 @@
|
||||
],
|
||||
"downloads": 3732608,
|
||||
"stars": 13,
|
||||
"LastUpdate": 1727241905,
|
||||
"trending": 0.274,
|
||||
"trends": [
|
||||
0.255,
|
||||
@ -182466,6 +182464,7 @@
|
||||
3732608
|
||||
],
|
||||
"LastUpdateScan": 1727829356,
|
||||
"LastUpdate": 1727241905,
|
||||
"FirstSeen": 1692497087,
|
||||
"topTrending": 0.019000000000000017,
|
||||
"topPerforming": 0.274
|
||||
@ -182804,7 +182803,6 @@
|
||||
],
|
||||
"downloads": 2353450,
|
||||
"stars": 15,
|
||||
"LastUpdate": 1727242108,
|
||||
"trending": 0.86,
|
||||
"trends": [
|
||||
1.127,
|
||||
@ -182834,6 +182832,7 @@
|
||||
2353450
|
||||
],
|
||||
"LastUpdateScan": 1727829357,
|
||||
"LastUpdate": 1727242108,
|
||||
"FirstSeen": 1692497087,
|
||||
"topTrending": -0.267,
|
||||
"topPerforming": 0.86
|
||||
@ -183177,7 +183176,6 @@
|
||||
],
|
||||
"downloads": 1435104,
|
||||
"stars": 15,
|
||||
"LastUpdate": 1727241947,
|
||||
"trending": 1.954,
|
||||
"trends": [
|
||||
4.229,
|
||||
@ -183207,6 +183205,7 @@
|
||||
1435104
|
||||
],
|
||||
"LastUpdateScan": 1727829357,
|
||||
"LastUpdate": 1727241947,
|
||||
"FirstSeen": 1648937010,
|
||||
"topTrending": -2.2750000000000004,
|
||||
"topPerforming": 1.954
|
||||
@ -301384,7 +301383,6 @@
|
||||
],
|
||||
"downloads": 48908,
|
||||
"stars": 2,
|
||||
"LastUpdate": 1722183915,
|
||||
"trending": 19.279,
|
||||
"trends": [
|
||||
15.474,
|
||||
@ -301414,6 +301412,7 @@
|
||||
48908
|
||||
],
|
||||
"LastUpdateScan": 1727829357,
|
||||
"LastUpdate": 1722183915,
|
||||
"FirstSeen": 1707023142,
|
||||
"topTrending": 3.8049999999999997
|
||||
},
|
||||
@ -314915,8 +314914,8 @@
|
||||
],
|
||||
"downloads": 20405767,
|
||||
"stars": 215,
|
||||
"LastUpdate": 1686006100,
|
||||
"LastUpdateScan": 1727829357,
|
||||
"LastUpdate": 1686006100,
|
||||
"FirstSeen": 1727829357
|
||||
},
|
||||
{
|
||||
@ -316573,8 +316572,8 @@
|
||||
],
|
||||
"downloads": 110800847,
|
||||
"stars": 52,
|
||||
"LastUpdate": 1726510490,
|
||||
"LastUpdateScan": 1727829360,
|
||||
"LastUpdate": 1726510490,
|
||||
"FirstSeen": 1727829360
|
||||
},
|
||||
{
|
||||
@ -338392,8 +338391,8 @@
|
||||
"MediaServer"
|
||||
],
|
||||
"downloads": 279,
|
||||
"LastUpdate": 1724765557,
|
||||
"LastUpdateScan": 1727829362,
|
||||
"LastUpdate": 1724765557,
|
||||
"FirstSeen": 1705093556
|
||||
},
|
||||
{
|
||||
|
@ -94212,5 +94212,16 @@
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null,
|
||||
"LastUpdate": 1726510490
|
||||
},
|
||||
"willfarrell/autoheal": {
|
||||
"Base": null,
|
||||
"Downloads": 133123409,
|
||||
"Stars": 130,
|
||||
"Time": 1727841971,
|
||||
"trending": null,
|
||||
"trends": null,
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null,
|
||||
"LastUpdate": 1727828455
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"caFixed": 630,
|
||||
"caFixed": 631,
|
||||
"fixedTemplates": {
|
||||
"UnJustice's Repository": {
|
||||
"tsaridas/stremio-docker:latest": [
|
||||
@ -64,6 +64,11 @@
|
||||
"No category entry present"
|
||||
]
|
||||
},
|
||||
"petersem's Repository": {
|
||||
"willfarrell/autoheal": [
|
||||
"No Icon specified within the application template"
|
||||
]
|
||||
},
|
||||
"ntebis' Repository": {
|
||||
"ntebis/octoeverywhere_bambulab": [
|
||||
"No Icon specified within the application template"
|
||||
|
Loading…
x
Reference in New Issue
Block a user