mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-05-02 16:30:08 +00:00
Update
This commit is contained in:
parent
116760111f
commit
cfaf5fa170
@ -1,3 +1,3 @@
|
||||
{
|
||||
"last_updated_timestamp": 1736910616
|
||||
"last_updated_timestamp": 1736917974
|
||||
}
|
@ -226,7 +226,7 @@
|
||||
"PluginURL": "https://raw.githubusercontent.com/fejich/unraid-ctop/master/ctop.plg",
|
||||
"PluginAuthor": "fejich",
|
||||
"Name": "ctop",
|
||||
"Support": "https://github.com/fejich/unraid-ctop",
|
||||
"Support": "https://forums.unraid.net/topic/184757-support-fejich-ctop-fclones-webhookd/",
|
||||
"Icon": "https://raw.githubusercontent.com/fejich/unraid-ctop/main/logo.png",
|
||||
"Repo": "fejich's Repository",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/fejich/unRAID-plugins-templates/master/ctop.xml",
|
||||
@ -242,14 +242,14 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 176,
|
||||
"downloads": 180,
|
||||
"FirstSeen": 1736860093
|
||||
},
|
||||
{
|
||||
"PluginURL": "https://raw.githubusercontent.com/fejich/unraid-fclones/master/fclones.plg",
|
||||
"PluginAuthor": "fejich",
|
||||
"Name": "fclones",
|
||||
"Support": "https://github.com/fejich/unraid-fclones",
|
||||
"Support": "https://forums.unraid.net/topic/184757-support-fejich-ctop-fclones-webhookd/",
|
||||
"Icon": "https://raw.githubusercontent.com/fejich/unraid-fclones/main/logo.png",
|
||||
"Repo": "fejich's Repository",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/fejich/unRAID-plugins-templates/master/fclones.xml",
|
||||
@ -265,14 +265,14 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 136,
|
||||
"downloads": 143,
|
||||
"FirstSeen": 1736860095
|
||||
},
|
||||
{
|
||||
"PluginURL": "https://raw.githubusercontent.com/fejich/unraid-webhookd/master/webhookd.plg",
|
||||
"PluginAuthor": "fejich",
|
||||
"Name": "webhookd",
|
||||
"Support": "https://github.com/fejich/unraid-webhookd",
|
||||
"Support": "https://forums.unraid.net/topic/184757-support-fejich-ctop-fclones-webhookd/",
|
||||
"Icon": "https://raw.githubusercontent.com/fejich/unraid-webhookd/main/logo.png",
|
||||
"Repo": "fejich's Repository",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/fejich/unRAID-plugins-templates/master/webhookd.xml",
|
||||
@ -289,7 +289,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 28,
|
||||
"downloads": 32,
|
||||
"FirstSeen": 1736860097
|
||||
},
|
||||
{
|
||||
@ -6155,6 +6155,7 @@
|
||||
"Network": "host",
|
||||
"Shell": "bash",
|
||||
"Privileged": "false",
|
||||
"Support": "https://forums.unraid.net/topic/183175-support-bmartino1-avahi/",
|
||||
"Project": "https://github.com/bmartino1/avahi",
|
||||
"Overview": "Avahi - Mdns Used to Reflect mDNS broadcasts between networks and vlans\r\n\r\nThis may require you to add a userscript or go file edit to stop unriads avahi service in favor of this one for easier edits...\r\n/etc/rc.d/rc.avahidaemon stop\r\n\r\nYou Must Provide the docker option to build the avahi config. Defaults is applied otherwise... \r\n\r\nYou can also connect to a VLAN on a physical interface by suffixing the parent with . and the VLAN ID (e.g. --opt parent=eno1.123 for VLAN 123 on the eno1 interface. The sub-interface does not need to exist before running the command to create the network as the driver will automatically create this. This can Also assit with mdns over a VPN interface...\r\n\r\nExample add Vlan Extra option:\r\nUse the Advance Togle > in the Extra Parmenter filed add --opt parent=eno1.123\r\nRemember this interface is what's the console of the docker sees and \".\" Vlan Number...\r\n\r\nhttps://github.com/bmartino1/avahi\r\nDocker image for the Avahi mDNS/DNS-SD daemon. Built on debian Linux to make the image as small as possible. Highly configurable through environment variables to support most use cases which need an Avahi Daemon. \r\nrun mdns-scan in the console to help detect and force a avahi browse and discovery.\r\n\r\nReview avahi-daemon ManPages for option:\r\nhttps://linux.die.net/man/5/avahi-daemon.conf\r\n\r\nManPage Option | Docker Variable\r\nhost-name | SERVER_HOST_NAME\r\ndomain-name | SERVER_DOMAIN_NAME\r\nbrowse-domains | SERVER_BROWSE_DOMAINS\r\nuse-ipv4 | SERVER_USE_IPV4\r\nuse-ipv6 | SERVER_USE_IPV6\r\nallow-interfaces | SERVER_ALLOW_INTERFACES\r\ndeny-interfaces | SERVER_DENY_INTERFACES\r\ncheck-response-ttl | SERVER_CHECK_RESPONSE_TTL\r\nuse-iff-running | SERVER_USE_IFF_RUNNING\r\nenable-dbus | SERVER_ENABLE_DBUS\r\ndisallow-other-stacks | SERVER_DISALLOW_OTHER_STACKS\r\nallow-point-to-point | SERVER_ALLOW_POINT_TO_POINT\r\ncache-entries-max | SERVER_CACHE_ENTRIES_MAX\r\nclients-max | SERVER_CLIENTS_MAX \r\nobjects-per-client-max | SERVER_OBJECTS_PER_CLIENT_MAX \r\nentries-per-entry-group-max | SERVER_ENTRIES_PER_ENTRY_GROUP_MAX \r\nratelimit-interval-usec | SERVER_RATELIMIT_INTERVAL_USEC \r\nratelimit-burst | SERVER_RATELIMIT_BURST\r\n\r\nManPage Option | Docker Variable\r\nenable-wide-area | WIDE_AREA_ENABLE_WIDE_AREA \r\n\r\nManPage Option | Docker Variable\r\ndisable-publishing | PUBLISH_DISABLE_PUBLISHING \r\ndisable-user-service-publishing | PUBLISH_DISABLE_USER_SERVICE_PUBLISHING \r\nadd-service-cookie | PUBLISH_ADD_SERVICE_COOKIE \r\npublish-addresses | PUBLISH_PUBLISH_ADDRESSES \r\npublish-hinfo | PUBLISH_PUBLISH_HINFO \r\npublish-workstation | PUBLISH_PUBLISH_WORKSTATION \r\npublish-domain | PUBLISH_PUBLISH_DOMAIN \r\npublish-dns-servers | PUBLISH_PUBLISH_DNS_SERVERS \r\npublish-resolv-conf-dns-servers | PUBLISH_PUBLISH_RESOLV_CONF_DNS_SERVERS \r\npublish-aaaa-on-ipv4 | PUBLISH_PUBLISH_AAAA_ON_IPV4 \r\npublish-a-on-ipv6 | PUBLISH_PUBLISH_A_ON_IPV6 \r\n\r\nManPage Option | Docker Variable\r\nenable-reflector | REFLECTOR_ENABLE_REFLECTOR \r\nreflect-ipv | REFLECTOR_REFLECT_IPV \r\nreflect-filters | REFLECTOR_REFLECT_FILTERS \r\n\r\nManPage Option | Docker Variable\r\nrlimit-as | RLIMITS_RLIMIT_AS \r\nrlimit-core | RLIMITS_RLIMIT_CORE \r\nrlimit-data | RLIMITS_RLIMIT_DATA \r\nrlimit-fsize | RLIMITS_RLIMIT_FSIZE \r\nrlimit-nofile | RLIMITS_RLIMIT_NOFILE \r\nrlimit-stack | RLIMITS_RLIMIT_STACK \r\nrlimit-nproc | RLIMITS_RLIMIT_NPROC",
|
||||
"Icon": "https://raw.githubusercontent.com/bmartino1/unraid-docker-templates/refs/heads/main/images/avahi.png",
|
||||
@ -9168,7 +9169,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 199,
|
||||
"downloads": 201,
|
||||
"FirstSeen": 1736701661
|
||||
},
|
||||
{
|
||||
@ -13457,7 +13458,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5088,
|
||||
"downloads": 5091,
|
||||
"FirstSeen": 1721347661
|
||||
},
|
||||
{
|
||||
@ -19006,7 +19007,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2613,
|
||||
"downloads": 2614,
|
||||
"FirstSeen": 1712325975
|
||||
},
|
||||
{
|
||||
@ -32238,7 +32239,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4059,
|
||||
"downloads": 4101,
|
||||
"FirstSeen": 1
|
||||
},
|
||||
{
|
||||
@ -32272,7 +32273,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 10854,
|
||||
"downloads": 10859,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
@ -32297,7 +32298,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2975,
|
||||
"downloads": 2981,
|
||||
"FirstSeen": 1536379200
|
||||
},
|
||||
{
|
||||
@ -32329,7 +32330,7 @@
|
||||
"Network-VPN",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 23056,
|
||||
"downloads": 23089,
|
||||
"FirstSeen": 1
|
||||
},
|
||||
{
|
||||
@ -32387,7 +32388,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 10854,
|
||||
"downloads": 10859,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
@ -65651,7 +65652,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6393,
|
||||
"downloads": 6400,
|
||||
"FirstSeen": 1519966800
|
||||
},
|
||||
{
|
||||
@ -65746,7 +65747,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6368,
|
||||
"downloads": 6370,
|
||||
"FirstSeen": 1521086400
|
||||
},
|
||||
{
|
||||
@ -65769,7 +65770,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4059,
|
||||
"downloads": 4101,
|
||||
"FirstSeen": 1
|
||||
},
|
||||
{
|
||||
@ -65800,7 +65801,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3398,
|
||||
"downloads": 3400,
|
||||
"FirstSeen": 1523678400
|
||||
},
|
||||
{
|
||||
@ -65929,7 +65930,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2975,
|
||||
"downloads": 2981,
|
||||
"FirstSeen": 1536379200
|
||||
},
|
||||
{
|
||||
@ -66030,7 +66031,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7529,
|
||||
"downloads": 7531,
|
||||
"FirstSeen": 1665048630
|
||||
},
|
||||
{
|
||||
@ -66126,7 +66127,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2259,
|
||||
"downloads": 2260,
|
||||
"FirstSeen": 1511413200
|
||||
},
|
||||
{
|
||||
@ -66185,7 +66186,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 11910,
|
||||
"downloads": 11914,
|
||||
"FirstSeen": 1522468800
|
||||
},
|
||||
{
|
||||
@ -66206,7 +66207,7 @@
|
||||
"Productivity",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 106,
|
||||
"downloads": 108,
|
||||
"FirstSeen": 1717861364
|
||||
},
|
||||
{
|
||||
@ -66227,7 +66228,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2899,
|
||||
"downloads": 2901,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66271,7 +66272,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1107,
|
||||
"downloads": 1108,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66313,7 +66314,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1322,
|
||||
"downloads": 1323,
|
||||
"FirstSeen": 1681871581
|
||||
},
|
||||
{
|
||||
@ -66335,7 +66336,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1817,
|
||||
"downloads": 1818,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66362,7 +66363,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 19635,
|
||||
"downloads": 19643,
|
||||
"FirstSeen": 1646959885
|
||||
},
|
||||
{
|
||||
@ -66431,7 +66432,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3331,
|
||||
"downloads": 3333,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66473,7 +66474,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1084,
|
||||
"downloads": 1086,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66564,7 +66565,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2267,
|
||||
"downloads": 2268,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66586,7 +66587,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 10736,
|
||||
"downloads": 10746,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66607,7 +66608,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4218,
|
||||
"downloads": 4221,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66628,7 +66629,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7143,
|
||||
"downloads": 7145,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66649,7 +66650,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6609,
|
||||
"downloads": 6615,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66671,7 +66672,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 15079,
|
||||
"downloads": 15094,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66938,7 +66939,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 815,
|
||||
"downloads": 816,
|
||||
"FirstSeen": 1555805286
|
||||
},
|
||||
{
|
||||
@ -73094,7 +73095,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 11932,
|
||||
"downloads": 11938,
|
||||
"FirstSeen": 1705014233
|
||||
},
|
||||
{
|
||||
@ -73116,7 +73117,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3958,
|
||||
"downloads": 3959,
|
||||
"FirstSeen": 1535169600
|
||||
},
|
||||
{
|
||||
@ -86832,7 +86833,7 @@
|
||||
"Plugins",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6129,
|
||||
"downloads": 6131,
|
||||
"FirstSeen": 1714226768
|
||||
},
|
||||
{
|
||||
@ -86887,7 +86888,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2938,
|
||||
"downloads": 2940,
|
||||
"FirstSeen": 1521604800
|
||||
},
|
||||
{
|
||||
@ -87254,7 +87255,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2151,
|
||||
"downloads": 2154,
|
||||
"FirstSeen": 1521604800
|
||||
},
|
||||
{
|
||||
@ -87499,7 +87500,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2608,
|
||||
"downloads": 2609,
|
||||
"FirstSeen": 1536984000
|
||||
},
|
||||
{
|
||||
@ -87532,7 +87533,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6062,
|
||||
"downloads": 6067,
|
||||
"FirstSeen": 1524888000
|
||||
},
|
||||
{
|
||||
@ -87561,7 +87562,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 23142,
|
||||
"downloads": 23161,
|
||||
"FirstSeen": 1537675200
|
||||
},
|
||||
{
|
||||
@ -87592,7 +87593,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 17013,
|
||||
"downloads": 17028,
|
||||
"FirstSeen": 1577545765
|
||||
},
|
||||
{
|
||||
@ -87624,7 +87625,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 10415,
|
||||
"downloads": 10425,
|
||||
"FirstSeen": 1645995792
|
||||
},
|
||||
{
|
||||
@ -94980,7 +94981,6 @@
|
||||
],
|
||||
"downloads": 1956493,
|
||||
"stars": 7,
|
||||
"LastUpdate": 1616447707,
|
||||
"trending": 0.008,
|
||||
"trends": [
|
||||
0.382,
|
||||
@ -95010,6 +95010,7 @@
|
||||
1956493
|
||||
],
|
||||
"LastUpdateScan": 1736910543,
|
||||
"LastUpdate": 1616447707,
|
||||
"FirstSeen": 1549820414,
|
||||
"topTrending": -0.374,
|
||||
"topPerforming": 0.008
|
||||
@ -102476,7 +102477,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3542,
|
||||
"downloads": 3545,
|
||||
"FirstSeen": 1552492598
|
||||
},
|
||||
{
|
||||
@ -105067,7 +105068,7 @@
|
||||
"Other",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1467,
|
||||
"downloads": 1468,
|
||||
"FirstSeen": 1551405768
|
||||
},
|
||||
{
|
||||
@ -107571,7 +107572,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4034,
|
||||
"downloads": 4039,
|
||||
"FirstSeen": 1549051277
|
||||
},
|
||||
{
|
||||
@ -111369,7 +111370,6 @@
|
||||
],
|
||||
"downloads": 45477,
|
||||
"stars": 2,
|
||||
"LastUpdate": 1585836553,
|
||||
"trending": 0.172,
|
||||
"trends": [
|
||||
0.161,
|
||||
@ -111399,6 +111399,7 @@
|
||||
45477
|
||||
],
|
||||
"LastUpdateScan": 1736910546,
|
||||
"LastUpdate": 1585836553,
|
||||
"FirstSeen": 1555005862,
|
||||
"topTrending": 0.010999999999999982
|
||||
},
|
||||
@ -126914,7 +126915,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 11334,
|
||||
"downloads": 11339,
|
||||
"FirstSeen": 1676473698
|
||||
},
|
||||
{
|
||||
@ -126939,7 +126940,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2731,
|
||||
"downloads": 2733,
|
||||
"FirstSeen": 1621022558
|
||||
},
|
||||
{
|
||||
@ -127197,7 +127198,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3163,
|
||||
"downloads": 3164,
|
||||
"FirstSeen": 1662832689
|
||||
},
|
||||
{
|
||||
@ -132904,7 +132905,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3025,
|
||||
"downloads": 3028,
|
||||
"FirstSeen": 1614726151
|
||||
},
|
||||
{
|
||||
@ -133957,7 +133958,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 14539,
|
||||
"downloads": 14556,
|
||||
"FirstSeen": 1605344879
|
||||
},
|
||||
{
|
||||
@ -136965,7 +136966,6 @@
|
||||
],
|
||||
"downloads": 17105,
|
||||
"stars": 1,
|
||||
"LastUpdate": 1734596484,
|
||||
"trending": 14.972,
|
||||
"trends": [
|
||||
15.782,
|
||||
@ -136984,6 +136984,7 @@
|
||||
17105
|
||||
],
|
||||
"LastUpdateScan": 1736910560,
|
||||
"LastUpdate": 1734596484,
|
||||
"FirstSeen": 1666742623,
|
||||
"topTrending": -0.8100000000000005
|
||||
},
|
||||
@ -138257,7 +138258,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 349,
|
||||
"downloads": 351,
|
||||
"FirstSeen": 1653991421
|
||||
},
|
||||
{
|
||||
@ -138897,7 +138898,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2525,
|
||||
"downloads": 2526,
|
||||
"FirstSeen": 1675602239
|
||||
},
|
||||
{
|
||||
@ -139812,7 +139813,6 @@
|
||||
],
|
||||
"downloads": 4665629,
|
||||
"stars": 70,
|
||||
"LastUpdate": 1736833385,
|
||||
"trending": 0.398,
|
||||
"trends": [
|
||||
0.548,
|
||||
@ -139842,6 +139842,7 @@
|
||||
4665629
|
||||
],
|
||||
"LastUpdateScan": 1736910566,
|
||||
"LastUpdate": 1736833385,
|
||||
"FirstSeen": 1614776556,
|
||||
"topTrending": -0.15000000000000002,
|
||||
"topPerforming": 0.398
|
||||
@ -143493,7 +143494,6 @@
|
||||
"GameServers"
|
||||
],
|
||||
"stars": 50,
|
||||
"LastUpdate": 1734597640,
|
||||
"trendsDate": [
|
||||
1721318803,
|
||||
1723917971,
|
||||
@ -143504,6 +143504,7 @@
|
||||
1736910567
|
||||
],
|
||||
"LastUpdateScan": 1736910567,
|
||||
"LastUpdate": 1734597640,
|
||||
"FirstSeen": 1632960227
|
||||
},
|
||||
{
|
||||
@ -152935,7 +152936,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 517,
|
||||
"downloads": 518,
|
||||
"FirstSeen": 1605899366
|
||||
},
|
||||
{
|
||||
@ -175277,7 +175278,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 978,
|
||||
"downloads": 979,
|
||||
"FirstSeen": 1734376221
|
||||
},
|
||||
{
|
||||
@ -175783,7 +175784,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2956,
|
||||
"downloads": 2962,
|
||||
"FirstSeen": 1733771418
|
||||
},
|
||||
{
|
||||
@ -183821,7 +183822,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1825,
|
||||
"downloads": 1826,
|
||||
"FirstSeen": 1577034338
|
||||
},
|
||||
{
|
||||
@ -194605,7 +194606,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 10787,
|
||||
"downloads": 10790,
|
||||
"FirstSeen": 1633298612
|
||||
},
|
||||
{
|
||||
@ -201402,7 +201403,6 @@
|
||||
],
|
||||
"downloads": 28022466,
|
||||
"stars": 104,
|
||||
"LastUpdate": 1736890390,
|
||||
"trending": 1.702,
|
||||
"trends": [
|
||||
4.271,
|
||||
@ -201432,6 +201432,7 @@
|
||||
28022466
|
||||
],
|
||||
"LastUpdateScan": 1736910579,
|
||||
"LastUpdate": 1736890390,
|
||||
"FirstSeen": 1625169800,
|
||||
"topTrending": -2.569,
|
||||
"topPerforming": 1.702
|
||||
@ -227783,7 +227784,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 780,
|
||||
"downloads": 782,
|
||||
"FirstSeen": 1601467559
|
||||
},
|
||||
{
|
||||
@ -232169,7 +232170,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 18397,
|
||||
"downloads": 18410,
|
||||
"FirstSeen": 1682445878
|
||||
},
|
||||
{
|
||||
@ -232414,7 +232415,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3092,
|
||||
"downloads": 3096,
|
||||
"FirstSeen": 1622988175
|
||||
},
|
||||
{
|
||||
@ -232524,7 +232525,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1104,
|
||||
"downloads": 1105,
|
||||
"FirstSeen": 1710078917
|
||||
},
|
||||
{
|
||||
@ -268519,7 +268520,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3412,
|
||||
"downloads": 3413,
|
||||
"FirstSeen": 1633435815
|
||||
},
|
||||
{
|
||||
@ -269592,7 +269593,6 @@
|
||||
],
|
||||
"downloads": 773106,
|
||||
"stars": 69,
|
||||
"LastUpdate": 1735593767,
|
||||
"trending": 17.281,
|
||||
"trends": [
|
||||
17.671,
|
||||
@ -269608,6 +269608,7 @@
|
||||
773106
|
||||
],
|
||||
"LastUpdateScan": 1736910593,
|
||||
"LastUpdate": 1735593767,
|
||||
"FirstSeen": 1731712065
|
||||
},
|
||||
{
|
||||
@ -313042,8 +313043,8 @@
|
||||
"Network-Web"
|
||||
],
|
||||
"downloads": 7229,
|
||||
"LastUpdate": 1736902022,
|
||||
"LastUpdateScan": 1736910593,
|
||||
"LastUpdate": 1736902022,
|
||||
"FirstSeen": 1674536639
|
||||
},
|
||||
{
|
||||
@ -317080,7 +317081,7 @@
|
||||
"Backup",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 14637,
|
||||
"downloads": 14643,
|
||||
"FirstSeen": 1681142676
|
||||
},
|
||||
{
|
||||
@ -355658,7 +355659,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3930,
|
||||
"downloads": 3932,
|
||||
"FirstSeen": 1708369542
|
||||
},
|
||||
{
|
||||
@ -360659,7 +360660,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1507,
|
||||
"downloads": 1513,
|
||||
"FirstSeen": 1688486687
|
||||
},
|
||||
{
|
||||
@ -361865,7 +361866,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7938,
|
||||
"downloads": 7941,
|
||||
"FirstSeen": 1690644440
|
||||
},
|
||||
{
|
||||
@ -364729,7 +364730,6 @@
|
||||
],
|
||||
"downloads": 6542108,
|
||||
"stars": 19,
|
||||
"LastUpdate": 1736838157,
|
||||
"trending": 12.916,
|
||||
"trends": [
|
||||
15.395,
|
||||
@ -364759,6 +364759,7 @@
|
||||
6542108
|
||||
],
|
||||
"LastUpdateScan": 1736910602,
|
||||
"LastUpdate": 1736838157,
|
||||
"FirstSeen": 1653753822,
|
||||
"topTrending": -2.478999999999999,
|
||||
"topPerforming": 12.916
|
||||
@ -365113,7 +365114,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 997,
|
||||
"downloads": 998,
|
||||
"FirstSeen": 1710749149
|
||||
},
|
||||
{
|
||||
@ -365166,7 +365167,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3243,
|
||||
"downloads": 3244,
|
||||
"FirstSeen": 1718352365
|
||||
},
|
||||
{
|
||||
@ -365214,7 +365215,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4193,
|
||||
"downloads": 4198,
|
||||
"FirstSeen": 1726661206
|
||||
},
|
||||
{
|
||||
@ -365262,7 +365263,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 308,
|
||||
"downloads": 309,
|
||||
"FirstSeen": 1721981187
|
||||
},
|
||||
{
|
||||
@ -365286,7 +365287,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 609,
|
||||
"downloads": 611,
|
||||
"FirstSeen": 1735211432
|
||||
},
|
||||
{
|
||||
@ -365356,7 +365357,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4492,
|
||||
"downloads": 4494,
|
||||
"FirstSeen": 1693851679
|
||||
},
|
||||
{
|
||||
@ -369885,7 +369886,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 608,
|
||||
"downloads": 609,
|
||||
"FirstSeen": 1699716982
|
||||
},
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"apps": 2595,
|
||||
"last_updated_timestamp": 1736910616,
|
||||
"last_updated": "2025-01-14 22:10",
|
||||
"last_updated_timestamp": 1736917974,
|
||||
"last_updated": "2025-01-15 00:12",
|
||||
"categories": [
|
||||
{
|
||||
"Cat": "AI:",
|
||||
@ -392,7 +392,7 @@
|
||||
"PluginURL": "https://raw.githubusercontent.com/fejich/unraid-ctop/master/ctop.plg",
|
||||
"PluginAuthor": "fejich",
|
||||
"Name": "ctop",
|
||||
"Support": "https://github.com/fejich/unraid-ctop",
|
||||
"Support": "https://forums.unraid.net/topic/184757-support-fejich-ctop-fclones-webhookd/",
|
||||
"Icon": "https://raw.githubusercontent.com/fejich/unraid-ctop/main/logo.png",
|
||||
"Repo": "fejich's Repository",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/fejich/unRAID-plugins-templates/master/ctop.xml",
|
||||
@ -408,14 +408,14 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 176,
|
||||
"downloads": 180,
|
||||
"FirstSeen": 1736860093
|
||||
},
|
||||
{
|
||||
"PluginURL": "https://raw.githubusercontent.com/fejich/unraid-fclones/master/fclones.plg",
|
||||
"PluginAuthor": "fejich",
|
||||
"Name": "fclones",
|
||||
"Support": "https://github.com/fejich/unraid-fclones",
|
||||
"Support": "https://forums.unraid.net/topic/184757-support-fejich-ctop-fclones-webhookd/",
|
||||
"Icon": "https://raw.githubusercontent.com/fejich/unraid-fclones/main/logo.png",
|
||||
"Repo": "fejich's Repository",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/fejich/unRAID-plugins-templates/master/fclones.xml",
|
||||
@ -431,14 +431,14 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 136,
|
||||
"downloads": 143,
|
||||
"FirstSeen": 1736860095
|
||||
},
|
||||
{
|
||||
"PluginURL": "https://raw.githubusercontent.com/fejich/unraid-webhookd/master/webhookd.plg",
|
||||
"PluginAuthor": "fejich",
|
||||
"Name": "webhookd",
|
||||
"Support": "https://github.com/fejich/unraid-webhookd",
|
||||
"Support": "https://forums.unraid.net/topic/184757-support-fejich-ctop-fclones-webhookd/",
|
||||
"Icon": "https://raw.githubusercontent.com/fejich/unraid-webhookd/main/logo.png",
|
||||
"Repo": "fejich's Repository",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/fejich/unRAID-plugins-templates/master/webhookd.xml",
|
||||
@ -455,7 +455,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 28,
|
||||
"downloads": 32,
|
||||
"FirstSeen": 1736860097
|
||||
},
|
||||
{
|
||||
@ -6321,6 +6321,7 @@
|
||||
"Network": "host",
|
||||
"Shell": "bash",
|
||||
"Privileged": "false",
|
||||
"Support": "https://forums.unraid.net/topic/183175-support-bmartino1-avahi/",
|
||||
"Project": "https://github.com/bmartino1/avahi",
|
||||
"Overview": "Avahi - Mdns Used to Reflect mDNS broadcasts between networks and vlans\r\n\r\nThis may require you to add a userscript or go file edit to stop unriads avahi service in favor of this one for easier edits...\r\n/etc/rc.d/rc.avahidaemon stop\r\n\r\nYou Must Provide the docker option to build the avahi config. Defaults is applied otherwise... \r\n\r\nYou can also connect to a VLAN on a physical interface by suffixing the parent with . and the VLAN ID (e.g. --opt parent=eno1.123 for VLAN 123 on the eno1 interface. The sub-interface does not need to exist before running the command to create the network as the driver will automatically create this. This can Also assit with mdns over a VPN interface...\r\n\r\nExample add Vlan Extra option:\r\nUse the Advance Togle > in the Extra Parmenter filed add --opt parent=eno1.123\r\nRemember this interface is what's the console of the docker sees and \".\" Vlan Number...\r\n\r\nhttps://github.com/bmartino1/avahi\r\nDocker image for the Avahi mDNS/DNS-SD daemon. Built on debian Linux to make the image as small as possible. Highly configurable through environment variables to support most use cases which need an Avahi Daemon. \r\nrun mdns-scan in the console to help detect and force a avahi browse and discovery.\r\n\r\nReview avahi-daemon ManPages for option:\r\nhttps://linux.die.net/man/5/avahi-daemon.conf\r\n\r\nManPage Option | Docker Variable\r\nhost-name | SERVER_HOST_NAME\r\ndomain-name | SERVER_DOMAIN_NAME\r\nbrowse-domains | SERVER_BROWSE_DOMAINS\r\nuse-ipv4 | SERVER_USE_IPV4\r\nuse-ipv6 | SERVER_USE_IPV6\r\nallow-interfaces | SERVER_ALLOW_INTERFACES\r\ndeny-interfaces | SERVER_DENY_INTERFACES\r\ncheck-response-ttl | SERVER_CHECK_RESPONSE_TTL\r\nuse-iff-running | SERVER_USE_IFF_RUNNING\r\nenable-dbus | SERVER_ENABLE_DBUS\r\ndisallow-other-stacks | SERVER_DISALLOW_OTHER_STACKS\r\nallow-point-to-point | SERVER_ALLOW_POINT_TO_POINT\r\ncache-entries-max | SERVER_CACHE_ENTRIES_MAX\r\nclients-max | SERVER_CLIENTS_MAX \r\nobjects-per-client-max | SERVER_OBJECTS_PER_CLIENT_MAX \r\nentries-per-entry-group-max | SERVER_ENTRIES_PER_ENTRY_GROUP_MAX \r\nratelimit-interval-usec | SERVER_RATELIMIT_INTERVAL_USEC \r\nratelimit-burst | SERVER_RATELIMIT_BURST\r\n\r\nManPage Option | Docker Variable\r\nenable-wide-area | WIDE_AREA_ENABLE_WIDE_AREA \r\n\r\nManPage Option | Docker Variable\r\ndisable-publishing | PUBLISH_DISABLE_PUBLISHING \r\ndisable-user-service-publishing | PUBLISH_DISABLE_USER_SERVICE_PUBLISHING \r\nadd-service-cookie | PUBLISH_ADD_SERVICE_COOKIE \r\npublish-addresses | PUBLISH_PUBLISH_ADDRESSES \r\npublish-hinfo | PUBLISH_PUBLISH_HINFO \r\npublish-workstation | PUBLISH_PUBLISH_WORKSTATION \r\npublish-domain | PUBLISH_PUBLISH_DOMAIN \r\npublish-dns-servers | PUBLISH_PUBLISH_DNS_SERVERS \r\npublish-resolv-conf-dns-servers | PUBLISH_PUBLISH_RESOLV_CONF_DNS_SERVERS \r\npublish-aaaa-on-ipv4 | PUBLISH_PUBLISH_AAAA_ON_IPV4 \r\npublish-a-on-ipv6 | PUBLISH_PUBLISH_A_ON_IPV6 \r\n\r\nManPage Option | Docker Variable\r\nenable-reflector | REFLECTOR_ENABLE_REFLECTOR \r\nreflect-ipv | REFLECTOR_REFLECT_IPV \r\nreflect-filters | REFLECTOR_REFLECT_FILTERS \r\n\r\nManPage Option | Docker Variable\r\nrlimit-as | RLIMITS_RLIMIT_AS \r\nrlimit-core | RLIMITS_RLIMIT_CORE \r\nrlimit-data | RLIMITS_RLIMIT_DATA \r\nrlimit-fsize | RLIMITS_RLIMIT_FSIZE \r\nrlimit-nofile | RLIMITS_RLIMIT_NOFILE \r\nrlimit-stack | RLIMITS_RLIMIT_STACK \r\nrlimit-nproc | RLIMITS_RLIMIT_NPROC",
|
||||
"Icon": "https://raw.githubusercontent.com/bmartino1/unraid-docker-templates/refs/heads/main/images/avahi.png",
|
||||
@ -9334,7 +9335,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 199,
|
||||
"downloads": 201,
|
||||
"FirstSeen": 1736701661
|
||||
},
|
||||
{
|
||||
@ -13623,7 +13624,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5088,
|
||||
"downloads": 5091,
|
||||
"FirstSeen": 1721347661
|
||||
},
|
||||
{
|
||||
@ -19172,7 +19173,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2613,
|
||||
"downloads": 2614,
|
||||
"FirstSeen": 1712325975
|
||||
},
|
||||
{
|
||||
@ -32404,7 +32405,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4059,
|
||||
"downloads": 4101,
|
||||
"FirstSeen": 1
|
||||
},
|
||||
{
|
||||
@ -32438,7 +32439,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 10854,
|
||||
"downloads": 10859,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
@ -32463,7 +32464,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2975,
|
||||
"downloads": 2981,
|
||||
"FirstSeen": 1536379200
|
||||
},
|
||||
{
|
||||
@ -32495,7 +32496,7 @@
|
||||
"Network-VPN",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 23056,
|
||||
"downloads": 23089,
|
||||
"FirstSeen": 1
|
||||
},
|
||||
{
|
||||
@ -32553,7 +32554,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 10854,
|
||||
"downloads": 10859,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
@ -65817,7 +65818,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6393,
|
||||
"downloads": 6400,
|
||||
"FirstSeen": 1519966800
|
||||
},
|
||||
{
|
||||
@ -65912,7 +65913,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6368,
|
||||
"downloads": 6370,
|
||||
"FirstSeen": 1521086400
|
||||
},
|
||||
{
|
||||
@ -65935,7 +65936,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4059,
|
||||
"downloads": 4101,
|
||||
"FirstSeen": 1
|
||||
},
|
||||
{
|
||||
@ -65966,7 +65967,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3398,
|
||||
"downloads": 3400,
|
||||
"FirstSeen": 1523678400
|
||||
},
|
||||
{
|
||||
@ -66095,7 +66096,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2975,
|
||||
"downloads": 2981,
|
||||
"FirstSeen": 1536379200
|
||||
},
|
||||
{
|
||||
@ -66196,7 +66197,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7529,
|
||||
"downloads": 7531,
|
||||
"FirstSeen": 1665048630
|
||||
},
|
||||
{
|
||||
@ -66292,7 +66293,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2259,
|
||||
"downloads": 2260,
|
||||
"FirstSeen": 1511413200
|
||||
},
|
||||
{
|
||||
@ -66351,7 +66352,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 11910,
|
||||
"downloads": 11914,
|
||||
"FirstSeen": 1522468800
|
||||
},
|
||||
{
|
||||
@ -66372,7 +66373,7 @@
|
||||
"Productivity",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 106,
|
||||
"downloads": 108,
|
||||
"FirstSeen": 1717861364
|
||||
},
|
||||
{
|
||||
@ -66393,7 +66394,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2899,
|
||||
"downloads": 2901,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66437,7 +66438,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1107,
|
||||
"downloads": 1108,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66479,7 +66480,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1322,
|
||||
"downloads": 1323,
|
||||
"FirstSeen": 1681871581
|
||||
},
|
||||
{
|
||||
@ -66501,7 +66502,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1817,
|
||||
"downloads": 1818,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66528,7 +66529,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 19635,
|
||||
"downloads": 19643,
|
||||
"FirstSeen": 1646959885
|
||||
},
|
||||
{
|
||||
@ -66597,7 +66598,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3331,
|
||||
"downloads": 3333,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66639,7 +66640,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1084,
|
||||
"downloads": 1086,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66730,7 +66731,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2267,
|
||||
"downloads": 2268,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66752,7 +66753,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 10736,
|
||||
"downloads": 10746,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66773,7 +66774,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4218,
|
||||
"downloads": 4221,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66794,7 +66795,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7143,
|
||||
"downloads": 7145,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66815,7 +66816,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6609,
|
||||
"downloads": 6615,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -66837,7 +66838,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 15079,
|
||||
"downloads": 15094,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -67104,7 +67105,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 815,
|
||||
"downloads": 816,
|
||||
"FirstSeen": 1555805286
|
||||
},
|
||||
{
|
||||
@ -73260,7 +73261,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 11932,
|
||||
"downloads": 11938,
|
||||
"FirstSeen": 1705014233
|
||||
},
|
||||
{
|
||||
@ -73282,7 +73283,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3958,
|
||||
"downloads": 3959,
|
||||
"FirstSeen": 1535169600
|
||||
},
|
||||
{
|
||||
@ -86998,7 +86999,7 @@
|
||||
"Plugins",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6129,
|
||||
"downloads": 6131,
|
||||
"FirstSeen": 1714226768
|
||||
},
|
||||
{
|
||||
@ -87053,7 +87054,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2938,
|
||||
"downloads": 2940,
|
||||
"FirstSeen": 1521604800
|
||||
},
|
||||
{
|
||||
@ -87420,7 +87421,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2151,
|
||||
"downloads": 2154,
|
||||
"FirstSeen": 1521604800
|
||||
},
|
||||
{
|
||||
@ -87665,7 +87666,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2608,
|
||||
"downloads": 2609,
|
||||
"FirstSeen": 1536984000
|
||||
},
|
||||
{
|
||||
@ -87698,7 +87699,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6062,
|
||||
"downloads": 6067,
|
||||
"FirstSeen": 1524888000
|
||||
},
|
||||
{
|
||||
@ -87727,7 +87728,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 23142,
|
||||
"downloads": 23161,
|
||||
"FirstSeen": 1537675200
|
||||
},
|
||||
{
|
||||
@ -87758,7 +87759,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 17013,
|
||||
"downloads": 17028,
|
||||
"FirstSeen": 1577545765
|
||||
},
|
||||
{
|
||||
@ -87790,7 +87791,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 10415,
|
||||
"downloads": 10425,
|
||||
"FirstSeen": 1645995792
|
||||
},
|
||||
{
|
||||
@ -95146,7 +95147,6 @@
|
||||
],
|
||||
"downloads": 1956493,
|
||||
"stars": 7,
|
||||
"LastUpdate": 1616447707,
|
||||
"trending": 0.008,
|
||||
"trends": [
|
||||
0.382,
|
||||
@ -95176,6 +95176,7 @@
|
||||
1956493
|
||||
],
|
||||
"LastUpdateScan": 1736910543,
|
||||
"LastUpdate": 1616447707,
|
||||
"FirstSeen": 1549820414,
|
||||
"topTrending": -0.374,
|
||||
"topPerforming": 0.008
|
||||
@ -102642,7 +102643,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3542,
|
||||
"downloads": 3545,
|
||||
"FirstSeen": 1552492598
|
||||
},
|
||||
{
|
||||
@ -105233,7 +105234,7 @@
|
||||
"Other",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1467,
|
||||
"downloads": 1468,
|
||||
"FirstSeen": 1551405768
|
||||
},
|
||||
{
|
||||
@ -107737,7 +107738,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4034,
|
||||
"downloads": 4039,
|
||||
"FirstSeen": 1549051277
|
||||
},
|
||||
{
|
||||
@ -111535,7 +111536,6 @@
|
||||
],
|
||||
"downloads": 45477,
|
||||
"stars": 2,
|
||||
"LastUpdate": 1585836553,
|
||||
"trending": 0.172,
|
||||
"trends": [
|
||||
0.161,
|
||||
@ -111565,6 +111565,7 @@
|
||||
45477
|
||||
],
|
||||
"LastUpdateScan": 1736910546,
|
||||
"LastUpdate": 1585836553,
|
||||
"FirstSeen": 1555005862,
|
||||
"topTrending": 0.010999999999999982
|
||||
},
|
||||
@ -127080,7 +127081,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 11334,
|
||||
"downloads": 11339,
|
||||
"FirstSeen": 1676473698
|
||||
},
|
||||
{
|
||||
@ -127105,7 +127106,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2731,
|
||||
"downloads": 2733,
|
||||
"FirstSeen": 1621022558
|
||||
},
|
||||
{
|
||||
@ -127363,7 +127364,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3163,
|
||||
"downloads": 3164,
|
||||
"FirstSeen": 1662832689
|
||||
},
|
||||
{
|
||||
@ -133070,7 +133071,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3025,
|
||||
"downloads": 3028,
|
||||
"FirstSeen": 1614726151
|
||||
},
|
||||
{
|
||||
@ -134123,7 +134124,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 14539,
|
||||
"downloads": 14556,
|
||||
"FirstSeen": 1605344879
|
||||
},
|
||||
{
|
||||
@ -137131,7 +137132,6 @@
|
||||
],
|
||||
"downloads": 17105,
|
||||
"stars": 1,
|
||||
"LastUpdate": 1734596484,
|
||||
"trending": 14.972,
|
||||
"trends": [
|
||||
15.782,
|
||||
@ -137150,6 +137150,7 @@
|
||||
17105
|
||||
],
|
||||
"LastUpdateScan": 1736910560,
|
||||
"LastUpdate": 1734596484,
|
||||
"FirstSeen": 1666742623,
|
||||
"topTrending": -0.8100000000000005
|
||||
},
|
||||
@ -138423,7 +138424,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 349,
|
||||
"downloads": 351,
|
||||
"FirstSeen": 1653991421
|
||||
},
|
||||
{
|
||||
@ -139063,7 +139064,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2525,
|
||||
"downloads": 2526,
|
||||
"FirstSeen": 1675602239
|
||||
},
|
||||
{
|
||||
@ -139978,7 +139979,6 @@
|
||||
],
|
||||
"downloads": 4665629,
|
||||
"stars": 70,
|
||||
"LastUpdate": 1736833385,
|
||||
"trending": 0.398,
|
||||
"trends": [
|
||||
0.548,
|
||||
@ -140008,6 +140008,7 @@
|
||||
4665629
|
||||
],
|
||||
"LastUpdateScan": 1736910566,
|
||||
"LastUpdate": 1736833385,
|
||||
"FirstSeen": 1614776556,
|
||||
"topTrending": -0.15000000000000002,
|
||||
"topPerforming": 0.398
|
||||
@ -143659,7 +143660,6 @@
|
||||
"GameServers"
|
||||
],
|
||||
"stars": 50,
|
||||
"LastUpdate": 1734597640,
|
||||
"trendsDate": [
|
||||
1721318803,
|
||||
1723917971,
|
||||
@ -143670,6 +143670,7 @@
|
||||
1736910567
|
||||
],
|
||||
"LastUpdateScan": 1736910567,
|
||||
"LastUpdate": 1734597640,
|
||||
"FirstSeen": 1632960227
|
||||
},
|
||||
{
|
||||
@ -153101,7 +153102,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 517,
|
||||
"downloads": 518,
|
||||
"FirstSeen": 1605899366
|
||||
},
|
||||
{
|
||||
@ -175443,7 +175444,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 978,
|
||||
"downloads": 979,
|
||||
"FirstSeen": 1734376221
|
||||
},
|
||||
{
|
||||
@ -175949,7 +175950,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2956,
|
||||
"downloads": 2962,
|
||||
"FirstSeen": 1733771418
|
||||
},
|
||||
{
|
||||
@ -183987,7 +183988,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1825,
|
||||
"downloads": 1826,
|
||||
"FirstSeen": 1577034338
|
||||
},
|
||||
{
|
||||
@ -194771,7 +194772,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 10787,
|
||||
"downloads": 10790,
|
||||
"FirstSeen": 1633298612
|
||||
},
|
||||
{
|
||||
@ -201568,7 +201569,6 @@
|
||||
],
|
||||
"downloads": 28022466,
|
||||
"stars": 104,
|
||||
"LastUpdate": 1736890390,
|
||||
"trending": 1.702,
|
||||
"trends": [
|
||||
4.271,
|
||||
@ -201598,6 +201598,7 @@
|
||||
28022466
|
||||
],
|
||||
"LastUpdateScan": 1736910579,
|
||||
"LastUpdate": 1736890390,
|
||||
"FirstSeen": 1625169800,
|
||||
"topTrending": -2.569,
|
||||
"topPerforming": 1.702
|
||||
@ -227949,7 +227950,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 780,
|
||||
"downloads": 782,
|
||||
"FirstSeen": 1601467559
|
||||
},
|
||||
{
|
||||
@ -232335,7 +232336,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 18397,
|
||||
"downloads": 18410,
|
||||
"FirstSeen": 1682445878
|
||||
},
|
||||
{
|
||||
@ -232580,7 +232581,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3092,
|
||||
"downloads": 3096,
|
||||
"FirstSeen": 1622988175
|
||||
},
|
||||
{
|
||||
@ -232690,7 +232691,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1104,
|
||||
"downloads": 1105,
|
||||
"FirstSeen": 1710078917
|
||||
},
|
||||
{
|
||||
@ -268685,7 +268686,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3412,
|
||||
"downloads": 3413,
|
||||
"FirstSeen": 1633435815
|
||||
},
|
||||
{
|
||||
@ -269758,7 +269759,6 @@
|
||||
],
|
||||
"downloads": 773106,
|
||||
"stars": 69,
|
||||
"LastUpdate": 1735593767,
|
||||
"trending": 17.281,
|
||||
"trends": [
|
||||
17.671,
|
||||
@ -269774,6 +269774,7 @@
|
||||
773106
|
||||
],
|
||||
"LastUpdateScan": 1736910593,
|
||||
"LastUpdate": 1735593767,
|
||||
"FirstSeen": 1731712065
|
||||
},
|
||||
{
|
||||
@ -313208,8 +313209,8 @@
|
||||
"Network-Web"
|
||||
],
|
||||
"downloads": 7229,
|
||||
"LastUpdate": 1736902022,
|
||||
"LastUpdateScan": 1736910593,
|
||||
"LastUpdate": 1736902022,
|
||||
"FirstSeen": 1674536639
|
||||
},
|
||||
{
|
||||
@ -317246,7 +317247,7 @@
|
||||
"Backup",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 14637,
|
||||
"downloads": 14643,
|
||||
"FirstSeen": 1681142676
|
||||
},
|
||||
{
|
||||
@ -355824,7 +355825,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3930,
|
||||
"downloads": 3932,
|
||||
"FirstSeen": 1708369542
|
||||
},
|
||||
{
|
||||
@ -360825,7 +360826,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1507,
|
||||
"downloads": 1513,
|
||||
"FirstSeen": 1688486687
|
||||
},
|
||||
{
|
||||
@ -362031,7 +362032,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7938,
|
||||
"downloads": 7941,
|
||||
"FirstSeen": 1690644440
|
||||
},
|
||||
{
|
||||
@ -364895,7 +364896,6 @@
|
||||
],
|
||||
"downloads": 6542108,
|
||||
"stars": 19,
|
||||
"LastUpdate": 1736838157,
|
||||
"trending": 12.916,
|
||||
"trends": [
|
||||
15.395,
|
||||
@ -364925,6 +364925,7 @@
|
||||
6542108
|
||||
],
|
||||
"LastUpdateScan": 1736910602,
|
||||
"LastUpdate": 1736838157,
|
||||
"FirstSeen": 1653753822,
|
||||
"topTrending": -2.478999999999999,
|
||||
"topPerforming": 12.916
|
||||
@ -365279,7 +365280,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 997,
|
||||
"downloads": 998,
|
||||
"FirstSeen": 1710749149
|
||||
},
|
||||
{
|
||||
@ -365332,7 +365333,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3243,
|
||||
"downloads": 3244,
|
||||
"FirstSeen": 1718352365
|
||||
},
|
||||
{
|
||||
@ -365380,7 +365381,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4193,
|
||||
"downloads": 4198,
|
||||
"FirstSeen": 1726661206
|
||||
},
|
||||
{
|
||||
@ -365428,7 +365429,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 308,
|
||||
"downloads": 309,
|
||||
"FirstSeen": 1721981187
|
||||
},
|
||||
{
|
||||
@ -365452,7 +365453,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 609,
|
||||
"downloads": 611,
|
||||
"FirstSeen": 1735211432
|
||||
},
|
||||
{
|
||||
@ -365522,7 +365523,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4492,
|
||||
"downloads": 4494,
|
||||
"FirstSeen": 1693851679
|
||||
},
|
||||
{
|
||||
@ -370051,7 +370052,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 608,
|
||||
"downloads": 609,
|
||||
"FirstSeen": 1699716982
|
||||
},
|
||||
{
|
||||
|
22
log.txt
22
log.txt
@ -4780,15 +4780,11 @@ Updating stats on containers
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices-plus.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.preclear.plg attempt 1...
|
||||
rmoriz/openra
|
||||
rmoriz/openra Downloads: 1956493 Stars: 7 Base: unknown
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/itimpi/parity.check.tuning/master/parity.check.tuning.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/dorgan/Unraid-networkstats/master/networkstats.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/dorgan/Unraid-plexstreams/master/plexstreams.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/olehj/disklocation/master/disklocation-master.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/olehj/disklocation/devel/disklocation-devel.plg attempt 1...
|
||||
jeffersonjhunt/shinysdr
|
||||
jeffersonjhunt/shinysdr Downloads: 45477 Stars: 2 Base: unknown
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/ich777/unraid-age/master/age.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/ich777/unraid-amd-vendor-reset/master/amd-vendor-reset.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/ich777/unraid-aquacomputer-d5next/master/aquacomputer-d5next-hwmon.plg attempt 1...
|
||||
@ -4810,8 +4806,6 @@ jeffersonjhunt/shinysdr Downloads: 45477 Stars: 2 Base: unknown
|
||||
Downloading https://ca.unraid.net/stats/https://github.com/ich777/unraid-nvidia-driver/raw/master/nvidia-driver.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/ich777/unraid-nvtop/master/nvtop.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://github.com/ich777/unraid-openrgb-patch/raw/master/openrgb-patch.plg attempt 1...
|
||||
ich777/portfolio-performance
|
||||
ich777/portfolio-performance Downloads: 17105 Stars: 1 Base: unknown
|
||||
Downloading https://ca.unraid.net/stats/https://github.com/ich777/unraid-prometheus_adguard_exporter/raw/master/prometheus_adguard_exporter.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://github.com/ich777/unraid-prometheus_msi_afterburner_exporter/raw/master/prometheus_msi_afterburner_exporter.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/ich777/unraid-prometheus_fritzbox_exporter/master/prometheus_fritzbox_exporter.plg attempt 1...
|
||||
@ -4823,12 +4817,7 @@ ich777/portfolio-performance Downloads: 17105 Stars: 1 Base: unknown
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/ich777/unraid-r8152-driver/master/unraid-r8152.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/ich777/unraid-radeontop/master/radeontop.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://github.com/ich777/unraid-rcon/raw/master/rcon.plg attempt 1...
|
||||
datarhei/restreamer
|
||||
datarhei/restreamer Downloads: 4665629 Stars: 70 Base: unknown
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/ich777/unraid-sundtek-driver/master/sundtek-driver.plg attempt 1...
|
||||
Tagged - Can't determine last update
|
||||
ich777/steamcmd
|
||||
ich777/steamcmd:stn Downloads: 6047752 Stars: 50 Base: unknown
|
||||
Downloading https://ca.unraid.net/stats/https://github.com/ich777/unraid-ugreenleds-driver/raw/master/ugreenleds-driver.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://github.com/ich777/unraid-uinput/raw/master/uinput.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://github.com/ich777/unraid-replication/raw/master/unraid-replication.plg attempt 1...
|
||||
@ -4849,8 +4838,6 @@ ich777/steamcmd:stn Downloads: 6047752 Stars: 50 Base: unknown
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/dcflachs/compose_plugin/main/compose.manager.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/dcflachs/kata.runtime/master/plugins/kata.runtime.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/dcflachs/swapfile_plugin/master/swapfile.plg attempt 1...
|
||||
bitnami/keycloak
|
||||
bitnami/keycloak:latest Downloads: 28022466 Stars: 104 Base: unknown
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/b3rs3rk/gpustat-unraid/master/gpustat.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/GuildDarts/unraid-plugin-docker.folder/master/plugins/docker.folder.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/doron1/unraid-sas-spindown/master/sas-spindown.plg attempt 1...
|
||||
@ -4871,13 +4858,6 @@ bitnami/keycloak:latest Downloads: 28022466 Stars: 104 Base: unknown
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/SimonFair/WOLforServices/master/WOL4Services.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://github.com/GiorgioAresu/ZFS-companion-unraid/raw/main/ZFS-companion.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/IkerSaint/ZFS-Master-Unraid/main/zfs.master.plg attempt 1...
|
||||
Tagged - Can't determine last update
|
||||
ai-dock/comfyui
|
||||
ghcr.io/ai-dock/comfyui:latest-cuda Downloads: Stars: Base: unknown
|
||||
vllm/vllm-openai
|
||||
vllm/vllm-openai Downloads: 773106 Stars: 69 Base: unknown
|
||||
figro/flood-ui
|
||||
figro/flood-ui Downloads: 7229 Stars: 0 Base: unknown
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/Commifreak/unraid-appdata.backup/master/appdata.backup.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/Commifreak/unraid-appdata.backup/master/appdata.backup.beta.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/Commifreak/ca.backup2/master/ca.backup2.plg attempt 1...
|
||||
@ -4891,8 +4871,6 @@ figro/flood-ui Downloads: 7229 Stars: 0 Base: unknown
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8168.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://github.com/greycubesgav/unraid-templates/raw/main/davfs2//davfs2.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/scolcipitato/folder.view/main/folder.view.plg attempt 1...
|
||||
fireflyiii/data-importer
|
||||
fireflyiii/data-importer:latest Downloads: 6542108 Stars: 19 Base: unknown
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/desertwitch/DVM-unRAID/main/plugin/dwdvm.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/desertwitch/iotop-c-unRAID/main/plugin/dwiotopc.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/desertwitch/memtester-unRAID/main/plugin/dwmemtester.plg attempt 1...
|
||||
|
File diff suppressed because it is too large
Load Diff
144
plgStats.json
144
plgStats.json
@ -1,29 +1,29 @@
|
||||
{
|
||||
"https://raw.githubusercontent.com/fejich/unraid-ctop/master/ctop.plg": 176,
|
||||
"https://raw.githubusercontent.com/fejich/unraid-fclones/master/fclones.plg": 136,
|
||||
"https://raw.githubusercontent.com/fejich/unraid-webhookd/master/webhookd.plg": 28,
|
||||
"https://raw.githubusercontent.com/dkaser/unraid-labelman/main/plugin/labelman.plg": 199,
|
||||
"https://raw.githubusercontent.com/fejich/unraid-ctop/master/ctop.plg": 180,
|
||||
"https://raw.githubusercontent.com/fejich/unraid-fclones/master/fclones.plg": 143,
|
||||
"https://raw.githubusercontent.com/fejich/unraid-webhookd/master/webhookd.plg": 32,
|
||||
"https://raw.githubusercontent.com/dkaser/unraid-labelman/main/plugin/labelman.plg": 201,
|
||||
"https://raw.githubusercontent.com/dkaser/unraid-motd/main/plugin/motd.plg": 642,
|
||||
"https://raw.githubusercontent.com/dkaser/unraid-plugin-diagnostics/main/plugin/plugin-diagnostics.plg": 854,
|
||||
"https://raw.githubusercontent.com/dkaser/unraid-sl/main/plugin/sl.plg": 165,
|
||||
"https://raw.githubusercontent.com/phyzical/docker.labelInjector/main/docker.labelInjector.plg": 570,
|
||||
"https://raw.githubusercontent.com/phyzical/docker.versions/main/docker.versions.plg": 771,
|
||||
"https://raw.githubusercontent.com/R3yn4ld/ca.mover.tuning/master/plugins/ca.mover.tuning.plg": 5088,
|
||||
"https://raw.githubusercontent.com/R3yn4ld/ca.mover.tuning/master/plugins/ca.mover.tuning.plg": 5091,
|
||||
"https://raw.githubusercontent.com/Peuuuur-Noel/unraid-web-push-notification/master/plugin/web-push-notification.plg": 214,
|
||||
"https://github.com/fuzzy01/autotweak/releases/latest/download/autotweak.plg": 2613,
|
||||
"https://github.com/fuzzy01/autotweak/releases/latest/download/autotweak.plg": 2614,
|
||||
"https://raw.githubusercontent.com/unraid/docker.categorize/master/plugins/docker.categorize.plg": 111,
|
||||
"https://raw.githubusercontent.com/unraid/community.applications/master/plugins/community.applications.plg": 4059,
|
||||
"https://stable.dl.unraid.net/unraid-api/dynamix.unraid.net.plg": 10854,
|
||||
"https://raw.githubusercontent.com/unraid/fix.common.problems/master/plugins/fix.common.problems.plg": 2975,
|
||||
"https://raw.githubusercontent.com/unraid/unraid-tailscale/main/plugin/tailscale.plg": 23056,
|
||||
"https://raw.githubusercontent.com/unraid/community.applications/master/plugins/community.applications.plg": 4101,
|
||||
"https://stable.dl.unraid.net/unraid-api/dynamix.unraid.net.plg": 10859,
|
||||
"https://raw.githubusercontent.com/unraid/fix.common.problems/master/plugins/fix.common.problems.plg": 2981,
|
||||
"https://raw.githubusercontent.com/unraid/unraid-tailscale/main/plugin/tailscale.plg": 23089,
|
||||
"https://raw.githubusercontent.com/unraid/unraid-tailscale/preview/plugin/tailscale-preview.plg": 723,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.backup2/master/plugins/ca.backup2.plg": 14,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.update.applications/master/plugins/ca.update.applications.plg": 6393,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.update.applications/master/plugins/ca.update.applications.plg": 6400,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.cfg.editor/master/plugins/ca.cfg.editor.plg": 62,
|
||||
"https://raw.githubusercontent.com/hugenbd/ca.mover.tuning/master/plugins/ca.mover.tuning.plg": 1300,
|
||||
"https://raw.githubusercontent.com/Squidly271/checksum/master/plugins/checksum.plg": 0,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.cleanup.appdata/master/plugins/ca.cleanup.appdata.plg": 6368,
|
||||
"https://raw.githubusercontent.com/Squidly271/customtab/master/plugins/customtab.plg": 3398,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.cleanup.appdata/master/plugins/ca.cleanup.appdata.plg": 6370,
|
||||
"https://raw.githubusercontent.com/Squidly271/customtab/master/plugins/customtab.plg": 3400,
|
||||
"https://raw.githubusercontent.com/Squidly271/disable.security/master/plugins/disable.security.plg": 315,
|
||||
"https://raw.githubusercontent.com/Squidly271/docker.folder/main/plugins/docker.folder.plg": 10,
|
||||
"https://raw.githubusercontent.com/Squidly271/docker.patch/main/plugins/docker.patch.plg": 2,
|
||||
@ -31,35 +31,35 @@
|
||||
"https://raw.githubusercontent.com/Squidly271/flash.remount/main/flash.remount.plg": 374,
|
||||
"https://raw.githubusercontent.com/Squidly271/gui-links/master/plugins/gui-links.plg": 586,
|
||||
"https://raw.githubusercontent.com/Squidly271/gui.search/main/plugins/gui.search.plg": 1690,
|
||||
"https://raw.githubusercontent.com/UnRAIDES/unRAID-NerdTools/main/plugin/NerdTools.plg": 7529,
|
||||
"https://raw.githubusercontent.com/UnRAIDES/unRAID-NerdTools/main/plugin/NerdTools.plg": 7531,
|
||||
"https://raw.githubusercontent.com/Squidly271/ransomware.bait/master/plugins/newransomware.bait.plg": 1,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.backup/master/plugins/ca.backup.plg": 7,
|
||||
"https://raw.githubusercontent.com/Squidly271/page.notes/main/plugins/page.notes.plg": 527,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.turbo/master/plugins/ca.turbo.plg": 2259,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.turbo/master/plugins/ca.turbo.plg": 2260,
|
||||
"https://raw.githubusercontent.com/Squidly271/unlimited-width/master/unlimited-width.plg": 1429,
|
||||
"https://raw.githubusercontent.com/Squidly271/user.scripts/master/plugins/user.scripts.plg": 11910,
|
||||
"https://raw.githubusercontent.com/Squidly271/Wxwork-sample/main/wxwork-sample.plg": 106,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.active.streams.plg": 2899,
|
||||
"https://raw.githubusercontent.com/Squidly271/user.scripts/master/plugins/user.scripts.plg": 11914,
|
||||
"https://raw.githubusercontent.com/Squidly271/Wxwork-sample/main/wxwork-sample.plg": 108,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.active.streams.plg": 2901,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.cache.dirs.plg": 2,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.date.time.plg": 1107,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.date.time.plg": 1108,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.day.night.plg": 752,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.factory.reset.plg": 1322,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.file.integrity.plg": 1817,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.file.manager.plg": 19635,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.factory.reset.plg": 1323,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.file.integrity.plg": 1818,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.file.manager.plg": 19643,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.local.master.plg": 747,
|
||||
"https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.password.validator.plg": 261,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.s3.sleep.plg": 3331,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.s3.sleep.plg": 3333,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.safe.mode.plg": 485,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.schedules.plg": 1084,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.schedules.plg": 1086,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.scsi.devices.plg": 449,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.share.floor.plg": 346,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.ssd.trim.plg": 7,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.stop.shell.plg": 2267,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.autofan.plg": 10736,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.buttons.plg": 4218,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.info.plg": 7143,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.stats.plg": 6609,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.temp.plg": 15079,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.stop.shell.plg": 2268,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.autofan.plg": 10746,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.buttons.plg": 4221,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.info.plg": 7145,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.stats.plg": 6615,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.temp.plg": 15094,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.wireguard.plg": 19,
|
||||
"https://raw.githubusercontent.com/dmacias72/IPMI-unRAID/master/plugin/ipmi.plg": 0,
|
||||
"https://raw.githubusercontent.com/dmacias72/unRAID-libvirtwol/master/plugin/libvirtwol.plg": 8,
|
||||
@ -70,31 +70,31 @@
|
||||
"https://raw.githubusercontent.com/Steini1984/unRAID6-Sainoid/master/unRAID6-Sanoid.plg": 796,
|
||||
"https://raw.githubusercontent.com/Steini1984/unRAID6-ZFS/master/unRAID6-ZFS.plg": 6,
|
||||
"https://raw.githubusercontent.com/Steini1984/unRAID6-ZnapZend/master/unRAID6-ZnapZend.plg": 375,
|
||||
"https://github.com/SlrG/unRAID/raw/master/Plugins/advCPaMV.plg": 815,
|
||||
"https://github.com/SlrG/unRAID/raw/master/Plugins/advCPaMV.plg": 816,
|
||||
"https://github.com/SlrG/unRAID/raw/master/Plugins/ProFTPd.plg": 31,
|
||||
"https://raw.github.com/docgyver/unraid-v6-plugins/master/denyhosts.plg": 160,
|
||||
"https://raw.githubusercontent.com/docgyver/unraid-v6-plugins/master/ssh.plg": 645,
|
||||
"https://github.com/jbrodriguez/controlr/releases/latest/download/controlr.plg": 5,
|
||||
"https://github.com/jbrodriguez/controlrd/releases/latest/download/controlrd.plg": 1264,
|
||||
"https://github.com/jbrodriguez/unbalance/releases/latest/download/unbalanced.plg": 11932,
|
||||
"https://raw.githubusercontent.com/Waseh/rclone-unraid/master/plugin/rclone.plg": 3958,
|
||||
"https://github.com/jbrodriguez/unbalance/releases/latest/download/unbalanced.plg": 11938,
|
||||
"https://raw.githubusercontent.com/Waseh/rclone-unraid/master/plugin/rclone.plg": 3959,
|
||||
"https://raw.githubusercontent.com/dlandon/active.directory/master/active.directory.plg": 636,
|
||||
"https://raw.githubusercontent.com/dlandon/cache_dirs/master/dlandon.cache.dirs.plg": 6129,
|
||||
"https://raw.githubusercontent.com/dlandon/cache_dirs/master/dlandon.cache.dirs.plg": 6131,
|
||||
"https://raw.githubusercontent.com/dlandon/enhanced.log/master/enhanced.log.plg": 850,
|
||||
"https://raw.githubusercontent.com/dlandon/file.activity/master/file.activity.plg": 2938,
|
||||
"https://raw.githubusercontent.com/dlandon/file.activity/master/file.activity.plg": 2940,
|
||||
"https://raw.githubusercontent.com/dlandon/libvirt.hotplug.usb/master/libvirt.hotplug.usb.plg": 1663,
|
||||
"https://raw.githubusercontent.com/dlandon/open.files/master/open.files.plg": 2151,
|
||||
"https://raw.githubusercontent.com/dlandon/open.files/master/open.files.plg": 2154,
|
||||
"https://raw.githubusercontent.com/dlandon/python2/master/Python2.plg": 20,
|
||||
"https://raw.githubusercontent.com/dlandon/python3/master/Python3.plg": 96,
|
||||
"https://raw.githubusercontent.com/dlandon/recycle.bin/master/recycle.bin.plg": 2608,
|
||||
"https://raw.githubusercontent.com/dlandon/tips.and.tweaks/master/tips.and.tweaks.plg": 6062,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.plg": 23142,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices-plus.plg": 17013,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.preclear.plg": 10415,
|
||||
"https://raw.githubusercontent.com/itimpi/parity.check.tuning/master/parity.check.tuning.plg": 3542,
|
||||
"https://raw.githubusercontent.com/dorgan/Unraid-networkstats/master/networkstats.plg": 1467,
|
||||
"https://raw.githubusercontent.com/dlandon/recycle.bin/master/recycle.bin.plg": 2609,
|
||||
"https://raw.githubusercontent.com/dlandon/tips.and.tweaks/master/tips.and.tweaks.plg": 6067,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.plg": 23161,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices-plus.plg": 17028,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.preclear.plg": 10425,
|
||||
"https://raw.githubusercontent.com/itimpi/parity.check.tuning/master/parity.check.tuning.plg": 3545,
|
||||
"https://raw.githubusercontent.com/dorgan/Unraid-networkstats/master/networkstats.plg": 1468,
|
||||
"https://raw.githubusercontent.com/dorgan/Unraid-plexstreams/master/plexstreams.plg": 1351,
|
||||
"https://raw.githubusercontent.com/olehj/disklocation/master/disklocation-master.plg": 4034,
|
||||
"https://raw.githubusercontent.com/olehj/disklocation/master/disklocation-master.plg": 4039,
|
||||
"https://raw.githubusercontent.com/olehj/disklocation/devel/disklocation-devel.plg": 167,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-age/master/age.plg": 97,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-amd-vendor-reset/master/amd-vendor-reset.plg": 1092,
|
||||
@ -106,15 +106,15 @@
|
||||
"https://github.com/ich777/unraid-firewire/raw/master/firewire.plg": 0,
|
||||
"https://github.com/ich777/unraid-hailort-driver/raw/master/hailort-driver.plg": 25,
|
||||
"https://github.com/ich777/unraid-hpsahba/raw/master/hpsahba.plg": 123,
|
||||
"https://raw.githubusercontent.com/ich777/intel-gpu-top/master/intel-gpu-top.plg": 11334,
|
||||
"https://raw.githubusercontent.com/ich777/intel-gvt-g/master/intel-gvt-g.plg": 2731,
|
||||
"https://raw.githubusercontent.com/ich777/intel-gpu-top/master/intel-gpu-top.plg": 11339,
|
||||
"https://raw.githubusercontent.com/ich777/intel-gvt-g/master/intel-gvt-g.plg": 2733,
|
||||
"https://raw.githubusercontent.com/ich777/iscsi-initiator/master/iscsi-initiator.plg": 550,
|
||||
"https://github.com/ich777/unraid-it87-driver/raw/master/it87-driver.plg": 3163,
|
||||
"https://github.com/ich777/unraid-it87-driver/raw/master/it87-driver.plg": 3164,
|
||||
"https://github.com/ich777/unraid-lxc-plugin/raw/master/lxc.plg": 1938,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-mft-tools/master/mft-tools.plg": 428,
|
||||
"https://github.com/ich777/unraid-nct6687-driver/raw/master/nct6687-driver.plg": 3025,
|
||||
"https://github.com/ich777/unraid-nct6687-driver/raw/master/nct6687-driver.plg": 3028,
|
||||
"https://github.com/ich777/unraid-nut-actions/raw/master/nut-actions.plg": 307,
|
||||
"https://github.com/ich777/unraid-nvidia-driver/raw/master/nvidia-driver.plg": 14539,
|
||||
"https://github.com/ich777/unraid-nvidia-driver/raw/master/nvidia-driver.plg": 14556,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-nvtop/master/nvtop.plg": 947,
|
||||
"https://github.com/ich777/unraid-openrgb-patch/raw/master/openrgb-patch.plg": 389,
|
||||
"https://github.com/ich777/unraid-prometheus_adguard_exporter/raw/master/prometheus_adguard_exporter.plg": 4,
|
||||
@ -124,36 +124,36 @@
|
||||
"https://raw.githubusercontent.com/ich777/unraid-prometheus_nvidia_smi_exporter/master/prometheus_nvidia_smi_exporter.plg": 404,
|
||||
"https://github.com/ich777/unraid-prometheus_pihole_exporter/raw/master/prometheus_pihole_exporter.plg": 148,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-prometheus_wireguard_exporter/master/prometheus_wireguard_exporter.plg": 273,
|
||||
"https://github.com/ich777/unraid-qnapec/raw/master/qnap-ec.plg": 349,
|
||||
"https://github.com/ich777/unraid-qnapec/raw/master/qnap-ec.plg": 351,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-r8152-driver/master/unraid-r8152.plg": 3,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-radeontop/master/radeontop.plg": 2525,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-radeontop/master/radeontop.plg": 2526,
|
||||
"https://github.com/ich777/unraid-rcon/raw/master/rcon.plg": 149,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-sundtek-driver/master/sundtek-driver.plg": 46,
|
||||
"https://github.com/ich777/unraid-ugreenleds-driver/raw/master/ugreenleds-driver.plg": 423,
|
||||
"https://github.com/ich777/unraid-uinput/raw/master/uinput.plg": 2,
|
||||
"https://github.com/ich777/unraid-replication/raw/master/unraid-replication.plg": 182,
|
||||
"https://raw.githubusercontent.com/kubedzero/unraid-snmp/main/snmp.plg": 517,
|
||||
"https://raw.githubusercontent.com/kubedzero/unraid-snmp/main/snmp.plg": 518,
|
||||
"https://raw.githubusercontent.com/alturismo/unraid-aspm-helper/master/aspm-helper.plg": 793,
|
||||
"https://raw.githubusercontent.com/alturismo/unraid-cache-mover/master/cache-mover.plg": 978,
|
||||
"https://raw.githubusercontent.com/alturismo/unraid-pwm-fan/master/pwm-fan.plg": 2956,
|
||||
"https://raw.githubusercontent.com/alturismo/unraid-cache-mover/master/cache-mover.plg": 979,
|
||||
"https://raw.githubusercontent.com/alturismo/unraid-pwm-fan/master/pwm-fan.plg": 2962,
|
||||
"https://raw.githubusercontent.com/alturismo/unraid-simple-mover/master/simple-mover.plg": 46,
|
||||
"https://raw.githubusercontent.com/alturismo/unraid-vm-cycle/master/vm-cycle.plg": 184,
|
||||
"https://raw.githubusercontent.com/StevenDTX/unRAID-open-vm-tools/master/openVMTools_compiled.plg": 124,
|
||||
"https://raw.githubusercontent.com/jtok/unraid.vmbackup/master/vmbackup.plg": 1825,
|
||||
"https://raw.githubusercontent.com/jtok/unraid.vmbackup/master/vmbackup.plg": 1826,
|
||||
"https://raw.githubusercontent.com/Cyanlabs/corsairpsu-unraid/master/corsairpsu.plg": 0,
|
||||
"https://raw.githubusercontent.com/Cyanlabs/jsonapi-unraid/master/jsonapi.plg": 0,
|
||||
"https://raw.githubusercontent.com/Skitals/unraid-dark-plugin/master/plugins/dark.theme.plg": 8,
|
||||
"https://raw.githubusercontent.com/Skitals/unraid-theme-engine/master/plugins/theme.engine.plg": 3179,
|
||||
"https://raw.githubusercontent.com/Skitals/unraid-vfio-pci/master/plugins/vfio.pci.plg": 5,
|
||||
"https://raw.githubusercontent.com/ljm42/unraid-upnp/master/plugins/upnp-monitor.plg": 1,
|
||||
"https://raw.githubusercontent.com/dcflachs/compose_plugin/main/compose.manager.plg": 10787,
|
||||
"https://raw.githubusercontent.com/dcflachs/compose_plugin/main/compose.manager.plg": 10790,
|
||||
"https://raw.githubusercontent.com/dcflachs/kata.runtime/master/plugins/kata.runtime.plg": 2,
|
||||
"https://raw.githubusercontent.com/dcflachs/swapfile_plugin/master/swapfile.plg": 330,
|
||||
"https://raw.githubusercontent.com/b3rs3rk/gpustat-unraid/master/gpustat.plg": 7,
|
||||
"https://raw.githubusercontent.com/GuildDarts/unraid-plugin-docker.folder/master/plugins/docker.folder.plg": 0,
|
||||
"https://raw.githubusercontent.com/doron1/unraid-sas-spindown/master/sas-spindown.plg": 780,
|
||||
"https://raw.githubusercontent.com/doron1/unraid-sas-spindown/master/sas-spindown.plg": 782,
|
||||
"https://raw.githubusercontent.com/doron1/unraid-newenckey/master/unraid-newenckey.plg": 57,
|
||||
"https://raw.githubusercontent.com/SimonFair/gpustat-unraid/master/gpustat.plg": 18397,
|
||||
"https://raw.githubusercontent.com/SimonFair/gpustat-unraid/master/gpustat.plg": 18410,
|
||||
"https://raw.githubusercontent.com/SimonFair/IPMI-unRAID/master/plugin/ipmi.plg": 2319,
|
||||
"https://raw.githubusercontent.com/SimonFair/unraid.iSCSI/main/iSCSIgui.plg": 1160,
|
||||
"https://raw.githubusercontent.com/SimonFair/unraid-lcd/master/lcd_manager.plg": 187,
|
||||
@ -162,41 +162,41 @@
|
||||
"https://raw.githubusercontent.com/SimonFair/tasmotapm-unraid/main/tasmotapm.plg": 429,
|
||||
"https://raw.githubusercontent.com/SimonFair/unraid.usbip/master/unraid.usbip.plg": 4,
|
||||
"https://raw.githubusercontent.com/SimonFair/unraid.usbip-gui/master/usbip-gui.plg": 4,
|
||||
"https://raw.githubusercontent.com/SimonFair/USB_Manager/master/usb_manager.plg": 3092,
|
||||
"https://raw.githubusercontent.com/SimonFair/USB_Manager/master/usb_manager.plg": 3096,
|
||||
"https://raw.githubusercontent.com/SimonFair/USB_Manager_usb_net_addon/main/usb_manager_aqc111_addon.plg": 1,
|
||||
"https://raw.githubusercontent.com/SimonFair/USB_Manager_Serial_Options_addon/main/usb_manager_serial_options_addon.plg": 256,
|
||||
"https://raw.githubusercontent.com/SimonFair/USB_Manager_USBIP_addon/main/usb_manager_usbip_addon.plg": 0,
|
||||
"https://raw.githubusercontent.com/SimonFair/WOLforServices/master/WOL4Services.plg": 1104,
|
||||
"https://raw.githubusercontent.com/SimonFair/WOLforServices/master/WOL4Services.plg": 1105,
|
||||
"https://github.com/GiorgioAresu/ZFS-companion-unraid/raw/main/ZFS-companion.plg": 2,
|
||||
"https://raw.githubusercontent.com/IkerSaint/ZFS-Master-Unraid/main/zfs.master.plg": 3412,
|
||||
"https://raw.githubusercontent.com/Commifreak/unraid-appdata.backup/master/appdata.backup.plg": 14637,
|
||||
"https://raw.githubusercontent.com/IkerSaint/ZFS-Master-Unraid/main/zfs.master.plg": 3413,
|
||||
"https://raw.githubusercontent.com/Commifreak/unraid-appdata.backup/master/appdata.backup.plg": 14643,
|
||||
"https://raw.githubusercontent.com/Commifreak/unraid-appdata.backup/master/appdata.backup.beta.plg": 354,
|
||||
"https://raw.githubusercontent.com/Commifreak/ca.backup2/master/ca.backup2.plg": 28,
|
||||
"https://raw.githubusercontent.com/giganode/corsairpsu-unraid/master/corsairpsu.plg": 380,
|
||||
"https://github.com/giganode/unraid-i915-sriov/raw/master/i915-sriov.plg": 3930,
|
||||
"https://github.com/giganode/unraid-i915-sriov/raw/master/i915-sriov.plg": 3932,
|
||||
"https://raw.githubusercontent.com/giganode/unraid-mqtt-pub-sub/master/mqtt-pub-sub.plg": 896,
|
||||
"https://raw.githubusercontent.com/zhtengw/unraid-i915-sriov/master/i915-sriov.plg": 0,
|
||||
"https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8125.plg": 1507,
|
||||
"https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8125.plg": 1513,
|
||||
"https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8126.plg": 452,
|
||||
"https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8152.plg": 737,
|
||||
"https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8168.plg": 702,
|
||||
"https://github.com/greycubesgav/unraid-templates/raw/main/davfs2//davfs2.plg": 334,
|
||||
"https://raw.githubusercontent.com/scolcipitato/folder.view/main/folder.view.plg": 7938,
|
||||
"https://raw.githubusercontent.com/desertwitch/DVM-unRAID/main/plugin/dwdvm.plg": 997,
|
||||
"https://raw.githubusercontent.com/scolcipitato/folder.view/main/folder.view.plg": 7941,
|
||||
"https://raw.githubusercontent.com/desertwitch/DVM-unRAID/main/plugin/dwdvm.plg": 998,
|
||||
"https://raw.githubusercontent.com/desertwitch/iotop-c-unRAID/main/plugin/dwiotopc.plg": 424,
|
||||
"https://raw.githubusercontent.com/desertwitch/memtester-unRAID/main/plugin/dwmemtester.plg": 3243,
|
||||
"https://raw.githubusercontent.com/desertwitch/memtester-unRAID/main/plugin/dwmemtester.plg": 3244,
|
||||
"https://raw.githubusercontent.com/desertwitch/nwipe-unRAID/main/plugin/dwnwipe.plg": 397,
|
||||
"https://raw.githubusercontent.com/desertwitch/python-unRAID/main/plugin/dwpython.plg": 4193,
|
||||
"https://raw.githubusercontent.com/desertwitch/python-unRAID/main/plugin/dwpython.plg": 4198,
|
||||
"https://raw.githubusercontent.com/desertwitch/SnapRAID-on-unRAID/main/plugin/dwsnap.plg": 148,
|
||||
"https://raw.githubusercontent.com/desertwitch/tldr-unRAID/main/plugin/dwtldr.plg": 308,
|
||||
"https://raw.githubusercontent.com/desertwitch/TTM-unRAID/main/plugin/dwttm.plg": 609,
|
||||
"https://raw.githubusercontent.com/desertwitch/tldr-unRAID/main/plugin/dwtldr.plg": 309,
|
||||
"https://raw.githubusercontent.com/desertwitch/TTM-unRAID/main/plugin/dwttm.plg": 611,
|
||||
"https://raw.githubusercontent.com/desertwitch/mergerFS-unRAID/main/plugin/mergerfsp.plg": 259,
|
||||
"https://raw.githubusercontent.com/desertwitch/nAFP-unRAID/main/plugin/nafp.plg": 171,
|
||||
"https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg": 4492,
|
||||
"https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg": 4494,
|
||||
"https://raw.githubusercontent.com/desertwitch/LLDP-unRAID/main/plugin/ulldpd.plg": 170,
|
||||
"https://raw.githubusercontent.com/EideardVMR/unraid-easybackup/main/easybackup.plg": 1331,
|
||||
"https://raw.githubusercontent.com/dixtdf/taglib/master/plugins/taglib.plg": 30,
|
||||
"https://github.com/EldonMcGuinness/UnraidDriveStandbyMonitor/raw/master/DriveStandbyMonitor.plg": 608,
|
||||
"https://github.com/EldonMcGuinness/UnraidDriveStandbyMonitor/raw/master/DriveStandbyMonitor.plg": 609,
|
||||
"https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent20.plg": 22,
|
||||
"https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent21.plg": 17,
|
||||
"https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent22.plg": 26,
|
||||
|
Loading…
x
Reference in New Issue
Block a user