mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-04-08 18:00:35 +00:00
Update
This commit is contained in:
parent
cb8904ebd6
commit
613eacb402
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"last_updated_timestamp": 1732201735
|
||||
"last_updated_timestamp": 1732208058
|
||||
}
|
|
@ -1,4 +1,198 @@
|
|||
[
|
||||
{
|
||||
"Name": "SpotDL-WebGUI",
|
||||
"Repository": "spotdl/spotify-downloader",
|
||||
"Registry": "https://github.com/spotDL/spotify-downloader",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/spotDL/spotify-downloader/issues",
|
||||
"Project": "https://github.com/spotDL/spotify-downloader",
|
||||
"Overview": "Container spotDL finds songs from Spotify playlists on YouTube and downloads them - along with album art, lyrics and metadata. Additionally provides a web interface for easily adding media links to process.",
|
||||
"WebUI": "http://[IP]:[PORT:8800]",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/MROGHUB/unraid-templates/master/SpotDL-WebGUI/SpotDL-WebGUI.xml",
|
||||
"Icon": "https://user-images.githubusercontent.com/19922556/111815072-5a83fe00-892f-11eb-9833-7930d1a2d08f.png",
|
||||
"PostArgs": "web --host 0.0.0.0 --web-use-output-dir",
|
||||
"Requires": "Made avaliable as Unraid template by MROGHUB\r<br>Please support SpotDL Directly at their repository https://github.com/spotDL/spotify-downloader",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Music Location",
|
||||
"Target": "/music",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "WebGUI",
|
||||
"Target": "8800",
|
||||
"Default": "8800",
|
||||
"Mode": "tcp",
|
||||
"Description": "",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"Repo": "MackAttack's Repository",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/MackAttacksRepository/SpotDL-WebGUI/SpotDL-WebGUI.xml",
|
||||
"CategoryList": [
|
||||
"Downloaders",
|
||||
"MediaApp-Music"
|
||||
],
|
||||
"downloads": 104361,
|
||||
"stars": 4,
|
||||
"LastUpdate": 1732148001,
|
||||
"LastUpdateScan": 1732207921,
|
||||
"FirstSeen": 1732207921
|
||||
},
|
||||
{
|
||||
"Name": "trackly",
|
||||
"Repository": "7eventy7/trackly",
|
||||
"Registry": "https://hub.docker.com/r/7eventy7/trackly",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/7eventy7/trackly/issues",
|
||||
"Project": "https://github.com/7eventy7/trackly",
|
||||
"Overview": "A modern web application designed to enhance your Jellyfin music library experience. Browse your collection with a beautiful interface and optionally receive Discord notifications for new releases from your favorite artists.",
|
||||
"WebUI": "http://[IP]:[PORT:11888]",
|
||||
"Icon": "https://raw.githubusercontent.com/7eventy7/trackly/master/frontend/public/icons/trackly.png",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "WEBUI",
|
||||
"Target": "11888",
|
||||
"Default": "11888",
|
||||
"Mode": "tcp",
|
||||
"Description": "webui port for trackly",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "11888"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DATA",
|
||||
"Target": "/data",
|
||||
"Default": "/mnt/user/appdata/trackly/",
|
||||
"Mode": "rw",
|
||||
"Description": "persistent storage for release scan management",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/trackly/"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "MUSIC",
|
||||
"Target": "/music",
|
||||
"Default": "",
|
||||
"Mode": "ro",
|
||||
"Description": "music library containing directories per artist",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/path/to/your/music/library"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "UPDATE_INTERVAL",
|
||||
"Target": "UPDATE_INTERVAL",
|
||||
"Default": "0 0 * * *",
|
||||
"Mode": "",
|
||||
"Description": "cron schedule to scan for new releases",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "0 0 * * *"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DISCORD_NOTIFY",
|
||||
"Target": "DISCORD_NOTIFY",
|
||||
"Default": "true",
|
||||
"Mode": "",
|
||||
"Description": "receive notifications on discord",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "true"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "NOTIFY_ON_SCAN",
|
||||
"Target": "NOTIFY_ON_SCAN",
|
||||
"Default": "false",
|
||||
"Mode": "",
|
||||
"Description": "receive notifications when scans complete",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "false"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DISCORD_WEBHOOK",
|
||||
"Target": "DISCORD_WEBHOOK",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "discord webhook url for embeds",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "YOUR_DISCORD_WEBHOOK_URL"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DISCORD_ROLE",
|
||||
"Target": "DISCORD_ROLE",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "role id to receive discord pings",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "YOUR_DISCORD_ROLE_ID"
|
||||
}
|
||||
],
|
||||
"Repo": "7eventy7's Repository",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/7eventy7/unraid-templates/master/7eventy7/trackly.xml",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/7eventy7sRepository/7eventy7/trackly.xml",
|
||||
"CategoryList": [
|
||||
"MediaServer-Music"
|
||||
],
|
||||
"downloads": 333,
|
||||
"LastUpdate": 1731763090,
|
||||
"LastUpdateScan": 1732207926,
|
||||
"FirstSeen": 1732207926
|
||||
},
|
||||
{
|
||||
"Name": "go-podcast-sponsor-block",
|
||||
"Repository": "ikoyhn/go-podcast-sponsor-block",
|
||||
|
@ -7151,7 +7345,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2567,
|
||||
"downloads": 2570,
|
||||
"FirstSeen": 1721347661
|
||||
},
|
||||
{
|
||||
|
@ -12069,7 +12263,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1450,
|
||||
"downloads": 1451,
|
||||
"FirstSeen": 1712325975
|
||||
},
|
||||
{
|
||||
|
@ -25812,7 +26006,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5346,
|
||||
"downloads": 5349,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
|
@ -25844,7 +26038,7 @@
|
|||
"Network-VPN",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 9827,
|
||||
"downloads": 9850,
|
||||
"FirstSeen": 1
|
||||
},
|
||||
{
|
||||
|
@ -25902,7 +26096,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5346,
|
||||
"downloads": 5349,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
|
@ -59036,7 +59230,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3264,
|
||||
"downloads": 3268,
|
||||
"FirstSeen": 1519966800
|
||||
},
|
||||
{
|
||||
|
@ -59082,7 +59276,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 678,
|
||||
"downloads": 680,
|
||||
"FirstSeen": 1583942966
|
||||
},
|
||||
{
|
||||
|
@ -59131,7 +59325,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3360,
|
||||
"downloads": 3362,
|
||||
"FirstSeen": 1521086400
|
||||
},
|
||||
{
|
||||
|
@ -59153,7 +59347,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2397,
|
||||
"downloads": 2413,
|
||||
"FirstSeen": 1538107200
|
||||
},
|
||||
{
|
||||
|
@ -59184,7 +59378,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2391,
|
||||
"downloads": 2395,
|
||||
"FirstSeen": 1523678400
|
||||
},
|
||||
{
|
||||
|
@ -59312,7 +59506,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6588,
|
||||
"downloads": 6592,
|
||||
"FirstSeen": 1536379200
|
||||
},
|
||||
{
|
||||
|
@ -59390,7 +59584,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 994,
|
||||
"downloads": 995,
|
||||
"FirstSeen": 1616874664
|
||||
},
|
||||
{
|
||||
|
@ -59413,7 +59607,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4206,
|
||||
"downloads": 4210,
|
||||
"FirstSeen": 1665048630
|
||||
},
|
||||
{
|
||||
|
@ -59509,7 +59703,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1278,
|
||||
"downloads": 1279,
|
||||
"FirstSeen": 1511413200
|
||||
},
|
||||
{
|
||||
|
@ -59568,7 +59762,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6403,
|
||||
"downloads": 6409,
|
||||
"FirstSeen": 1522468800
|
||||
},
|
||||
{
|
||||
|
@ -59610,7 +59804,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1497,
|
||||
"downloads": 1498,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -59675,7 +59869,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 415,
|
||||
"downloads": 416,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -59696,7 +59890,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 711,
|
||||
"downloads": 712,
|
||||
"FirstSeen": 1681871581
|
||||
},
|
||||
{
|
||||
|
@ -59745,7 +59939,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 10404,
|
||||
"downloads": 10417,
|
||||
"FirstSeen": 1646959885
|
||||
},
|
||||
{
|
||||
|
@ -59766,7 +59960,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 393,
|
||||
"downloads": 395,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -59814,7 +60008,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1814,
|
||||
"downloads": 1816,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -59969,7 +60163,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5515,
|
||||
"downloads": 5521,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -59990,7 +60184,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2302,
|
||||
"downloads": 2303,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -60011,7 +60205,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3640,
|
||||
"downloads": 3645,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -60032,7 +60226,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3425,
|
||||
"downloads": 3429,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -60054,7 +60248,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7908,
|
||||
"downloads": 7920,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -60278,7 +60472,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 387,
|
||||
"downloads": 388,
|
||||
"FirstSeen": 1594426078
|
||||
},
|
||||
{
|
||||
|
@ -66474,7 +66668,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 778,
|
||||
"downloads": 779,
|
||||
"FirstSeen": 1724969210
|
||||
},
|
||||
{
|
||||
|
@ -66501,7 +66695,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6196,
|
||||
"downloads": 6201,
|
||||
"FirstSeen": 1705014233
|
||||
},
|
||||
{
|
||||
|
@ -66523,7 +66717,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2109,
|
||||
"downloads": 2111,
|
||||
"FirstSeen": 1535169600
|
||||
},
|
||||
{
|
||||
|
@ -80221,7 +80415,7 @@
|
|||
"Plugins",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3270,
|
||||
"downloads": 3271,
|
||||
"FirstSeen": 1714226768
|
||||
},
|
||||
{
|
||||
|
@ -80276,7 +80470,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1349,
|
||||
"downloads": 1351,
|
||||
"FirstSeen": 1521604800
|
||||
},
|
||||
{
|
||||
|
@ -80304,7 +80498,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 861,
|
||||
"downloads": 862,
|
||||
"FirstSeen": 1523160000
|
||||
},
|
||||
{
|
||||
|
@ -80507,7 +80701,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1103,
|
||||
"downloads": 1104,
|
||||
"FirstSeen": 1521604800
|
||||
},
|
||||
{
|
||||
|
@ -80757,7 +80951,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1199,
|
||||
"downloads": 1200,
|
||||
"FirstSeen": 1536984000
|
||||
},
|
||||
{
|
||||
|
@ -80790,7 +80984,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3101,
|
||||
"downloads": 3107,
|
||||
"FirstSeen": 1524888000
|
||||
},
|
||||
{
|
||||
|
@ -80819,7 +81013,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 11043,
|
||||
"downloads": 11055,
|
||||
"FirstSeen": 1537675200
|
||||
},
|
||||
{
|
||||
|
@ -80850,7 +81044,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 8431,
|
||||
"downloads": 8438,
|
||||
"FirstSeen": 1577545765
|
||||
},
|
||||
{
|
||||
|
@ -80882,7 +81076,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5078,
|
||||
"downloads": 5082,
|
||||
"FirstSeen": 1645995792
|
||||
},
|
||||
{
|
||||
|
@ -95886,7 +96080,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1890,
|
||||
"downloads": 1893,
|
||||
"FirstSeen": 1552492598
|
||||
},
|
||||
{
|
||||
|
@ -98477,7 +98671,7 @@
|
|||
"Other",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 776,
|
||||
"downloads": 777,
|
||||
"FirstSeen": 1551405768
|
||||
},
|
||||
{
|
||||
|
@ -115743,7 +115937,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 248,
|
||||
"downloads": 249,
|
||||
"FirstSeen": 1605359287
|
||||
},
|
||||
{
|
||||
|
@ -120226,7 +120420,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5718,
|
||||
"downloads": 5722,
|
||||
"FirstSeen": 1676473698
|
||||
},
|
||||
{
|
||||
|
@ -120251,7 +120445,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1506,
|
||||
"downloads": 1510,
|
||||
"FirstSeen": 1621022558
|
||||
},
|
||||
{
|
||||
|
@ -120509,7 +120703,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1574,
|
||||
"downloads": 1575,
|
||||
"FirstSeen": 1662832689
|
||||
},
|
||||
{
|
||||
|
@ -124095,7 +124289,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1045,
|
||||
"downloads": 1046,
|
||||
"FirstSeen": 1653408205
|
||||
},
|
||||
{
|
||||
|
@ -124648,7 +124842,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 219,
|
||||
"downloads": 220,
|
||||
"FirstSeen": 1634630606
|
||||
},
|
||||
{
|
||||
|
@ -126216,7 +126410,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1528,
|
||||
"downloads": 1529,
|
||||
"FirstSeen": 1614726151
|
||||
},
|
||||
{
|
||||
|
@ -127245,7 +127439,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7611,
|
||||
"downloads": 7623,
|
||||
"FirstSeen": 1605344879
|
||||
},
|
||||
{
|
||||
|
@ -127268,7 +127462,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 494,
|
||||
"downloads": 495,
|
||||
"FirstSeen": 1632830624
|
||||
},
|
||||
{
|
||||
|
@ -130775,7 +130969,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 637,
|
||||
"downloads": 640,
|
||||
"FirstSeen": 1624975404
|
||||
},
|
||||
{
|
||||
|
@ -132171,7 +132365,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1365,
|
||||
"downloads": 1366,
|
||||
"FirstSeen": 1675602239
|
||||
},
|
||||
{
|
||||
|
@ -139546,7 +139740,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 168,
|
||||
"downloads": 169,
|
||||
"FirstSeen": 1718870815
|
||||
},
|
||||
{
|
||||
|
@ -176577,7 +176771,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1051,
|
||||
"downloads": 1052,
|
||||
"FirstSeen": 1577034338
|
||||
},
|
||||
{
|
||||
|
@ -187355,7 +187549,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5636,
|
||||
"downloads": 5642,
|
||||
"FirstSeen": 1633298612
|
||||
},
|
||||
{
|
||||
|
@ -224730,7 +224924,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 9650,
|
||||
"downloads": 9664,
|
||||
"FirstSeen": 1682445878
|
||||
},
|
||||
{
|
||||
|
@ -224755,7 +224949,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1228,
|
||||
"downloads": 1232,
|
||||
"FirstSeen": 1677618268
|
||||
},
|
||||
{
|
||||
|
@ -224781,7 +224975,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 645,
|
||||
"downloads": 646,
|
||||
"FirstSeen": 1613057018
|
||||
},
|
||||
{
|
||||
|
@ -224975,7 +225169,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1523,
|
||||
"downloads": 1525,
|
||||
"FirstSeen": 1622988175
|
||||
},
|
||||
{
|
||||
|
@ -225085,7 +225279,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 690,
|
||||
"downloads": 691,
|
||||
"FirstSeen": 1710078917
|
||||
},
|
||||
{
|
||||
|
@ -261127,7 +261321,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1792,
|
||||
"downloads": 1793,
|
||||
"FirstSeen": 1633435815
|
||||
},
|
||||
{
|
||||
|
@ -308764,7 +308958,7 @@
|
|||
"Backup",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7687,
|
||||
"downloads": 7694,
|
||||
"FirstSeen": 1681142676
|
||||
},
|
||||
{
|
||||
|
@ -339700,7 +339894,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2018,
|
||||
"downloads": 2023,
|
||||
"FirstSeen": 1708369542
|
||||
},
|
||||
{
|
||||
|
@ -345740,7 +345934,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4023,
|
||||
"downloads": 4029,
|
||||
"FirstSeen": 1690644440
|
||||
},
|
||||
{
|
||||
|
@ -349175,7 +349369,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 523,
|
||||
"downloads": 526,
|
||||
"FirstSeen": 1710749149
|
||||
},
|
||||
{
|
||||
|
@ -349228,7 +349422,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2399,
|
||||
"downloads": 2400,
|
||||
"FirstSeen": 1718352365
|
||||
},
|
||||
{
|
||||
|
@ -349276,7 +349470,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2012,
|
||||
"downloads": 2013,
|
||||
"FirstSeen": 1726661206
|
||||
},
|
||||
{
|
||||
|
@ -349300,7 +349494,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 76,
|
||||
"downloads": false,
|
||||
"FirstSeen": 1714399585
|
||||
},
|
||||
{
|
||||
|
@ -349393,7 +349587,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2272,
|
||||
"downloads": 2278,
|
||||
"FirstSeen": 1693851679
|
||||
},
|
||||
{
|
||||
|
@ -350060,7 +350254,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 751,
|
||||
"downloads": 752,
|
||||
"FirstSeen": 1694955727
|
||||
},
|
||||
{
|
||||
|
@ -353553,7 +353747,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 331,
|
||||
"downloads": 332,
|
||||
"FirstSeen": 1699716982
|
||||
},
|
||||
{
|
||||
|
@ -356192,7 +356386,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 313,
|
||||
"downloads": 314,
|
||||
"FirstSeen": 1720166771
|
||||
},
|
||||
{
|
||||
|
@ -362107,7 +362301,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 82,
|
||||
"downloads": 83,
|
||||
"FirstSeen": 1708353409
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"apps": 2488,
|
||||
"last_updated_timestamp": 1732201735,
|
||||
"last_updated": "2024-11-21 10:08",
|
||||
"apps": 2490,
|
||||
"last_updated_timestamp": 1732208058,
|
||||
"last_updated": "2024-11-21 11:54",
|
||||
"categories": [
|
||||
{
|
||||
"Cat": "AI:",
|
||||
|
@ -165,6 +165,200 @@
|
|||
}
|
||||
],
|
||||
"applist": [
|
||||
{
|
||||
"Name": "SpotDL-WebGUI",
|
||||
"Repository": "spotdl/spotify-downloader",
|
||||
"Registry": "https://github.com/spotDL/spotify-downloader",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/spotDL/spotify-downloader/issues",
|
||||
"Project": "https://github.com/spotDL/spotify-downloader",
|
||||
"Overview": "Container spotDL finds songs from Spotify playlists on YouTube and downloads them - along with album art, lyrics and metadata. Additionally provides a web interface for easily adding media links to process.",
|
||||
"WebUI": "http://[IP]:[PORT:8800]",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/MROGHUB/unraid-templates/master/SpotDL-WebGUI/SpotDL-WebGUI.xml",
|
||||
"Icon": "https://user-images.githubusercontent.com/19922556/111815072-5a83fe00-892f-11eb-9833-7930d1a2d08f.png",
|
||||
"PostArgs": "web --host 0.0.0.0 --web-use-output-dir",
|
||||
"Requires": "Made avaliable as Unraid template by MROGHUB\r<br>Please support SpotDL Directly at their repository https://github.com/spotDL/spotify-downloader",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Music Location",
|
||||
"Target": "/music",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "WebGUI",
|
||||
"Target": "8800",
|
||||
"Default": "8800",
|
||||
"Mode": "tcp",
|
||||
"Description": "",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"Repo": "MackAttack's Repository",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/MackAttacksRepository/SpotDL-WebGUI/SpotDL-WebGUI.xml",
|
||||
"CategoryList": [
|
||||
"Downloaders",
|
||||
"MediaApp-Music"
|
||||
],
|
||||
"downloads": 104361,
|
||||
"stars": 4,
|
||||
"LastUpdate": 1732148001,
|
||||
"LastUpdateScan": 1732207921,
|
||||
"FirstSeen": 1732207921
|
||||
},
|
||||
{
|
||||
"Name": "trackly",
|
||||
"Repository": "7eventy7/trackly",
|
||||
"Registry": "https://hub.docker.com/r/7eventy7/trackly",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/7eventy7/trackly/issues",
|
||||
"Project": "https://github.com/7eventy7/trackly",
|
||||
"Overview": "A modern web application designed to enhance your Jellyfin music library experience. Browse your collection with a beautiful interface and optionally receive Discord notifications for new releases from your favorite artists.",
|
||||
"WebUI": "http://[IP]:[PORT:11888]",
|
||||
"Icon": "https://raw.githubusercontent.com/7eventy7/trackly/master/frontend/public/icons/trackly.png",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "WEBUI",
|
||||
"Target": "11888",
|
||||
"Default": "11888",
|
||||
"Mode": "tcp",
|
||||
"Description": "webui port for trackly",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "11888"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DATA",
|
||||
"Target": "/data",
|
||||
"Default": "/mnt/user/appdata/trackly/",
|
||||
"Mode": "rw",
|
||||
"Description": "persistent storage for release scan management",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/trackly/"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "MUSIC",
|
||||
"Target": "/music",
|
||||
"Default": "",
|
||||
"Mode": "ro",
|
||||
"Description": "music library containing directories per artist",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/path/to/your/music/library"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "UPDATE_INTERVAL",
|
||||
"Target": "UPDATE_INTERVAL",
|
||||
"Default": "0 0 * * *",
|
||||
"Mode": "",
|
||||
"Description": "cron schedule to scan for new releases",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "0 0 * * *"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DISCORD_NOTIFY",
|
||||
"Target": "DISCORD_NOTIFY",
|
||||
"Default": "true",
|
||||
"Mode": "",
|
||||
"Description": "receive notifications on discord",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "true"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "NOTIFY_ON_SCAN",
|
||||
"Target": "NOTIFY_ON_SCAN",
|
||||
"Default": "false",
|
||||
"Mode": "",
|
||||
"Description": "receive notifications when scans complete",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "false"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DISCORD_WEBHOOK",
|
||||
"Target": "DISCORD_WEBHOOK",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "discord webhook url for embeds",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "YOUR_DISCORD_WEBHOOK_URL"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DISCORD_ROLE",
|
||||
"Target": "DISCORD_ROLE",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "role id to receive discord pings",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "YOUR_DISCORD_ROLE_ID"
|
||||
}
|
||||
],
|
||||
"Repo": "7eventy7's Repository",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/7eventy7/unraid-templates/master/7eventy7/trackly.xml",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/7eventy7sRepository/7eventy7/trackly.xml",
|
||||
"CategoryList": [
|
||||
"MediaServer-Music"
|
||||
],
|
||||
"downloads": 333,
|
||||
"LastUpdate": 1731763090,
|
||||
"LastUpdateScan": 1732207926,
|
||||
"FirstSeen": 1732207926
|
||||
},
|
||||
{
|
||||
"Name": "go-podcast-sponsor-block",
|
||||
"Repository": "ikoyhn/go-podcast-sponsor-block",
|
||||
|
@ -7317,7 +7511,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2567,
|
||||
"downloads": 2570,
|
||||
"FirstSeen": 1721347661
|
||||
},
|
||||
{
|
||||
|
@ -12235,7 +12429,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1450,
|
||||
"downloads": 1451,
|
||||
"FirstSeen": 1712325975
|
||||
},
|
||||
{
|
||||
|
@ -25978,7 +26172,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5346,
|
||||
"downloads": 5349,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
|
@ -26010,7 +26204,7 @@
|
|||
"Network-VPN",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 9827,
|
||||
"downloads": 9850,
|
||||
"FirstSeen": 1
|
||||
},
|
||||
{
|
||||
|
@ -26068,7 +26262,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5346,
|
||||
"downloads": 5349,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
|
@ -59202,7 +59396,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3264,
|
||||
"downloads": 3268,
|
||||
"FirstSeen": 1519966800
|
||||
},
|
||||
{
|
||||
|
@ -59248,7 +59442,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 678,
|
||||
"downloads": 680,
|
||||
"FirstSeen": 1583942966
|
||||
},
|
||||
{
|
||||
|
@ -59297,7 +59491,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3360,
|
||||
"downloads": 3362,
|
||||
"FirstSeen": 1521086400
|
||||
},
|
||||
{
|
||||
|
@ -59319,7 +59513,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2397,
|
||||
"downloads": 2413,
|
||||
"FirstSeen": 1538107200
|
||||
},
|
||||
{
|
||||
|
@ -59350,7 +59544,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2391,
|
||||
"downloads": 2395,
|
||||
"FirstSeen": 1523678400
|
||||
},
|
||||
{
|
||||
|
@ -59478,7 +59672,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6588,
|
||||
"downloads": 6592,
|
||||
"FirstSeen": 1536379200
|
||||
},
|
||||
{
|
||||
|
@ -59556,7 +59750,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 994,
|
||||
"downloads": 995,
|
||||
"FirstSeen": 1616874664
|
||||
},
|
||||
{
|
||||
|
@ -59579,7 +59773,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4206,
|
||||
"downloads": 4210,
|
||||
"FirstSeen": 1665048630
|
||||
},
|
||||
{
|
||||
|
@ -59675,7 +59869,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1278,
|
||||
"downloads": 1279,
|
||||
"FirstSeen": 1511413200
|
||||
},
|
||||
{
|
||||
|
@ -59734,7 +59928,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6403,
|
||||
"downloads": 6409,
|
||||
"FirstSeen": 1522468800
|
||||
},
|
||||
{
|
||||
|
@ -59776,7 +59970,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1497,
|
||||
"downloads": 1498,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -59841,7 +60035,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 415,
|
||||
"downloads": 416,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -59862,7 +60056,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 711,
|
||||
"downloads": 712,
|
||||
"FirstSeen": 1681871581
|
||||
},
|
||||
{
|
||||
|
@ -59911,7 +60105,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 10404,
|
||||
"downloads": 10417,
|
||||
"FirstSeen": 1646959885
|
||||
},
|
||||
{
|
||||
|
@ -59932,7 +60126,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 393,
|
||||
"downloads": 395,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -59980,7 +60174,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1814,
|
||||
"downloads": 1816,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -60135,7 +60329,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5515,
|
||||
"downloads": 5521,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -60156,7 +60350,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2302,
|
||||
"downloads": 2303,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -60177,7 +60371,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3640,
|
||||
"downloads": 3645,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -60198,7 +60392,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3425,
|
||||
"downloads": 3429,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -60220,7 +60414,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7908,
|
||||
"downloads": 7920,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -60444,7 +60638,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 387,
|
||||
"downloads": 388,
|
||||
"FirstSeen": 1594426078
|
||||
},
|
||||
{
|
||||
|
@ -66640,7 +66834,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 778,
|
||||
"downloads": 779,
|
||||
"FirstSeen": 1724969210
|
||||
},
|
||||
{
|
||||
|
@ -66667,7 +66861,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6196,
|
||||
"downloads": 6201,
|
||||
"FirstSeen": 1705014233
|
||||
},
|
||||
{
|
||||
|
@ -66689,7 +66883,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2109,
|
||||
"downloads": 2111,
|
||||
"FirstSeen": 1535169600
|
||||
},
|
||||
{
|
||||
|
@ -80387,7 +80581,7 @@
|
|||
"Plugins",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3270,
|
||||
"downloads": 3271,
|
||||
"FirstSeen": 1714226768
|
||||
},
|
||||
{
|
||||
|
@ -80442,7 +80636,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1349,
|
||||
"downloads": 1351,
|
||||
"FirstSeen": 1521604800
|
||||
},
|
||||
{
|
||||
|
@ -80470,7 +80664,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 861,
|
||||
"downloads": 862,
|
||||
"FirstSeen": 1523160000
|
||||
},
|
||||
{
|
||||
|
@ -80673,7 +80867,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1103,
|
||||
"downloads": 1104,
|
||||
"FirstSeen": 1521604800
|
||||
},
|
||||
{
|
||||
|
@ -80923,7 +81117,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1199,
|
||||
"downloads": 1200,
|
||||
"FirstSeen": 1536984000
|
||||
},
|
||||
{
|
||||
|
@ -80956,7 +81150,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3101,
|
||||
"downloads": 3107,
|
||||
"FirstSeen": 1524888000
|
||||
},
|
||||
{
|
||||
|
@ -80985,7 +81179,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 11043,
|
||||
"downloads": 11055,
|
||||
"FirstSeen": 1537675200
|
||||
},
|
||||
{
|
||||
|
@ -81016,7 +81210,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 8431,
|
||||
"downloads": 8438,
|
||||
"FirstSeen": 1577545765
|
||||
},
|
||||
{
|
||||
|
@ -81048,7 +81242,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5078,
|
||||
"downloads": 5082,
|
||||
"FirstSeen": 1645995792
|
||||
},
|
||||
{
|
||||
|
@ -96052,7 +96246,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1890,
|
||||
"downloads": 1893,
|
||||
"FirstSeen": 1552492598
|
||||
},
|
||||
{
|
||||
|
@ -98643,7 +98837,7 @@
|
|||
"Other",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 776,
|
||||
"downloads": 777,
|
||||
"FirstSeen": 1551405768
|
||||
},
|
||||
{
|
||||
|
@ -115909,7 +116103,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 248,
|
||||
"downloads": 249,
|
||||
"FirstSeen": 1605359287
|
||||
},
|
||||
{
|
||||
|
@ -120392,7 +120586,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5718,
|
||||
"downloads": 5722,
|
||||
"FirstSeen": 1676473698
|
||||
},
|
||||
{
|
||||
|
@ -120417,7 +120611,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1506,
|
||||
"downloads": 1510,
|
||||
"FirstSeen": 1621022558
|
||||
},
|
||||
{
|
||||
|
@ -120675,7 +120869,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1574,
|
||||
"downloads": 1575,
|
||||
"FirstSeen": 1662832689
|
||||
},
|
||||
{
|
||||
|
@ -124261,7 +124455,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1045,
|
||||
"downloads": 1046,
|
||||
"FirstSeen": 1653408205
|
||||
},
|
||||
{
|
||||
|
@ -124814,7 +125008,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 219,
|
||||
"downloads": 220,
|
||||
"FirstSeen": 1634630606
|
||||
},
|
||||
{
|
||||
|
@ -126382,7 +126576,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1528,
|
||||
"downloads": 1529,
|
||||
"FirstSeen": 1614726151
|
||||
},
|
||||
{
|
||||
|
@ -127411,7 +127605,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7611,
|
||||
"downloads": 7623,
|
||||
"FirstSeen": 1605344879
|
||||
},
|
||||
{
|
||||
|
@ -127434,7 +127628,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 494,
|
||||
"downloads": 495,
|
||||
"FirstSeen": 1632830624
|
||||
},
|
||||
{
|
||||
|
@ -130941,7 +131135,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 637,
|
||||
"downloads": 640,
|
||||
"FirstSeen": 1624975404
|
||||
},
|
||||
{
|
||||
|
@ -132337,7 +132531,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1365,
|
||||
"downloads": 1366,
|
||||
"FirstSeen": 1675602239
|
||||
},
|
||||
{
|
||||
|
@ -139712,7 +139906,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 168,
|
||||
"downloads": 169,
|
||||
"FirstSeen": 1718870815
|
||||
},
|
||||
{
|
||||
|
@ -176743,7 +176937,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1051,
|
||||
"downloads": 1052,
|
||||
"FirstSeen": 1577034338
|
||||
},
|
||||
{
|
||||
|
@ -187521,7 +187715,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5636,
|
||||
"downloads": 5642,
|
||||
"FirstSeen": 1633298612
|
||||
},
|
||||
{
|
||||
|
@ -224896,7 +225090,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 9650,
|
||||
"downloads": 9664,
|
||||
"FirstSeen": 1682445878
|
||||
},
|
||||
{
|
||||
|
@ -224921,7 +225115,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1228,
|
||||
"downloads": 1232,
|
||||
"FirstSeen": 1677618268
|
||||
},
|
||||
{
|
||||
|
@ -224947,7 +225141,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 645,
|
||||
"downloads": 646,
|
||||
"FirstSeen": 1613057018
|
||||
},
|
||||
{
|
||||
|
@ -225141,7 +225335,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1523,
|
||||
"downloads": 1525,
|
||||
"FirstSeen": 1622988175
|
||||
},
|
||||
{
|
||||
|
@ -225251,7 +225445,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 690,
|
||||
"downloads": 691,
|
||||
"FirstSeen": 1710078917
|
||||
},
|
||||
{
|
||||
|
@ -261293,7 +261487,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1792,
|
||||
"downloads": 1793,
|
||||
"FirstSeen": 1633435815
|
||||
},
|
||||
{
|
||||
|
@ -308930,7 +309124,7 @@
|
|||
"Backup",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7687,
|
||||
"downloads": 7694,
|
||||
"FirstSeen": 1681142676
|
||||
},
|
||||
{
|
||||
|
@ -339866,7 +340060,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2018,
|
||||
"downloads": 2023,
|
||||
"FirstSeen": 1708369542
|
||||
},
|
||||
{
|
||||
|
@ -345906,7 +346100,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4023,
|
||||
"downloads": 4029,
|
||||
"FirstSeen": 1690644440
|
||||
},
|
||||
{
|
||||
|
@ -349341,7 +349535,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 523,
|
||||
"downloads": 526,
|
||||
"FirstSeen": 1710749149
|
||||
},
|
||||
{
|
||||
|
@ -349394,7 +349588,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2399,
|
||||
"downloads": 2400,
|
||||
"FirstSeen": 1718352365
|
||||
},
|
||||
{
|
||||
|
@ -349442,7 +349636,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2012,
|
||||
"downloads": 2013,
|
||||
"FirstSeen": 1726661206
|
||||
},
|
||||
{
|
||||
|
@ -349466,7 +349660,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 76,
|
||||
"downloads": false,
|
||||
"FirstSeen": 1714399585
|
||||
},
|
||||
{
|
||||
|
@ -349559,7 +349753,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2272,
|
||||
"downloads": 2278,
|
||||
"FirstSeen": 1693851679
|
||||
},
|
||||
{
|
||||
|
@ -350226,7 +350420,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 751,
|
||||
"downloads": 752,
|
||||
"FirstSeen": 1694955727
|
||||
},
|
||||
{
|
||||
|
@ -353719,7 +353913,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 331,
|
||||
"downloads": 332,
|
||||
"FirstSeen": 1699716982
|
||||
},
|
||||
{
|
||||
|
@ -356358,7 +356552,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 313,
|
||||
"downloads": 314,
|
||||
"FirstSeen": 1720166771
|
||||
},
|
||||
{
|
||||
|
@ -362273,7 +362467,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 82,
|
||||
"downloads": 83,
|
||||
"FirstSeen": 1708353409
|
||||
},
|
||||
{
|
||||
|
@ -364076,6 +364270,18 @@
|
|||
}
|
||||
],
|
||||
"repositories": {
|
||||
"MackAttack's Repository": {
|
||||
"url": "https://github.com/MROGHUB/unraid-templates",
|
||||
"profile": "https://forums.unraid.net/profile/282192-mackattack/"
|
||||
},
|
||||
"7eventy7's Repository": {
|
||||
"url": "https://github.com/7eventy7/unraid-templates",
|
||||
"profile": "https://forums.unraid.net/profile/279422-7eventy7/",
|
||||
"bio": "Developer of open source tools that enhance the self-hosted ecosystem. I build software to fill the gaps I discover in my homelab, focusing on clean interfaces and practical functionality.",
|
||||
"icon": "https://raw.githubusercontent.com/7eventy7/unraid-templates/main/7eventy7/images/avatar.png",
|
||||
"DonateLink": "https://ko-fi.com/7eventy7",
|
||||
"DonateText": "Donations are always appreciated!"
|
||||
},
|
||||
"ikoyhn's Repository": {
|
||||
"url": "https://github.com/ikoyhn/unraid-templates",
|
||||
"profile": "https://forums.unraid.net/profile/128240-ikoyhn/"
|
||||
|
|
|
@ -3677,5 +3677,7 @@
|
|||
"hacdias/webdav:latest": 1732050371,
|
||||
"cirx08/wedding_share:latest": 1732057667,
|
||||
"riffsphereha/newznabarr:latest": 1732122517,
|
||||
"ghcr.io/chartdb/chartdb:latest": 1732129691
|
||||
"ghcr.io/chartdb/chartdb:latest": 1732129691,
|
||||
"spotdl/spotify-downloader": 1732207921,
|
||||
"7eventy7/trackly": 1732207926
|
||||
}
|
4
log.txt
4
log.txt
|
@ -4966,3 +4966,7 @@ Privileged: 107
|
|||
|
||||
Updating GitHub
|
||||
|
||||
[master cb8904ebd] Update
|
||||
6 files changed, 278 insertions(+), 281 deletions(-)
|
||||
To https://github.com/Squidly271/AppFeed.git
|
||||
533cd4d58..cb8904ebd master -> master
|
||||
|
|
|
@ -3049,7 +3049,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 399,
|
||||
"downloads": 400,
|
||||
"FirstSeen": 1728950825
|
||||
},
|
||||
{
|
||||
|
@ -7151,7 +7151,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2561,
|
||||
"downloads": 2567,
|
||||
"FirstSeen": 1721347661
|
||||
},
|
||||
{
|
||||
|
@ -12069,7 +12069,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1447,
|
||||
"downloads": 1450,
|
||||
"FirstSeen": 1712325975
|
||||
},
|
||||
{
|
||||
|
@ -25812,7 +25812,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5336,
|
||||
"downloads": 5346,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
|
@ -25844,7 +25844,7 @@
|
|||
"Network-VPN",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 9811,
|
||||
"downloads": 9827,
|
||||
"FirstSeen": 1
|
||||
},
|
||||
{
|
||||
|
@ -25902,7 +25902,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5336,
|
||||
"downloads": 5346,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
|
@ -59036,7 +59036,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3258,
|
||||
"downloads": 3264,
|
||||
"FirstSeen": 1519966800
|
||||
},
|
||||
{
|
||||
|
@ -59082,7 +59082,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 677,
|
||||
"downloads": 678,
|
||||
"FirstSeen": 1583942966
|
||||
},
|
||||
{
|
||||
|
@ -59131,7 +59131,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3357,
|
||||
"downloads": 3360,
|
||||
"FirstSeen": 1521086400
|
||||
},
|
||||
{
|
||||
|
@ -59153,7 +59153,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2394,
|
||||
"downloads": 2397,
|
||||
"FirstSeen": 1538107200
|
||||
},
|
||||
{
|
||||
|
@ -59184,7 +59184,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2389,
|
||||
"downloads": 2391,
|
||||
"FirstSeen": 1523678400
|
||||
},
|
||||
{
|
||||
|
@ -59312,7 +59312,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6577,
|
||||
"downloads": 6588,
|
||||
"FirstSeen": 1536379200
|
||||
},
|
||||
{
|
||||
|
@ -59413,7 +59413,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4201,
|
||||
"downloads": 4206,
|
||||
"FirstSeen": 1665048630
|
||||
},
|
||||
{
|
||||
|
@ -59509,7 +59509,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1276,
|
||||
"downloads": 1278,
|
||||
"FirstSeen": 1511413200
|
||||
},
|
||||
{
|
||||
|
@ -59544,7 +59544,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 805,
|
||||
"downloads": 806,
|
||||
"FirstSeen": 1544306389
|
||||
},
|
||||
{
|
||||
|
@ -59568,7 +59568,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6392,
|
||||
"downloads": 6403,
|
||||
"FirstSeen": 1522468800
|
||||
},
|
||||
{
|
||||
|
@ -59745,7 +59745,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 10390,
|
||||
"downloads": 10404,
|
||||
"FirstSeen": 1646959885
|
||||
},
|
||||
{
|
||||
|
@ -59969,7 +59969,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5509,
|
||||
"downloads": 5515,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -59990,7 +59990,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2299,
|
||||
"downloads": 2302,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -60011,7 +60011,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3637,
|
||||
"downloads": 3640,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -60032,7 +60032,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3421,
|
||||
"downloads": 3425,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -60054,7 +60054,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7895,
|
||||
"downloads": 7908,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
|
@ -60278,7 +60278,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 385,
|
||||
"downloads": 387,
|
||||
"FirstSeen": 1594426078
|
||||
},
|
||||
{
|
||||
|
@ -60346,7 +60346,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 453,
|
||||
"downloads": 454,
|
||||
"FirstSeen": 1555805286
|
||||
},
|
||||
{
|
||||
|
@ -66501,7 +66501,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6185,
|
||||
"downloads": 6196,
|
||||
"FirstSeen": 1705014233
|
||||
},
|
||||
{
|
||||
|
@ -66523,7 +66523,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2106,
|
||||
"downloads": 2109,
|
||||
"FirstSeen": 1535169600
|
||||
},
|
||||
{
|
||||
|
@ -80221,7 +80221,7 @@
|
|||
"Plugins",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3268,
|
||||
"downloads": 3270,
|
||||
"FirstSeen": 1714226768
|
||||
},
|
||||
{
|
||||
|
@ -80276,7 +80276,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1348,
|
||||
"downloads": 1349,
|
||||
"FirstSeen": 1521604800
|
||||
},
|
||||
{
|
||||
|
@ -80304,7 +80304,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 860,
|
||||
"downloads": 861,
|
||||
"FirstSeen": 1523160000
|
||||
},
|
||||
{
|
||||
|
@ -80507,7 +80507,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1102,
|
||||
"downloads": 1103,
|
||||
"FirstSeen": 1521604800
|
||||
},
|
||||
{
|
||||
|
@ -80757,7 +80757,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1198,
|
||||
"downloads": 1199,
|
||||
"FirstSeen": 1536984000
|
||||
},
|
||||
{
|
||||
|
@ -80790,7 +80790,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3097,
|
||||
"downloads": 3101,
|
||||
"FirstSeen": 1524888000
|
||||
},
|
||||
{
|
||||
|
@ -80819,7 +80819,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 11028,
|
||||
"downloads": 11043,
|
||||
"FirstSeen": 1537675200
|
||||
},
|
||||
{
|
||||
|
@ -80850,7 +80850,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 8421,
|
||||
"downloads": 8431,
|
||||
"FirstSeen": 1577545765
|
||||
},
|
||||
{
|
||||
|
@ -80882,7 +80882,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5073,
|
||||
"downloads": 5078,
|
||||
"FirstSeen": 1645995792
|
||||
},
|
||||
{
|
||||
|
@ -95886,7 +95886,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1885,
|
||||
"downloads": 1890,
|
||||
"FirstSeen": 1552492598
|
||||
},
|
||||
{
|
||||
|
@ -98477,7 +98477,7 @@
|
|||
"Other",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 775,
|
||||
"downloads": 776,
|
||||
"FirstSeen": 1551405768
|
||||
},
|
||||
{
|
||||
|
@ -98501,7 +98501,7 @@
|
|||
"MediaServer-Video",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 664,
|
||||
"downloads": 666,
|
||||
"FirstSeen": 1589486870
|
||||
},
|
||||
{
|
||||
|
@ -100960,7 +100960,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2118,
|
||||
"downloads": 2121,
|
||||
"FirstSeen": 1549051277
|
||||
},
|
||||
{
|
||||
|
@ -110773,7 +110773,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1272,
|
||||
"downloads": 1274,
|
||||
"FirstSeen": 1622044989
|
||||
},
|
||||
{
|
||||
|
@ -120226,7 +120226,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5710,
|
||||
"downloads": 5718,
|
||||
"FirstSeen": 1676473698
|
||||
},
|
||||
{
|
||||
|
@ -120251,7 +120251,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1504,
|
||||
"downloads": 1506,
|
||||
"FirstSeen": 1621022558
|
||||
},
|
||||
{
|
||||
|
@ -120486,7 +120486,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 310,
|
||||
"downloads": 311,
|
||||
"FirstSeen": 1630591418
|
||||
},
|
||||
{
|
||||
|
@ -124095,7 +124095,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1043,
|
||||
"downloads": 1045,
|
||||
"FirstSeen": 1653408205
|
||||
},
|
||||
{
|
||||
|
@ -126216,7 +126216,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1527,
|
||||
"downloads": 1528,
|
||||
"FirstSeen": 1614726151
|
||||
},
|
||||
{
|
||||
|
@ -127245,7 +127245,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7599,
|
||||
"downloads": 7611,
|
||||
"FirstSeen": 1605344879
|
||||
},
|
||||
{
|
||||
|
@ -130797,7 +130797,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 210,
|
||||
"downloads": 211,
|
||||
"FirstSeen": 1625313787
|
||||
},
|
||||
{
|
||||
|
@ -132171,7 +132171,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1361,
|
||||
"downloads": 1365,
|
||||
"FirstSeen": 1675602239
|
||||
},
|
||||
{
|
||||
|
@ -139546,7 +139546,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 167,
|
||||
"downloads": 168,
|
||||
"FirstSeen": 1718870815
|
||||
},
|
||||
{
|
||||
|
@ -176577,7 +176577,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1050,
|
||||
"downloads": 1051,
|
||||
"FirstSeen": 1577034338
|
||||
},
|
||||
{
|
||||
|
@ -187355,7 +187355,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5628,
|
||||
"downloads": 5636,
|
||||
"FirstSeen": 1633298612
|
||||
},
|
||||
{
|
||||
|
@ -224730,7 +224730,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 9640,
|
||||
"downloads": 9650,
|
||||
"FirstSeen": 1682445878
|
||||
},
|
||||
{
|
||||
|
@ -224781,7 +224781,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 643,
|
||||
"downloads": 645,
|
||||
"FirstSeen": 1613057018
|
||||
},
|
||||
{
|
||||
|
@ -224975,7 +224975,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1520,
|
||||
"downloads": 1523,
|
||||
"FirstSeen": 1622988175
|
||||
},
|
||||
{
|
||||
|
@ -225031,7 +225031,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 148,
|
||||
"downloads": 149,
|
||||
"FirstSeen": 1621936986
|
||||
},
|
||||
{
|
||||
|
@ -225085,7 +225085,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 688,
|
||||
"downloads": 690,
|
||||
"FirstSeen": 1710078917
|
||||
},
|
||||
{
|
||||
|
@ -261127,7 +261127,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1790,
|
||||
"downloads": 1792,
|
||||
"FirstSeen": 1633435815
|
||||
},
|
||||
{
|
||||
|
@ -308764,7 +308764,7 @@
|
|||
"Backup",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7678,
|
||||
"downloads": 7687,
|
||||
"FirstSeen": 1681142676
|
||||
},
|
||||
{
|
||||
|
@ -339676,7 +339676,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 194,
|
||||
"downloads": 195,
|
||||
"FirstSeen": 1679959725
|
||||
},
|
||||
{
|
||||
|
@ -339700,7 +339700,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2009,
|
||||
"downloads": 2018,
|
||||
"FirstSeen": 1708369542
|
||||
},
|
||||
{
|
||||
|
@ -339727,7 +339727,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 355,
|
||||
"downloads": 356,
|
||||
"FirstSeen": 1729815069
|
||||
},
|
||||
{
|
||||
|
@ -344688,7 +344688,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 781,
|
||||
"downloads": 783,
|
||||
"FirstSeen": 1688486687
|
||||
},
|
||||
{
|
||||
|
@ -344712,7 +344712,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 234,
|
||||
"downloads": 235,
|
||||
"FirstSeen": 1718366782
|
||||
},
|
||||
{
|
||||
|
@ -344736,7 +344736,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 408,
|
||||
"downloads": 409,
|
||||
"FirstSeen": 1688498828
|
||||
},
|
||||
{
|
||||
|
@ -345740,7 +345740,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4016,
|
||||
"downloads": 4023,
|
||||
"FirstSeen": 1690644440
|
||||
},
|
||||
{
|
||||
|
@ -349276,7 +349276,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2009,
|
||||
"downloads": 2012,
|
||||
"FirstSeen": 1726661206
|
||||
},
|
||||
{
|
||||
|
@ -349324,7 +349324,7 @@
|
|||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 180,
|
||||
"downloads": 181,
|
||||
"FirstSeen": 1721981187
|
||||
},
|
||||
{
|
||||
|
@ -349348,7 +349348,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 145,
|
||||
"downloads": 146,
|
||||
"FirstSeen": 1694477144
|
||||
},
|
||||
{
|
||||
|
@ -349393,7 +349393,7 @@
|
|||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2269,
|
||||
"downloads": 2272,
|
||||
"FirstSeen": 1693851679
|
||||
},
|
||||
{
|
||||
|
@ -353553,7 +353553,7 @@
|
|||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 329,
|
||||
"downloads": 331,
|
||||
"FirstSeen": 1699716982
|
||||
},
|
||||
{
|
||||
|
|
144
plgStats.json
144
plgStats.json
|
@ -4,58 +4,58 @@
|
|||
"https://raw.githubusercontent.com/dkaser/unraid-sl/main/plugin/sl.plg": 152,
|
||||
"https://raw.githubusercontent.com/phyzical/docker.labelInjector/main/docker.labelInjector.plg": 433,
|
||||
"https://raw.githubusercontent.com/phyzical/docker.versions/main/docker.versions.plg": 632,
|
||||
"https://raw.githubusercontent.com/R3yn4ld/ca.mover.tuning/master/plugins/ca.mover.tuning.plg": 2567,
|
||||
"https://raw.githubusercontent.com/R3yn4ld/ca.mover.tuning/master/plugins/ca.mover.tuning.plg": 2570,
|
||||
"https://raw.githubusercontent.com/Peuuuur-Noel/unraid-web-push-notification/master/plugin/web-push-notification.plg": 140,
|
||||
"https://github.com/fuzzy01/autotweak/releases/latest/download/autotweak.plg": 1450,
|
||||
"https://stable.dl.unraid.net/unraid-api/dynamix.unraid.net.plg": 5346,
|
||||
"https://raw.githubusercontent.com/unraid/unraid-tailscale/main/plugin/tailscale.plg": 9827,
|
||||
"https://github.com/fuzzy01/autotweak/releases/latest/download/autotweak.plg": 1451,
|
||||
"https://stable.dl.unraid.net/unraid-api/dynamix.unraid.net.plg": 5349,
|
||||
"https://raw.githubusercontent.com/unraid/unraid-tailscale/main/plugin/tailscale.plg": 9850,
|
||||
"https://raw.githubusercontent.com/unraid/unraid-tailscale/preview/plugin/tailscale-preview.plg": 332,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.backup2/master/plugins/ca.backup2.plg": 5,
|
||||
"https://raw.githubusercontent.com/Squidly271/docker.categorize/master/plugins/docker.categorize.plg": 109,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.update.applications/master/plugins/ca.update.applications.plg": 3264,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.update.applications/master/plugins/ca.update.applications.plg": 3268,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.cfg.editor/master/plugins/ca.cfg.editor.plg": 32,
|
||||
"https://raw.githubusercontent.com/hugenbd/ca.mover.tuning/master/plugins/ca.mover.tuning.plg": 678,
|
||||
"https://raw.githubusercontent.com/hugenbd/ca.mover.tuning/master/plugins/ca.mover.tuning.plg": 680,
|
||||
"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": 3360,
|
||||
"https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg": 2397,
|
||||
"https://raw.githubusercontent.com/Squidly271/customtab/master/plugins/customtab.plg": 2391,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.cleanup.appdata/master/plugins/ca.cleanup.appdata.plg": 3362,
|
||||
"https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg": 2413,
|
||||
"https://raw.githubusercontent.com/Squidly271/customtab/master/plugins/customtab.plg": 2395,
|
||||
"https://raw.githubusercontent.com/Squidly271/disable.security/master/plugins/disable.security.plg": 181,
|
||||
"https://raw.githubusercontent.com/Squidly271/docker.folder/main/plugins/docker.folder.plg": 4,
|
||||
"https://raw.githubusercontent.com/Squidly271/docker.patch/main/plugins/docker.patch.plg": 2,
|
||||
"https://raw.githubusercontent.com/Squidly271/docker.patch2/main/plugins/docker.patch2.plg": 161,
|
||||
"https://raw.githubusercontent.com/Squidly271/fix.common.problems/master/plugins/fix.common.problems.plg": 6588,
|
||||
"https://raw.githubusercontent.com/Squidly271/fix.common.problems/master/plugins/fix.common.problems.plg": 6592,
|
||||
"https://raw.githubusercontent.com/Squidly271/flash.remount/main/flash.remount.plg": 219,
|
||||
"https://raw.githubusercontent.com/Squidly271/gui-links/master/plugins/gui-links.plg": 327,
|
||||
"https://raw.githubusercontent.com/Squidly271/gui.search/main/plugins/gui.search.plg": 994,
|
||||
"https://raw.githubusercontent.com/UnRAIDES/unRAID-NerdTools/main/plugin/NerdTools.plg": 4206,
|
||||
"https://raw.githubusercontent.com/Squidly271/gui.search/main/plugins/gui.search.plg": 995,
|
||||
"https://raw.githubusercontent.com/UnRAIDES/unRAID-NerdTools/main/plugin/NerdTools.plg": 4210,
|
||||
"https://raw.githubusercontent.com/Squidly271/ransomware.bait/master/plugins/newransomware.bait.plg": 0,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.backup/master/plugins/ca.backup.plg": 2,
|
||||
"https://raw.githubusercontent.com/Squidly271/page.notes/main/plugins/page.notes.plg": 279,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.turbo/master/plugins/ca.turbo.plg": 1278,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.turbo/master/plugins/ca.turbo.plg": 1279,
|
||||
"https://raw.githubusercontent.com/Squidly271/unlimited-width/master/unlimited-width.plg": 806,
|
||||
"https://raw.githubusercontent.com/Squidly271/user.scripts/master/plugins/user.scripts.plg": 6403,
|
||||
"https://raw.githubusercontent.com/Squidly271/user.scripts/master/plugins/user.scripts.plg": 6409,
|
||||
"https://raw.githubusercontent.com/Squidly271/Wxwork-sample/main/wxwork-sample.plg": 50,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.active.streams.plg": 1497,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.active.streams.plg": 1498,
|
||||
"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": 593,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.day.night.plg": 415,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.factory.reset.plg": 711,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.day.night.plg": 416,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.factory.reset.plg": 712,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.file.integrity.plg": 989,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.file.manager.plg": 10404,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.local.master.plg": 393,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.file.manager.plg": 10417,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.local.master.plg": 395,
|
||||
"https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.password.validator.plg": 137,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.s3.sleep.plg": 1814,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.s3.sleep.plg": 1816,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.safe.mode.plg": 279,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.schedules.plg": 584,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.scsi.devices.plg": 252,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.share.floor.plg": 203,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.ssd.trim.plg": 5,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.stop.shell.plg": 1174,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.autofan.plg": 5515,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.buttons.plg": 2302,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.info.plg": 3640,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.stats.plg": 3425,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.temp.plg": 7908,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.autofan.plg": 5521,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.buttons.plg": 2303,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.info.plg": 3645,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.stats.plg": 3429,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.temp.plg": 7920,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.wireguard.plg": 17,
|
||||
"https://raw.githubusercontent.com/dmacias72/unRAID-DevPack/master/plugin/DevPack.plg": 0,
|
||||
"https://raw.githubusercontent.com/dmacias72/IPMI-unRAID/master/plugin/ipmi.plg": 0,
|
||||
|
@ -64,7 +64,7 @@
|
|||
"https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/qnotify.plg": 4,
|
||||
"https://raw.githubusercontent.com/dmacias72/unRAID-speedtest/master/plugin/speedtest.plg": 0,
|
||||
"https://raw.githubusercontent.com/dmacias72/unRAID-WOL/master/plugin/wakeonlan.plg": 33,
|
||||
"https://raw.githubusercontent.com/Steini1984/unRAID6-Sainoid/master/unRAID6-Sanoid.plg": 387,
|
||||
"https://raw.githubusercontent.com/Steini1984/unRAID6-Sainoid/master/unRAID6-Sanoid.plg": 388,
|
||||
"https://raw.githubusercontent.com/Steini1984/unRAID6-ZFS/master/unRAID6-ZFS.plg": 5,
|
||||
"https://raw.githubusercontent.com/Steini1984/unRAID6-ZnapZend/master/unRAID6-ZnapZend.plg": 171,
|
||||
"https://github.com/SlrG/unRAID/raw/master/Plugins/advCPaMV.plg": 454,
|
||||
|
@ -72,24 +72,24 @@
|
|||
"https://raw.github.com/docgyver/unraid-v6-plugins/master/denyhosts.plg": 96,
|
||||
"https://raw.githubusercontent.com/docgyver/unraid-v6-plugins/master/ssh.plg": 382,
|
||||
"https://github.com/jbrodriguez/controlr/releases/latest/download/controlr.plg": 1,
|
||||
"https://github.com/jbrodriguez/controlrd/releases/latest/download/controlrd.plg": 778,
|
||||
"https://github.com/jbrodriguez/unbalance/releases/latest/download/unbalanced.plg": 6196,
|
||||
"https://raw.githubusercontent.com/Waseh/rclone-unraid/master/plugin/rclone.plg": 2109,
|
||||
"https://github.com/jbrodriguez/controlrd/releases/latest/download/controlrd.plg": 779,
|
||||
"https://github.com/jbrodriguez/unbalance/releases/latest/download/unbalanced.plg": 6201,
|
||||
"https://raw.githubusercontent.com/Waseh/rclone-unraid/master/plugin/rclone.plg": 2111,
|
||||
"https://raw.githubusercontent.com/dlandon/active.directory/master/active.directory.plg": 322,
|
||||
"https://raw.githubusercontent.com/dlandon/cache_dirs/master/dlandon.cache.dirs.plg": 3270,
|
||||
"https://raw.githubusercontent.com/dlandon/cache_dirs/master/dlandon.cache.dirs.plg": 3271,
|
||||
"https://raw.githubusercontent.com/dlandon/enhanced.log/master/enhanced.log.plg": 451,
|
||||
"https://raw.githubusercontent.com/dlandon/file.activity/master/file.activity.plg": 1349,
|
||||
"https://raw.githubusercontent.com/dlandon/libvirt.hotplug.usb/master/libvirt.hotplug.usb.plg": 861,
|
||||
"https://raw.githubusercontent.com/dlandon/open.files/master/open.files.plg": 1103,
|
||||
"https://raw.githubusercontent.com/dlandon/file.activity/master/file.activity.plg": 1351,
|
||||
"https://raw.githubusercontent.com/dlandon/libvirt.hotplug.usb/master/libvirt.hotplug.usb.plg": 862,
|
||||
"https://raw.githubusercontent.com/dlandon/open.files/master/open.files.plg": 1104,
|
||||
"https://raw.githubusercontent.com/dlandon/python2/master/Python2.plg": 12,
|
||||
"https://raw.githubusercontent.com/dlandon/python3/master/Python3.plg": 64,
|
||||
"https://raw.githubusercontent.com/dlandon/recycle.bin/master/recycle.bin.plg": 1199,
|
||||
"https://raw.githubusercontent.com/dlandon/tips.and.tweaks/master/tips.and.tweaks.plg": 3101,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.plg": 11043,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices-plus.plg": 8431,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.preclear.plg": 5078,
|
||||
"https://raw.githubusercontent.com/itimpi/parity.check.tuning/master/parity.check.tuning.plg": 1890,
|
||||
"https://raw.githubusercontent.com/dorgan/Unraid-networkstats/master/networkstats.plg": 776,
|
||||
"https://raw.githubusercontent.com/dlandon/recycle.bin/master/recycle.bin.plg": 1200,
|
||||
"https://raw.githubusercontent.com/dlandon/tips.and.tweaks/master/tips.and.tweaks.plg": 3107,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.plg": 11055,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices-plus.plg": 8438,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.preclear.plg": 5082,
|
||||
"https://raw.githubusercontent.com/itimpi/parity.check.tuning/master/parity.check.tuning.plg": 1893,
|
||||
"https://raw.githubusercontent.com/dorgan/Unraid-networkstats/master/networkstats.plg": 777,
|
||||
"https://raw.githubusercontent.com/dorgan/Unraid-plexstreams/master/plexstreams.plg": 666,
|
||||
"https://raw.githubusercontent.com/olehj/disklocation/master/disklocation-master.plg": 2121,
|
||||
"https://raw.githubusercontent.com/olehj/disklocation/devel/disklocation-devel.plg": 99,
|
||||
|
@ -99,72 +99,72 @@
|
|||
"https://raw.githubusercontent.com/ich777/unraid-aquacomputer-quadro/master/aquacomputer-quadro-hwmon.plg": 0,
|
||||
"https://github.com/ich777/unraid-coral-driver/raw/master/coral-driver.plg": 435,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-corefreq/master/corefreq.plg": 1274,
|
||||
"https://github.com/ich777/unraid-dvb-driver/raw/master/dvb-driver.plg": 248,
|
||||
"https://github.com/ich777/unraid-dvb-driver/raw/master/dvb-driver.plg": 249,
|
||||
"https://github.com/ich777/unraid-firewire/raw/master/firewire.plg": 0,
|
||||
"https://github.com/ich777/unraid-hailort-driver/raw/master/hailort-driver.plg": 21,
|
||||
"https://github.com/ich777/unraid-hpsahba/raw/master/hpsahba.plg": 60,
|
||||
"https://raw.githubusercontent.com/ich777/intel-gpu-top/master/intel-gpu-top.plg": 5718,
|
||||
"https://raw.githubusercontent.com/ich777/intel-gvt-g/master/intel-gvt-g.plg": 1506,
|
||||
"https://raw.githubusercontent.com/ich777/intel-gpu-top/master/intel-gpu-top.plg": 5722,
|
||||
"https://raw.githubusercontent.com/ich777/intel-gvt-g/master/intel-gvt-g.plg": 1510,
|
||||
"https://raw.githubusercontent.com/ich777/iscsi-initiator/master/iscsi-initiator.plg": 311,
|
||||
"https://github.com/ich777/unraid-it87-driver/raw/master/it87-driver.plg": 1574,
|
||||
"https://github.com/ich777/unraid-lxc-plugin/raw/master/lxc.plg": 1045,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-mft-tools/master/mft-tools.plg": 219,
|
||||
"https://github.com/ich777/unraid-nct6687-driver/raw/master/nct6687-driver.plg": 1528,
|
||||
"https://github.com/ich777/unraid-nvidia-driver/raw/master/nvidia-driver.plg": 7611,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-nvtop/master/nvtop.plg": 494,
|
||||
"https://github.com/ich777/unraid-it87-driver/raw/master/it87-driver.plg": 1575,
|
||||
"https://github.com/ich777/unraid-lxc-plugin/raw/master/lxc.plg": 1046,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-mft-tools/master/mft-tools.plg": 220,
|
||||
"https://github.com/ich777/unraid-nct6687-driver/raw/master/nct6687-driver.plg": 1529,
|
||||
"https://github.com/ich777/unraid-nvidia-driver/raw/master/nvidia-driver.plg": 7623,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-nvtop/master/nvtop.plg": 495,
|
||||
"https://github.com/ich777/unraid-openrgb-patch/raw/master/openrgb-patch.plg": 200,
|
||||
"https://github.com/ich777/unraid-prometheus_adguard_exporter/raw/master/prometheus_adguard_exporter.plg": 4,
|
||||
"https://github.com/ich777/unraid-prometheus_msi_afterburner_exporter/raw/master/prometheus_msi_afterburner_exporter.plg": 16,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-prometheus_fritzbox_exporter/master/prometheus_fritzbox_exporter.plg": 82,
|
||||
"https://github.com/ich777/unraid-prometheus_node_exporter/raw/master/prometheus_node_exporter.plg": 637,
|
||||
"https://github.com/ich777/unraid-prometheus_node_exporter/raw/master/prometheus_node_exporter.plg": 640,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-prometheus_nvidia_smi_exporter/master/prometheus_nvidia_smi_exporter.plg": 211,
|
||||
"https://github.com/ich777/unraid-prometheus_pihole_exporter/raw/master/prometheus_pihole_exporter.plg": 79,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-prometheus_wireguard_exporter/master/prometheus_wireguard_exporter.plg": 160,
|
||||
"https://github.com/ich777/unraid-qnapec/raw/master/qnap-ec.plg": 188,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-r8152-driver/master/unraid-r8152.plg": 0,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-radeontop/master/radeontop.plg": 1365,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-radeontop/master/radeontop.plg": 1366,
|
||||
"https://github.com/ich777/unraid-rcon/raw/master/rcon.plg": 76,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-sundtek-driver/master/sundtek-driver.plg": 22,
|
||||
"https://github.com/ich777/unraid-ugreenleds-driver/raw/master/ugreenleds-driver.plg": 168,
|
||||
"https://github.com/ich777/unraid-ugreenleds-driver/raw/master/ugreenleds-driver.plg": 169,
|
||||
"https://github.com/ich777/unraid-uinput/raw/master/uinput.plg": 1,
|
||||
"https://github.com/ich777/unraid-replication/raw/master/unraid-replication.plg": 85,
|
||||
"https://raw.githubusercontent.com/kubedzero/unraid-snmp/main/snmp.plg": 336,
|
||||
"https://raw.githubusercontent.com/StevenDTX/unRAID-open-vm-tools/master/openVMTools_compiled.plg": 74,
|
||||
"https://raw.githubusercontent.com/jtok/unraid.vmbackup/master/vmbackup.plg": 1051,
|
||||
"https://raw.githubusercontent.com/jtok/unraid.vmbackup/master/vmbackup.plg": 1052,
|
||||
"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": 7,
|
||||
"https://raw.githubusercontent.com/Skitals/unraid-theme-engine/master/plugins/theme.engine.plg": 1512,
|
||||
"https://raw.githubusercontent.com/Skitals/unraid-vfio-pci/master/plugins/vfio.pci.plg": 4,
|
||||
"https://raw.githubusercontent.com/ljm42/unraid-upnp/master/plugins/upnp-monitor.plg": 1,
|
||||
"https://raw.githubusercontent.com/dcflachs/compose_plugin/main/compose.manager.plg": 5636,
|
||||
"https://raw.githubusercontent.com/dcflachs/compose_plugin/main/compose.manager.plg": 5642,
|
||||
"https://raw.githubusercontent.com/dcflachs/kata.runtime/master/plugins/kata.runtime.plg": 2,
|
||||
"https://raw.githubusercontent.com/dcflachs/swapfile_plugin/master/swapfile.plg": 180,
|
||||
"https://raw.githubusercontent.com/b3rs3rk/gpustat-unraid/master/gpustat.plg": 4,
|
||||
"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": 438,
|
||||
"https://raw.githubusercontent.com/doron1/unraid-newenckey/master/unraid-newenckey.plg": 30,
|
||||
"https://raw.githubusercontent.com/SimonFair/gpustat-unraid/master/gpustat.plg": 9650,
|
||||
"https://raw.githubusercontent.com/SimonFair/IPMI-unRAID/master/plugin/ipmi.plg": 1228,
|
||||
"https://raw.githubusercontent.com/SimonFair/unraid.iSCSI/main/iSCSIgui.plg": 645,
|
||||
"https://raw.githubusercontent.com/SimonFair/gpustat-unraid/master/gpustat.plg": 9664,
|
||||
"https://raw.githubusercontent.com/SimonFair/IPMI-unRAID/master/plugin/ipmi.plg": 1232,
|
||||
"https://raw.githubusercontent.com/SimonFair/unraid.iSCSI/main/iSCSIgui.plg": 646,
|
||||
"https://raw.githubusercontent.com/SimonFair/unraid-lcd/master/lcd_manager.plg": 108,
|
||||
"https://raw.githubusercontent.com/SimonFair/NUT-unRAID/master/plugin/nut.plg": 0,
|
||||
"https://raw.githubusercontent.com/SimonFair/Snapshots/main/snapshots.plg": 242,
|
||||
"https://raw.githubusercontent.com/SimonFair/tasmotapm-unraid/main/tasmotapm.plg": 244,
|
||||
"https://raw.githubusercontent.com/SimonFair/unraid.usbip/master/unraid.usbip.plg": 3,
|
||||
"https://raw.githubusercontent.com/SimonFair/unraid.usbip-gui/master/usbip-gui.plg": 3,
|
||||
"https://raw.githubusercontent.com/SimonFair/USB_Manager/master/usb_manager.plg": 1523,
|
||||
"https://raw.githubusercontent.com/SimonFair/USB_Manager/master/usb_manager.plg": 1525,
|
||||
"https://raw.githubusercontent.com/SimonFair/USB_Manager_usb_net_addon/main/usb_manager_aqc111_addon.plg": 0,
|
||||
"https://raw.githubusercontent.com/SimonFair/USB_Manager_Serial_Options_addon/main/usb_manager_serial_options_addon.plg": 149,
|
||||
"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": 690,
|
||||
"https://raw.githubusercontent.com/SimonFair/WOLforServices/master/WOL4Services.plg": 691,
|
||||
"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": 1792,
|
||||
"https://raw.githubusercontent.com/Commifreak/unraid-appdata.backup/master/appdata.backup.plg": 7687,
|
||||
"https://raw.githubusercontent.com/IkerSaint/ZFS-Master-Unraid/main/zfs.master.plg": 1793,
|
||||
"https://raw.githubusercontent.com/Commifreak/unraid-appdata.backup/master/appdata.backup.plg": 7694,
|
||||
"https://raw.githubusercontent.com/Commifreak/unraid-appdata.backup/master/appdata.backup.beta.plg": 205,
|
||||
"https://raw.githubusercontent.com/Commifreak/ca.backup2/master/ca.backup2.plg": 13,
|
||||
"https://raw.githubusercontent.com/giganode/corsairpsu-unraid/master/corsairpsu.plg": 195,
|
||||
"https://github.com/giganode/unraid-i915-sriov/raw/master/i915-sriov.plg": 2018,
|
||||
"https://github.com/giganode/unraid-i915-sriov/raw/master/i915-sriov.plg": 2023,
|
||||
"https://raw.githubusercontent.com/giganode/unraid-mqtt-pub-sub/master/mqtt-pub-sub.plg": 356,
|
||||
"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": 783,
|
||||
|
@ -172,25 +172,25 @@
|
|||
"https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8152.plg": 409,
|
||||
"https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8168.plg": 348,
|
||||
"https://github.com/greycubesgav/unraid-templates/raw/main/davfs2//davfs2.plg": 202,
|
||||
"https://raw.githubusercontent.com/scolcipitato/folder.view/main/folder.view.plg": 4023,
|
||||
"https://raw.githubusercontent.com/desertwitch/DVM-unRAID/main/plugin/dwdvm.plg": 523,
|
||||
"https://raw.githubusercontent.com/scolcipitato/folder.view/main/folder.view.plg": 4029,
|
||||
"https://raw.githubusercontent.com/desertwitch/DVM-unRAID/main/plugin/dwdvm.plg": 526,
|
||||
"https://raw.githubusercontent.com/desertwitch/iotop-c-unRAID/main/plugin/dwiotopc.plg": 215,
|
||||
"https://raw.githubusercontent.com/desertwitch/memtester-unRAID/main/plugin/dwmemtester.plg": 2399,
|
||||
"https://raw.githubusercontent.com/desertwitch/memtester-unRAID/main/plugin/dwmemtester.plg": 2400,
|
||||
"https://raw.githubusercontent.com/desertwitch/nwipe-unRAID/main/plugin/dwnwipe.plg": 226,
|
||||
"https://raw.githubusercontent.com/desertwitch/python-unRAID/main/plugin/dwpython.plg": 2012,
|
||||
"https://raw.githubusercontent.com/desertwitch/SnapRAID-on-unRAID/main/plugin/dwsnap.plg": 76,
|
||||
"https://raw.githubusercontent.com/desertwitch/python-unRAID/main/plugin/dwpython.plg": 2013,
|
||||
"https://raw.githubusercontent.com/desertwitch/SnapRAID-on-unRAID/main/plugin/dwsnap.plg": false,
|
||||
"https://raw.githubusercontent.com/desertwitch/tldr-unRAID/main/plugin/dwtldr.plg": 181,
|
||||
"https://raw.githubusercontent.com/desertwitch/mergerFS-unRAID/main/plugin/mergerfsp.plg": 146,
|
||||
"https://raw.githubusercontent.com/desertwitch/nAFP-unRAID/main/plugin/nafp.plg": 98,
|
||||
"https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg": 2272,
|
||||
"https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg": 2278,
|
||||
"https://raw.githubusercontent.com/desertwitch/LLDP-unRAID/main/plugin/ulldpd.plg": 91,
|
||||
"https://raw.githubusercontent.com/EideardVMR/unraid-easybackup/main/easybackup.plg": 751,
|
||||
"https://raw.githubusercontent.com/EideardVMR/unraid-easybackup/main/easybackup.plg": 752,
|
||||
"https://raw.githubusercontent.com/dixtdf/taglib/master/plugins/taglib.plg": 20,
|
||||
"https://github.com/EldonMcGuinness/UnraidDriveStandbyMonitor/raw/master/DriveStandbyMonitor.plg": 331,
|
||||
"https://github.com/EldonMcGuinness/UnraidDriveStandbyMonitor/raw/master/DriveStandbyMonitor.plg": 332,
|
||||
"https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent20.plg": 10,
|
||||
"https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent21.plg": 14,
|
||||
"https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent22.plg": 14,
|
||||
"https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent23.plg": 313,
|
||||
"https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent23.plg": 314,
|
||||
"https://raw.githubusercontent.com/rezo552/unraid-ltfs/main/unraid-ltfs.plg": 20,
|
||||
"https://raw.githubusercontent.com/Terebi42/unraid-asustor-pfd/main/unraid-asustorpfd.plg": 82
|
||||
"https://raw.githubusercontent.com/Terebi42/unraid-asustor-pfd/main/unraid-asustorpfd.plg": 83
|
||||
}
|
|
@ -96800,5 +96800,27 @@
|
|||
"downloadtrend": null,
|
||||
"trendsDate": null,
|
||||
"LastUpdate": null
|
||||
},
|
||||
"spotdl/spotify-downloader": {
|
||||
"Base": null,
|
||||
"Downloads": 104361,
|
||||
"Stars": 4,
|
||||
"Time": 1732207921,
|
||||
"trending": null,
|
||||
"trends": null,
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null,
|
||||
"LastUpdate": 1732148001
|
||||
},
|
||||
"7eventy7/trackly": {
|
||||
"Base": null,
|
||||
"Downloads": 333,
|
||||
"Stars": null,
|
||||
"Time": 1732207926,
|
||||
"trending": null,
|
||||
"trends": null,
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null,
|
||||
"LastUpdate": 1731763090
|
||||
}
|
||||
}
|
1
repositories/7eventy7___trackly
Normal file
1
repositories/7eventy7___trackly
Normal file
|
@ -0,0 +1 @@
|
|||
1
|
1
repositories/spotdl___spotify-downloader
Normal file
1
repositories/spotdl___spotify-downloader
Normal file
|
@ -0,0 +1 @@
|
|||
1
|
1072
repositoryList.json
1072
repositoryList.json
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user