mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-05-21 18:51:08 +00:00
Update
This commit is contained in:
parent
24ed1cc937
commit
86c654ead0
@ -1,3 +1,3 @@
|
||||
{
|
||||
"last_updated_timestamp": 1730797759
|
||||
"last_updated_timestamp": 1730804975
|
||||
}
|
@ -5991,7 +5991,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1938,
|
||||
"downloads": 1941,
|
||||
"FirstSeen": 1721347661
|
||||
},
|
||||
{
|
||||
@ -6442,7 +6442,7 @@
|
||||
"Plugins",
|
||||
"Tools-System"
|
||||
],
|
||||
"downloads": 121,
|
||||
"downloads": 122,
|
||||
"FirstSeen": 1720280506
|
||||
},
|
||||
{
|
||||
@ -7224,18 +7224,17 @@
|
||||
},
|
||||
{
|
||||
"Name": "Manyfold",
|
||||
"Repository": "ghcr.io/manyfold3d/manyfold:latest",
|
||||
"Registry": "https://ghcr.io/manyfold3d/manyfold",
|
||||
"Repository": "ghcr.io/manyfold3d/manyfold-solo:latest",
|
||||
"Registry": "https://github.com/manyfold3d/manyfold/pkgs/container/manyfold-solo",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/manyfold3d/manyfold/issues",
|
||||
"Project": "https://github.com/manyfold3d/manyfold",
|
||||
"Overview": "Manyfold is a Digital Asset Manager (DAM), specifically designed for 3D print files. Create a library pointing at your files on disk, and it will scan for models and parts. It assumes that any folders containing STL or OBJ files are models, and the files within them are parts. You can then view the files easily through your browser!\r\n\r\nhttps://github.com/manyfold3d/manyfold",
|
||||
"Overview": "Manyfold is a Digital Asset Manager (DAM), specifically designed for 3D print files. Create a library pointing at your files on disk, and it will scan for models and parts. It assumes that any folders containing STL or OBJ files are models, and the files within them are parts. You can then view the files easily through your browser!\r\n This template does not require PostgreSQL or Redis to operate, as it uses a built-in sqlite database.",
|
||||
"WebUI": "http://[IP]:[PORT:3214]/",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/manyfold3d/unraid-templates/master/manyfold/manyfold.xml",
|
||||
"Icon": "https://manyfold.app/images/roundel.svg",
|
||||
"Requires": "Requires PostgreSQL and Redis database to operate. \r<br>\r<br>This template is a reconstruction of the example docker-compose file found in the source reposity here: \r<br>https://github.com/manyfold3d/manyfold/blob/main/docker-compose.example.yml\r<br>\r<br>All default values assume that:\r<br>1) all three containers running on the same user-defined bridge network\r<br>2) they have been named as per the example docker-compose file (db/redis)\r<br>3) postgres has a user named manyfold, and the password matches the value\r<br>in DATABASE_URL",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
@ -7243,68 +7242,12 @@
|
||||
"Target": "3214",
|
||||
"Default": "3214",
|
||||
"Mode": "tcp",
|
||||
"Description": "",
|
||||
"Description": "Container Port: 3214",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "3214"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DATABASE_HOST",
|
||||
"Target": "DATABASE_HOST",
|
||||
"Default": "db",
|
||||
"Mode": "",
|
||||
"Description": "The hostname of your PostgreSQL server",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DATABASE_USER",
|
||||
"Target": "DATABASE_USER",
|
||||
"Default": "manyfold",
|
||||
"Mode": "",
|
||||
"Description": "A valid username for your database server",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DATABASE_PASSWORD",
|
||||
"Target": "DATABASE_PASSWORD",
|
||||
"Default": "password",
|
||||
"Mode": "",
|
||||
"Description": "The password for your database server",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DATABASE_NAME",
|
||||
"Target": "DATABASE_NAME",
|
||||
"Default": "manyfold",
|
||||
"Mode": "",
|
||||
"Description": "The name of the database on your PostgresSQL server",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
@ -7321,20 +7264,6 @@
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "REDIS_URL",
|
||||
"Target": "REDIS_URL",
|
||||
"Default": "redis://redis:6379/1",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "PUID",
|
||||
@ -7343,8 +7272,8 @@
|
||||
"Mode": "",
|
||||
"Description": "The user ID that Manyfold should run as",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
@ -7357,6 +7286,20 @@
|
||||
"Mode": "",
|
||||
"Description": "The group ID that Manyfold should run as",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "SQLite database",
|
||||
"Target": "/config",
|
||||
"Default": "/mnt/user/appdata/manyfold",
|
||||
"Mode": "rw",
|
||||
"Description": "Location for the SQLite database",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
@ -7385,8 +7328,8 @@
|
||||
"Tools-Utilities",
|
||||
"Other"
|
||||
],
|
||||
"LastUpdateScan": 1729814834,
|
||||
"FirstSeen": 1719273974
|
||||
"LastUpdateScan": 1730804849,
|
||||
"FirstSeen": 1730804849
|
||||
},
|
||||
{
|
||||
"Name": "Edition-Manager",
|
||||
@ -24449,7 +24392,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4087,
|
||||
"downloads": 4090,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
@ -24481,7 +24424,7 @@
|
||||
"Network-VPN",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6693,
|
||||
"downloads": 6701,
|
||||
"FirstSeen": 1
|
||||
},
|
||||
{
|
||||
@ -24507,7 +24450,7 @@
|
||||
"Network-VPN",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 236,
|
||||
"downloads": 237,
|
||||
"FirstSeen": 1
|
||||
},
|
||||
{
|
||||
@ -24539,7 +24482,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4087,
|
||||
"downloads": 4090,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
@ -57613,7 +57556,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2464,
|
||||
"downloads": 2468,
|
||||
"FirstSeen": 1519966800
|
||||
},
|
||||
{
|
||||
@ -57708,7 +57651,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2597,
|
||||
"downloads": 2598,
|
||||
"FirstSeen": 1521086400
|
||||
},
|
||||
{
|
||||
@ -57730,7 +57673,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1387,
|
||||
"downloads": 1390,
|
||||
"FirstSeen": 1538107200
|
||||
},
|
||||
{
|
||||
@ -57990,7 +57933,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3260,
|
||||
"downloads": 3265,
|
||||
"FirstSeen": 1665048630
|
||||
},
|
||||
{
|
||||
@ -58063,7 +58006,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 229,
|
||||
"downloads": 230,
|
||||
"FirstSeen": 1617497374
|
||||
},
|
||||
{
|
||||
@ -58145,7 +58088,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4962,
|
||||
"downloads": 4966,
|
||||
"FirstSeen": 1522468800
|
||||
},
|
||||
{
|
||||
@ -58295,7 +58238,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 803,
|
||||
"downloads": 804,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58322,7 +58265,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7867,
|
||||
"downloads": 7875,
|
||||
"FirstSeen": 1646959885
|
||||
},
|
||||
{
|
||||
@ -58391,7 +58334,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1399,
|
||||
"downloads": 1400,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58546,7 +58489,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4258,
|
||||
"downloads": 4261,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58567,7 +58510,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1802,
|
||||
"downloads": 1804,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58588,7 +58531,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2762,
|
||||
"downloads": 2766,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58609,7 +58552,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2609,
|
||||
"downloads": 2610,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58631,7 +58574,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6113,
|
||||
"downloads": 6116,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -65171,7 +65114,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4765,
|
||||
"downloads": 4771,
|
||||
"FirstSeen": 1705014233
|
||||
},
|
||||
{
|
||||
@ -65193,7 +65136,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1647,
|
||||
"downloads": 1650,
|
||||
"FirstSeen": 1535169600
|
||||
},
|
||||
{
|
||||
@ -78985,7 +78928,7 @@
|
||||
"Plugins",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2579,
|
||||
"downloads": 2582,
|
||||
"FirstSeen": 1714226768
|
||||
},
|
||||
{
|
||||
@ -79040,7 +78983,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1045,
|
||||
"downloads": 1046,
|
||||
"FirstSeen": 1521604800
|
||||
},
|
||||
{
|
||||
@ -79554,7 +79497,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2324,
|
||||
"downloads": 2326,
|
||||
"FirstSeen": 1524888000
|
||||
},
|
||||
{
|
||||
@ -79583,7 +79526,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 8197,
|
||||
"downloads": 8203,
|
||||
"FirstSeen": 1537675200
|
||||
},
|
||||
{
|
||||
@ -79614,7 +79557,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6494,
|
||||
"downloads": 6499,
|
||||
"FirstSeen": 1577545765
|
||||
},
|
||||
{
|
||||
@ -79646,7 +79589,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3960,
|
||||
"downloads": 3963,
|
||||
"FirstSeen": 1645995792
|
||||
},
|
||||
{
|
||||
@ -99797,7 +99740,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1558,
|
||||
"downloads": 1559,
|
||||
"FirstSeen": 1549051277
|
||||
},
|
||||
{
|
||||
@ -105490,7 +105433,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 449,
|
||||
"downloads": 450,
|
||||
"FirstSeen": 1622469787
|
||||
},
|
||||
{
|
||||
@ -109671,7 +109614,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 343,
|
||||
"downloads": 345,
|
||||
"FirstSeen": 1613761353
|
||||
},
|
||||
{
|
||||
@ -109694,7 +109637,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 940,
|
||||
"downloads": 943,
|
||||
"FirstSeen": 1622044989
|
||||
},
|
||||
{
|
||||
@ -119143,7 +119086,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4357,
|
||||
"downloads": 4360,
|
||||
"FirstSeen": 1676473698
|
||||
},
|
||||
{
|
||||
@ -119168,7 +119111,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1178,
|
||||
"downloads": 1181,
|
||||
"FirstSeen": 1621022558
|
||||
},
|
||||
{
|
||||
@ -119403,7 +119346,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 246,
|
||||
"downloads": 247,
|
||||
"FirstSeen": 1630591418
|
||||
},
|
||||
{
|
||||
@ -119426,7 +119369,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1238,
|
||||
"downloads": 1240,
|
||||
"FirstSeen": 1662832689
|
||||
},
|
||||
{
|
||||
@ -123011,7 +122954,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 797,
|
||||
"downloads": 798,
|
||||
"FirstSeen": 1653408205
|
||||
},
|
||||
{
|
||||
@ -125132,7 +125075,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1156,
|
||||
"downloads": 1157,
|
||||
"FirstSeen": 1614726151
|
||||
},
|
||||
{
|
||||
@ -126161,7 +126104,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5867,
|
||||
"downloads": 5878,
|
||||
"FirstSeen": 1605344879
|
||||
},
|
||||
{
|
||||
@ -131073,7 +131016,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1028,
|
||||
"downloads": 1029,
|
||||
"FirstSeen": 1675602239
|
||||
},
|
||||
{
|
||||
@ -175462,7 +175405,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 811,
|
||||
"downloads": 812,
|
||||
"FirstSeen": 1577034338
|
||||
},
|
||||
{
|
||||
@ -186166,7 +186109,7 @@
|
||||
"Tools-Themes",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1165,
|
||||
"downloads": 1166,
|
||||
"FirstSeen": 1578546374
|
||||
},
|
||||
{
|
||||
@ -186240,7 +186183,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4334,
|
||||
"downloads": 4343,
|
||||
"FirstSeen": 1633298612
|
||||
},
|
||||
{
|
||||
@ -219573,7 +219516,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 347,
|
||||
"downloads": 348,
|
||||
"FirstSeen": 1601467559
|
||||
},
|
||||
{
|
||||
@ -223765,7 +223708,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7176,
|
||||
"downloads": 7183,
|
||||
"FirstSeen": 1682445878
|
||||
},
|
||||
{
|
||||
@ -223790,7 +223733,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 942,
|
||||
"downloads": 943,
|
||||
"FirstSeen": 1677618268
|
||||
},
|
||||
{
|
||||
@ -223816,7 +223759,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 501,
|
||||
"downloads": 503,
|
||||
"FirstSeen": 1613057018
|
||||
},
|
||||
{
|
||||
@ -224010,7 +223953,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1151,
|
||||
"downloads": 1153,
|
||||
"FirstSeen": 1622988175
|
||||
},
|
||||
{
|
||||
@ -224120,7 +224063,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 574,
|
||||
"downloads": 575,
|
||||
"FirstSeen": 1710078917
|
||||
},
|
||||
{
|
||||
@ -260367,7 +260310,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1399,
|
||||
"downloads": 1400,
|
||||
"FirstSeen": 1633435815
|
||||
},
|
||||
{
|
||||
@ -307700,7 +307643,7 @@
|
||||
"Backup",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6024,
|
||||
"downloads": 6029,
|
||||
"FirstSeen": 1681142676
|
||||
},
|
||||
{
|
||||
@ -317731,8 +317674,8 @@
|
||||
"Other"
|
||||
],
|
||||
"downloads": 1636,
|
||||
"LastUpdate": 1728354435,
|
||||
"LastUpdateScan": 1730797728,
|
||||
"LastUpdate": 1728354435,
|
||||
"FirstSeen": 1730797728
|
||||
},
|
||||
{
|
||||
@ -322427,8 +322370,8 @@
|
||||
"Other"
|
||||
],
|
||||
"downloads": 2531,
|
||||
"LastUpdate": 1730503464,
|
||||
"LastUpdateScan": 1730797733,
|
||||
"LastUpdate": 1730503464,
|
||||
"FirstSeen": 1730797733
|
||||
},
|
||||
{
|
||||
@ -337017,7 +336960,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1530,
|
||||
"downloads": 1531,
|
||||
"FirstSeen": 1708369542
|
||||
},
|
||||
{
|
||||
@ -342026,7 +341969,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 190,
|
||||
"downloads": 193,
|
||||
"FirstSeen": 1718366782
|
||||
},
|
||||
{
|
||||
@ -342050,7 +341993,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 313,
|
||||
"downloads": 314,
|
||||
"FirstSeen": 1688498828
|
||||
},
|
||||
{
|
||||
@ -342920,7 +342863,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 166,
|
||||
"downloads": 167,
|
||||
"FirstSeen": 1690574698
|
||||
},
|
||||
{
|
||||
@ -342947,7 +342890,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3046,
|
||||
"downloads": 3048,
|
||||
"FirstSeen": 1690644440
|
||||
},
|
||||
{
|
||||
@ -346292,7 +346235,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 400,
|
||||
"downloads": 402,
|
||||
"FirstSeen": 1710749149
|
||||
},
|
||||
{
|
||||
@ -346510,7 +346453,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1767,
|
||||
"downloads": 1769,
|
||||
"FirstSeen": 1693851679
|
||||
},
|
||||
{
|
||||
@ -347177,7 +347120,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 592,
|
||||
"downloads": 593,
|
||||
"FirstSeen": 1694955727
|
||||
},
|
||||
{
|
||||
@ -353250,7 +353193,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 245,
|
||||
"downloads": 246,
|
||||
"FirstSeen": 1720166771
|
||||
},
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"apps": 2461,
|
||||
"last_updated_timestamp": 1730797759,
|
||||
"last_updated": "2024-11-05 04:09",
|
||||
"last_updated_timestamp": 1730804975,
|
||||
"last_updated": "2024-11-05 06:09",
|
||||
"categories": [
|
||||
{
|
||||
"Cat": "AI:",
|
||||
@ -6157,7 +6157,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1938,
|
||||
"downloads": 1941,
|
||||
"FirstSeen": 1721347661
|
||||
},
|
||||
{
|
||||
@ -6608,7 +6608,7 @@
|
||||
"Plugins",
|
||||
"Tools-System"
|
||||
],
|
||||
"downloads": 121,
|
||||
"downloads": 122,
|
||||
"FirstSeen": 1720280506
|
||||
},
|
||||
{
|
||||
@ -7390,18 +7390,17 @@
|
||||
},
|
||||
{
|
||||
"Name": "Manyfold",
|
||||
"Repository": "ghcr.io/manyfold3d/manyfold:latest",
|
||||
"Registry": "https://ghcr.io/manyfold3d/manyfold",
|
||||
"Repository": "ghcr.io/manyfold3d/manyfold-solo:latest",
|
||||
"Registry": "https://github.com/manyfold3d/manyfold/pkgs/container/manyfold-solo",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/manyfold3d/manyfold/issues",
|
||||
"Project": "https://github.com/manyfold3d/manyfold",
|
||||
"Overview": "Manyfold is a Digital Asset Manager (DAM), specifically designed for 3D print files. Create a library pointing at your files on disk, and it will scan for models and parts. It assumes that any folders containing STL or OBJ files are models, and the files within them are parts. You can then view the files easily through your browser!\r\n\r\nhttps://github.com/manyfold3d/manyfold",
|
||||
"Overview": "Manyfold is a Digital Asset Manager (DAM), specifically designed for 3D print files. Create a library pointing at your files on disk, and it will scan for models and parts. It assumes that any folders containing STL or OBJ files are models, and the files within them are parts. You can then view the files easily through your browser!\r\n This template does not require PostgreSQL or Redis to operate, as it uses a built-in sqlite database.",
|
||||
"WebUI": "http://[IP]:[PORT:3214]/",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/manyfold3d/unraid-templates/master/manyfold/manyfold.xml",
|
||||
"Icon": "https://manyfold.app/images/roundel.svg",
|
||||
"Requires": "Requires PostgreSQL and Redis database to operate. \r<br>\r<br>This template is a reconstruction of the example docker-compose file found in the source reposity here: \r<br>https://github.com/manyfold3d/manyfold/blob/main/docker-compose.example.yml\r<br>\r<br>All default values assume that:\r<br>1) all three containers running on the same user-defined bridge network\r<br>2) they have been named as per the example docker-compose file (db/redis)\r<br>3) postgres has a user named manyfold, and the password matches the value\r<br>in DATABASE_URL",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
@ -7409,68 +7408,12 @@
|
||||
"Target": "3214",
|
||||
"Default": "3214",
|
||||
"Mode": "tcp",
|
||||
"Description": "",
|
||||
"Description": "Container Port: 3214",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "3214"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DATABASE_HOST",
|
||||
"Target": "DATABASE_HOST",
|
||||
"Default": "db",
|
||||
"Mode": "",
|
||||
"Description": "The hostname of your PostgreSQL server",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DATABASE_USER",
|
||||
"Target": "DATABASE_USER",
|
||||
"Default": "manyfold",
|
||||
"Mode": "",
|
||||
"Description": "A valid username for your database server",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DATABASE_PASSWORD",
|
||||
"Target": "DATABASE_PASSWORD",
|
||||
"Default": "password",
|
||||
"Mode": "",
|
||||
"Description": "The password for your database server",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DATABASE_NAME",
|
||||
"Target": "DATABASE_NAME",
|
||||
"Default": "manyfold",
|
||||
"Mode": "",
|
||||
"Description": "The name of the database on your PostgresSQL server",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
@ -7487,20 +7430,6 @@
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "REDIS_URL",
|
||||
"Target": "REDIS_URL",
|
||||
"Default": "redis://redis:6379/1",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "PUID",
|
||||
@ -7509,8 +7438,8 @@
|
||||
"Mode": "",
|
||||
"Description": "The user ID that Manyfold should run as",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
@ -7523,6 +7452,20 @@
|
||||
"Mode": "",
|
||||
"Description": "The group ID that Manyfold should run as",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "SQLite database",
|
||||
"Target": "/config",
|
||||
"Default": "/mnt/user/appdata/manyfold",
|
||||
"Mode": "rw",
|
||||
"Description": "Location for the SQLite database",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
@ -7551,8 +7494,8 @@
|
||||
"Tools-Utilities",
|
||||
"Other"
|
||||
],
|
||||
"LastUpdateScan": 1729814834,
|
||||
"FirstSeen": 1719273974
|
||||
"LastUpdateScan": 1730804849,
|
||||
"FirstSeen": 1730804849
|
||||
},
|
||||
{
|
||||
"Name": "Edition-Manager",
|
||||
@ -24615,7 +24558,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4087,
|
||||
"downloads": 4090,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
@ -24647,7 +24590,7 @@
|
||||
"Network-VPN",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6693,
|
||||
"downloads": 6701,
|
||||
"FirstSeen": 1
|
||||
},
|
||||
{
|
||||
@ -24673,7 +24616,7 @@
|
||||
"Network-VPN",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 236,
|
||||
"downloads": 237,
|
||||
"FirstSeen": 1
|
||||
},
|
||||
{
|
||||
@ -24705,7 +24648,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4087,
|
||||
"downloads": 4090,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
@ -57779,7 +57722,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2464,
|
||||
"downloads": 2468,
|
||||
"FirstSeen": 1519966800
|
||||
},
|
||||
{
|
||||
@ -57874,7 +57817,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2597,
|
||||
"downloads": 2598,
|
||||
"FirstSeen": 1521086400
|
||||
},
|
||||
{
|
||||
@ -57896,7 +57839,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1387,
|
||||
"downloads": 1390,
|
||||
"FirstSeen": 1538107200
|
||||
},
|
||||
{
|
||||
@ -58156,7 +58099,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3260,
|
||||
"downloads": 3265,
|
||||
"FirstSeen": 1665048630
|
||||
},
|
||||
{
|
||||
@ -58229,7 +58172,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 229,
|
||||
"downloads": 230,
|
||||
"FirstSeen": 1617497374
|
||||
},
|
||||
{
|
||||
@ -58311,7 +58254,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4962,
|
||||
"downloads": 4966,
|
||||
"FirstSeen": 1522468800
|
||||
},
|
||||
{
|
||||
@ -58461,7 +58404,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 803,
|
||||
"downloads": 804,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58488,7 +58431,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7867,
|
||||
"downloads": 7875,
|
||||
"FirstSeen": 1646959885
|
||||
},
|
||||
{
|
||||
@ -58557,7 +58500,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1399,
|
||||
"downloads": 1400,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58712,7 +58655,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4258,
|
||||
"downloads": 4261,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58733,7 +58676,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1802,
|
||||
"downloads": 1804,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58754,7 +58697,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2762,
|
||||
"downloads": 2766,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58775,7 +58718,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2609,
|
||||
"downloads": 2610,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58797,7 +58740,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6113,
|
||||
"downloads": 6116,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -65337,7 +65280,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4765,
|
||||
"downloads": 4771,
|
||||
"FirstSeen": 1705014233
|
||||
},
|
||||
{
|
||||
@ -65359,7 +65302,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1647,
|
||||
"downloads": 1650,
|
||||
"FirstSeen": 1535169600
|
||||
},
|
||||
{
|
||||
@ -79151,7 +79094,7 @@
|
||||
"Plugins",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2579,
|
||||
"downloads": 2582,
|
||||
"FirstSeen": 1714226768
|
||||
},
|
||||
{
|
||||
@ -79206,7 +79149,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1045,
|
||||
"downloads": 1046,
|
||||
"FirstSeen": 1521604800
|
||||
},
|
||||
{
|
||||
@ -79720,7 +79663,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2324,
|
||||
"downloads": 2326,
|
||||
"FirstSeen": 1524888000
|
||||
},
|
||||
{
|
||||
@ -79749,7 +79692,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 8197,
|
||||
"downloads": 8203,
|
||||
"FirstSeen": 1537675200
|
||||
},
|
||||
{
|
||||
@ -79780,7 +79723,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6494,
|
||||
"downloads": 6499,
|
||||
"FirstSeen": 1577545765
|
||||
},
|
||||
{
|
||||
@ -79812,7 +79755,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3960,
|
||||
"downloads": 3963,
|
||||
"FirstSeen": 1645995792
|
||||
},
|
||||
{
|
||||
@ -99963,7 +99906,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1558,
|
||||
"downloads": 1559,
|
||||
"FirstSeen": 1549051277
|
||||
},
|
||||
{
|
||||
@ -105656,7 +105599,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 449,
|
||||
"downloads": 450,
|
||||
"FirstSeen": 1622469787
|
||||
},
|
||||
{
|
||||
@ -109837,7 +109780,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 343,
|
||||
"downloads": 345,
|
||||
"FirstSeen": 1613761353
|
||||
},
|
||||
{
|
||||
@ -109860,7 +109803,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 940,
|
||||
"downloads": 943,
|
||||
"FirstSeen": 1622044989
|
||||
},
|
||||
{
|
||||
@ -119309,7 +119252,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4357,
|
||||
"downloads": 4360,
|
||||
"FirstSeen": 1676473698
|
||||
},
|
||||
{
|
||||
@ -119334,7 +119277,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1178,
|
||||
"downloads": 1181,
|
||||
"FirstSeen": 1621022558
|
||||
},
|
||||
{
|
||||
@ -119569,7 +119512,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 246,
|
||||
"downloads": 247,
|
||||
"FirstSeen": 1630591418
|
||||
},
|
||||
{
|
||||
@ -119592,7 +119535,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1238,
|
||||
"downloads": 1240,
|
||||
"FirstSeen": 1662832689
|
||||
},
|
||||
{
|
||||
@ -123177,7 +123120,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 797,
|
||||
"downloads": 798,
|
||||
"FirstSeen": 1653408205
|
||||
},
|
||||
{
|
||||
@ -125298,7 +125241,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1156,
|
||||
"downloads": 1157,
|
||||
"FirstSeen": 1614726151
|
||||
},
|
||||
{
|
||||
@ -126327,7 +126270,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5867,
|
||||
"downloads": 5878,
|
||||
"FirstSeen": 1605344879
|
||||
},
|
||||
{
|
||||
@ -131239,7 +131182,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1028,
|
||||
"downloads": 1029,
|
||||
"FirstSeen": 1675602239
|
||||
},
|
||||
{
|
||||
@ -175628,7 +175571,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 811,
|
||||
"downloads": 812,
|
||||
"FirstSeen": 1577034338
|
||||
},
|
||||
{
|
||||
@ -186332,7 +186275,7 @@
|
||||
"Tools-Themes",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1165,
|
||||
"downloads": 1166,
|
||||
"FirstSeen": 1578546374
|
||||
},
|
||||
{
|
||||
@ -186406,7 +186349,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4334,
|
||||
"downloads": 4343,
|
||||
"FirstSeen": 1633298612
|
||||
},
|
||||
{
|
||||
@ -219739,7 +219682,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 347,
|
||||
"downloads": 348,
|
||||
"FirstSeen": 1601467559
|
||||
},
|
||||
{
|
||||
@ -223931,7 +223874,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7176,
|
||||
"downloads": 7183,
|
||||
"FirstSeen": 1682445878
|
||||
},
|
||||
{
|
||||
@ -223956,7 +223899,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 942,
|
||||
"downloads": 943,
|
||||
"FirstSeen": 1677618268
|
||||
},
|
||||
{
|
||||
@ -223982,7 +223925,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 501,
|
||||
"downloads": 503,
|
||||
"FirstSeen": 1613057018
|
||||
},
|
||||
{
|
||||
@ -224176,7 +224119,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1151,
|
||||
"downloads": 1153,
|
||||
"FirstSeen": 1622988175
|
||||
},
|
||||
{
|
||||
@ -224286,7 +224229,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 574,
|
||||
"downloads": 575,
|
||||
"FirstSeen": 1710078917
|
||||
},
|
||||
{
|
||||
@ -260533,7 +260476,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1399,
|
||||
"downloads": 1400,
|
||||
"FirstSeen": 1633435815
|
||||
},
|
||||
{
|
||||
@ -307866,7 +307809,7 @@
|
||||
"Backup",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6024,
|
||||
"downloads": 6029,
|
||||
"FirstSeen": 1681142676
|
||||
},
|
||||
{
|
||||
@ -317897,8 +317840,8 @@
|
||||
"Other"
|
||||
],
|
||||
"downloads": 1636,
|
||||
"LastUpdate": 1728354435,
|
||||
"LastUpdateScan": 1730797728,
|
||||
"LastUpdate": 1728354435,
|
||||
"FirstSeen": 1730797728
|
||||
},
|
||||
{
|
||||
@ -322593,8 +322536,8 @@
|
||||
"Other"
|
||||
],
|
||||
"downloads": 2531,
|
||||
"LastUpdate": 1730503464,
|
||||
"LastUpdateScan": 1730797733,
|
||||
"LastUpdate": 1730503464,
|
||||
"FirstSeen": 1730797733
|
||||
},
|
||||
{
|
||||
@ -337183,7 +337126,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1530,
|
||||
"downloads": 1531,
|
||||
"FirstSeen": 1708369542
|
||||
},
|
||||
{
|
||||
@ -342192,7 +342135,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 190,
|
||||
"downloads": 193,
|
||||
"FirstSeen": 1718366782
|
||||
},
|
||||
{
|
||||
@ -342216,7 +342159,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 313,
|
||||
"downloads": 314,
|
||||
"FirstSeen": 1688498828
|
||||
},
|
||||
{
|
||||
@ -343086,7 +343029,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 166,
|
||||
"downloads": 167,
|
||||
"FirstSeen": 1690574698
|
||||
},
|
||||
{
|
||||
@ -343113,7 +343056,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3046,
|
||||
"downloads": 3048,
|
||||
"FirstSeen": 1690644440
|
||||
},
|
||||
{
|
||||
@ -346458,7 +346401,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 400,
|
||||
"downloads": 402,
|
||||
"FirstSeen": 1710749149
|
||||
},
|
||||
{
|
||||
@ -346676,7 +346619,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1767,
|
||||
"downloads": 1769,
|
||||
"FirstSeen": 1693851679
|
||||
},
|
||||
{
|
||||
@ -347343,7 +347286,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 592,
|
||||
"downloads": 593,
|
||||
"FirstSeen": 1694955727
|
||||
},
|
||||
{
|
||||
@ -353416,7 +353359,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 245,
|
||||
"downloads": 246,
|
||||
"FirstSeen": 1720166771
|
||||
},
|
||||
{
|
||||
|
@ -3635,5 +3635,6 @@
|
||||
"ghcr.io/zitadel/zitadel": 1730655906,
|
||||
"pcjones/mediathekarr": 1730711289,
|
||||
"rfsbraz/deleterr:latest": 1730797728,
|
||||
"chadwpalm/lumunarr:latest": 1730797733
|
||||
"chadwpalm/lumunarr:latest": 1730797733,
|
||||
"ghcr.io/manyfold3d/manyfold-solo:latest": 1730804849
|
||||
}
|
9
log.txt
9
log.txt
@ -4739,6 +4739,9 @@ Updating stats on containers
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/phyzical/docker.versions/main/docker.versions.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/R3yn4ld/ca.mover.tuning/master/plugins/ca.mover.tuning.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/Peuuuur-Noel/unraid-web-push-notification/master/plugin/web-push-notification.plg attempt 1...
|
||||
manyfold3d/manyfold-solo
|
||||
ghcr.io/manyfold3d/manyfold-solo:latest Downloads: Stars: Base: unknown
|
||||
Pulling ghcr.io/manyfold3d/manyfold-solo:latest
|
||||
Downloading https://ca.unraid.net/stats/https://github.com/fuzzy01/autotweak/releases/latest/download/autotweak.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://stable.dl.unraid.net/unraid-api/dynamix.unraid.net.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/unraid/unraid-tailscale/main/plugin/tailscale.plg attempt 1...
|
||||
@ -4897,12 +4900,6 @@ Updating stats on containers
|
||||
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...
|
||||
rfsbraz/deleterr
|
||||
rfsbraz/deleterr:latest Downloads: 1636 Stars: 0 Base: unknown
|
||||
Pulling rfsbraz/deleterr:latest
|
||||
chadwpalm/lumunarr
|
||||
chadwpalm/lumunarr:latest Downloads: 2531 Stars: 0 Base: unknown
|
||||
Pulling chadwpalm/lumunarr:latest
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/giganode/corsairpsu-unraid/master/corsairpsu.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://github.com/giganode/unraid-i915-sriov/raw/master/i915-sriov.plg attempt 1...
|
||||
Downloading https://ca.unraid.net/stats/https://raw.githubusercontent.com/giganode/unraid-mqtt-pub-sub/master/mqtt-pub-sub.plg attempt 1...
|
||||
|
@ -1564,7 +1564,7 @@
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://forums.unraid.net/topic/177991-andaks-docker-application/",
|
||||
"Support": "https://forums.unraid.net/topic/177991-support-andaks-docker-application/",
|
||||
"Project": "https://tile38.com/",
|
||||
"Overview": "Tile38 is an open source, in-memory geolocation data store, spatial index, and realtime geofence. It supports a variety of object types including lat/lon points, bounding boxes, XYZ tiles, Geohashes, and GeoJSON. For more information visit: http://tile38.com",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/andaks/unraid-templates/master/tile38/tile38.xml",
|
||||
@ -5991,7 +5991,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1937,
|
||||
"downloads": 1938,
|
||||
"FirstSeen": 1721347661
|
||||
},
|
||||
{
|
||||
@ -10918,7 +10918,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1122,
|
||||
"downloads": 1124,
|
||||
"FirstSeen": 1712325975
|
||||
},
|
||||
{
|
||||
@ -24449,7 +24449,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4080,
|
||||
"downloads": 4087,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
@ -24481,7 +24481,7 @@
|
||||
"Network-VPN",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6680,
|
||||
"downloads": 6693,
|
||||
"FirstSeen": 1
|
||||
},
|
||||
{
|
||||
@ -24539,7 +24539,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4080,
|
||||
"downloads": 4087,
|
||||
"FirstSeen": 1707003748
|
||||
},
|
||||
{
|
||||
@ -57613,7 +57613,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2463,
|
||||
"downloads": 2464,
|
||||
"FirstSeen": 1519966800
|
||||
},
|
||||
{
|
||||
@ -57708,7 +57708,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2596,
|
||||
"downloads": 2597,
|
||||
"FirstSeen": 1521086400
|
||||
},
|
||||
{
|
||||
@ -57730,7 +57730,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1385,
|
||||
"downloads": 1387,
|
||||
"FirstSeen": 1538107200
|
||||
},
|
||||
{
|
||||
@ -57761,7 +57761,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2001,
|
||||
"downloads": 2002,
|
||||
"FirstSeen": 1523678400
|
||||
},
|
||||
{
|
||||
@ -57889,7 +57889,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5085,
|
||||
"downloads": 5086,
|
||||
"FirstSeen": 1536379200
|
||||
},
|
||||
{
|
||||
@ -57967,7 +57967,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 815,
|
||||
"downloads": 816,
|
||||
"FirstSeen": 1616874664
|
||||
},
|
||||
{
|
||||
@ -57990,7 +57990,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3257,
|
||||
"downloads": 3260,
|
||||
"FirstSeen": 1665048630
|
||||
},
|
||||
{
|
||||
@ -58086,7 +58086,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1002,
|
||||
"downloads": 1003,
|
||||
"FirstSeen": 1511413200
|
||||
},
|
||||
{
|
||||
@ -58145,7 +58145,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4958,
|
||||
"downloads": 4962,
|
||||
"FirstSeen": 1522468800
|
||||
},
|
||||
{
|
||||
@ -58295,7 +58295,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 802,
|
||||
"downloads": 803,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58322,7 +58322,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7864,
|
||||
"downloads": 7867,
|
||||
"FirstSeen": 1646959885
|
||||
},
|
||||
{
|
||||
@ -58454,7 +58454,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 207,
|
||||
"downloads": 208,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58546,7 +58546,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4254,
|
||||
"downloads": 4258,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58567,7 +58567,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1800,
|
||||
"downloads": 1802,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58588,7 +58588,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2759,
|
||||
"downloads": 2762,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58609,7 +58609,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2608,
|
||||
"downloads": 2609,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58631,7 +58631,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6107,
|
||||
"downloads": 6113,
|
||||
"FirstSeen": 1539535783
|
||||
},
|
||||
{
|
||||
@ -58898,7 +58898,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 130,
|
||||
"downloads": 131,
|
||||
"FirstSeen": 1573477706
|
||||
},
|
||||
{
|
||||
@ -59493,7 +59493,7 @@
|
||||
"Security",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 75,
|
||||
"downloads": 76,
|
||||
"FirstSeen": 1
|
||||
},
|
||||
{
|
||||
@ -65144,7 +65144,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 658,
|
||||
"downloads": 659,
|
||||
"FirstSeen": 1724969210
|
||||
},
|
||||
{
|
||||
@ -65171,7 +65171,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4759,
|
||||
"downloads": 4765,
|
||||
"FirstSeen": 1705014233
|
||||
},
|
||||
{
|
||||
@ -65193,7 +65193,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1644,
|
||||
"downloads": 1647,
|
||||
"FirstSeen": 1535169600
|
||||
},
|
||||
{
|
||||
@ -79554,7 +79554,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 2323,
|
||||
"downloads": 2324,
|
||||
"FirstSeen": 1524888000
|
||||
},
|
||||
{
|
||||
@ -79583,7 +79583,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 8192,
|
||||
"downloads": 8197,
|
||||
"FirstSeen": 1537675200
|
||||
},
|
||||
{
|
||||
@ -79614,7 +79614,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6492,
|
||||
"downloads": 6494,
|
||||
"FirstSeen": 1577545765
|
||||
},
|
||||
{
|
||||
@ -79646,7 +79646,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3958,
|
||||
"downloads": 3960,
|
||||
"FirstSeen": 1645995792
|
||||
},
|
||||
{
|
||||
@ -105490,7 +105490,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 448,
|
||||
"downloads": 449,
|
||||
"FirstSeen": 1622469787
|
||||
},
|
||||
{
|
||||
@ -119143,7 +119143,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4353,
|
||||
"downloads": 4357,
|
||||
"FirstSeen": 1676473698
|
||||
},
|
||||
{
|
||||
@ -119168,7 +119168,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1176,
|
||||
"downloads": 1178,
|
||||
"FirstSeen": 1621022558
|
||||
},
|
||||
{
|
||||
@ -119426,7 +119426,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1236,
|
||||
"downloads": 1238,
|
||||
"FirstSeen": 1662832689
|
||||
},
|
||||
{
|
||||
@ -123011,7 +123011,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 796,
|
||||
"downloads": 797,
|
||||
"FirstSeen": 1653408205
|
||||
},
|
||||
{
|
||||
@ -125132,7 +125132,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1155,
|
||||
"downloads": 1156,
|
||||
"FirstSeen": 1614726151
|
||||
},
|
||||
{
|
||||
@ -126161,7 +126161,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 5866,
|
||||
"downloads": 5867,
|
||||
"FirstSeen": 1605344879
|
||||
},
|
||||
{
|
||||
@ -175462,7 +175462,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 810,
|
||||
"downloads": 811,
|
||||
"FirstSeen": 1577034338
|
||||
},
|
||||
{
|
||||
@ -186240,7 +186240,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 4331,
|
||||
"downloads": 4334,
|
||||
"FirstSeen": 1633298612
|
||||
},
|
||||
{
|
||||
@ -223765,7 +223765,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 7168,
|
||||
"downloads": 7176,
|
||||
"FirstSeen": 1682445878
|
||||
},
|
||||
{
|
||||
@ -224010,7 +224010,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1150,
|
||||
"downloads": 1151,
|
||||
"FirstSeen": 1622988175
|
||||
},
|
||||
{
|
||||
@ -307700,7 +307700,7 @@
|
||||
"Backup",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 6016,
|
||||
"downloads": 6024,
|
||||
"FirstSeen": 1681142676
|
||||
},
|
||||
{
|
||||
@ -317645,6 +317645,96 @@
|
||||
"LastUpdate": 1680792201,
|
||||
"FirstSeen": 1724738792
|
||||
},
|
||||
{
|
||||
"Name": "Deleterr",
|
||||
"Repository": "rfsbraz/deleterr:latest",
|
||||
"Registry": "https://github.com/rfsbraz/deleterr/pkgs/container/deleterr",
|
||||
"Branch": [
|
||||
{
|
||||
"Tag": "latest",
|
||||
"TagDescription": "Latest stable release"
|
||||
},
|
||||
{
|
||||
"Tag": "nightly",
|
||||
"TagDescription": "Latest nightly release"
|
||||
},
|
||||
{
|
||||
"Tag": "develop",
|
||||
"TagDescription": "Latest development release"
|
||||
}
|
||||
],
|
||||
"Network": "bridge",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/rfsbraz/deleterr/issues",
|
||||
"Project": "https://github.com/rfsbraz/deleterr",
|
||||
"Overview": "Deleterr uses Radarr, Sonarr, and Tautulli to identify and delete media files based on user-specified criteria. Deleterr is customizable, allowing you to specify metadata based rules for different libraries and Sonarr/Radarr instances. \r\n [br]\n Setup Deleterr to run on a schedule and it will automatically delete media files that meet your criteria. This allows to keep your library fresh and clean, without having to manually manage it to free up space.",
|
||||
"ExtraSearchTerms": "Radarr Sonarr Lidarr Tautili Plex media manager tool media video audio movie tv show series files delete clean space",
|
||||
"Icon": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/images/deleterr-icon.png",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/templates/deleterr.xml",
|
||||
"Maintainer": {
|
||||
"WebPage": "https://github.com/nwithan8"
|
||||
},
|
||||
"Requires": "<br> Expects a `settings.yaml` file in the Config File Path folder: https://github.com/rfsbraz/deleterr?tab=readme-ov-file#configuration<br> ",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Config File Path",
|
||||
"Target": "/config",
|
||||
"Default": "/mnt/user/appdata/deleterr/config",
|
||||
"Mode": "rw",
|
||||
"Description": "Path to the folder containing the config file",
|
||||
"Type": "Path",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/deleterr/config"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Log Files Path",
|
||||
"Target": "/config/logs",
|
||||
"Default": "/mnt/user/appdata/deleterr/logs",
|
||||
"Mode": "rw",
|
||||
"Description": "Path to the folder containing the log files",
|
||||
"Type": "Path",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/deleterr/logs"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Log Level",
|
||||
"Target": "LOG_LEVEL",
|
||||
"Default": "INFO|DEBUG|ERROR",
|
||||
"Description": "Log level for the application",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"Repo": "grtgbln's Repository",
|
||||
"ChangeLogPresent": true,
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/grtgblnsRepository/templates/deleterr.xml",
|
||||
"CategoryList": [
|
||||
"MediaApp-Video",
|
||||
"MediaApp-Music",
|
||||
"MediaServer-Video",
|
||||
"MediaServer-Music",
|
||||
"Productivity",
|
||||
"Tools-Utilities",
|
||||
"Other"
|
||||
],
|
||||
"downloads": 1636,
|
||||
"LastUpdate": 1728354435,
|
||||
"LastUpdateScan": 1730797728,
|
||||
"FirstSeen": 1730797728
|
||||
},
|
||||
{
|
||||
"Name": "Enclosed",
|
||||
"Repository": "corentinth/enclosed:latest",
|
||||
@ -322241,6 +322331,106 @@
|
||||
"FirstSeen": 1718474784,
|
||||
"topTrending": -6.712
|
||||
},
|
||||
{
|
||||
"Name": "Lumunarr",
|
||||
"Repository": "chadwpalm/lumunarr:latest",
|
||||
"Registry": "https://hub.docker.com/r/chadwpalm/lumunarr",
|
||||
"Branch": [
|
||||
{
|
||||
"Tag": "latest",
|
||||
"TagDescription": "Latest stable release"
|
||||
},
|
||||
{
|
||||
"Tag": "develop",
|
||||
"TagDescription": "Latest development release"
|
||||
}
|
||||
],
|
||||
"Network": "host",
|
||||
"WebUI": "http://[IP]:[PORT:3939]/",
|
||||
"Privileged": "false",
|
||||
"Support": "https://github.com/chadwpalm/Lumunarr/wiki",
|
||||
"Project": "https://github.com/chadwpalm/Lumunarr",
|
||||
"Overview": "A connector application for controlling Philips Hue lighting using Plex webhooks. Actions like play, pause, stop, and resume will trigger lighting scenes through a Hue bridge.",
|
||||
"ExtraSearchTerms": "Plex webhooks playback control lighting scenes Philips Hue bridge Home Assistant",
|
||||
"Icon": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/images/lumunarr-icon.png",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/templates/lumunarr.xml",
|
||||
"Maintainer": {
|
||||
"WebPage": "https://github.com/nwithan8"
|
||||
},
|
||||
"Requires": "<br> Running in host network mode allows Lumunarr to discover Philips Hue bridges on the local network via mDNS. Using bridge mode will require pulling the bridge IP from Hue Cloud.<br> ",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Application Port",
|
||||
"Target": "3939",
|
||||
"Default": "3939",
|
||||
"Mode": "tcp",
|
||||
"Description": "Container Port: 3939",
|
||||
"Type": "Port",
|
||||
"Display": "always-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "3939"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Config File Path",
|
||||
"Target": "/config",
|
||||
"Default": "/mnt/user/appdata/lumunarr/config",
|
||||
"Mode": "rw",
|
||||
"Description": "Path to application config data",
|
||||
"Type": "Path",
|
||||
"Display": "advanced-hide",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/user/appdata/lumunarr/config"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "PUID",
|
||||
"Target": "PUID",
|
||||
"Default": "099",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "099"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "PGID",
|
||||
"Target": "PGID",
|
||||
"Default": "100",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "100"
|
||||
}
|
||||
],
|
||||
"Repo": "grtgbln's Repository",
|
||||
"ChangeLogPresent": true,
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/grtgblnsRepository/templates/lumunarr.xml",
|
||||
"CategoryList": [
|
||||
"HomeAutomation",
|
||||
"MediaApp-Video",
|
||||
"MediaServer-Video",
|
||||
"MediaServer-Music",
|
||||
"Productivity",
|
||||
"Tools-Utilities",
|
||||
"Other"
|
||||
],
|
||||
"downloads": 2531,
|
||||
"LastUpdate": 1730503464,
|
||||
"LastUpdateScan": 1730797733,
|
||||
"FirstSeen": 1730797733
|
||||
},
|
||||
{
|
||||
"Name": "Managarr",
|
||||
"Repository": "darkalex17/managarr:latest",
|
||||
@ -336827,7 +337017,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1526,
|
||||
"downloads": 1530,
|
||||
"FirstSeen": 1708369542
|
||||
},
|
||||
{
|
||||
@ -341812,7 +342002,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 635,
|
||||
"downloads": 636,
|
||||
"FirstSeen": 1688486687
|
||||
},
|
||||
{
|
||||
@ -342757,7 +342947,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 3045,
|
||||
"downloads": 3046,
|
||||
"FirstSeen": 1690644440
|
||||
},
|
||||
{
|
||||
@ -346203,7 +346393,7 @@
|
||||
"Tools-System",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1578,
|
||||
"downloads": 1580,
|
||||
"FirstSeen": 1726661206
|
||||
},
|
||||
{
|
||||
@ -346275,7 +346465,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 112,
|
||||
"downloads": 113,
|
||||
"FirstSeen": 1694477144
|
||||
},
|
||||
{
|
||||
@ -346320,7 +346510,7 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 1764,
|
||||
"downloads": 1767,
|
||||
"FirstSeen": 1693851679
|
||||
},
|
||||
{
|
||||
@ -346987,7 +347177,7 @@
|
||||
"Tools-Utilities",
|
||||
"Plugins"
|
||||
],
|
||||
"downloads": 591,
|
||||
"downloads": 592,
|
||||
"FirstSeen": 1694955727
|
||||
},
|
||||
{
|
||||
|
118
plgStats.json
118
plgStats.json
@ -4,20 +4,20 @@
|
||||
"https://raw.githubusercontent.com/dkaser/unraid-sl/main/plugin/sl.plg": 146,
|
||||
"https://raw.githubusercontent.com/phyzical/docker.labelInjector/main/docker.labelInjector.plg": 400,
|
||||
"https://raw.githubusercontent.com/phyzical/docker.versions/main/docker.versions.plg": 587,
|
||||
"https://raw.githubusercontent.com/R3yn4ld/ca.mover.tuning/master/plugins/ca.mover.tuning.plg": 1938,
|
||||
"https://raw.githubusercontent.com/Peuuuur-Noel/unraid-web-push-notification/master/plugin/web-push-notification.plg": 121,
|
||||
"https://raw.githubusercontent.com/R3yn4ld/ca.mover.tuning/master/plugins/ca.mover.tuning.plg": 1941,
|
||||
"https://raw.githubusercontent.com/Peuuuur-Noel/unraid-web-push-notification/master/plugin/web-push-notification.plg": 122,
|
||||
"https://github.com/fuzzy01/autotweak/releases/latest/download/autotweak.plg": 1124,
|
||||
"https://stable.dl.unraid.net/unraid-api/dynamix.unraid.net.plg": 4087,
|
||||
"https://raw.githubusercontent.com/unraid/unraid-tailscale/main/plugin/tailscale.plg": 6693,
|
||||
"https://raw.githubusercontent.com/unraid/unraid-tailscale/preview/plugin/tailscale-preview.plg": 236,
|
||||
"https://stable.dl.unraid.net/unraid-api/dynamix.unraid.net.plg": 4090,
|
||||
"https://raw.githubusercontent.com/unraid/unraid-tailscale/main/plugin/tailscale.plg": 6701,
|
||||
"https://raw.githubusercontent.com/unraid/unraid-tailscale/preview/plugin/tailscale-preview.plg": 237,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.backup2/master/plugins/ca.backup2.plg": 3,
|
||||
"https://raw.githubusercontent.com/Squidly271/docker.categorize/master/plugins/docker.categorize.plg": 90,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.update.applications/master/plugins/ca.update.applications.plg": 2464,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.update.applications/master/plugins/ca.update.applications.plg": 2468,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.cfg.editor/master/plugins/ca.cfg.editor.plg": 25,
|
||||
"https://raw.githubusercontent.com/hugenbd/ca.mover.tuning/master/plugins/ca.mover.tuning.plg": 543,
|
||||
"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": 2597,
|
||||
"https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg": 1387,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.cleanup.appdata/master/plugins/ca.cleanup.appdata.plg": 2598,
|
||||
"https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg": 1390,
|
||||
"https://raw.githubusercontent.com/Squidly271/customtab/master/plugins/customtab.plg": 2002,
|
||||
"https://raw.githubusercontent.com/Squidly271/disable.security/master/plugins/disable.security.plg": 153,
|
||||
"https://raw.githubusercontent.com/Squidly271/docker.folder/main/plugins/docker.folder.plg": 4,
|
||||
@ -27,35 +27,35 @@
|
||||
"https://raw.githubusercontent.com/Squidly271/flash.remount/main/flash.remount.plg": 176,
|
||||
"https://raw.githubusercontent.com/Squidly271/gui-links/master/plugins/gui-links.plg": 256,
|
||||
"https://raw.githubusercontent.com/Squidly271/gui.search/main/plugins/gui.search.plg": 816,
|
||||
"https://raw.githubusercontent.com/UnRAIDES/unRAID-NerdTools/main/plugin/NerdTools.plg": 3260,
|
||||
"https://raw.githubusercontent.com/UnRAIDES/unRAID-NerdTools/main/plugin/NerdTools.plg": 3265,
|
||||
"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": 1,
|
||||
"https://raw.githubusercontent.com/Squidly271/page.notes/main/plugins/page.notes.plg": 229,
|
||||
"https://raw.githubusercontent.com/Squidly271/page.notes/main/plugins/page.notes.plg": 230,
|
||||
"https://raw.githubusercontent.com/Squidly271/ca.turbo/master/plugins/ca.turbo.plg": 1003,
|
||||
"https://raw.githubusercontent.com/Squidly271/unlimited-width/master/unlimited-width.plg": 632,
|
||||
"https://raw.githubusercontent.com/Squidly271/user.scripts/master/plugins/user.scripts.plg": 4962,
|
||||
"https://raw.githubusercontent.com/Squidly271/user.scripts/master/plugins/user.scripts.plg": 4966,
|
||||
"https://raw.githubusercontent.com/Squidly271/Wxwork-sample/main/wxwork-sample.plg": 37,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.active.streams.plg": 1156,
|
||||
"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": 470,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.day.night.plg": 346,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.factory.reset.plg": 568,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.file.integrity.plg": 803,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.file.manager.plg": 7867,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.file.integrity.plg": 804,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.file.manager.plg": 7875,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.local.master.plg": 324,
|
||||
"https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.password.validator.plg": 111,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.s3.sleep.plg": 1399,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.s3.sleep.plg": 1400,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.safe.mode.plg": 236,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.schedules.plg": 481,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.scsi.devices.plg": 208,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.share.floor.plg": 176,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.ssd.trim.plg": 3,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.stop.shell.plg": 898,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.autofan.plg": 4258,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.buttons.plg": 1802,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.info.plg": 2762,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.stats.plg": 2609,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.temp.plg": 6113,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.autofan.plg": 4261,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.buttons.plg": 1804,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.info.plg": 2766,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.stats.plg": 2610,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.system.temp.plg": 6116,
|
||||
"https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.wireguard.plg": 9,
|
||||
"https://raw.githubusercontent.com/dmacias72/unRAID-DevPack/master/plugin/DevPack.plg": 0,
|
||||
"https://raw.githubusercontent.com/dmacias72/IPMI-unRAID/master/plugin/ipmi.plg": 0,
|
||||
@ -73,44 +73,44 @@
|
||||
"https://raw.githubusercontent.com/docgyver/unraid-v6-plugins/master/ssh.plg": 308,
|
||||
"https://github.com/jbrodriguez/controlr/releases/latest/download/controlr.plg": 1,
|
||||
"https://github.com/jbrodriguez/controlrd/releases/latest/download/controlrd.plg": 659,
|
||||
"https://github.com/jbrodriguez/unbalance/releases/latest/download/unbalanced.plg": 4765,
|
||||
"https://raw.githubusercontent.com/Waseh/rclone-unraid/master/plugin/rclone.plg": 1647,
|
||||
"https://github.com/jbrodriguez/unbalance/releases/latest/download/unbalanced.plg": 4771,
|
||||
"https://raw.githubusercontent.com/Waseh/rclone-unraid/master/plugin/rclone.plg": 1650,
|
||||
"https://raw.githubusercontent.com/dlandon/active.directory/master/active.directory.plg": 257,
|
||||
"https://raw.githubusercontent.com/dlandon/cache_dirs/master/dlandon.cache.dirs.plg": 2579,
|
||||
"https://raw.githubusercontent.com/dlandon/cache_dirs/master/dlandon.cache.dirs.plg": 2582,
|
||||
"https://raw.githubusercontent.com/dlandon/enhanced.log/master/enhanced.log.plg": 337,
|
||||
"https://raw.githubusercontent.com/dlandon/file.activity/master/file.activity.plg": 1045,
|
||||
"https://raw.githubusercontent.com/dlandon/file.activity/master/file.activity.plg": 1046,
|
||||
"https://raw.githubusercontent.com/dlandon/libvirt.hotplug.usb/master/libvirt.hotplug.usb.plg": 668,
|
||||
"https://raw.githubusercontent.com/dlandon/open.files/master/open.files.plg": 870,
|
||||
"https://raw.githubusercontent.com/dlandon/python2/master/Python2.plg": 12,
|
||||
"https://raw.githubusercontent.com/dlandon/python3/master/Python3.plg": 52,
|
||||
"https://raw.githubusercontent.com/dlandon/recycle.bin/master/recycle.bin.plg": 932,
|
||||
"https://raw.githubusercontent.com/dlandon/tips.and.tweaks/master/tips.and.tweaks.plg": 2324,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.plg": 8197,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices-plus.plg": 6494,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.preclear.plg": 3960,
|
||||
"https://raw.githubusercontent.com/dlandon/tips.and.tweaks/master/tips.and.tweaks.plg": 2326,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.plg": 8203,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices-plus.plg": 6499,
|
||||
"https://raw.githubusercontent.com/dlandon/unassigned.devices/master/unassigned.devices.preclear.plg": 3963,
|
||||
"https://raw.githubusercontent.com/itimpi/parity.check.tuning/master/parity.check.tuning.plg": 1471,
|
||||
"https://raw.githubusercontent.com/dorgan/Unraid-networkstats/master/networkstats.plg": 584,
|
||||
"https://raw.githubusercontent.com/dorgan/Unraid-plexstreams/master/plexstreams.plg": 435,
|
||||
"https://raw.githubusercontent.com/olehj/disklocation/master/disklocation-master.plg": 1558,
|
||||
"https://raw.githubusercontent.com/olehj/disklocation/master/disklocation-master.plg": 1559,
|
||||
"https://raw.githubusercontent.com/olehj/disklocation/devel/disklocation-devel.plg": 87,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-age/master/age.plg": 49,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-amd-vendor-reset/master/amd-vendor-reset.plg": 449,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-amd-vendor-reset/master/amd-vendor-reset.plg": 450,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-aquacomputer-d5next/master/aquacomputer-d5next-hwmon.plg": 27,
|
||||
"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": 343,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-corefreq/master/corefreq.plg": 940,
|
||||
"https://github.com/ich777/unraid-coral-driver/raw/master/coral-driver.plg": 345,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-corefreq/master/corefreq.plg": 943,
|
||||
"https://github.com/ich777/unraid-dvb-driver/raw/master/dvb-driver.plg": 192,
|
||||
"https://github.com/ich777/unraid-firewire/raw/master/firewire.plg": 0,
|
||||
"https://github.com/ich777/unraid-hailort-driver/raw/master/hailort-driver.plg": 14,
|
||||
"https://github.com/ich777/unraid-hpsahba/raw/master/hpsahba.plg": 46,
|
||||
"https://raw.githubusercontent.com/ich777/intel-gpu-top/master/intel-gpu-top.plg": 4357,
|
||||
"https://raw.githubusercontent.com/ich777/intel-gvt-g/master/intel-gvt-g.plg": 1178,
|
||||
"https://raw.githubusercontent.com/ich777/iscsi-initiator/master/iscsi-initiator.plg": 246,
|
||||
"https://github.com/ich777/unraid-it87-driver/raw/master/it87-driver.plg": 1238,
|
||||
"https://github.com/ich777/unraid-lxc-plugin/raw/master/lxc.plg": 797,
|
||||
"https://raw.githubusercontent.com/ich777/intel-gpu-top/master/intel-gpu-top.plg": 4360,
|
||||
"https://raw.githubusercontent.com/ich777/intel-gvt-g/master/intel-gvt-g.plg": 1181,
|
||||
"https://raw.githubusercontent.com/ich777/iscsi-initiator/master/iscsi-initiator.plg": 247,
|
||||
"https://github.com/ich777/unraid-it87-driver/raw/master/it87-driver.plg": 1240,
|
||||
"https://github.com/ich777/unraid-lxc-plugin/raw/master/lxc.plg": 798,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-mft-tools/master/mft-tools.plg": 168,
|
||||
"https://github.com/ich777/unraid-nct6687-driver/raw/master/nct6687-driver.plg": 1156,
|
||||
"https://github.com/ich777/unraid-nvidia-driver/raw/master/nvidia-driver.plg": 5867,
|
||||
"https://github.com/ich777/unraid-nct6687-driver/raw/master/nct6687-driver.plg": 1157,
|
||||
"https://github.com/ich777/unraid-nvidia-driver/raw/master/nvidia-driver.plg": 5878,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-nvtop/master/nvtop.plg": 382,
|
||||
"https://github.com/ich777/unraid-openrgb-patch/raw/master/openrgb-patch.plg": 142,
|
||||
"https://github.com/ich777/unraid-prometheus_adguard_exporter/raw/master/prometheus_adguard_exporter.plg": 4,
|
||||
@ -122,7 +122,7 @@
|
||||
"https://raw.githubusercontent.com/ich777/unraid-prometheus_wireguard_exporter/master/prometheus_wireguard_exporter.plg": 121,
|
||||
"https://github.com/ich777/unraid-qnapec/raw/master/qnap-ec.plg": 149,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-r8152-driver/master/unraid-r8152.plg": 0,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-radeontop/master/radeontop.plg": 1028,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-radeontop/master/radeontop.plg": 1029,
|
||||
"https://github.com/ich777/unraid-rcon/raw/master/rcon.plg": 63,
|
||||
"https://raw.githubusercontent.com/ich777/unraid-sundtek-driver/master/sundtek-driver.plg": 20,
|
||||
"https://github.com/ich777/unraid-ugreenleds-driver/raw/master/ugreenleds-driver.plg": 120,
|
||||
@ -130,50 +130,50 @@
|
||||
"https://github.com/ich777/unraid-replication/raw/master/unraid-replication.plg": 77,
|
||||
"https://raw.githubusercontent.com/kubedzero/unraid-snmp/main/snmp.plg": 285,
|
||||
"https://raw.githubusercontent.com/StevenDTX/unRAID-open-vm-tools/master/openVMTools_compiled.plg": 61,
|
||||
"https://raw.githubusercontent.com/jtok/unraid.vmbackup/master/vmbackup.plg": 811,
|
||||
"https://raw.githubusercontent.com/jtok/unraid.vmbackup/master/vmbackup.plg": 812,
|
||||
"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": 5,
|
||||
"https://raw.githubusercontent.com/Skitals/unraid-theme-engine/master/plugins/theme.engine.plg": 1165,
|
||||
"https://raw.githubusercontent.com/Skitals/unraid-theme-engine/master/plugins/theme.engine.plg": 1166,
|
||||
"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": 0,
|
||||
"https://raw.githubusercontent.com/dcflachs/compose_plugin/main/compose.manager.plg": 4334,
|
||||
"https://raw.githubusercontent.com/dcflachs/compose_plugin/main/compose.manager.plg": 4343,
|
||||
"https://raw.githubusercontent.com/dcflachs/kata.runtime/master/plugins/kata.runtime.plg": 2,
|
||||
"https://raw.githubusercontent.com/dcflachs/swapfile_plugin/master/swapfile.plg": 150,
|
||||
"https://raw.githubusercontent.com/b3rs3rk/gpustat-unraid/master/gpustat.plg": 0,
|
||||
"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": 347,
|
||||
"https://raw.githubusercontent.com/doron1/unraid-sas-spindown/master/sas-spindown.plg": 348,
|
||||
"https://raw.githubusercontent.com/doron1/unraid-newenckey/master/unraid-newenckey.plg": 22,
|
||||
"https://raw.githubusercontent.com/SimonFair/gpustat-unraid/master/gpustat.plg": 7176,
|
||||
"https://raw.githubusercontent.com/SimonFair/IPMI-unRAID/master/plugin/ipmi.plg": 942,
|
||||
"https://raw.githubusercontent.com/SimonFair/unraid.iSCSI/main/iSCSIgui.plg": 501,
|
||||
"https://raw.githubusercontent.com/SimonFair/gpustat-unraid/master/gpustat.plg": 7183,
|
||||
"https://raw.githubusercontent.com/SimonFair/IPMI-unRAID/master/plugin/ipmi.plg": 943,
|
||||
"https://raw.githubusercontent.com/SimonFair/unraid.iSCSI/main/iSCSIgui.plg": 503,
|
||||
"https://raw.githubusercontent.com/SimonFair/unraid-lcd/master/lcd_manager.plg": 88,
|
||||
"https://raw.githubusercontent.com/SimonFair/NUT-unRAID/master/plugin/nut.plg": 0,
|
||||
"https://raw.githubusercontent.com/SimonFair/Snapshots/main/snapshots.plg": 177,
|
||||
"https://raw.githubusercontent.com/SimonFair/tasmotapm-unraid/main/tasmotapm.plg": 189,
|
||||
"https://raw.githubusercontent.com/SimonFair/unraid.usbip/master/unraid.usbip.plg": 3,
|
||||
"https://raw.githubusercontent.com/SimonFair/unraid.usbip-gui/master/usbip-gui.plg": 2,
|
||||
"https://raw.githubusercontent.com/SimonFair/USB_Manager/master/usb_manager.plg": 1151,
|
||||
"https://raw.githubusercontent.com/SimonFair/USB_Manager/master/usb_manager.plg": 1153,
|
||||
"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": 114,
|
||||
"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": 574,
|
||||
"https://raw.githubusercontent.com/SimonFair/WOLforServices/master/WOL4Services.plg": 575,
|
||||
"https://github.com/GiorgioAresu/ZFS-companion-unraid/raw/main/ZFS-companion.plg": 1,
|
||||
"https://raw.githubusercontent.com/IkerSaint/ZFS-Master-Unraid/main/zfs.master.plg": 1399,
|
||||
"https://raw.githubusercontent.com/Commifreak/unraid-appdata.backup/master/appdata.backup.plg": 6024,
|
||||
"https://raw.githubusercontent.com/IkerSaint/ZFS-Master-Unraid/main/zfs.master.plg": 1400,
|
||||
"https://raw.githubusercontent.com/Commifreak/unraid-appdata.backup/master/appdata.backup.plg": 6029,
|
||||
"https://raw.githubusercontent.com/Commifreak/unraid-appdata.backup/master/appdata.backup.beta.plg": 166,
|
||||
"https://raw.githubusercontent.com/Commifreak/ca.backup2/master/ca.backup2.plg": 9,
|
||||
"https://raw.githubusercontent.com/giganode/corsairpsu-unraid/master/corsairpsu.plg": 137,
|
||||
"https://github.com/giganode/unraid-i915-sriov/raw/master/i915-sriov.plg": 1530,
|
||||
"https://github.com/giganode/unraid-i915-sriov/raw/master/i915-sriov.plg": 1531,
|
||||
"https://raw.githubusercontent.com/giganode/unraid-mqtt-pub-sub/master/mqtt-pub-sub.plg": 150,
|
||||
"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": 636,
|
||||
"https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8126.plg": 190,
|
||||
"https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8152.plg": 313,
|
||||
"https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8126.plg": 193,
|
||||
"https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8152.plg": 314,
|
||||
"https://raw.githubusercontent.com/jinlife/unraid-r8125-r8152-driver/main/unraid-r8168.plg": 272,
|
||||
"https://github.com/greycubesgav/unraid-templates/raw/main/davfs2//davfs2.plg": 166,
|
||||
"https://raw.githubusercontent.com/scolcipitato/folder.view/main/folder.view.plg": 3046,
|
||||
"https://raw.githubusercontent.com/desertwitch/DVM-unRAID/main/plugin/dwdvm.plg": 400,
|
||||
"https://github.com/greycubesgav/unraid-templates/raw/main/davfs2//davfs2.plg": 167,
|
||||
"https://raw.githubusercontent.com/scolcipitato/folder.view/main/folder.view.plg": 3048,
|
||||
"https://raw.githubusercontent.com/desertwitch/DVM-unRAID/main/plugin/dwdvm.plg": 402,
|
||||
"https://raw.githubusercontent.com/desertwitch/iotop-c-unRAID/main/plugin/dwiotopc.plg": 166,
|
||||
"https://raw.githubusercontent.com/desertwitch/memtester-unRAID/main/plugin/dwmemtester.plg": 2123,
|
||||
"https://raw.githubusercontent.com/desertwitch/nwipe-unRAID/main/plugin/dwnwipe.plg": 183,
|
||||
@ -182,15 +182,15 @@
|
||||
"https://raw.githubusercontent.com/desertwitch/tldr-unRAID/main/plugin/dwtldr.plg": 146,
|
||||
"https://raw.githubusercontent.com/desertwitch/mergerFS-unRAID/main/plugin/mergerfsp.plg": 113,
|
||||
"https://raw.githubusercontent.com/desertwitch/nAFP-unRAID/main/plugin/nafp.plg": 80,
|
||||
"https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg": 1767,
|
||||
"https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg": 1769,
|
||||
"https://raw.githubusercontent.com/desertwitch/LLDP-unRAID/main/plugin/ulldpd.plg": 72,
|
||||
"https://raw.githubusercontent.com/EideardVMR/unraid-easybackup/main/easybackup.plg": 592,
|
||||
"https://raw.githubusercontent.com/EideardVMR/unraid-easybackup/main/easybackup.plg": 593,
|
||||
"https://raw.githubusercontent.com/dixtdf/taglib/master/plugins/taglib.plg": 18,
|
||||
"https://github.com/EldonMcGuinness/UnraidDriveStandbyMonitor/raw/master/DriveStandbyMonitor.plg": 272,
|
||||
"https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent20.plg": 7,
|
||||
"https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent21.plg": 11,
|
||||
"https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent22.plg": 9,
|
||||
"https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent23.plg": 245,
|
||||
"https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent23.plg": 246,
|
||||
"https://raw.githubusercontent.com/rezo552/unraid-ltfs/main/unraid-ltfs.plg": 20,
|
||||
"https://raw.githubusercontent.com/Terebi42/unraid-asustor-pfd/main/unraid-asustorpfd.plg": 59
|
||||
}
|
@ -96096,5 +96096,16 @@
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null,
|
||||
"LastUpdate": 1730503464
|
||||
},
|
||||
"ghcr.io/manyfold3d/manyfold-solo:latest": {
|
||||
"Base": null,
|
||||
"Downloads": null,
|
||||
"Stars": null,
|
||||
"Time": 1730804849,
|
||||
"trending": null,
|
||||
"trends": null,
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null,
|
||||
"LastUpdate": null
|
||||
}
|
||||
}
|
1
repositories/ghcr.io___manyfold3d___manyfold-solo
Normal file
1
repositories/ghcr.io___manyfold3d___manyfold-solo
Normal file
@ -0,0 +1 @@
|
||||
1
|
Loading…
x
Reference in New Issue
Block a user