This commit is contained in:
Andrew Z 2022-11-12 04:03:52 -05:00
parent b858e4d292
commit 08b5192d09
8 changed files with 576 additions and 189 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1668229431
"last_updated_timestamp": 1668243829
}

View File

@ -88416,16 +88416,13 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/83786-support-ich777-application-dockers/",
"Project": "https://www.debian.org/",
"Overview": "This container will run apt-mirror and Apache2. This allows you to create a local apt mirror for Debian packages.\r\n\r\nOn the first run you will have to edit the mirror.list that lives in your CONFIG_DIR which repositories you want to sync and eventually other settings like the threads to use for downloading,... and restart the container (keep an eye on the logs the container will tell you what to do).\r\n\r\n**ATTENTION/WARNING:** Keep in mind that the first sync can take very long depending on how much repositories you've selected to sync (stable main contrib non-free: Will need about 200GB of hard drive space!).\r\n\r\n**Update from the mirror files:** By default a cron job will run every day at 1am that will run apt-mirror and update your mirror.\r\n\r\n**Mirror address:** The default address for the mirror is 'http://ipFROMtheCONTAINER:980'\r\nAdd something like this to your '/etc/apt/sources.list': 'deb http://ipFROMtheCONTAINER:980/debian stable main contrib non-free'",
"Overview": "This container will run apt-mirror and Apache2. This allows you to create a local apt mirror for Debian packages.\r\n\r\nOn first run you will have to edit the mirror.list file that lives in your CONFIG_DIR which repositories you want to sync and other settings like how many threads to use for downloading,...\r\nRestart the container afterwards (keep an eye on the logs the container will tell you what to do).\r\n\r\n**ATTENTION/WARNING:** Keep in mind that the first sync can take very long depending on how much repositories you've selected (stable main contrib non-free: Will take about 200GB of hard drive space!).\r\n\r\n**Update from the mirror files:** By default a cron job will run every day at 01:00 which will update your mirror.\r\n\r\n**Mirror address:** The default address for the mirror is 'http://ipFROMtheCONTAINER:980'\r\nAdd something like this to your '/etc/apt/sources.list': 'deb http://ipFROMtheCONTAINER:980/debian stable main contrib non-free'",
"WebUI": "http://[IP]:[PORT:980]/",
"TemplateURL": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/Debian-APT-Mirror.xml",
"Icon": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/debianpackage.png",
"ExtraParams": "--restart=unless-stopped",
"DonateText": "If you like my work please ",
"DonateLink": "https://www.paypal.me/chips777",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
@ -88433,13 +88430,13 @@
"Target": "/debian-mirror/data",
"Default": "",
"Mode": "rw",
"Description": "Keep in mind that the mirror can consume very much space (stable main contrib non-free: Will need about 200GB of hard drive space!) - you can also put the data directory somewhere on a disk outside the Array or Cache for example with Unassigned Devices.",
"Description": "Keep in mind that the mirror can consume very much space (stable main contrib non-free: Will take about 200GB of hard drive space!) - you can also put the data directory somewhere on a disk outside the Array or Cache for example with Unassigned Devices.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/debian-apt-mirror/data"
"value": "/mnt/user/appdata/debian-mirror/data/"
},
{
"@attributes": {
@ -88453,7 +88450,21 @@
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/debian-apt-mirror/config"
"value": "/mnt/user/appdata/debian-mirror/config/"
},
{
"@attributes": {
"Name": "Mirror Schedule",
"Target": "CRON_SCHEDULE",
"Default": "",
"Mode": "",
"Description": "Set your cron schedule for your mirror (by default it is set to 01:00 - head over to https://crontab.guru/ to create your own if you want to customize it)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "0 1 * * *"
},
{
"@attributes": {
@ -88475,7 +88486,7 @@
"Target": "FORCE_UPDATE",
"Default": "false|true",
"Mode": "",
"Description": "Force update from the packages on every start/restart of the container.",
"Description": "Force update from the mirror on every start/restart of the container.",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -88545,7 +88556,7 @@
"Target": "APACHE2_PORT",
"Default": "",
"Mode": "",
"Description": "If you change this value you also have to delete the old port mapping and create a new one with the appropriate port mapping.",
"Description": "If you change this value you also have to delete the old port mapping and create a new one with the appropriate port.",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
@ -109775,6 +109786,177 @@
"topTrending": 0.245,
"topPerforming": 0.632
},
{
"Name": "Ubuntu-APT-Mirror",
"Repository": "ich777/ubuntu-mirror",
"Registry": "https://hub.docker.com/r/ich777/ubuntu-mirror",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/83786-support-ich777-application-dockers/",
"Project": "https://ubuntu.com/",
"Overview": "This container will run apt-mirror and Apache2. This allows you to create a local apt mirror for Ubuntu packages.\r\n\r\nOn first run you will have to edit the mirror.list file that lives in your CONFIG_DIR which repositories you want to sync and other settings like how many threads to use for downloading,...\r\nRestart the container afterwards (keep an eye on the logs the container will tell you what to do).\r\n\r\n**ATTENTION/WARNING:** Keep in mind that the first sync can take very long depending on how much repositories you've selected (jammy main restricted universe multiverse: Will take about 200GB of hard drive space!).\r\n\r\n**Update from the mirror files:** By default a cron job will run every day at 01:00 which will update your mirror.\r\n\r\n**Mirror address:** The default address for the mirror is 'http://ipFROMtheCONTAINER:980'\r\nAdd something like this to your '/etc/apt/sources.list': 'deb http://ipFROMtheCONTAINER:980/ubuntu jammy main restricted universe multiverse'",
"WebUI": "http://[IP]:[PORT:980]/",
"TemplateURL": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/Ubuntu-APT-Mirror.xml",
"Icon": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/ubuntuapt.png",
"ExtraParams": "--restart=unless-stopped",
"DonateText": "If you like my work please ",
"DonateLink": "https://www.paypal.me/chips777",
"Config": [
{
"@attributes": {
"Name": "Main Data Path",
"Target": "/ubuntu-mirror/data",
"Default": "",
"Mode": "rw",
"Description": "Keep in mind that the mirror can consume very much space (jammy main restricted universe multiverse: Will take about 200GB of hard drive space!) - you can also put the data directory somewhere else like on a disk outside the Array or Cache for example with Unassigned Devices.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/ubuntu-apt-mirror/data"
},
{
"@attributes": {
"Name": "Main Configuration Path",
"Target": "/ubuntu-mirror/config",
"Default": "",
"Mode": "rw",
"Description": "Configuration directory",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/ubuntu-apt-mirror/config"
},
{
"@attributes": {
"Name": "Mirror Schedule",
"Target": "CRON_SCHEDULE",
"Default": "",
"Mode": "",
"Description": "Set your cron schedule for your mirror (by default it is set to 01:00 - head over to https://crontab.guru/ to create your own if you want to customize it)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "0 1 * * *"
},
{
"@attributes": {
"Name": "Mirror http port",
"Target": "980",
"Default": "",
"Mode": "tcp",
"Description": "Main http port",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "980"
},
{
"@attributes": {
"Name": "Force update on start",
"Target": "FORCE_UPDATE",
"Default": "false|true",
"Mode": "",
"Description": "Force update from the mirror on every start/restart of the container.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "DATA_PERM",
"Target": "DATA_PERM",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "770"
},
{
"@attributes": {
"Name": "UID",
"Target": "UID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "GID",
"Target": "GID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "0000"
},
{
"@attributes": {
"Name": "Apache2 Port in Container",
"Target": "APACHE2_PORT",
"Default": "",
"Mode": "",
"Description": "If you change this value you also have to delete the old port mapping and create a new one with the appropriate port.",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "980"
}
],
"Repo": "ich777's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/Ubuntu-APT-Mirror.xml",
"CategoryList": [
"Network-Other",
"Productivity",
"Tools-Utilities",
"Drivers"
],
"downloads": 3,
"LastUpdate": 1668239235,
"LastUpdateScan": 1668243828,
"FirstSeen": 1668243828
},
{
"PluginURL": "https://github.com/ich777/unraid-uinput/raw/master/uinput.plg",
"PluginAuthor": "ich777",
@ -129439,41 +129621,41 @@
"Productivity",
"MediaApp-Video"
],
"downloads": 10720108,
"stars": 43,
"trending": 0.249,
"downloads": 10736576,
"stars": 46,
"LastUpdate": 1653021593,
"trending": 0.153,
"trends": [
0.403,
0.546,
0.282,
0.199,
0.235,
0.27,
0.249
0.249,
0.153
],
"trendsDate": [
1650053017,
1652652199,
1655251415,
1657850625,
1660449809,
1663049017,
1665648220
1665648220,
1668243829
],
"downloadtrend": [
10530612,
10588376,
10618353,
10639541,
10664606,
10693457,
10720108
10720108,
10736576
],
"LastUpdateScan": 1665648220,
"LastUpdate": 1653021593,
"LastUpdateScan": 1668243829,
"FirstSeen": 1647453806,
"topTrending": -0.15400000000000003,
"topPerforming": 0.249
"topTrending": -0.393,
"topPerforming": 0.153
},
{
"Name": "tdarr_node",
@ -129653,41 +129835,41 @@
"Productivity",
"MediaApp-Video"
],
"downloads": 8483887,
"downloads": 8497249,
"stars": 10,
"trending": 0.284,
"LastUpdate": 1653021586,
"trending": 0.157,
"trends": [
0.319,
0.4,
0.268,
0.243,
0.283,
0.307,
0.284
0.284,
0.157
],
"trendsDate": [
1650053018,
1652652199,
1655251416,
1657850626,
1660449809,
1663049017,
1665648220
1665648220,
1668243829
],
"downloadtrend": [
8333437,
8366933,
8389431,
8409871,
8433756,
8459769,
8483887
8483887,
8497249
],
"LastUpdateScan": 1665648220,
"LastUpdate": 1653021586,
"LastUpdateScan": 1668243829,
"FirstSeen": 1647453806,
"topTrending": -0.03500000000000003,
"topPerforming": 0.284
"topTrending": -0.24300000000000002,
"topPerforming": 0.157
},
{
"Name": "Teedy-docs",
@ -170189,41 +170371,41 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 232135,
"downloads": 232515,
"stars": 18,
"trending": 0.158,
"LastUpdate": 1650797606,
"trending": 0.163,
"trends": [
0.121,
0.088,
0.073,
0.047,
0.068,
0.202,
0.158
0.158,
0.163
],
"trendsDate": [
1650053018,
1652652200,
1655251416,
1657850626,
1660449809,
1663049017,
1665648220
1665648220,
1668243829
],
"downloadtrend": [
230661,
230864,
231033,
231142,
231299,
231768,
232135
232135,
232515
],
"LastUpdateScan": 1665648220,
"LastUpdate": 1650797606,
"LastUpdateScan": 1668243829,
"FirstSeen": 1618876972,
"topTrending": 0.037000000000000005,
"topPerforming": 0.158
"topTrending": 0.07500000000000001,
"topPerforming": 0.163
},
{
"Name": "root",
@ -181088,41 +181270,41 @@
"Productivity",
"Tools-System"
],
"downloads": 1610076,
"downloads": 1610612,
"stars": 9,
"trending": 0.054,
"LastUpdate": 1649075368,
"trending": 0.033,
"trends": [
0.051,
0.03,
0.033,
0.043,
0.041,
0.04,
0.054
0.054,
0.033
],
"trendsDate": [
1650053019,
1652652200,
1655251416,
1657850626,
1660449810,
1663049017,
1665648220
1665648220,
1668243829
],
"downloadtrend": [
1606208,
1606686,
1607218,
1607914,
1608571,
1609213,
1610076
1610076,
1610612
],
"LastUpdateScan": 1665648220,
"LastUpdate": 1649075368,
"LastUpdateScan": 1668243829,
"FirstSeen": 1611083913,
"topTrending": 0.0030000000000000027,
"topPerforming": 0.054
"topPerforming": 0.033
},
{
"Name": "joplin",

View File

@ -1,7 +1,7 @@
{
"apps": 1879,
"last_updated_timestamp": 1668229431,
"last_updated": "2022-11-12 00:03",
"apps": 1880,
"last_updated_timestamp": 1668243829,
"last_updated": "2022-11-12 04:03",
"categories": [
{
"Cat": "Backup:",
@ -65163,7 +65163,6 @@
],
"downloads": 44416535,
"stars": 99,
"LastUpdate": 1668220816,
"trending": 0.423,
"trends": [
0.257,
@ -65193,6 +65192,7 @@
44416535
],
"LastUpdateScan": 1668229428,
"LastUpdate": 1668220816,
"FirstSeen": 1551315760,
"topTrending": 0.16599999999999998,
"topPerforming": 0.423
@ -88578,16 +88578,13 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/83786-support-ich777-application-dockers/",
"Project": "https://www.debian.org/",
"Overview": "This container will run apt-mirror and Apache2. This allows you to create a local apt mirror for Debian packages.\r\n\r\nOn the first run you will have to edit the mirror.list that lives in your CONFIG_DIR which repositories you want to sync and eventually other settings like the threads to use for downloading,... and restart the container (keep an eye on the logs the container will tell you what to do).\r\n\r\n**ATTENTION/WARNING:** Keep in mind that the first sync can take very long depending on how much repositories you've selected to sync (stable main contrib non-free: Will need about 200GB of hard drive space!).\r\n\r\n**Update from the mirror files:** By default a cron job will run every day at 1am that will run apt-mirror and update your mirror.\r\n\r\n**Mirror address:** The default address for the mirror is 'http://ipFROMtheCONTAINER:980'\r\nAdd something like this to your '/etc/apt/sources.list': 'deb http://ipFROMtheCONTAINER:980/debian stable main contrib non-free'",
"Overview": "This container will run apt-mirror and Apache2. This allows you to create a local apt mirror for Debian packages.\r\n\r\nOn first run you will have to edit the mirror.list file that lives in your CONFIG_DIR which repositories you want to sync and other settings like how many threads to use for downloading,...\r\nRestart the container afterwards (keep an eye on the logs the container will tell you what to do).\r\n\r\n**ATTENTION/WARNING:** Keep in mind that the first sync can take very long depending on how much repositories you've selected (stable main contrib non-free: Will take about 200GB of hard drive space!).\r\n\r\n**Update from the mirror files:** By default a cron job will run every day at 01:00 which will update your mirror.\r\n\r\n**Mirror address:** The default address for the mirror is 'http://ipFROMtheCONTAINER:980'\r\nAdd something like this to your '/etc/apt/sources.list': 'deb http://ipFROMtheCONTAINER:980/debian stable main contrib non-free'",
"WebUI": "http://[IP]:[PORT:980]/",
"TemplateURL": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/Debian-APT-Mirror.xml",
"Icon": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/debianpackage.png",
"ExtraParams": "--restart=unless-stopped",
"DonateText": "If you like my work please ",
"DonateLink": "https://www.paypal.me/chips777",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
@ -88595,13 +88592,13 @@
"Target": "/debian-mirror/data",
"Default": "",
"Mode": "rw",
"Description": "Keep in mind that the mirror can consume very much space (stable main contrib non-free: Will need about 200GB of hard drive space!) - you can also put the data directory somewhere on a disk outside the Array or Cache for example with Unassigned Devices.",
"Description": "Keep in mind that the mirror can consume very much space (stable main contrib non-free: Will take about 200GB of hard drive space!) - you can also put the data directory somewhere on a disk outside the Array or Cache for example with Unassigned Devices.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/debian-apt-mirror/data"
"value": "/mnt/user/appdata/debian-mirror/data/"
},
{
"@attributes": {
@ -88615,7 +88612,21 @@
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/debian-apt-mirror/config"
"value": "/mnt/user/appdata/debian-mirror/config/"
},
{
"@attributes": {
"Name": "Mirror Schedule",
"Target": "CRON_SCHEDULE",
"Default": "",
"Mode": "",
"Description": "Set your cron schedule for your mirror (by default it is set to 01:00 - head over to https://crontab.guru/ to create your own if you want to customize it)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "0 1 * * *"
},
{
"@attributes": {
@ -88637,7 +88648,7 @@
"Target": "FORCE_UPDATE",
"Default": "false|true",
"Mode": "",
"Description": "Force update from the packages on every start/restart of the container.",
"Description": "Force update from the mirror on every start/restart of the container.",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -88707,7 +88718,7 @@
"Target": "APACHE2_PORT",
"Default": "",
"Mode": "",
"Description": "If you change this value you also have to delete the old port mapping and create a new one with the appropriate port mapping.",
"Description": "If you change this value you also have to delete the old port mapping and create a new one with the appropriate port.",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
@ -109937,6 +109948,177 @@
"topTrending": 0.245,
"topPerforming": 0.632
},
{
"Name": "Ubuntu-APT-Mirror",
"Repository": "ich777/ubuntu-mirror",
"Registry": "https://hub.docker.com/r/ich777/ubuntu-mirror",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/83786-support-ich777-application-dockers/",
"Project": "https://ubuntu.com/",
"Overview": "This container will run apt-mirror and Apache2. This allows you to create a local apt mirror for Ubuntu packages.\r\n\r\nOn first run you will have to edit the mirror.list file that lives in your CONFIG_DIR which repositories you want to sync and other settings like how many threads to use for downloading,...\r\nRestart the container afterwards (keep an eye on the logs the container will tell you what to do).\r\n\r\n**ATTENTION/WARNING:** Keep in mind that the first sync can take very long depending on how much repositories you've selected (jammy main restricted universe multiverse: Will take about 200GB of hard drive space!).\r\n\r\n**Update from the mirror files:** By default a cron job will run every day at 01:00 which will update your mirror.\r\n\r\n**Mirror address:** The default address for the mirror is 'http://ipFROMtheCONTAINER:980'\r\nAdd something like this to your '/etc/apt/sources.list': 'deb http://ipFROMtheCONTAINER:980/ubuntu jammy main restricted universe multiverse'",
"WebUI": "http://[IP]:[PORT:980]/",
"TemplateURL": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/Ubuntu-APT-Mirror.xml",
"Icon": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/ubuntuapt.png",
"ExtraParams": "--restart=unless-stopped",
"DonateText": "If you like my work please ",
"DonateLink": "https://www.paypal.me/chips777",
"Config": [
{
"@attributes": {
"Name": "Main Data Path",
"Target": "/ubuntu-mirror/data",
"Default": "",
"Mode": "rw",
"Description": "Keep in mind that the mirror can consume very much space (jammy main restricted universe multiverse: Will take about 200GB of hard drive space!) - you can also put the data directory somewhere else like on a disk outside the Array or Cache for example with Unassigned Devices.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/ubuntu-apt-mirror/data"
},
{
"@attributes": {
"Name": "Main Configuration Path",
"Target": "/ubuntu-mirror/config",
"Default": "",
"Mode": "rw",
"Description": "Configuration directory",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/ubuntu-apt-mirror/config"
},
{
"@attributes": {
"Name": "Mirror Schedule",
"Target": "CRON_SCHEDULE",
"Default": "",
"Mode": "",
"Description": "Set your cron schedule for your mirror (by default it is set to 01:00 - head over to https://crontab.guru/ to create your own if you want to customize it)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "0 1 * * *"
},
{
"@attributes": {
"Name": "Mirror http port",
"Target": "980",
"Default": "",
"Mode": "tcp",
"Description": "Main http port",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "980"
},
{
"@attributes": {
"Name": "Force update on start",
"Target": "FORCE_UPDATE",
"Default": "false|true",
"Mode": "",
"Description": "Force update from the mirror on every start/restart of the container.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "DATA_PERM",
"Target": "DATA_PERM",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "770"
},
{
"@attributes": {
"Name": "UID",
"Target": "UID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "GID",
"Target": "GID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "0000"
},
{
"@attributes": {
"Name": "Apache2 Port in Container",
"Target": "APACHE2_PORT",
"Default": "",
"Mode": "",
"Description": "If you change this value you also have to delete the old port mapping and create a new one with the appropriate port.",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "980"
}
],
"Repo": "ich777's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/Ubuntu-APT-Mirror.xml",
"CategoryList": [
"Network-Other",
"Productivity",
"Tools-Utilities",
"Drivers"
],
"downloads": 3,
"LastUpdate": 1668239235,
"LastUpdateScan": 1668243828,
"FirstSeen": 1668243828
},
{
"PluginURL": "https://github.com/ich777/unraid-uinput/raw/master/uinput.plg",
"PluginAuthor": "ich777",
@ -129601,41 +129783,41 @@
"Productivity",
"MediaApp-Video"
],
"downloads": 10720108,
"stars": 43,
"trending": 0.249,
"downloads": 10736576,
"stars": 46,
"LastUpdate": 1653021593,
"trending": 0.153,
"trends": [
0.403,
0.546,
0.282,
0.199,
0.235,
0.27,
0.249
0.249,
0.153
],
"trendsDate": [
1650053017,
1652652199,
1655251415,
1657850625,
1660449809,
1663049017,
1665648220
1665648220,
1668243829
],
"downloadtrend": [
10530612,
10588376,
10618353,
10639541,
10664606,
10693457,
10720108
10720108,
10736576
],
"LastUpdateScan": 1665648220,
"LastUpdate": 1653021593,
"LastUpdateScan": 1668243829,
"FirstSeen": 1647453806,
"topTrending": -0.15400000000000003,
"topPerforming": 0.249
"topTrending": -0.393,
"topPerforming": 0.153
},
{
"Name": "tdarr_node",
@ -129815,41 +129997,41 @@
"Productivity",
"MediaApp-Video"
],
"downloads": 8483887,
"downloads": 8497249,
"stars": 10,
"trending": 0.284,
"LastUpdate": 1653021586,
"trending": 0.157,
"trends": [
0.319,
0.4,
0.268,
0.243,
0.283,
0.307,
0.284
0.284,
0.157
],
"trendsDate": [
1650053018,
1652652199,
1655251416,
1657850626,
1660449809,
1663049017,
1665648220
1665648220,
1668243829
],
"downloadtrend": [
8333437,
8366933,
8389431,
8409871,
8433756,
8459769,
8483887
8483887,
8497249
],
"LastUpdateScan": 1665648220,
"LastUpdate": 1653021586,
"LastUpdateScan": 1668243829,
"FirstSeen": 1647453806,
"topTrending": -0.03500000000000003,
"topPerforming": 0.284
"topTrending": -0.24300000000000002,
"topPerforming": 0.157
},
{
"Name": "Teedy-docs",
@ -140615,7 +140797,6 @@
],
"downloads": 1393064,
"stars": 6,
"LastUpdate": 1668118643,
"trending": 0.128,
"trends": [
0.066,
@ -140645,6 +140826,7 @@
1393064
],
"LastUpdateScan": 1668229428,
"LastUpdate": 1668118643,
"FirstSeen": 1604308112,
"topTrending": 0.062,
"topPerforming": 0.128
@ -140756,7 +140938,6 @@
],
"downloads": 15024264,
"stars": 22,
"LastUpdate": 1668147222,
"trending": 0.379,
"trends": [
0.194,
@ -140786,6 +140967,7 @@
15024264
],
"LastUpdateScan": 1668229428,
"LastUpdate": 1668147222,
"FirstSeen": 1604308112,
"topTrending": 0.185,
"topPerforming": 0.379
@ -141599,7 +141781,6 @@
],
"downloads": 21153419,
"stars": 18,
"LastUpdate": 1668147228,
"trending": 0.178,
"trends": [
0.202,
@ -141629,6 +141810,7 @@
21153419
],
"LastUpdateScan": 1668229429,
"LastUpdate": 1668147228,
"FirstSeen": 1604308112,
"topTrending": -0.02400000000000002,
"topPerforming": 0.178
@ -141741,7 +141923,6 @@
],
"downloads": 1298612,
"stars": 9,
"LastUpdate": 1668175077,
"trending": 0.464,
"trends": [
0.563,
@ -141771,6 +141952,7 @@
1298612
],
"LastUpdateScan": 1668229429,
"LastUpdate": 1668175077,
"FirstSeen": 1604308112,
"topTrending": -0.09899999999999992,
"topPerforming": 0.464
@ -141888,7 +142070,6 @@
],
"downloads": 13324587,
"stars": 21,
"LastUpdate": 1668118539,
"trending": 0.394,
"trends": [
0.083,
@ -141918,6 +142099,7 @@
13324587
],
"LastUpdateScan": 1668229429,
"LastUpdate": 1668118539,
"FirstSeen": 1604308113,
"topTrending": 0.311,
"topPerforming": 0.394
@ -142028,7 +142210,6 @@
],
"downloads": 16195713,
"stars": 14,
"LastUpdate": 1668114971,
"trending": 0.256,
"trends": [
0.039,
@ -142058,6 +142239,7 @@
16195713
],
"LastUpdateScan": 1668229429,
"LastUpdate": 1668114971,
"FirstSeen": 1604308113,
"topTrending": 0.217,
"topPerforming": 0.256
@ -142169,7 +142351,6 @@
],
"downloads": 23223965,
"stars": 16,
"LastUpdate": 1666686639,
"trending": 0.213,
"trends": [
0.118,
@ -142199,6 +142380,7 @@
23223965
],
"LastUpdateScan": 1668229429,
"LastUpdate": 1666686639,
"FirstSeen": 1604308113,
"topTrending": 0.095,
"topPerforming": 0.213
@ -142514,7 +142696,6 @@
],
"downloads": 3430239,
"stars": 7,
"LastUpdate": 1667975750,
"trending": 0.233,
"trends": [
0.318,
@ -142544,6 +142725,7 @@
3430239
],
"LastUpdateScan": 1668229430,
"LastUpdate": 1667975750,
"FirstSeen": 1604308113,
"topTrending": -0.08499999999999999,
"topPerforming": 0.233
@ -143654,7 +143836,6 @@
],
"downloads": 54583146,
"stars": 44,
"LastUpdate": 1668115305,
"trending": 0.199,
"trends": [
0.115,
@ -143684,6 +143865,7 @@
54583146
],
"LastUpdateScan": 1668229430,
"LastUpdate": 1668115305,
"FirstSeen": 1604308113,
"topTrending": 0.084,
"topPerforming": 0.199
@ -143795,7 +143977,6 @@
],
"downloads": 40546173,
"stars": 49,
"LastUpdate": 1668115237,
"trending": 0.245,
"trends": [
0.195,
@ -143825,6 +144006,7 @@
40546173
],
"LastUpdateScan": 1668229430,
"LastUpdate": 1668115237,
"FirstSeen": 1604308114,
"topTrending": 0.04999999999999999,
"topPerforming": 0.245
@ -144304,7 +144486,6 @@
],
"downloads": 3785073,
"stars": 9,
"LastUpdate": 1668115236,
"trending": 0.292,
"trends": [
0.108,
@ -144334,6 +144515,7 @@
3785073
],
"LastUpdateScan": 1668229430,
"LastUpdate": 1668115236,
"FirstSeen": 1604308114,
"topTrending": 0.184,
"topPerforming": 0.292
@ -144445,7 +144627,6 @@
],
"downloads": 42932755,
"stars": 41,
"LastUpdate": 1668115269,
"trending": 0.173,
"trends": [
0.108,
@ -144475,6 +144656,7 @@
42932755
],
"LastUpdateScan": 1668229430,
"LastUpdate": 1668115269,
"FirstSeen": 1604308114,
"topTrending": 0.06499999999999999,
"topPerforming": 0.173
@ -144726,7 +144908,6 @@
],
"downloads": 3435340,
"stars": 11,
"LastUpdate": 1668115223,
"trending": 0.171,
"trends": [
0.07,
@ -144756,6 +144937,7 @@
3435340
],
"LastUpdateScan": 1668229431,
"LastUpdate": 1668115223,
"FirstSeen": 1604308114,
"topTrending": 0.101,
"topPerforming": 0.171
@ -144866,7 +145048,6 @@
],
"downloads": 1512149,
"stars": 6,
"LastUpdate": 1668115313,
"trending": 0.053,
"trends": [
0.026,
@ -144896,6 +145077,7 @@
1512149
],
"LastUpdateScan": 1668229431,
"LastUpdate": 1668115313,
"FirstSeen": 1604308114,
"topTrending": 0.027,
"topPerforming": 0.053
@ -144998,7 +145180,6 @@
],
"downloads": 1903429,
"stars": 12,
"LastUpdate": 1668115373,
"trending": 0.38,
"trends": [
1.049,
@ -145028,6 +145209,7 @@
1903429
],
"LastUpdateScan": 1668229431,
"LastUpdate": 1668115373,
"FirstSeen": 1604308115,
"topTrending": -0.6689999999999999,
"topPerforming": 0.38
@ -170351,41 +170533,41 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 232135,
"downloads": 232515,
"stars": 18,
"trending": 0.158,
"LastUpdate": 1650797606,
"trending": 0.163,
"trends": [
0.121,
0.088,
0.073,
0.047,
0.068,
0.202,
0.158
0.158,
0.163
],
"trendsDate": [
1650053018,
1652652200,
1655251416,
1657850626,
1660449809,
1663049017,
1665648220
1665648220,
1668243829
],
"downloadtrend": [
230661,
230864,
231033,
231142,
231299,
231768,
232135
232135,
232515
],
"LastUpdateScan": 1665648220,
"LastUpdate": 1650797606,
"LastUpdateScan": 1668243829,
"FirstSeen": 1618876972,
"topTrending": 0.037000000000000005,
"topPerforming": 0.158
"topTrending": 0.07500000000000001,
"topPerforming": 0.163
},
{
"Name": "root",
@ -181250,41 +181432,41 @@
"Productivity",
"Tools-System"
],
"downloads": 1610076,
"downloads": 1610612,
"stars": 9,
"trending": 0.054,
"LastUpdate": 1649075368,
"trending": 0.033,
"trends": [
0.051,
0.03,
0.033,
0.043,
0.041,
0.04,
0.054
0.054,
0.033
],
"trendsDate": [
1650053019,
1652652200,
1655251416,
1657850626,
1660449810,
1663049017,
1665648220
1665648220,
1668243829
],
"downloadtrend": [
1606208,
1606686,
1607218,
1607914,
1608571,
1609213,
1610076
1610076,
1610612
],
"LastUpdateScan": 1665648220,
"LastUpdate": 1649075368,
"LastUpdateScan": 1668243829,
"FirstSeen": 1611083913,
"topTrending": 0.0030000000000000027,
"topPerforming": 0.054
"topPerforming": 0.033
},
{
"Name": "joplin",

View File

@ -2475,5 +2475,6 @@
"zggis/dobby": 1668107035,
"networkstatic/iperf3": 1668121436,
"1dev/server": 1668143030,
"ratomas/stoneblock-3": 1668186228
"ratomas/stoneblock-3": 1668186228,
"ich777/ubuntu-mirror": 1668243828
}

View File

@ -1 +1 @@
441
490

11
log.txt
View File

@ -1192,6 +1192,7 @@ Processing /tmp/appFeed/templates/ich777sRepository/ich777/TerrariaMobile.xml...
Processing /tmp/appFeed/templates/ich777sRepository/ich777/TheForest.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/TheLounge.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/Thunderbird.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/Ubuntu-APT-Mirror.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/uinput.xml... Downloading attempt 1...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/Ungoogled-Chromium.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/uNmINeD-GUI.xml...Success
@ -3214,6 +3215,16 @@ Processing /tmp/appFeed/templates/emptyfishsRepository/bytemark-smtp/bytemark-sm
Updating stats on containers
ich777/ubuntu-mirror
ich777/ubuntu-mirror Downloads: 3 Stars: 0 Base: unknown
haveagitgat/tdarr
ghcr.io/haveagitgat/tdarr Downloads: 10736576 Stars: 46 Base: unknown
haveagitgat/tdarr_node
ghcr.io/haveagitgat/tdarr_node Downloads: 8497249 Stars: 10 Base: unknown
phoronix/pts
phoronix/pts Downloads: 232515 Stars: 18 Base: unknown
brotandgames/ciao
brotandgames/ciao Downloads: 1610612 Stars: 9 Base: unknown
Privileged: 105

View File

@ -65001,7 +65001,6 @@
],
"downloads": 44416535,
"stars": 99,
"LastUpdate": 1668220816,
"trending": 0.423,
"trends": [
0.257,
@ -65031,6 +65030,7 @@
44416535
],
"LastUpdateScan": 1668229428,
"LastUpdate": 1668220816,
"FirstSeen": 1551315760,
"topTrending": 0.16599999999999998,
"topPerforming": 0.423
@ -140453,7 +140453,6 @@
],
"downloads": 1393064,
"stars": 6,
"LastUpdate": 1668118643,
"trending": 0.128,
"trends": [
0.066,
@ -140483,6 +140482,7 @@
1393064
],
"LastUpdateScan": 1668229428,
"LastUpdate": 1668118643,
"FirstSeen": 1604308112,
"topTrending": 0.062,
"topPerforming": 0.128
@ -140594,7 +140594,6 @@
],
"downloads": 15024264,
"stars": 22,
"LastUpdate": 1668147222,
"trending": 0.379,
"trends": [
0.194,
@ -140624,6 +140623,7 @@
15024264
],
"LastUpdateScan": 1668229428,
"LastUpdate": 1668147222,
"FirstSeen": 1604308112,
"topTrending": 0.185,
"topPerforming": 0.379
@ -141437,7 +141437,6 @@
],
"downloads": 21153419,
"stars": 18,
"LastUpdate": 1668147228,
"trending": 0.178,
"trends": [
0.202,
@ -141467,6 +141466,7 @@
21153419
],
"LastUpdateScan": 1668229429,
"LastUpdate": 1668147228,
"FirstSeen": 1604308112,
"topTrending": -0.02400000000000002,
"topPerforming": 0.178
@ -141579,7 +141579,6 @@
],
"downloads": 1298612,
"stars": 9,
"LastUpdate": 1668175077,
"trending": 0.464,
"trends": [
0.563,
@ -141609,6 +141608,7 @@
1298612
],
"LastUpdateScan": 1668229429,
"LastUpdate": 1668175077,
"FirstSeen": 1604308112,
"topTrending": -0.09899999999999992,
"topPerforming": 0.464
@ -141726,7 +141726,6 @@
],
"downloads": 13324587,
"stars": 21,
"LastUpdate": 1668118539,
"trending": 0.394,
"trends": [
0.083,
@ -141756,6 +141755,7 @@
13324587
],
"LastUpdateScan": 1668229429,
"LastUpdate": 1668118539,
"FirstSeen": 1604308113,
"topTrending": 0.311,
"topPerforming": 0.394
@ -141866,7 +141866,6 @@
],
"downloads": 16195713,
"stars": 14,
"LastUpdate": 1668114971,
"trending": 0.256,
"trends": [
0.039,
@ -141896,6 +141895,7 @@
16195713
],
"LastUpdateScan": 1668229429,
"LastUpdate": 1668114971,
"FirstSeen": 1604308113,
"topTrending": 0.217,
"topPerforming": 0.256
@ -142007,7 +142007,6 @@
],
"downloads": 23223965,
"stars": 16,
"LastUpdate": 1666686639,
"trending": 0.213,
"trends": [
0.118,
@ -142037,6 +142036,7 @@
23223965
],
"LastUpdateScan": 1668229429,
"LastUpdate": 1666686639,
"FirstSeen": 1604308113,
"topTrending": 0.095,
"topPerforming": 0.213
@ -142352,7 +142352,6 @@
],
"downloads": 3430239,
"stars": 7,
"LastUpdate": 1667975750,
"trending": 0.233,
"trends": [
0.318,
@ -142382,6 +142381,7 @@
3430239
],
"LastUpdateScan": 1668229430,
"LastUpdate": 1667975750,
"FirstSeen": 1604308113,
"topTrending": -0.08499999999999999,
"topPerforming": 0.233
@ -143492,7 +143492,6 @@
],
"downloads": 54583146,
"stars": 44,
"LastUpdate": 1668115305,
"trending": 0.199,
"trends": [
0.115,
@ -143522,6 +143521,7 @@
54583146
],
"LastUpdateScan": 1668229430,
"LastUpdate": 1668115305,
"FirstSeen": 1604308113,
"topTrending": 0.084,
"topPerforming": 0.199
@ -143633,7 +143633,6 @@
],
"downloads": 40546173,
"stars": 49,
"LastUpdate": 1668115237,
"trending": 0.245,
"trends": [
0.195,
@ -143663,6 +143662,7 @@
40546173
],
"LastUpdateScan": 1668229430,
"LastUpdate": 1668115237,
"FirstSeen": 1604308114,
"topTrending": 0.04999999999999999,
"topPerforming": 0.245
@ -144142,7 +144142,6 @@
],
"downloads": 3785073,
"stars": 9,
"LastUpdate": 1668115236,
"trending": 0.292,
"trends": [
0.108,
@ -144172,6 +144171,7 @@
3785073
],
"LastUpdateScan": 1668229430,
"LastUpdate": 1668115236,
"FirstSeen": 1604308114,
"topTrending": 0.184,
"topPerforming": 0.292
@ -144283,7 +144283,6 @@
],
"downloads": 42932755,
"stars": 41,
"LastUpdate": 1668115269,
"trending": 0.173,
"trends": [
0.108,
@ -144313,6 +144312,7 @@
42932755
],
"LastUpdateScan": 1668229430,
"LastUpdate": 1668115269,
"FirstSeen": 1604308114,
"topTrending": 0.06499999999999999,
"topPerforming": 0.173
@ -144564,7 +144564,6 @@
],
"downloads": 3435340,
"stars": 11,
"LastUpdate": 1668115223,
"trending": 0.171,
"trends": [
0.07,
@ -144594,6 +144593,7 @@
3435340
],
"LastUpdateScan": 1668229431,
"LastUpdate": 1668115223,
"FirstSeen": 1604308114,
"topTrending": 0.101,
"topPerforming": 0.171
@ -144704,7 +144704,6 @@
],
"downloads": 1512149,
"stars": 6,
"LastUpdate": 1668115313,
"trending": 0.053,
"trends": [
0.026,
@ -144734,6 +144733,7 @@
1512149
],
"LastUpdateScan": 1668229431,
"LastUpdate": 1668115313,
"FirstSeen": 1604308114,
"topTrending": 0.027,
"topPerforming": 0.053
@ -144836,7 +144836,6 @@
],
"downloads": 1903429,
"stars": 12,
"LastUpdate": 1668115373,
"trending": 0.38,
"trends": [
1.049,
@ -144866,6 +144865,7 @@
1903429
],
"LastUpdateScan": 1668229431,
"LastUpdate": 1668115373,
"FirstSeen": 1604308115,
"topTrending": -0.6689999999999999,
"topPerforming": 0.38

