diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index 3cc069f9b..286035502 100755 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1693994702 + "last_updated_timestamp": 1694009102 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index fd76eb706..aff331a2b 100644 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -36882,6 +36882,302 @@ "topTrending": 0.0030000000000000027, "topPerforming": 0.126 }, + { + "Name": "unifi-network-application", + "Repository": "lscr.io/linuxserver/unifi-network-application", + "Registry": "https://github.com/orgs/linuxserver/packages/container/package/unifi-network-application", + "DonateText": "Donations", + "DonateLink": "https://www.linuxserver.io/donate", + "Network": "bridge", + "Privileged": "false", + "Support": "https://github.com/linuxserver/docker-unifi-network-application/issues/new/choose", + "Shell": "bash", + "GitHub": "https://github.com/linuxserver/docker-unifi-network-application#application-setup", + "ReadMe": "https://github.com/linuxserver/docker-unifi-network-application#readme", + "Project": "https://ui.com/", + "Overview": "The Unifi-network-application(https://ui.com/) software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.", + "TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/master/unraid/unifi-network-application.xml", + "Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png", + "Config": [ + { + "@attributes": { + "Name": "WebUI", + "Target": "8443", + "Default": "8443", + "Mode": "tcp", + "Description": "Unifi web admin port", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Port: 3478", + "Target": "3478", + "Default": "3478", + "Mode": "udp", + "Description": "Unifi STUN port", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Port: 10001", + "Target": "10001", + "Default": "10001", + "Mode": "udp", + "Description": "Required for AP discovery", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Port: 8080", + "Target": "8080", + "Default": "8080", + "Mode": "tcp", + "Description": "Required for device communication", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Port: 1900", + "Target": "1900", + "Default": "1900", + "Mode": "udp", + "Description": "Required for `Make controller discoverable on L2 network` option", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Port: 8843", + "Target": "8843", + "Default": "8843", + "Mode": "tcp", + "Description": "Unifi guest portal HTTPS redirect port", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Port: 8880", + "Target": "8880", + "Default": "8880", + "Mode": "tcp", + "Description": "Unifi guest portal HTTP redirect port", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Port: 6789", + "Target": "6789", + "Default": "6789", + "Mode": "tcp", + "Description": "For mobile throughput test", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Port: 5514", + "Target": "5514", + "Default": "5514", + "Mode": "udp", + "Description": "Remote syslog port", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Appdata", + "Target": "/config", + "Default": "", + "Mode": "rw", + "Description": "All Unifi data stored here", + "Type": "Path", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "MONGO_USER", + "Target": "MONGO_USER", + "Default": "unifi", + "Description": "Mongodb Username. Only evaluated on first run.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "MONGO_PASS", + "Target": "MONGO_PASS", + "Default": "", + "Description": "Mongodb Password. Only evaluated on first run.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "true" + }, + "value": "" + }, + { + "@attributes": { + "Name": "MONGO_HOST", + "Target": "MONGO_HOST", + "Default": "unifi-db", + "Description": "Mongodb Hostname. Only evaluated on first run.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "MONGO_PORT", + "Target": "MONGO_PORT", + "Default": "27017", + "Description": "Mongodb Port. Only evaluated on first run.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "MONGO_DBNAME", + "Target": "MONGO_DBNAME", + "Default": "unifi", + "Description": "Mongodb Database Name (stats DB is automatically suffixed with `_stat`). Only evaluated on first run.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "MEM_LIMIT", + "Target": "MEM_LIMIT", + "Default": "1024", + "Description": "Optionally change the Java memory limit (in Megabytes). Set to `default` to reset to default", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "MEM_STARTUP", + "Target": "MEM_STARTUP", + "Default": "1024", + "Description": "Optionally change the Java initial/minimum memory (in Megabytes). Set to `default` to reset to default", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "PUID", + "Target": "PUID", + "Default": "99", + "Description": "Container Variable: PUID", + "Type": "Variable", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "PGID", + "Target": "PGID", + "Default": "100", + "Description": "Container Variable: PGID", + "Type": "Variable", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "UMASK", + "Target": "UMASK", + "Default": "022", + "Description": "Container Variable: UMASK", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "" + } + ], + "Repo": "linuxserver's Repository", + "ChangeLogPresent": true, + "templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/unifi-network-application.xml", + "downloads": 13, + "LastUpdate": 1694007949, + "LastUpdateScan": 1694009099, + "FirstSeen": 1694009099 + }, { "Name": "vscodium", "Repository": "lscr.io/linuxserver/vscodium", @@ -87860,24 +88156,28 @@ "Productivity", "Tools-Utilities" ], - "downloads": 15085, - "trending": 12.821, + "downloads": 16981, + "LastUpdate": 1686635633, + "trending": 11.165, "trends": [ 14.691, - 12.821 + 12.821, + 11.165 ], "trendsDate": [ 1688810685, - 1691409910 + 1691409910, + 1694009100 ], "downloadtrend": [ 11219, 13151, - 15085 + 15085, + 16981 ], - "LastUpdateScan": 1691409910, - "LastUpdate": 1686635633, - "FirstSeen": 1597853355 + "LastUpdateScan": 1694009100, + "FirstSeen": 1597853355, + "topTrending": -3.5260000000000016 }, { "PluginURL": "https://raw.githubusercontent.com/ich777/unraid-aquacomputer-d5next/master/aquacomputer-d5next-hwmon.plg", @@ -95924,17 +96224,17 @@ "GameServers" ], "stars": 38, + "LastUpdate": 1693329975, "trendsDate": [ - 1675818250, 1678417461, 1681013055, 1683612266, 1686211475, 1688810685, - 1691409910 + 1691409910, + 1694009100 ], - "LastUpdateScan": 1691409910, - "LastUpdate": 1690824759, + "LastUpdateScan": 1694009100, "FirstSeen": 1584871714 }, { @@ -100394,6 +100694,7 @@ "Drivers", "Plugins" ], + "LastUpdateScan": 1694009100, "FirstSeen": 1662832689 }, { @@ -121170,40 +121471,40 @@ "CategoryList": [ "GameServers" ], - "downloads": 27253, + "downloads": 27267, "stars": 1, - "trending": 0.037, + "LastUpdate": 1686635948, + "trending": 0.051, "trends": [ - 0.055, 0.037, 0.044, 0.022, 0.015, 0.191, - 0.037 + 0.037, + 0.051 ], "trendsDate": [ - 1675818250, 1678417461, 1681013055, 1683612266, 1686211475, 1688810685, - 1691409910 + 1691409910, + 1694009100 ], "downloadtrend": [ - 27159, 27169, 27181, 27187, 27191, 27243, - 27253 + 27253, + 27267 ], - "LastUpdateScan": 1691409910, - "LastUpdate": 1686635948, + "LastUpdateScan": 1694009100, "FirstSeen": 1587449252, - "topTrending": -0.018000000000000002 + "topTrending": 0.013999999999999999 }, { "Name": "Xonotic", @@ -124598,39 +124899,39 @@ "CategoryList": [ "Other" ], - "downloads": 38992, - "trending": 4.388, + "downloads": 40689, + "LastUpdate": 1675250598, + "trending": 4.171, "trends": [ - 0.988, 5.403, 5.25, 5.181, 4.656, 4.544, - 4.388 + 4.388, + 4.171 ], "trendsDate": [ - 1675818250, 1678417461, 1681013055, 1683612266, 1686211475, 1688810685, - 1691409911 + 1691409911, + 1694009100 ], "downloadtrend": [ - 28836, 30483, 32172, 33930, 35587, 37281, - 38992 + 38992, + 40689 ], - "LastUpdateScan": 1691409911, - "LastUpdate": 1675250598, + "LastUpdateScan": 1694009100, "FirstSeen": 1558879780, - "topTrending": 3.4 + "topTrending": -1.2319999999999993 }, { "Name": "Tartube", @@ -138331,7 +138632,7 @@ "HomeAutomation", "Tools-Utilities" ], - "LastUpdateScan": 1691409911, + "LastUpdateScan": 1694009100, "FirstSeen": 1652429002 }, { @@ -142298,41 +142599,41 @@ "Cloud", "Productivity" ], - "downloads": 88902375, - "stars": 297, - "trending": 1.713, + "downloads": 90709083, + "stars": 303, + "LastUpdate": 1693803019, + "trending": 1.992, "trends": [ - 2.928, 2.304, 2.752, 2.008, 1.877, 2.046, - 1.713 + 1.713, + 1.992 ], "trendsDate": [ - 1675818251, 1678417461, 1681013055, 1683612266, 1686211475, 1688810685, - 1691409911 + 1691409911, + 1694009100 ], "downloadtrend": [ - 78189681, 80033363, 82298402, 83984765, 85591431, 87379443, - 88902375 + 88902375, + 90709083 ], - "LastUpdateScan": 1691409911, - "LastUpdate": 1690571298, + "LastUpdateScan": 1694009100, "FirstSeen": 1649837017, - "topTrending": -1.2149999999999999, - "topPerforming": 1.713 + "topTrending": -0.31199999999999983, + "topPerforming": 1.992 }, { "Name": "xbackbone", @@ -159656,41 +159957,41 @@ "CategoryList": [ "Cloud" ], - "downloads": 525345, + "downloads": 526124, "stars": 3, - "trending": 0.079, + "LastUpdate": 1688825005, + "trending": 0.148, "trends": [ - 0.018, 0.027, 0.049, 0.03, 0.062, 0.048, - 0.079 + 0.079, + 0.148 ], "trendsDate": [ - 1675818251, 1678417461, 1681013055, 1683612266, 1686211475, 1688810685, - 1691409911 + 1691409911, + 1694009101 ], "downloadtrend": [ - 523806, 523945, 524201, 524357, 524682, 524932, - 525345 + 525345, + 526124 ], - "LastUpdateScan": 1691409911, - "LastUpdate": 1688825005, + "LastUpdateScan": 1694009101, "FirstSeen": 1587470864, - "topTrending": 0.061, - "topPerforming": 0.079 + "topTrending": 0.121, + "topPerforming": 0.148 }, { "Name": "gotify", @@ -163075,41 +163376,41 @@ "Tools-Utilities", "Network-Management" ], - "downloads": 450104, + "downloads": 450128, "stars": 9, - "trending": 0.006, + "LastUpdate": 1653649640, + "trending": 0.005, "trends": [ - 0.008, 0.008, 0.008, 0.009, 0.016, 0.008, - 0.006 + 0.006, + 0.005 ], "trendsDate": [ - 1675818251, 1678417462, 1681013055, 1683612266, 1686211476, 1688810686, - 1691409911 + 1691409911, + 1694009101 ], "downloadtrend": [ - 449860, 449895, 449929, 449971, 450045, 450079, - 450104 + 450104, + 450128 ], - "LastUpdateScan": 1691409911, - "LastUpdate": 1653649640, + "LastUpdateScan": 1694009101, "FirstSeen": 1587470864, - "topTrending": -0.002, - "topPerforming": 0.006 + "topTrending": -0.003, + "topPerforming": 0.005 }, { "Name": "nut", @@ -163661,41 +163962,41 @@ "CategoryList": [ "Productivity" ], - "downloads": 3762285, - "stars": 27, - "trending": 0.613, + "downloads": 3786814, + "stars": 29, + "LastUpdate": 1693847505, + "trending": 0.648, "trends": [ - 0.529, 0.576, 0.921, 0.749, 0.733, 0.691, - 0.613 + 0.613, + 0.648 ], "trendsDate": [ - 1675818251, 1678417462, 1681013056, 1683612266, 1686211476, 1688810686, - 1691409911 + 1691409911, + 1694009101 ], "downloadtrend": [ - 3603973, 3624866, 3658546, 3686166, 3713386, 3739216, - 3762285 + 3762285, + 3786814 ], - "LastUpdateScan": 1691409911, - "LastUpdate": 1691387341, + "LastUpdateScan": 1694009101, "FirstSeen": 1587470864, - "topTrending": 0.08399999999999996, - "topPerforming": 0.613 + "topTrending": 0.07200000000000006, + "topPerforming": 0.648 }, { "Name": "psitransfer", @@ -163999,41 +164300,41 @@ "CategoryList": [ "Cloud" ], - "downloads": 109449, + "downloads": 109457, "stars": 4, - "trending": 0.004, + "LastUpdate": 1597658685, + "trending": 0.007, "trends": [ - 0.005, 0.004, 0.004, 0.002, 0.002, 0.002, - 0.004 + 0.004, + 0.007 ], "trendsDate": [ - 1675818251, 1678417462, 1681013056, 1683612267, 1686211476, 1688810686, - 1691409912 + 1691409912, + 1694009101 ], "downloadtrend": [ - 109431, 109435, 109439, 109441, 109443, 109445, - 109449 + 109449, + 109457 ], - "LastUpdateScan": 1691409912, - "LastUpdate": 1597658685, + "LastUpdateScan": 1694009101, "FirstSeen": 1587470864, - "topTrending": -0.001, - "topPerforming": 0.004 + "topTrending": 0.003, + "topPerforming": 0.007 }, { "Name": "quakejs", @@ -164791,41 +165092,41 @@ "CategoryList": [ "Productivity" ], - "downloads": 35423677, + "downloads": 35449015, "stars": 46, - "trending": 0.069, + "LastUpdate": 1692566826, + "trending": 0.071, "trends": [ - 0.074, 0.04, 0.107, 0.049, 0.079, 0.074, - 0.069 + 0.069, + 0.071 ], "trendsDate": [ - 1675818251, 1678417462, 1681013056, 1683612267, 1686211476, 1688810686, - 1691409912 + 1691409912, + 1694009101 ], "downloadtrend": [ - 35275866, 35290055, 35328020, 35345187, 35373079, 35399388, - 35423677 + 35423677, + 35449015 ], - "LastUpdateScan": 1691409912, - "LastUpdate": 1690896673, + "LastUpdateScan": 1694009101, "FirstSeen": 1587470865, - "topTrending": -0.0049999999999999906, - "topPerforming": 0.069 + "topTrending": 0.030999999999999993, + "topPerforming": 0.071 }, { "Name": "shiori", @@ -227666,40 +227967,40 @@ "Productivity", "Tools-Utilities" ], - "downloads": 53594, + "downloads": 59160, "stars": 6, - "trending": 7.411, + "LastUpdate": 1692306717, + "trending": 9.408, "trends": [ - 1.829, 1.546, 2.36, 2.466, 3.382, 6.207, - 7.411 + 7.411, + 9.408 ], "trendsDate": [ - 1675818251, 1678417462, 1681013056, 1683612267, 1686211476, 1688810686, - 1691409912 + 1691409912, + 1694009101 ], "downloadtrend": [ - 42162, 42824, 43859, 44968, 46542, 49622, - 53594 + 53594, + 59160 ], - "LastUpdateScan": 1691409912, - "LastUpdate": 1665144012, + "LastUpdateScan": 1694009101, "FirstSeen": 1639443824, - "topTrending": 5.582 + "topTrending": 7.861999999999999 }, { "Name": "double-take", @@ -233113,21 +233414,24 @@ "CategoryList": [ "GameServers" ], - "downloads": 20755, - "trending": 9.294, + "downloads": 22662, + "LastUpdate": 1657933564, + "trending": 8.415, "trends": [ 13.963, 12.415, 10.865, 9.901, - 9.294 + 9.294, + 8.415 ], "trendsDate": [ 1681013056, 1683612267, 1686211476, 1688810686, - 1691409912 + 1691409912, + 1694009102 ], "downloadtrend": [ 11393, @@ -233135,12 +233439,12 @@ 15119, 16962, 18826, - 20755 + 20755, + 22662 ], - "LastUpdateScan": 1691409912, - "LastUpdate": 1657933564, + "LastUpdateScan": 1694009102, "FirstSeen": 1636844606, - "topTrending": -4.668999999999999 + "topTrending": -5.548 }, { "Name": "SkyFactory25", @@ -247271,32 +247575,35 @@ "CategoryList": [ "MediaApp-Music" ], - "downloads": 24932, + "downloads": 27181, "stars": 1, - "trending": 9.779, + "LastUpdate": 1689792291, + "trending": 8.274, "trends": [ 32.674, 21.212, 9.629, - 9.779 + 9.779, + 8.274 ], "trendsDate": [ 1683605068, 1686204276, 1688803477, - 1691409912 + 1691409912, + 1694009102 ], "downloadtrend": [ 10783, 16016, 20328, 22494, - 24932 + 24932, + 27181 ], - "LastUpdateScan": 1691409912, - "LastUpdate": 1689792291, + "LastUpdateScan": 1694009102, "FirstSeen": 1673211841, - "topTrending": -22.895 + "topTrending": -24.4 }, { "Name": "Nacho-Rclone-Native-GUI", @@ -266393,7 +266700,7 @@ "Privileged": "false", "Support": "https://forums.unraid.net/topic/130245-support-devzwf-speedtest-tracker", "Project": "https://github.com/alexjustesen/speedtest-tracker", - "Overview": "A Docker image to check your internet speed using Ookla's Speedtest service. Build using Laravel and the Speedtest CLI.\r\nSpeedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.\r\n\r\nSpeedtest Tracker is in active development, during this \"alpha\" phase expect things to change and maybe break.\r\n\r\ndefault login :\r\nUsername : admin@example.com\r\nPassword : password", + "Overview": "A Docker image to check your internet speed using Ookla's Speedtest service. Build using Laravel and the Speedtest CLI.\r\nSpeedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.\r\n\r\nSpeedtest Tracker is in active development, during this \"alpha\" phase expect things to change and maybe break.\r\n\r\nImportant note : the dev had dropped SQLite as the default database. It's still supported for those using it but for new installs, strongly recommending MySQL/Mariadb or Postgres.\r\ndefault login :\r\nUsername : admin@example.com\r\nPassword : password", "WebUI": "https://[IP]:[PORT:443]/", "TemplateURL": "https://raw.githubusercontent.com/devzwf/unraid-docker-templates/master/speedtest-tracker.xml", "Icon": "https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/speedtest-tracker-icon.png", @@ -266455,6 +266762,104 @@ "Mask": "false" }, "value": "" + }, + { + "@attributes": { + "Name": "Database", + "Target": "DB_CONNECTION", + "Default": "mysql", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "mysql" + }, + { + "@attributes": { + "Name": "Database Host", + "Target": "DB_HOST", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Database Port", + "Target": "DB_PORT", + "Default": "3306", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "3306" + }, + { + "@attributes": { + "Name": "Database Name", + "Target": "DB_DATABASE", + "Default": "speedtest_tracker", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "speedtest_tracker" + }, + { + "@attributes": { + "Name": "Database Username", + "Target": "DB_USERNAME", + "Default": "speedtest", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "speedtest" + }, + { + "@attributes": { + "Name": "Database Password", + "Target": "DB_PASSWORD", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "true" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Time Zone", + "Target": "TZ", + "Default": "America/Toronto", + "Mode": "", + "Description": "Time zone", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "America/Toronto" } ], "Repo": "ZappyZap's Repository", diff --git a/applicationFeed.json b/applicationFeed.json index 2ccd82858..f6260fdab 100755 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -1,7 +1,7 @@ { - "apps": 2093, - "last_updated_timestamp": 1693994702, - "last_updated": "2023-09-06 06:05", + "apps": 2094, + "last_updated_timestamp": 1694009102, + "last_updated": "2023-09-06 10:05", "categories": [ { "Cat": "Backup:", @@ -37044,6 +37044,302 @@ "topTrending": 0.0030000000000000027, "topPerforming": 0.126 }, + { + "Name": "unifi-network-application", + "Repository": "lscr.io/linuxserver/unifi-network-application", + "Registry": "https://github.com/orgs/linuxserver/packages/container/package/unifi-network-application", + "DonateText": "Donations", + "DonateLink": "https://www.linuxserver.io/donate", + "Network": "bridge", + "Privileged": "false", + "Support": "https://github.com/linuxserver/docker-unifi-network-application/issues/new/choose", + "Shell": "bash", + "GitHub": "https://github.com/linuxserver/docker-unifi-network-application#application-setup", + "ReadMe": "https://github.com/linuxserver/docker-unifi-network-application#readme", + "Project": "https://ui.com/", + "Overview": "The Unifi-network-application(https://ui.com/) software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.", + "TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/master/unraid/unifi-network-application.xml", + "Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png", + "Config": [ + { + "@attributes": { + "Name": "WebUI", + "Target": "8443", + "Default": "8443", + "Mode": "tcp", + "Description": "Unifi web admin port", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Port: 3478", + "Target": "3478", + "Default": "3478", + "Mode": "udp", + "Description": "Unifi STUN port", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Port: 10001", + "Target": "10001", + "Default": "10001", + "Mode": "udp", + "Description": "Required for AP discovery", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Port: 8080", + "Target": "8080", + "Default": "8080", + "Mode": "tcp", + "Description": "Required for device communication", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Port: 1900", + "Target": "1900", + "Default": "1900", + "Mode": "udp", + "Description": "Required for `Make controller discoverable on L2 network` option", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Port: 8843", + "Target": "8843", + "Default": "8843", + "Mode": "tcp", + "Description": "Unifi guest portal HTTPS redirect port", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Port: 8880", + "Target": "8880", + "Default": "8880", + "Mode": "tcp", + "Description": "Unifi guest portal HTTP redirect port", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Port: 6789", + "Target": "6789", + "Default": "6789", + "Mode": "tcp", + "Description": "For mobile throughput test", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Port: 5514", + "Target": "5514", + "Default": "5514", + "Mode": "udp", + "Description": "Remote syslog port", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Appdata", + "Target": "/config", + "Default": "", + "Mode": "rw", + "Description": "All Unifi data stored here", + "Type": "Path", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "MONGO_USER", + "Target": "MONGO_USER", + "Default": "unifi", + "Description": "Mongodb Username. Only evaluated on first run.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "MONGO_PASS", + "Target": "MONGO_PASS", + "Default": "", + "Description": "Mongodb Password. Only evaluated on first run.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "true" + }, + "value": "" + }, + { + "@attributes": { + "Name": "MONGO_HOST", + "Target": "MONGO_HOST", + "Default": "unifi-db", + "Description": "Mongodb Hostname. Only evaluated on first run.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "MONGO_PORT", + "Target": "MONGO_PORT", + "Default": "27017", + "Description": "Mongodb Port. Only evaluated on first run.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "MONGO_DBNAME", + "Target": "MONGO_DBNAME", + "Default": "unifi", + "Description": "Mongodb Database Name (stats DB is automatically suffixed with `_stat`). Only evaluated on first run.", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "MEM_LIMIT", + "Target": "MEM_LIMIT", + "Default": "1024", + "Description": "Optionally change the Java memory limit (in Megabytes). Set to `default` to reset to default", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "MEM_STARTUP", + "Target": "MEM_STARTUP", + "Default": "1024", + "Description": "Optionally change the Java initial/minimum memory (in Megabytes). Set to `default` to reset to default", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "PUID", + "Target": "PUID", + "Default": "99", + "Description": "Container Variable: PUID", + "Type": "Variable", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "PGID", + "Target": "PGID", + "Default": "100", + "Description": "Container Variable: PGID", + "Type": "Variable", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "UMASK", + "Target": "UMASK", + "Default": "022", + "Description": "Container Variable: UMASK", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "" + } + ], + "Repo": "linuxserver's Repository", + "ChangeLogPresent": true, + "templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/unifi-network-application.xml", + "downloads": 13, + "LastUpdate": 1694007949, + "LastUpdateScan": 1694009099, + "FirstSeen": 1694009099 + }, { "Name": "vscodium", "Repository": "lscr.io/linuxserver/vscodium", @@ -88022,24 +88318,28 @@ "Productivity", "Tools-Utilities" ], - "downloads": 15085, - "trending": 12.821, + "downloads": 16981, + "LastUpdate": 1686635633, + "trending": 11.165, "trends": [ 14.691, - 12.821 + 12.821, + 11.165 ], "trendsDate": [ 1688810685, - 1691409910 + 1691409910, + 1694009100 ], "downloadtrend": [ 11219, 13151, - 15085 + 15085, + 16981 ], - "LastUpdateScan": 1691409910, - "LastUpdate": 1686635633, - "FirstSeen": 1597853355 + "LastUpdateScan": 1694009100, + "FirstSeen": 1597853355, + "topTrending": -3.5260000000000016 }, { "PluginURL": "https://raw.githubusercontent.com/ich777/unraid-aquacomputer-d5next/master/aquacomputer-d5next-hwmon.plg", @@ -96086,17 +96386,17 @@ "GameServers" ], "stars": 38, + "LastUpdate": 1693329975, "trendsDate": [ - 1675818250, 1678417461, 1681013055, 1683612266, 1686211475, 1688810685, - 1691409910 + 1691409910, + 1694009100 ], - "LastUpdateScan": 1691409910, - "LastUpdate": 1690824759, + "LastUpdateScan": 1694009100, "FirstSeen": 1584871714 }, { @@ -100556,6 +100856,7 @@ "Drivers", "Plugins" ], + "LastUpdateScan": 1694009100, "FirstSeen": 1662832689 }, { @@ -121332,40 +121633,40 @@ "CategoryList": [ "GameServers" ], - "downloads": 27253, + "downloads": 27267, "stars": 1, - "trending": 0.037, + "LastUpdate": 1686635948, + "trending": 0.051, "trends": [ - 0.055, 0.037, 0.044, 0.022, 0.015, 0.191, - 0.037 + 0.037, + 0.051 ], "trendsDate": [ - 1675818250, 1678417461, 1681013055, 1683612266, 1686211475, 1688810685, - 1691409910 + 1691409910, + 1694009100 ], "downloadtrend": [ - 27159, 27169, 27181, 27187, 27191, 27243, - 27253 + 27253, + 27267 ], - "LastUpdateScan": 1691409910, - "LastUpdate": 1686635948, + "LastUpdateScan": 1694009100, "FirstSeen": 1587449252, - "topTrending": -0.018000000000000002 + "topTrending": 0.013999999999999999 }, { "Name": "Xonotic", @@ -124760,39 +125061,39 @@ "CategoryList": [ "Other" ], - "downloads": 38992, - "trending": 4.388, + "downloads": 40689, + "LastUpdate": 1675250598, + "trending": 4.171, "trends": [ - 0.988, 5.403, 5.25, 5.181, 4.656, 4.544, - 4.388 + 4.388, + 4.171 ], "trendsDate": [ - 1675818250, 1678417461, 1681013055, 1683612266, 1686211475, 1688810685, - 1691409911 + 1691409911, + 1694009100 ], "downloadtrend": [ - 28836, 30483, 32172, 33930, 35587, 37281, - 38992 + 38992, + 40689 ], - "LastUpdateScan": 1691409911, - "LastUpdate": 1675250598, + "LastUpdateScan": 1694009100, "FirstSeen": 1558879780, - "topTrending": 3.4 + "topTrending": -1.2319999999999993 }, { "Name": "Tartube", @@ -138493,7 +138794,7 @@ "HomeAutomation", "Tools-Utilities" ], - "LastUpdateScan": 1691409911, + "LastUpdateScan": 1694009100, "FirstSeen": 1652429002 }, { @@ -142460,41 +142761,41 @@ "Cloud", "Productivity" ], - "downloads": 88902375, - "stars": 297, - "trending": 1.713, + "downloads": 90709083, + "stars": 303, + "LastUpdate": 1693803019, + "trending": 1.992, "trends": [ - 2.928, 2.304, 2.752, 2.008, 1.877, 2.046, - 1.713 + 1.713, + 1.992 ], "trendsDate": [ - 1675818251, 1678417461, 1681013055, 1683612266, 1686211475, 1688810685, - 1691409911 + 1691409911, + 1694009100 ], "downloadtrend": [ - 78189681, 80033363, 82298402, 83984765, 85591431, 87379443, - 88902375 + 88902375, + 90709083 ], - "LastUpdateScan": 1691409911, - "LastUpdate": 1690571298, + "LastUpdateScan": 1694009100, "FirstSeen": 1649837017, - "topTrending": -1.2149999999999999, - "topPerforming": 1.713 + "topTrending": -0.31199999999999983, + "topPerforming": 1.992 }, { "Name": "xbackbone", @@ -159818,41 +160119,41 @@ "CategoryList": [ "Cloud" ], - "downloads": 525345, + "downloads": 526124, "stars": 3, - "trending": 0.079, + "LastUpdate": 1688825005, + "trending": 0.148, "trends": [ - 0.018, 0.027, 0.049, 0.03, 0.062, 0.048, - 0.079 + 0.079, + 0.148 ], "trendsDate": [ - 1675818251, 1678417461, 1681013055, 1683612266, 1686211475, 1688810685, - 1691409911 + 1691409911, + 1694009101 ], "downloadtrend": [ - 523806, 523945, 524201, 524357, 524682, 524932, - 525345 + 525345, + 526124 ], - "LastUpdateScan": 1691409911, - "LastUpdate": 1688825005, + "LastUpdateScan": 1694009101, "FirstSeen": 1587470864, - "topTrending": 0.061, - "topPerforming": 0.079 + "topTrending": 0.121, + "topPerforming": 0.148 }, { "Name": "gotify", @@ -163237,41 +163538,41 @@ "Tools-Utilities", "Network-Management" ], - "downloads": 450104, + "downloads": 450128, "stars": 9, - "trending": 0.006, + "LastUpdate": 1653649640, + "trending": 0.005, "trends": [ - 0.008, 0.008, 0.008, 0.009, 0.016, 0.008, - 0.006 + 0.006, + 0.005 ], "trendsDate": [ - 1675818251, 1678417462, 1681013055, 1683612266, 1686211476, 1688810686, - 1691409911 + 1691409911, + 1694009101 ], "downloadtrend": [ - 449860, 449895, 449929, 449971, 450045, 450079, - 450104 + 450104, + 450128 ], - "LastUpdateScan": 1691409911, - "LastUpdate": 1653649640, + "LastUpdateScan": 1694009101, "FirstSeen": 1587470864, - "topTrending": -0.002, - "topPerforming": 0.006 + "topTrending": -0.003, + "topPerforming": 0.005 }, { "Name": "nut", @@ -163823,41 +164124,41 @@ "CategoryList": [ "Productivity" ], - "downloads": 3762285, - "stars": 27, - "trending": 0.613, + "downloads": 3786814, + "stars": 29, + "LastUpdate": 1693847505, + "trending": 0.648, "trends": [ - 0.529, 0.576, 0.921, 0.749, 0.733, 0.691, - 0.613 + 0.613, + 0.648 ], "trendsDate": [ - 1675818251, 1678417462, 1681013056, 1683612266, 1686211476, 1688810686, - 1691409911 + 1691409911, + 1694009101 ], "downloadtrend": [ - 3603973, 3624866, 3658546, 3686166, 3713386, 3739216, - 3762285 + 3762285, + 3786814 ], - "LastUpdateScan": 1691409911, - "LastUpdate": 1691387341, + "LastUpdateScan": 1694009101, "FirstSeen": 1587470864, - "topTrending": 0.08399999999999996, - "topPerforming": 0.613 + "topTrending": 0.07200000000000006, + "topPerforming": 0.648 }, { "Name": "psitransfer", @@ -164161,41 +164462,41 @@ "CategoryList": [ "Cloud" ], - "downloads": 109449, + "downloads": 109457, "stars": 4, - "trending": 0.004, + "LastUpdate": 1597658685, + "trending": 0.007, "trends": [ - 0.005, 0.004, 0.004, 0.002, 0.002, 0.002, - 0.004 + 0.004, + 0.007 ], "trendsDate": [ - 1675818251, 1678417462, 1681013056, 1683612267, 1686211476, 1688810686, - 1691409912 + 1691409912, + 1694009101 ], "downloadtrend": [ - 109431, 109435, 109439, 109441, 109443, 109445, - 109449 + 109449, + 109457 ], - "LastUpdateScan": 1691409912, - "LastUpdate": 1597658685, + "LastUpdateScan": 1694009101, "FirstSeen": 1587470864, - "topTrending": -0.001, - "topPerforming": 0.004 + "topTrending": 0.003, + "topPerforming": 0.007 }, { "Name": "quakejs", @@ -164953,41 +165254,41 @@ "CategoryList": [ "Productivity" ], - "downloads": 35423677, + "downloads": 35449015, "stars": 46, - "trending": 0.069, + "LastUpdate": 1692566826, + "trending": 0.071, "trends": [ - 0.074, 0.04, 0.107, 0.049, 0.079, 0.074, - 0.069 + 0.069, + 0.071 ], "trendsDate": [ - 1675818251, 1678417462, 1681013056, 1683612267, 1686211476, 1688810686, - 1691409912 + 1691409912, + 1694009101 ], "downloadtrend": [ - 35275866, 35290055, 35328020, 35345187, 35373079, 35399388, - 35423677 + 35423677, + 35449015 ], - "LastUpdateScan": 1691409912, - "LastUpdate": 1690896673, + "LastUpdateScan": 1694009101, "FirstSeen": 1587470865, - "topTrending": -0.0049999999999999906, - "topPerforming": 0.069 + "topTrending": 0.030999999999999993, + "topPerforming": 0.071 }, { "Name": "shiori", @@ -227828,40 +228129,40 @@ "Productivity", "Tools-Utilities" ], - "downloads": 53594, + "downloads": 59160, "stars": 6, - "trending": 7.411, + "LastUpdate": 1692306717, + "trending": 9.408, "trends": [ - 1.829, 1.546, 2.36, 2.466, 3.382, 6.207, - 7.411 + 7.411, + 9.408 ], "trendsDate": [ - 1675818251, 1678417462, 1681013056, 1683612267, 1686211476, 1688810686, - 1691409912 + 1691409912, + 1694009101 ], "downloadtrend": [ - 42162, 42824, 43859, 44968, 46542, 49622, - 53594 + 53594, + 59160 ], - "LastUpdateScan": 1691409912, - "LastUpdate": 1665144012, + "LastUpdateScan": 1694009101, "FirstSeen": 1639443824, - "topTrending": 5.582 + "topTrending": 7.861999999999999 }, { "Name": "double-take", @@ -233275,21 +233576,24 @@ "CategoryList": [ "GameServers" ], - "downloads": 20755, - "trending": 9.294, + "downloads": 22662, + "LastUpdate": 1657933564, + "trending": 8.415, "trends": [ 13.963, 12.415, 10.865, 9.901, - 9.294 + 9.294, + 8.415 ], "trendsDate": [ 1681013056, 1683612267, 1686211476, 1688810686, - 1691409912 + 1691409912, + 1694009102 ], "downloadtrend": [ 11393, @@ -233297,12 +233601,12 @@ 15119, 16962, 18826, - 20755 + 20755, + 22662 ], - "LastUpdateScan": 1691409912, - "LastUpdate": 1657933564, + "LastUpdateScan": 1694009102, "FirstSeen": 1636844606, - "topTrending": -4.668999999999999 + "topTrending": -5.548 }, { "Name": "SkyFactory25", @@ -247433,32 +247737,35 @@ "CategoryList": [ "MediaApp-Music" ], - "downloads": 24932, + "downloads": 27181, "stars": 1, - "trending": 9.779, + "LastUpdate": 1689792291, + "trending": 8.274, "trends": [ 32.674, 21.212, 9.629, - 9.779 + 9.779, + 8.274 ], "trendsDate": [ 1683605068, 1686204276, 1688803477, - 1691409912 + 1691409912, + 1694009102 ], "downloadtrend": [ 10783, 16016, 20328, 22494, - 24932 + 24932, + 27181 ], - "LastUpdateScan": 1691409912, - "LastUpdate": 1689792291, + "LastUpdateScan": 1694009102, "FirstSeen": 1673211841, - "topTrending": -22.895 + "topTrending": -24.4 }, { "Name": "Nacho-Rclone-Native-GUI", @@ -266555,7 +266862,7 @@ "Privileged": "false", "Support": "https://forums.unraid.net/topic/130245-support-devzwf-speedtest-tracker", "Project": "https://github.com/alexjustesen/speedtest-tracker", - "Overview": "A Docker image to check your internet speed using Ookla's Speedtest service. Build using Laravel and the Speedtest CLI.\r\nSpeedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.\r\n\r\nSpeedtest Tracker is in active development, during this \"alpha\" phase expect things to change and maybe break.\r\n\r\ndefault login :\r\nUsername : admin@example.com\r\nPassword : password", + "Overview": "A Docker image to check your internet speed using Ookla's Speedtest service. Build using Laravel and the Speedtest CLI.\r\nSpeedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.\r\n\r\nSpeedtest Tracker is in active development, during this \"alpha\" phase expect things to change and maybe break.\r\n\r\nImportant note : the dev had dropped SQLite as the default database. It's still supported for those using it but for new installs, strongly recommending MySQL/Mariadb or Postgres.\r\ndefault login :\r\nUsername : admin@example.com\r\nPassword : password", "WebUI": "https://[IP]:[PORT:443]/", "TemplateURL": "https://raw.githubusercontent.com/devzwf/unraid-docker-templates/master/speedtest-tracker.xml", "Icon": "https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/speedtest-tracker-icon.png", @@ -266617,6 +266924,104 @@ "Mask": "false" }, "value": "" + }, + { + "@attributes": { + "Name": "Database", + "Target": "DB_CONNECTION", + "Default": "mysql", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "mysql" + }, + { + "@attributes": { + "Name": "Database Host", + "Target": "DB_HOST", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Database Port", + "Target": "DB_PORT", + "Default": "3306", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "3306" + }, + { + "@attributes": { + "Name": "Database Name", + "Target": "DB_DATABASE", + "Default": "speedtest_tracker", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "speedtest_tracker" + }, + { + "@attributes": { + "Name": "Database Username", + "Target": "DB_USERNAME", + "Default": "speedtest", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "speedtest" + }, + { + "@attributes": { + "Name": "Database Password", + "Target": "DB_PASSWORD", + "Default": "", + "Mode": "", + "Description": "", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "true" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Time Zone", + "Target": "TZ", + "Default": "America/Toronto", + "Mode": "", + "Description": "Time zone", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "America/Toronto" } ], "Repo": "ZappyZap's Repository", diff --git a/firstSeen.json b/firstSeen.json index 6b1a9b747..f33b51ec7 100755 --- a/firstSeen.json +++ b/firstSeen.json @@ -2928,5 +2928,6 @@ "skrashevich/double-take:v1.13.11.3": 1693870190, "evilalmus/docker_apache_php:latest": 1693944301, "ghcr.io/edgar971/open-chat-cuda:v1.0.6": 1693973104, - "ghcr.io/edgar971/open-chat-cpu:v1.0.6": 1693973104 + "ghcr.io/edgar971/open-chat-cpu:v1.0.6": 1693973104, + "lscr.io/linuxserver/unifi-network-application": 1694009099 } \ No newline at end of file diff --git a/log.txt b/log.txt index a27abc358..3666b4481 100644 --- a/log.txt +++ b/log.txt @@ -348,6 +348,7 @@ Processing /tmp/appFeed/templates/linuxserversRepository/unraid/transmission.xml Processing /tmp/appFeed/templates/linuxserversRepository/unraid/tvheadend.xml...Getting categories from auxilliary file...Success Processing /tmp/appFeed/templates/linuxserversRepository/unraid/ubooquity.xml...Getting categories from auxilliary file...Success Processing /tmp/appFeed/templates/linuxserversRepository/unraid/unifi-controller.xml...Getting categories from auxilliary file...Success +Processing /tmp/appFeed/templates/linuxserversRepository/unraid/unifi-network-application.xml...Success Processing /tmp/appFeed/templates/linuxserversRepository/unraid/vscodium.xml...Success Processing /tmp/appFeed/templates/linuxserversRepository/unraid/webcord.xml...Success Processing /tmp/appFeed/templates/linuxserversRepository/unraid/webgrabplus.xml...Getting categories from auxilliary file...Success @@ -3705,12 +3706,42 @@ Processing /tmp/appFeed/templates/almusRepository/docker-apache-php.xml...Succes Updating stats on containers +linuxserver/unifi-network-application +lscr.io/linuxserver/unifi-network-application Downloads: 13 Stars: 0 Base: unknown +ich777/anope +ich777/anope Downloads: 16981 Stars: 0 Base: unknown +Tagged - Can't determine last update +ich777/steamcmd +ich777/steamcmd:eco Downloads: 4895091 Stars: 38 Base: unknown +ich777/xlinkkaievolution +ich777/xlinkkaievolution Downloads: 27267 Stars: 1 Base: unknown +angelics/unraid-docker-ravencoin-wallet +angelics/unraid-docker-ravencoin-wallet Downloads: 40689 Stars: 0 Base: unknown +Tagged - Can't determine last update +analogj/scrutiny +ghcr.io/analogj/scrutiny:master-omnibus Downloads: Stars: Base: unknown +requarks/wiki +requarks/wiki Downloads: 90709083 Stars: 303 Base: unknown +pldubouilh/gossa +pldubouilh/gossa:latest Downloads: 526124 Stars: 3 Base: unknown +pitkley/netbox +pitkley/netbox:latest Downloads: 450128 Stars: 9 Base: unknown +bitnami/phpbb +bitnami/phpbb:latest Downloads: 3786814 Stars: 29 Base: unknown +harshavardhanj/pwndrop +harshavardhanj/pwndrop:latest Downloads: 109457 Stars: 4 Base: unknown +Tagged - Can't determine last update +shaarli/shaarli +shaarli/shaarli:master Downloads: 35449015 Stars: 46 Base: unknown +Tagged - Can't determine last update +exadel/compreface +exadel/compreface:0.6.1-mobilenet-gpu Downloads: 59160 Stars: 6 Base: unknown +goobaroo/skyfactory4 +goobaroo/skyfactory4 Downloads: 22662 Stars: 0 Base: unknown +noisedash/noisedash +noisedash/noisedash:latest Downloads: 27181 Stars: 1 Base: unknown Privileged: 102 - -No change to feed - - Updating GitHub diff --git a/repoInfo.json b/repoInfo.json index 2c764bb1b..f0e8f6f02 100755 --- a/repoInfo.json +++ b/repoInfo.json @@ -19725,36 +19725,36 @@ }, "angelics/unraid-docker-ravencoin-wallet": { "Base": null, - "Downloads": 38992, + "Downloads": 40689, "Stars": null, - "Time": 1691409911, - "trending": 4.388, + "Time": 1694009100, + "trending": 4.171, "trends": [ - 0.988, 5.403, 5.25, 5.181, 4.656, 4.544, - 4.388 + 4.388, + 4.171 ], "downloadtrend": [ - 28836, 30483, 32172, 33930, 35587, 37281, - 38992 + 38992, + 40689 ], "trendsDate": [ - 1675818250, 1678417461, 1681013055, 1683612266, 1686211475, 1688810685, - 1691409911 + 1691409911, + 1694009100 ], "LastUpdate": 1675250598 }, @@ -29535,38 +29535,38 @@ }, "ich777/steamcmd:eco": { "Base": null, - "Downloads": 4778084, + "Downloads": 4895091, "Stars": 38, - "Time": 1691409910, - "trending": 2.49, + "Time": 1694009100, + "trending": 2.39, "trends": [ - 0.482, 2.336, 2.586, 2.679, 2.439, 2.679, - 2.49 + 2.49, + 2.39 ], "downloadtrend": [ - 4095922, 4193873, 4305187, 4423684, 4534276, 4659094, - 4778084 + 4778084, + 4895091 ], "trendsDate": [ - 1675818250, 1678417461, 1681013055, 1683612266, 1686211475, 1688810685, - 1691409910 + 1691409910, + 1694009100 ], - "LastUpdate": 1690824759 + "LastUpdate": 1693329975 }, "snoopy86/emoncms-docker": { "Base": null, @@ -30858,36 +30858,36 @@ }, "ich777/xlinkkaievolution": { "Base": null, - "Downloads": 27253, + "Downloads": 27267, "Stars": 1, - "Time": 1691409910, - "trending": 0.037, + "Time": 1694009100, + "trending": 0.051, "trends": [ - 0.055, 0.037, 0.044, 0.022, 0.015, 0.191, - 0.037 + 0.037, + 0.051 ], "downloadtrend": [ - 27159, 27169, 27181, 27187, 27191, 27243, - 27253 + 27253, + 27267 ], "trendsDate": [ - 1675818250, 1678417461, 1681013055, 1683612266, 1686211475, 1688810685, - 1691409910 + 1691409910, + 1694009100 ], "LastUpdate": 1686635948 }, @@ -30904,178 +30904,178 @@ }, "pldubouilh/gossa:latest": { "Base": null, - "Downloads": 525345, + "Downloads": 526124, "Stars": 3, - "Time": 1691409911, - "trending": 0.079, + "Time": 1694009101, + "trending": 0.148, "trends": [ - 0.018, 0.027, 0.049, 0.03, 0.062, 0.048, - 0.079 + 0.079, + 0.148 ], "downloadtrend": [ - 523806, 523945, 524201, 524357, 524682, 524932, - 525345 + 525345, + 526124 ], "trendsDate": [ - 1675818251, 1678417461, 1681013055, 1683612266, 1686211475, 1688810685, - 1691409911 + 1691409911, + 1694009101 ], "LastUpdate": 1688825005 }, "pitkley/netbox:latest": { "Base": null, - "Downloads": 450104, + "Downloads": 450128, "Stars": 9, - "Time": 1691409911, - "trending": 0.006, + "Time": 1694009101, + "trending": 0.005, "trends": [ - 0.008, 0.008, 0.008, 0.009, 0.016, 0.008, - 0.006 + 0.006, + 0.005 ], "downloadtrend": [ - 449860, 449895, 449929, 449971, 450045, 450079, - 450104 + 450104, + 450128 ], "trendsDate": [ - 1675818251, 1678417462, 1681013055, 1683612266, 1686211476, 1688810686, - 1691409911 + 1691409911, + 1694009101 ], "LastUpdate": 1653649640 }, "bitnami/phpbb:latest": { "Base": null, - "Downloads": 3762285, - "Stars": 27, - "Time": 1691409911, - "trending": 0.613, + "Downloads": 3786814, + "Stars": 29, + "Time": 1694009101, + "trending": 0.648, "trends": [ - 0.529, 0.576, 0.921, 0.749, 0.733, 0.691, - 0.613 + 0.613, + 0.648 ], "downloadtrend": [ - 3603973, 3624866, 3658546, 3686166, 3713386, 3739216, - 3762285 + 3762285, + 3786814 ], "trendsDate": [ - 1675818251, 1678417462, 1681013056, 1683612266, 1686211476, 1688810686, - 1691409911 + 1691409911, + 1694009101 ], - "LastUpdate": 1691387341 + "LastUpdate": 1693847505 }, "harshavardhanj/pwndrop:latest": { "Base": null, - "Downloads": 109449, + "Downloads": 109457, "Stars": 4, - "Time": 1691409912, - "trending": 0.004, + "Time": 1694009101, + "trending": 0.007, "trends": [ - 0.005, 0.004, 0.004, 0.002, 0.002, 0.002, - 0.004 + 0.004, + 0.007 ], "downloadtrend": [ - 109431, 109435, 109439, 109441, 109443, 109445, - 109449 + 109449, + 109457 ], "trendsDate": [ - 1675818251, 1678417462, 1681013056, 1683612267, 1686211476, 1688810686, - 1691409912 + 1691409912, + 1694009101 ], "LastUpdate": 1597658685 }, "shaarli/shaarli:master": { "Base": null, - "Downloads": 35423677, + "Downloads": 35449015, "Stars": 46, - "Time": 1691409912, - "trending": 0.069, + "Time": 1694009101, + "trending": 0.071, "trends": [ - 0.074, 0.04, 0.107, 0.049, 0.079, 0.074, - 0.069 + 0.069, + 0.071 ], "downloadtrend": [ - 35275866, 35290055, 35328020, 35345187, 35373079, 35399388, - 35423677 + 35423677, + 35449015 ], "trendsDate": [ - 1675818251, 1678417462, 1681013056, 1683612267, 1686211476, 1688810686, - 1691409912 + 1691409912, + 1694009101 ], - "LastUpdate": 1690896673 + "LastUpdate": 1692566826 }, "mitchellriley/derbynet_server": { "Base": null, @@ -35590,22 +35590,25 @@ }, "ich777/anope": { "Base": null, - "Downloads": 15085, + "Downloads": 16981, "Stars": null, - "Time": 1691409910, - "trending": 12.821, + "Time": 1694009100, + "trending": 11.165, "trends": [ 14.691, - 12.821 + 12.821, + 11.165 ], "downloadtrend": [ 11219, 13151, - 15085 + 15085, + 16981 ], "trendsDate": [ 1688810685, - 1691409910 + 1691409910, + 1694009100 ], "LastUpdate": 1686635633 }, @@ -56566,16 +56569,17 @@ }, "goobaroo/skyfactory4": { "Base": null, - "Downloads": 20755, + "Downloads": 22662, "Stars": null, - "Time": 1691409912, - "trending": 9.294, + "Time": 1694009102, + "trending": 8.415, "trends": [ 13.963, 12.415, 10.865, 9.901, - 9.294 + 9.294, + 8.415 ], "downloadtrend": [ 11393, @@ -56583,14 +56587,16 @@ 15119, 16962, 18826, - 20755 + 20755, + 22662 ], "trendsDate": [ 1681013056, 1683612267, 1686211476, 1688810686, - 1691409912 + 1691409912, + 1694009102 ], "LastUpdate": 1657933564 }, @@ -58652,38 +58658,38 @@ }, "exadel/compreface:0.6.1-mobilenet-gpu": { "Base": null, - "Downloads": 53594, + "Downloads": 59160, "Stars": 6, - "Time": 1691409912, - "trending": 7.411, + "Time": 1694009101, + "trending": 9.408, "trends": [ - 1.829, 1.546, 2.36, 2.466, 3.382, 6.207, - 7.411 + 7.411, + 9.408 ], "downloadtrend": [ - 42162, 42824, 43859, 44968, 46542, 49622, - 53594 + 53594, + 59160 ], "trendsDate": [ - 1675818251, 1678417462, 1681013056, 1683612267, 1686211476, 1688810686, - 1691409912 + 1691409912, + 1694009101 ], - "LastUpdate": 1665144012 + "LastUpdate": 1692306717 }, "ivaxor/rtcwcoop:1.0.2": { "Base": null, @@ -64570,38 +64576,38 @@ }, "requarks/wiki": { "Base": null, - "Downloads": 88902375, - "Stars": 297, - "Time": 1691409911, - "trending": 1.713, + "Downloads": 90709083, + "Stars": 303, + "Time": 1694009100, + "trending": 1.992, "trends": [ - 2.928, 2.304, 2.752, 2.008, 1.877, 2.046, - 1.713 + 1.713, + 1.992 ], "downloadtrend": [ - 78189681, 80033363, 82298402, 83984765, 85591431, 87379443, - 88902375 + 88902375, + 90709083 ], "trendsDate": [ - 1675818251, 1678417461, 1681013055, 1683612266, 1686211475, 1688810685, - 1691409911 + 1691409911, + 1694009100 ], - "LastUpdate": 1690571298 + "LastUpdate": 1693803019 }, "goobaroo/stoneblock2": { "Base": null, @@ -65247,7 +65253,7 @@ "Base": null, "Downloads": null, "Stars": null, - "Time": 1691409911, + "Time": 1694009100, "trending": null, "trends": null, "downloadtrend": null, @@ -69461,7 +69467,7 @@ "Base": null, "Downloads": null, "Stars": null, - "Time": 1691409910, + "Time": 1694009100, "trending": null, "trends": null, "downloadtrend": null, @@ -72726,28 +72732,31 @@ }, "noisedash/noisedash:latest": { "Base": null, - "Downloads": 24932, + "Downloads": 27181, "Stars": 1, - "Time": 1691409912, - "trending": 9.779, + "Time": 1694009102, + "trending": 8.274, "trends": [ 32.674, 21.212, 9.629, - 9.779 + 9.779, + 8.274 ], "downloadtrend": [ 10783, 16016, 20328, 22494, - 24932 + 24932, + 27181 ], "trendsDate": [ 1683605068, 1686204276, 1688803477, - 1691409912 + 1691409912, + 1694009102 ], "LastUpdate": 1689792291 }, @@ -78347,5 +78356,16 @@ "downloadtrend": null, "trendsDate": null, "LastUpdate": null + }, + "lscr.io/linuxserver/unifi-network-application": { + "Base": null, + "Downloads": 13, + "Stars": null, + "Time": 1694009099, + "trending": null, + "trends": null, + "downloadtrend": null, + "trendsDate": null, + "LastUpdate": 1694007949 } } \ No newline at end of file diff --git a/statistics.json b/statistics.json index cbe11af19..3af52c237 100755 --- a/statistics.json +++ b/statistics.json @@ -1,5 +1,5 @@ { - "caFixed": 405, + "caFixed": 406, "fixedTemplates": { "smdion's Repository": { "smdion/docker-h5ai": [ @@ -247,6 +247,9 @@ "lscr.io/linuxserver/syslog-ng": [ "No category entry present" ], + "lscr.io/linuxserver/unifi-network-application": [ + "No category entry present" + ], "lscr.io/linuxserver/vscodium": [ "No category entry present" ],