This commit is contained in:
Andrew Z 2022-10-30 02:03:40 -04:00
parent b0ef622c98
commit fce892a65c
7 changed files with 604 additions and 339 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1667102618
"last_updated_timestamp": 1667109818
}

View File

@ -4996,41 +4996,41 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 985252,
"downloads": 986088,
"stars": 1,
"trending": 0.076,
"LastUpdate": 1626780548,
"trending": 0.085,
"trends": [
0.053,
0.039,
0.03,
0.032,
0.034,
0.049,
0.076
0.076,
0.085
],
"trendsDate": [
1648915407,
1651514609,
1654113810,
1656713019,
1659312217,
1661912110,
1664510608
1664510608,
1667109816
],
"downloadtrend": [
982680,
983065,
983362,
983677,
984015,
984499,
985252
985252,
986088
],
"LastUpdateScan": 1664510608,
"LastUpdate": 1626780548,
"LastUpdateScan": 1667109816,
"FirstSeen": 1568376458,
"topTrending": 0.023,
"topPerforming": 0.076
"topTrending": 0.046000000000000006,
"topPerforming": 0.085
},
{
"TemplateURL": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/privoxyvpn.xml",
@ -74164,7 +74164,7 @@
"Name": "AdGuard-Home",
"Repository": "adguard/adguardhome",
"Registry": "https://registry.hub.docker.com/r/adguard/adguardhome",
"Network": "bridge",
"Network": "br0",
"Shell": "bash",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/75588-support-siwats-docker-repository/",
@ -74236,6 +74236,7 @@
],
"Repo": "Siwat2545's Repository",
"TemplateURL": "https://raw.githubusercontent.com/SiwatINC/unraid-ca-repository/master/docker-template/adguard_home.xml",
"CAComment": "This template is set up to use a custom network. You may have to adjust the network or IP address etc to match your system",
"templatePath": "/tmp/GitHub/AppFeed/templates/Siwat2545sRepository/docker-template/adguard_home.xml",
"CategoryList": [
"Network",
@ -74380,7 +74381,7 @@
"Repository": "ghcr.io/siwatinc/h265ize",
"Support": "https://forums.unraid.net/topic/75588-support-siwats-docker-repository/",
"BindTime": "true",
"Privileged": "true",
"Privileged": "false",
"Config": [
{
"@attributes": {
@ -74489,7 +74490,6 @@
"Icon": "https://raw.githubusercontent.com/SiwatINC/unraid-ca-repository/master/icons/h265ize.png",
"Repo": "Siwat2545's Repository",
"TemplateURL": "https://raw.githubusercontent.com/SiwatINC/unraid-ca-repository/master/docker-template/h265ize.xml",
"CAComment": "This template is set up to run as Privileged. This is a possible security risk and usually does not need to be enabled. Note that some applications require privileged in order to operate correctly",
"templatePath": "/tmp/GitHub/AppFeed/templates/Siwat2545sRepository/docker-template/h265ize.xml",
"CategoryList": [
"Tools"
@ -74704,47 +74704,81 @@
"Support": "https://forums.unraid.net/topic/75588-support-siwats-docker-repository/",
"BindTime": "true",
"Privileged": "false",
"Data": {
"Volume": [
{
"HostDir": "/mnt/user/appdata/onlyofficecs/logs",
"ContainerDir": "/var/log/onlyoffice",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/onlyofficecs/Data",
"ContainerDir": "/var/www/onlyoffice/Data",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/onlyofficecs/database",
"ContainerDir": "/var/lib/mysql",
"Mode": "rw"
}
]
},
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": [
{
"HostPort": "8081",
"ContainerPort": "80",
"Protocol": "tcp"
},
{
"HostPort": "4431",
"ContainerPort": "443",
"Protocol": "tcp"
},
{
"HostPort": "5222",
"ContainerPort": "5222",
"Protocol": "tcp"
}
]
}
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "HTTP Port",
"Target": "80",
"Default": "8081",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8081"
},
{
"@attributes": {
"Name": "HTTPS Port",
"Target": "443",
"Default": "4431",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "4431"
},
{
"@attributes": {
"Name": "Log Directory",
"Target": "/var/log/onlyoffice",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/onlyofficecs/logs"
},
{
"@attributes": {
"Name": "Data Directory",
"Target": "/var/www/onlyoffice/Data",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/onlyofficecs/Data"
},
{
"@attributes": {
"Name": "Database Directory",
"Target": "/var/lib/mysql",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/onlyofficecs/database"
}
],
"DonateText": "If you like it, then consider buying me a soda as I don't like beer :P",
"DonateLink": "https://www.paypal.me/siwatsirichai",
"WebUI": "http://[IP]:[PORT:80]",
@ -74806,20 +74840,106 @@
"Networking": {
"Mode": "bridge"
},
"Config": {
"@attributes": {
"Name": "Secret Key",
"Target": "JWT_SECRET",
"Default": "secret123",
"Mode": "",
"Description": "API Secret Key",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
"Config": [
{
"@attributes": {
"Name": "HTTP Port",
"Target": "80",
"Default": "8080",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8080"
},
"value": ""
},
{
"@attributes": {
"Name": "HTTPS Port",
"Target": "443",
"Default": "4430",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "4430"
},
{
"@attributes": {
"Name": "Log Directory",
"Target": "/var/log/onlyoffice",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/onlyofficeds/logs"
},
{
"@attributes": {
"Name": "Data Directory",
"Target": "/var/www/onlyoffice/Data",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/onlyofficeds/Data"
},
{
"@attributes": {
"Name": "Database Directory",
"Target": "/var/www/onlyoffice/Data",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/onlyofficeds/database"
},
{
"@attributes": {
"Name": "Font Directory",
"Target": "/usr/share/fonts",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/onlyofficeds/fonts"
},
{
"@attributes": {
"Name": "Secret Key",
"Target": "JWT_SECRET",
"Default": "secret123",
"Mode": "",
"Description": "API Secret Key",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
}
],
"DonateText": "If you like it, then consider buying me a soda as I don't like beer :P",
"DonateLink": "https://www.paypal.me/siwatsirichai",
"WebUI": "http://[IP]:[PORT:80]",
@ -112020,18 +112140,18 @@
"CategoryList": [
"GameServers"
],
"stars": 27,
"stars": 28,
"LastUpdate": 1667073043,
"trendsDate": [
1648915408,
1651514611,
1654113810,
1656713019,
1659312217,
1661912110,
1664510608
1664510608,
1667109817
],
"LastUpdateScan": 1664510608,
"LastUpdate": 1663867600,
"LastUpdateScan": 1667109817,
"FirstSeen": 1615143781
},
{
@ -160473,40 +160593,40 @@
"Security",
"Tools-Utilities"
],
"downloads": 38924,
"downloads": 39203,
"stars": 1,
"trending": 0.609,
"LastUpdate": 1600503062,
"trending": 0.712,
"trends": [
0.096,
0.062,
0.065,
0.078,
0.08,
0.336,
0.609
0.609,
0.712
],
"trendsDate": [
1648915408,
1651514613,
1654113811,
1656713019,
1659312217,
1661912110,
1664510608
1664510608,
1667109817
],
"downloadtrend": [
38447,
38471,
38496,
38526,
38557,
38687,
38924
38924,
39203
],
"LastUpdateScan": 1664510608,
"LastUpdate": 1600503062,
"LastUpdateScan": 1667109817,
"FirstSeen": 1589155728,
"topTrending": 0.513
"topTrending": 0.6499999999999999
},
{
"Name": "P3R-LEMP-Stack",
@ -183028,41 +183148,41 @@
"Other",
"Crypto"
],
"downloads": 5720606,
"downloads": 5724087,
"stars": 21,
"trending": 0.067,
"LastUpdate": 1649147852,
"trending": 0.061,
"trends": [
0.064,
0.097,
0.089,
0.078,
0.081,
0.067,
0.067
0.067,
0.061
],
"trendsDate": [
1648915408,
1651514613,
1654113811,
1656713019,
1659312218,
1661912111,
1664510608
1664510608,
1667109817
],
"downloadtrend": [
5693296,
5698816,
5703897,
5708342,
5712956,
5716778,
5720606
5720606,
5724087
],
"LastUpdateScan": 1664510608,
"LastUpdate": 1649147852,
"LastUpdateScan": 1667109817,
"FirstSeen": 1612547427,
"topTrending": 0.0030000000000000027,
"topPerforming": 0.067
"topTrending": -0.036000000000000004,
"topPerforming": 0.061
},
{
"Name": "prysm-beacon-ethereum",
@ -187604,41 +187724,41 @@
"MediaServer-Photos",
"MediaServer-Other"
],
"downloads": 929734,
"downloads": 931070,
"stars": 4,
"trending": 0.098,
"LastUpdate": 1666955134,
"trending": 0.143,
"trends": [
0.195,
0.206,
0.097,
0.095,
0.073,
0.187,
0.098
0.098,
0.143
],
"trendsDate": [
1648915409,
1651514613,
1654113811,
1656713020,
1659312218,
1661912111,
1664510608
1664510608,
1667109817
],
"downloadtrend": [
922730,
924639,
925533,
926415,
927092,
928825,
929734
929734,
931070
],
"LastUpdateScan": 1664510608,
"LastUpdate": 1663365614,
"LastUpdateScan": 1667109817,
"FirstSeen": 1617739368,
"topTrending": -0.097,
"topPerforming": 0.098
"topTrending": -0.063,
"topPerforming": 0.143
},
{
"Name": "Jellyfin-vue-static",
@ -187679,41 +187799,41 @@
"MediaServer-Photos",
"MediaServer-Other"
],
"downloads": 929734,
"downloads": 931070,
"stars": 4,
"trending": 0.098,
"LastUpdate": 1666955134,
"trending": 0.143,
"trends": [
0.195,
0.206,
0.097,
0.095,
0.073,
0.187,
0.098
0.098,
0.143
],
"trendsDate": [
1648915409,
1651514613,
1654113812,
1656713020,
1659312218,
1661912111,
1664510609
1664510609,
1667109817
],
"downloadtrend": [
922730,
924639,
925533,
926415,
927092,
928825,
929734
929734,
931070
],
"LastUpdateScan": 1664510609,
"LastUpdate": 1663365614,
"LastUpdateScan": 1667109817,
"FirstSeen": 1617739368,
"topTrending": -0.097,
"topPerforming": 0.098
"topTrending": -0.063,
"topPerforming": 0.143
},
{
"Name": "alpaca-to-influxdb",
@ -224403,29 +224523,32 @@
"CategoryList": [
"Productivity"
],
"downloads": 915869,
"downloads": 916561,
"stars": 25,
"trending": 0.078,
"LastUpdate": 1663659255,
"trending": 0.075,
"trends": [
0.071,
0.063,
0.078
0.078,
0.075
],
"trendsDate": [
1659305006,
1661912111,
1664510609
1664510609,
1667109817
],
"downloadtrend": [
913936,
914581,
915153,
915869
915869,
916561
],
"LastUpdateScan": 1664510609,
"LastUpdate": 1663659255,
"LastUpdateScan": 1667109817,
"FirstSeen": 1656705837,
"topTrending": 0.007000000000000006
"topTrending": 0.0040000000000000036
},
{
"Name": "Passbolt-CE",

View File

@ -1,7 +1,7 @@
{
"apps": 1850,
"last_updated_timestamp": 1667102618,
"last_updated": "2022-10-30 00:03",
"last_updated_timestamp": 1667109818,
"last_updated": "2022-10-30 02:03",
"categories": [
{
"Cat": "Backup:",
@ -5158,41 +5158,41 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 985252,
"downloads": 986088,
"stars": 1,
"trending": 0.076,
"LastUpdate": 1626780548,
"trending": 0.085,
"trends": [
0.053,
0.039,
0.03,
0.032,
0.034,
0.049,
0.076
0.076,
0.085
],
"trendsDate": [
1648915407,
1651514609,
1654113810,
1656713019,
1659312217,
1661912110,
1664510608
1664510608,
1667109816
],
"downloadtrend": [
982680,
983065,
983362,
983677,
984015,
984499,
985252
985252,
986088
],
"LastUpdateScan": 1664510608,
"LastUpdate": 1626780548,
"LastUpdateScan": 1667109816,
"FirstSeen": 1568376458,
"topTrending": 0.023,
"topPerforming": 0.076
"topTrending": 0.046000000000000006,
"topPerforming": 0.085
},
{
"TemplateURL": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/privoxyvpn.xml",
@ -74326,7 +74326,7 @@
"Name": "AdGuard-Home",
"Repository": "adguard/adguardhome",
"Registry": "https://registry.hub.docker.com/r/adguard/adguardhome",
"Network": "bridge",
"Network": "br0",
"Shell": "bash",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/75588-support-siwats-docker-repository/",
@ -74398,6 +74398,7 @@
],
"Repo": "Siwat2545's Repository",
"TemplateURL": "https://raw.githubusercontent.com/SiwatINC/unraid-ca-repository/master/docker-template/adguard_home.xml",
"CAComment": "This template is set up to use a custom network. You may have to adjust the network or IP address etc to match your system",
"templatePath": "/tmp/GitHub/AppFeed/templates/Siwat2545sRepository/docker-template/adguard_home.xml",
"CategoryList": [
"Network",
@ -74542,7 +74543,7 @@
"Repository": "ghcr.io/siwatinc/h265ize",
"Support": "https://forums.unraid.net/topic/75588-support-siwats-docker-repository/",
"BindTime": "true",
"Privileged": "true",
"Privileged": "false",
"Config": [
{
"@attributes": {
@ -74651,7 +74652,6 @@
"Icon": "https://raw.githubusercontent.com/SiwatINC/unraid-ca-repository/master/icons/h265ize.png",
"Repo": "Siwat2545's Repository",
"TemplateURL": "https://raw.githubusercontent.com/SiwatINC/unraid-ca-repository/master/docker-template/h265ize.xml",
"CAComment": "This template is set up to run as Privileged. This is a possible security risk and usually does not need to be enabled. Note that some applications require privileged in order to operate correctly",
"templatePath": "/tmp/GitHub/AppFeed/templates/Siwat2545sRepository/docker-template/h265ize.xml",
"CategoryList": [
"Tools"
@ -74866,47 +74866,81 @@
"Support": "https://forums.unraid.net/topic/75588-support-siwats-docker-repository/",
"BindTime": "true",
"Privileged": "false",
"Data": {
"Volume": [
{
"HostDir": "/mnt/user/appdata/onlyofficecs/logs",
"ContainerDir": "/var/log/onlyoffice",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/onlyofficecs/Data",
"ContainerDir": "/var/www/onlyoffice/Data",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/onlyofficecs/database",
"ContainerDir": "/var/lib/mysql",
"Mode": "rw"
}
]
},
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": [
{
"HostPort": "8081",
"ContainerPort": "80",
"Protocol": "tcp"
},
{
"HostPort": "4431",
"ContainerPort": "443",
"Protocol": "tcp"
},
{
"HostPort": "5222",
"ContainerPort": "5222",
"Protocol": "tcp"
}
]
}
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "HTTP Port",
"Target": "80",
"Default": "8081",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8081"
},
{
"@attributes": {
"Name": "HTTPS Port",
"Target": "443",
"Default": "4431",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "4431"
},
{
"@attributes": {
"Name": "Log Directory",
"Target": "/var/log/onlyoffice",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/onlyofficecs/logs"
},
{
"@attributes": {
"Name": "Data Directory",
"Target": "/var/www/onlyoffice/Data",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/onlyofficecs/Data"
},
{
"@attributes": {
"Name": "Database Directory",
"Target": "/var/lib/mysql",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/onlyofficecs/database"
}
],
"DonateText": "If you like it, then consider buying me a soda as I don't like beer :P",
"DonateLink": "https://www.paypal.me/siwatsirichai",
"WebUI": "http://[IP]:[PORT:80]",
@ -74968,20 +75002,106 @@
"Networking": {
"Mode": "bridge"
},
"Config": {
"@attributes": {
"Name": "Secret Key",
"Target": "JWT_SECRET",
"Default": "secret123",
"Mode": "",
"Description": "API Secret Key",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
"Config": [
{
"@attributes": {
"Name": "HTTP Port",
"Target": "80",
"Default": "8080",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8080"
},
"value": ""
},
{
"@attributes": {
"Name": "HTTPS Port",
"Target": "443",
"Default": "4430",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "4430"
},
{
"@attributes": {
"Name": "Log Directory",
"Target": "/var/log/onlyoffice",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/onlyofficeds/logs"
},
{
"@attributes": {
"Name": "Data Directory",
"Target": "/var/www/onlyoffice/Data",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/onlyofficeds/Data"
},
{
"@attributes": {
"Name": "Database Directory",
"Target": "/var/www/onlyoffice/Data",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/onlyofficeds/database"
},
{
"@attributes": {
"Name": "Font Directory",
"Target": "/usr/share/fonts",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/onlyofficeds/fonts"
},
{
"@attributes": {
"Name": "Secret Key",
"Target": "JWT_SECRET",
"Default": "secret123",
"Mode": "",
"Description": "API Secret Key",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
}
],
"DonateText": "If you like it, then consider buying me a soda as I don't like beer :P",
"DonateLink": "https://www.paypal.me/siwatsirichai",
"WebUI": "http://[IP]:[PORT:80]",
@ -112182,18 +112302,18 @@
"CategoryList": [
"GameServers"
],
"stars": 27,
"stars": 28,
"LastUpdate": 1667073043,
"trendsDate": [
1648915408,
1651514611,
1654113810,
1656713019,
1659312217,
1661912110,
1664510608
1664510608,
1667109817
],
"LastUpdateScan": 1664510608,
"LastUpdate": 1663867600,
"LastUpdateScan": 1667109817,
"FirstSeen": 1615143781
},
{
@ -160635,40 +160755,40 @@
"Security",
"Tools-Utilities"
],
"downloads": 38924,
"downloads": 39203,
"stars": 1,
"trending": 0.609,
"LastUpdate": 1600503062,
"trending": 0.712,
"trends": [
0.096,
0.062,
0.065,
0.078,
0.08,
0.336,
0.609
0.609,
0.712
],
"trendsDate": [
1648915408,
1651514613,
1654113811,
1656713019,
1659312217,
1661912110,
1664510608
1664510608,
1667109817
],
"downloadtrend": [
38447,
38471,
38496,
38526,
38557,
38687,
38924
38924,
39203
],
"LastUpdateScan": 1664510608,
"LastUpdate": 1600503062,
"LastUpdateScan": 1667109817,
"FirstSeen": 1589155728,
"topTrending": 0.513
"topTrending": 0.6499999999999999
},
{
"Name": "P3R-LEMP-Stack",
@ -183190,41 +183310,41 @@
"Other",
"Crypto"
],
"downloads": 5720606,
"downloads": 5724087,
"stars": 21,
"trending": 0.067,
"LastUpdate": 1649147852,
"trending": 0.061,
"trends": [
0.064,
0.097,
0.089,
0.078,
0.081,
0.067,
0.067
0.067,
0.061
],
"trendsDate": [
1648915408,
1651514613,
1654113811,
1656713019,
1659312218,
1661912111,
1664510608
1664510608,
1667109817
],
"downloadtrend": [
5693296,
5698816,
5703897,
5708342,
5712956,
5716778,
5720606
5720606,
5724087
],
"LastUpdateScan": 1664510608,
"LastUpdate": 1649147852,
"LastUpdateScan": 1667109817,
"FirstSeen": 1612547427,
"topTrending": 0.0030000000000000027,
"topPerforming": 0.067
"topTrending": -0.036000000000000004,
"topPerforming": 0.061
},
{
"Name": "prysm-beacon-ethereum",
@ -187766,41 +187886,41 @@
"MediaServer-Photos",
"MediaServer-Other"
],
"downloads": 929734,
"downloads": 931070,
"stars": 4,
"trending": 0.098,
"LastUpdate": 1666955134,
"trending": 0.143,
"trends": [
0.195,
0.206,
0.097,
0.095,
0.073,
0.187,
0.098
0.098,
0.143
],
"trendsDate": [
1648915409,
1651514613,
1654113811,
1656713020,
1659312218,
1661912111,
1664510608
1664510608,
1667109817
],
"downloadtrend": [
922730,
924639,
925533,
926415,
927092,
928825,
929734
929734,
931070
],
"LastUpdateScan": 1664510608,
"LastUpdate": 1663365614,
"LastUpdateScan": 1667109817,
"FirstSeen": 1617739368,
"topTrending": -0.097,
"topPerforming": 0.098
"topTrending": -0.063,
"topPerforming": 0.143
},
{
"Name": "Jellyfin-vue-static",
@ -187841,41 +187961,41 @@
"MediaServer-Photos",
"MediaServer-Other"
],
"downloads": 929734,
"downloads": 931070,
"stars": 4,
"trending": 0.098,
"LastUpdate": 1666955134,
"trending": 0.143,
"trends": [
0.195,
0.206,
0.097,
0.095,
0.073,
0.187,
0.098
0.098,
0.143
],
"trendsDate": [
1648915409,
1651514613,
1654113812,
1656713020,
1659312218,
1661912111,
1664510609
1664510609,
1667109817
],
"downloadtrend": [
922730,
924639,
925533,
926415,
927092,
928825,
929734
929734,
931070
],
"LastUpdateScan": 1664510609,
"LastUpdate": 1663365614,
"LastUpdateScan": 1667109817,
"FirstSeen": 1617739368,
"topTrending": -0.097,
"topPerforming": 0.098
"topTrending": -0.063,
"topPerforming": 0.143
},
{
"Name": "alpaca-to-influxdb",
@ -224565,29 +224685,32 @@
"CategoryList": [
"Productivity"
],
"downloads": 915869,
"downloads": 916561,
"stars": 25,
"trending": 0.078,
"LastUpdate": 1663659255,
"trending": 0.075,
"trends": [
0.071,
0.063,
0.078
0.078,
0.075
],
"trendsDate": [
1659305006,
1661912111,
1664510609
1664510609,
1667109817
],
"downloadtrend": [
913936,
914581,
915153,
915869
915869,
916561
],
"LastUpdateScan": 1664510609,
"LastUpdate": 1663659255,
"LastUpdateScan": 1667109817,
"FirstSeen": 1656705837,
"topTrending": 0.007000000000000006
"topTrending": 0.0040000000000000036
},
{
"Name": "Passbolt-CE",

19
log.txt
View File

@ -3170,7 +3170,24 @@ Processing /tmp/appFeed/templates/LewisLsRepository/lldap.xml...Success
Updating stats on containers
Privileged: 106
binhex/arch-preclear
binhex/arch-preclear Downloads: 986088 Stars: 1 Base: unknown
Tagged - Can't determine last update
ich777/steamcmd
ich777/steamcmd:zombiepanic Downloads: 4024290 Stars: 28 Base: unknown
p3rco/keepassxc
p3rco/keepassxc:latest Downloads: 39203 Stars: 1 Base: unknown
openethereum/openethereum
openethereum/openethereum Downloads: 5724087 Stars: 21 Base: unknown
Tagged - Can't determine last update
jellyfin/jellyfin-vue
jellyfin/jellyfin-vue:unstable-ssr Downloads: 931070 Stars: 4 Base: unknown
Tagged - Can't determine last update
jellyfin/jellyfin-vue
jellyfin/jellyfin-vue:unstable-static Downloads: 931070 Stars: 4 Base: unknown
openkm/openkm-ce
openkm/openkm-ce:latest Downloads: 916561 Stars: 25 Base: unknown
Privileged: 105
Updating GitHub

View File

@ -37173,7 +37173,6 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1667095427,
"FirstSeen": 1583942966
},
{
@ -39133,8 +39132,8 @@
"Tools-Utilities"
],
"downloads": 27429,
"LastUpdate": 1454761597,
"LastUpdateScan": 1667095427,
"LastUpdate": 1454761597,
"FirstSeen": 1454734800
},
{
@ -53523,7 +53522,6 @@
],
"downloads": 53063310,
"stars": 144,
"LastUpdate": 1660838408,
"trending": 0.138,
"trends": [
0.119,
@ -53553,6 +53551,7 @@
53063310
],
"LastUpdateScan": 1667095427,
"LastUpdate": 1660838408,
"FirstSeen": 1537502400,
"topTrending": 0.019000000000000017,
"topPerforming": 0.138
@ -68476,7 +68475,6 @@
],
"downloads": 77402,
"stars": 1,
"LastUpdate": 1666310215,
"trending": 3.045,
"trends": [
5.591,
@ -68506,6 +68504,7 @@
77402
],
"LastUpdateScan": 1667095427,
"LastUpdate": 1666310215,
"FirstSeen": 1628129001,
"topTrending": -2.5460000000000003
},
@ -79036,7 +79035,6 @@
],
"downloads": 1372244,
"stars": 24,
"LastUpdate": 1658090408,
"trending": 0.018,
"trends": [
0.065,
@ -79066,6 +79064,7 @@
1372244
],
"LastUpdateScan": 1667095427,
"LastUpdate": 1658090408,
"FirstSeen": 1555351790,
"topTrending": -0.047,
"topPerforming": 0.018
@ -116892,7 +116891,6 @@
],
"downloads": 80294416,
"stars": 231,
"LastUpdate": 1614604424,
"trending": 0.292,
"trends": [
0.143,
@ -116922,6 +116920,7 @@
80294416
],
"LastUpdateScan": 1667095428,
"LastUpdate": 1614604424,
"FirstSeen": 1563138406,
"topTrending": 0.149,
"topPerforming": 0.292
@ -121861,7 +121860,6 @@
],
"downloads": 21751952,
"stars": 26,
"LastUpdate": 1530602842,
"trending": 0.122,
"trends": [
0.046,
@ -121891,6 +121889,7 @@
21751952
],
"LastUpdateScan": 1667095428,
"LastUpdate": 1530602842,
"FirstSeen": 1563138407,
"topTrending": 0.076,
"topPerforming": 0.122
@ -186085,7 +186084,6 @@
],
"downloads": 13174,
"stars": 3,
"LastUpdate": 1635598416,
"trending": 2.194,
"trends": [
0.21,
@ -186115,6 +186113,7 @@
13174
],
"LastUpdateScan": 1667095428,
"LastUpdate": 1635598416,
"FirstSeen": 1615119130,
"topTrending": 1.984
},
@ -216112,8 +216111,8 @@
"Tools-Utilities"
],
"downloads": 6857,
"LastUpdate": 1667070232,
"LastUpdateScan": 1667095428,
"LastUpdate": 1667070232,
"FirstSeen": 1654099426
},
{
@ -222928,7 +222927,6 @@
],
"downloads": 3799543,
"stars": 6,
"LastUpdate": 1597392029,
"trending": 0.017,
"trends": [
0.057,
@ -222958,6 +222956,7 @@
3799543
],
"LastUpdateScan": 1667095429,
"LastUpdate": 1597392029,
"FirstSeen": 1643720604,
"topTrending": -0.04,
"topPerforming": 0.017
@ -236411,7 +236410,6 @@
],
"downloads": 176381,
"stars": 24,
"LastUpdate": 1641942829,
"trending": 1.504,
"trends": [
3.412,
@ -236441,6 +236439,7 @@
176381
],
"LastUpdateScan": 1667095429,
"LastUpdate": 1641942829,
"FirstSeen": 1646305405,
"topTrending": -1.908,
"topPerforming": 1.504
@ -237805,8 +237804,8 @@
"Security"
],
"downloads": 607,
"LastUpdate": 1646293339,
"LastUpdateScan": 1667095429,
"LastUpdate": 1646293339,
"FirstSeen": 1646313561
},
{
@ -240458,7 +240457,6 @@
"Downloaders"
],
"downloads": 12152,
"LastUpdate": 1625660992,
"trending": 0.082,
"trends": [
0.116,
@ -240488,6 +240486,7 @@
12152
],
"LastUpdateScan": 1667095429,
"LastUpdate": 1625660992,
"FirstSeen": 1648908528,
"topTrending": -0.034
},
@ -242010,7 +242009,6 @@
],
"downloads": 1694799,
"stars": 37,
"LastUpdate": 1665751999,
"trending": 2.144,
"trends": [
1.228,
@ -242038,6 +242036,7 @@
1694799
],
"LastUpdateScan": 1667095429,
"LastUpdate": 1665751999,
"FirstSeen": 1651505600,
"topTrending": 0.9160000000000001,
"topPerforming": 2.144

View File

@ -23025,36 +23025,36 @@
},
"binhex/arch-preclear": {
"Base": null,
"Downloads": 985252,
"Downloads": 986088,
"Stars": 1,
"Time": 1664510608,
"trending": 0.076,
"Time": 1667109816,
"trending": 0.085,
"trends": [
0.053,
0.039,
0.03,
0.032,
0.034,
0.049,
0.076
0.076,
0.085
],
"downloadtrend": [
982680,
983065,
983362,
983677,
984015,
984499,
985252
985252,
986088
],
"trendsDate": [
1648915407,
1651514609,
1654113810,
1656713019,
1659312217,
1661912110,
1664510608
1664510608,
1667109816
],
"LastUpdate": 1626780548
},
@ -32431,36 +32431,36 @@
},
"p3rco/keepassxc:latest": {
"Base": null,
"Downloads": 38924,
"Downloads": 39203,
"Stars": 1,
"Time": 1664510608,
"trending": 0.609,
"Time": 1667109817,
"trending": 0.712,
"trends": [
0.096,
0.062,
0.065,
0.078,
0.08,
0.336,
0.609
0.609,
0.712
],
"downloadtrend": [
38447,
38471,
38496,
38526,
38557,
38687,
38924
38924,
39203
],
"trendsDate": [
1648915408,
1651514613,
1654113811,
1656713019,
1659312217,
1661912110,
1664510608
1664510608,
1667109817
],
"LastUpdate": 1600503062
},
@ -41813,36 +41813,36 @@
},
"openethereum/openethereum": {
"Base": null,
"Downloads": 5720606,
"Downloads": 5724087,
"Stars": 21,
"Time": 1664510608,
"trending": 0.067,
"Time": 1667109817,
"trending": 0.061,
"trends": [
0.064,
0.097,
0.089,
0.078,
0.081,
0.067,
0.067
0.067,
0.061
],
"downloadtrend": [
5693296,
5698816,
5703897,
5708342,
5712956,
5716778,
5720606
5720606,
5724087
],
"trendsDate": [
1648915408,
1651514613,
1654113811,
1656713019,
1659312218,
1661912111,
1664510608
1664510608,
1667109817
],
"LastUpdate": 1649147852
},
@ -43286,38 +43286,38 @@
},
"ich777/steamcmd:zombiepanic": {
"Base": null,
"Downloads": 3999104,
"Stars": 27,
"Time": 1664510608,
"trending": 0.428,
"Downloads": 4024290,
"Stars": 28,
"Time": 1667109817,
"trending": 0.626,
"trends": [
0.063,
0.22,
0.286,
0.229,
0.103,
0.224,
0.428
0.428,
0.626
],
"downloadtrend": [
3939874,
3948574,
3959886,
3968994,
3973078,
3981999,
3999104
3999104,
4024290
],
"trendsDate": [
1648915408,
1651514611,
1654113810,
1656713019,
1659312217,
1661912110,
1664510608
1664510608,
1667109817
],
"LastUpdate": 1663867600
"LastUpdate": 1667073043
},
"binhex/arch-resilio-sync": {
"Base": null,
@ -44336,73 +44336,73 @@
},
"jellyfin/jellyfin-vue:unstable-ssr": {
"Base": null,
"Downloads": 929734,
"Downloads": 931070,
"Stars": 4,
"Time": 1664510608,
"trending": 0.098,
"Time": 1667109817,
"trending": 0.143,
"trends": [
0.195,
0.206,
0.097,
0.095,
0.073,
0.187,
0.098
0.098,
0.143
],
"downloadtrend": [
922730,
924639,
925533,
926415,
927092,
928825,
929734
929734,
931070
],
"trendsDate": [
1648915409,
1651514613,
1654113811,
1656713020,
1659312218,
1661912111,
1664510608
1664510608,
1667109817
],
"LastUpdate": 1663365614
"LastUpdate": 1666955134
},
"jellyfin/jellyfin-vue:unstable-static": {
"Base": null,
"Downloads": 929734,
"Downloads": 931070,
"Stars": 4,
"Time": 1664510609,
"trending": 0.098,
"Time": 1667109817,
"trending": 0.143,
"trends": [
0.195,
0.206,
0.097,
0.095,
0.073,
0.187,
0.098
0.098,
0.143
],
"downloadtrend": [
922730,
924639,
925533,
926415,
927092,
928825,
929734
929734,
931070
],
"trendsDate": [
1648915409,
1651514613,
1654113812,
1656713020,
1659312218,
1661912111,
1664510609
1664510609,
1667109817
],
"LastUpdate": 1663365614
"LastUpdate": 1666955134
},
"nixoninnes/alpaca-to-influxdb:latest": {
"Base": null,
@ -64883,25 +64883,28 @@
},
"openkm/openkm-ce:latest": {
"Base": null,
"Downloads": 915869,
"Downloads": 916561,
"Stars": 25,
"Time": 1664510609,
"trending": 0.078,
"Time": 1667109817,
"trending": 0.075,
"trends": [
0.071,
0.063,
0.078
0.078,
0.075
],
"downloadtrend": [
913936,
914581,
915153,
915869
915869,
916561
],
"trendsDate": [
1659305006,
1661912111,
1664510609
1664510609,
1667109817
],
"LastUpdate": 1663659255
},

View File

@ -515,11 +515,11 @@
"machinebox/facebox": [
"Port referenced in webUI does not correspond with a container port defined. Port Referenced does not exist in Config"
],
"ghcr.io/siwatinc/h265ize": [
"Privileged mode set. This may not be necessary"
"onlyoffice/communityserver": [
"Port referenced in webUI does not correspond with a container port defined. Entry changed to http://[IP]:[PORT:80]"
],
"onlyoffice/documentserver": [
"Port referenced in webUI does not correspond with a container port defined. Port Referenced does not exist in Config"
"Port referenced in webUI does not correspond with a container port defined. Entry changed to http://[IP]:[PORT:80]"
],
"ghcr.io/siwatinc/ubuntu-playground:latest": [
"Privileged mode set. This may not be necessary"