View File

@ -40833,36 +40833,36 @@
},
"brotandgames/ciao": {
"Base": null,
"Downloads": 1610076,
"Downloads": 1610612,
"Stars": 9,
"Time": 1665648220,
"trending": 0.054,
"Time": 1668243829,
"trending": 0.033,
"trends": [
0.051,
0.03,
0.033,
0.043,
0.041,
0.04,
0.054
0.054,
0.033
],
"downloadtrend": [
1606208,
1606686,
1607218,
1607914,
1608571,
1609213,
1610076
1610076,
1610612
],
"trendsDate": [
1650053019,
1652652200,
1655251416,
1657850626,
1660449810,
1663049017,
1665648220
1665648220,
1668243829
],
"LastUpdate": 1649075368
},
@ -45278,36 +45278,36 @@
},
"phoronix/pts": {
"Base": null,
"Downloads": 232135,
"Downloads": 232515,
"Stars": 18,
"Time": 1665648220,
"trending": 0.158,
"Time": 1668243829,
"trending": 0.163,
"trends": [
0.121,
0.088,
0.073,
0.047,
0.068,
0.202,
0.158
0.158,
0.163
],
"downloadtrend": [
230661,
230864,
231033,
231142,
231299,
231768,
232135
232135,
232515
],
"trendsDate": [
1650053018,
1652652200,
1655251416,
1657850626,
1660449809,
1663049017,
1665648220
1665648220,
1668243829
],
"LastUpdate": 1650797606
},
@ -62022,71 +62022,71 @@
},
"ghcr.io/haveagitgat/tdarr": {
"Base": null,
"Downloads": 10720108,
"Stars": 43,
"Time": 1665648220,
"trending": 0.249,
"Downloads": 10736576,
"Stars": 46,
"Time": 1668243829,
"trending": 0.153,
"trends": [
0.403,
0.546,
0.282,
0.199,
0.235,
0.27,
0.249
0.249,
0.153
],
"downloadtrend": [
10530612,
10588376,
10618353,
10639541,
10664606,
10693457,
10720108
10720108,
10736576
],
"trendsDate": [
1650053017,
1652652199,
1655251415,
1657850625,
1660449809,
1663049017,
1665648220
1665648220,
1668243829
],
"LastUpdate": 1653021593
},
"ghcr.io/haveagitgat/tdarr_node": {
"Base": null,
"Downloads": 8483887,
"Downloads": 8497249,
"Stars": 10,
"Time": 1665648220,
"trending": 0.284,
"Time": 1668243829,
"trending": 0.157,
"trends": [
0.319,
0.4,
0.268,
0.243,
0.283,
0.307,
0.284
0.284,
0.157
],
"downloadtrend": [
8333437,
8366933,
8389431,
8409871,
8433756,
8459769,
8483887
8483887,
8497249
],
"trendsDate": [
1650053018,
1652652199,
1655251416,
1657850626,
1660449809,
1663049017,
1665648220
1665648220,
1668243829
],
"LastUpdate": 1653021586
},
@ -67701,5 +67701,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1668183247
},
"ich777/ubuntu-mirror": {
"Base": null,
"Downloads": 3,
"Stars": null,
"Time": 1668243828,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1668239235
}
}