This commit is contained in:
Andrew Z 2021-06-26 00:02:59 -04:00
parent 55168ae256
commit 5805dc0055
5 changed files with 112 additions and 71 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1624672980
"last_updated_timestamp": 1624680177
}

View File

@ -162148,11 +162148,10 @@
"CategoryList": [
"Downloaders"
],
"downloads": 1149897,
"downloads": 1181691,
"stars": 4,
"trending": 1.963,
"trending": 2.691,
"trends": [
30.58,
17.111,
7.511,
8.315,
@ -162164,10 +162163,10 @@
5.501,
7.412,
1.661,
1.963
1.963,
2.691
],
"trendsDate": [
1590898668,
1593497275,
1596096535,
1598695713,
@ -162179,10 +162178,10 @@
1614286951,
1616882558,
1619481795,
1622080987
1622080987,
1624680176
],
"downloadtrend": [
575906,
694790,
751214,
819340,
@ -162194,9 +162193,10 @@
1026432,
1108600,
1127329,
1149897
1149897,
1181691
],
"LastUpdateScan": 1622080987,
"LastUpdateScan": 1624680176,
"FirstSeen": 1577905548
},
{
@ -210801,17 +210801,23 @@
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/110500-support-daman20-deduper/?tab=comments#comment-1008542",
"Support": "https://forums.unraid.net/topic/110500-support-daman20-deduper/",
"Project": "https://github.com/daman20/deduper",
"Overview": "Deduper is a Python script bundled into a Docker container that automatically deletes any files with the same content, regardless of name. This is done based off of the SHA512 hash.",
"WebUI": "",
"WebUI": "http://[IP]:[PORT:5800]",
"TemplateURL": "https://raw.githubusercontent.com/daman20/ca-xmls/main/deduper.xml",
"Icon": "https://github.com/daman20/deduper/blob/2259238d7f2f768aff792aa27677960458dd61e8/Deduper%20Logo.png",
"Icon": "https://github.com/daman20/deduper/blob/862ca5765e6762e9499d1b35ed6c6f7d43496cb2/Deduper%20Logo.png",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "bridge",
"Publish": ""
"Publish": {
"Port": {
"HostPort": "",
"ContainerPort": "5800",
"Protocol": "tcp"
}
}
},
"Data": {
"Volume": {
@ -210821,13 +210827,14 @@
}
},
"Environment": "",
"Config": {
"Config": [
{
"@attributes": {
"Name": "Scan Directory",
"Target": "/scan",
"Default": "",
"Mode": "rw",
"Description": "This is where you put the directory that you would like to be scanned and deduped",
"Description": "The directory for the program to dedupe.",
"Type": "Path",
"Display": "always",
"Required": "true",
@ -210835,13 +210842,27 @@
},
"value": ""
},
{
"@attributes": {
"Name": "WebUI",
"Target": "5800",
"Default": "5800",
"Mode": "tcp",
"Description": "The port of the WEbUI",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "daman12's Repository",
"Date": "1624490970",
"Date": "1624675401",
"Description": "Deduper is a Python script bundled into a Docker container that automatically deletes any files with the same content, regardless of name. This is done based off of the SHA512 hash.",
"templatePath": "/tmp/GitHub/AppFeed/templates/daman12sRepository/deduper.xml",
"CategoryList": [
"Backup",
"Tools-Utilities"
"Backup"
],
"downloads": 12,
"LastUpdateScan": 1624536589,

View File

@ -1,7 +1,7 @@
{
"apps": 1290,
"last_updated_timestamp": 1624672980,
"last_updated": "2021-06-25 22:03",
"last_updated_timestamp": 1624680177,
"last_updated": "2021-06-26 00:02",
"categories": [
{
"Cat": "Backup:",
@ -162310,11 +162310,10 @@
"CategoryList": [
"Downloaders"
],
"downloads": 1149897,
"downloads": 1181691,
"stars": 4,
"trending": 1.963,
"trending": 2.691,
"trends": [
30.58,
17.111,
7.511,
8.315,
@ -162326,10 +162325,10 @@
5.501,
7.412,
1.661,
1.963
1.963,
2.691
],
"trendsDate": [
1590898668,
1593497275,
1596096535,
1598695713,
@ -162341,10 +162340,10 @@
1614286951,
1616882558,
1619481795,
1622080987
1622080987,
1624680176
],
"downloadtrend": [
575906,
694790,
751214,
819340,
@ -162356,9 +162355,10 @@
1026432,
1108600,
1127329,
1149897
1149897,
1181691
],
"LastUpdateScan": 1622080987,
"LastUpdateScan": 1624680176,
"FirstSeen": 1577905548
},
{
@ -210963,17 +210963,23 @@
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/110500-support-daman20-deduper/?tab=comments#comment-1008542",
"Support": "https://forums.unraid.net/topic/110500-support-daman20-deduper/",
"Project": "https://github.com/daman20/deduper",
"Overview": "Deduper is a Python script bundled into a Docker container that automatically deletes any files with the same content, regardless of name. This is done based off of the SHA512 hash.",
"WebUI": "",
"WebUI": "http://[IP]:[PORT:5800]",
"TemplateURL": "https://raw.githubusercontent.com/daman20/ca-xmls/main/deduper.xml",
"Icon": "https://github.com/daman20/deduper/blob/2259238d7f2f768aff792aa27677960458dd61e8/Deduper%20Logo.png",
"Icon": "https://github.com/daman20/deduper/blob/862ca5765e6762e9499d1b35ed6c6f7d43496cb2/Deduper%20Logo.png",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "bridge",
"Publish": ""
"Publish": {
"Port": {
"HostPort": "",
"ContainerPort": "5800",
"Protocol": "tcp"
}
}
},
"Data": {
"Volume": {
@ -210983,13 +210989,14 @@
}
},
"Environment": "",
"Config": {
"Config": [
{
"@attributes": {
"Name": "Scan Directory",
"Target": "/scan",
"Default": "",
"Mode": "rw",
"Description": "This is where you put the directory that you would like to be scanned and deduped",
"Description": "The directory for the program to dedupe.",
"Type": "Path",
"Display": "always",
"Required": "true",
@ -210997,13 +211004,27 @@
},
"value": ""
},
{
"@attributes": {
"Name": "WebUI",
"Target": "5800",
"Default": "5800",
"Mode": "tcp",
"Description": "The port of the WEbUI",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "daman12's Repository",
"Date": "1624490970",
"Date": "1624675401",
"Description": "Deduper is a Python script bundled into a Docker container that automatically deletes any files with the same content, regardless of name. This is done based off of the SHA512 hash.",
"templatePath": "/tmp/GitHub/AppFeed/templates/daman12sRepository/deduper.xml",
"CategoryList": [
"Backup",
"Tools-Utilities"
"Backup"
],
"downloads": 12,
"LastUpdateScan": 1624536589,

View File

@ -36959,7 +36959,6 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1624665786,
"FirstSeen": 1616874664
},
{

View File

@ -30757,12 +30757,11 @@
},
"hotio/trackarr": {
"Base": null,
"Downloads": 1149897,
"Downloads": 1181691,
"Stars": 4,
"Time": 1622080987,
"trending": 1.963,
"Time": 1624680176,
"trending": 2.691,
"trends": [
30.58,
17.111,
7.511,
8.315,
@ -30774,10 +30773,10 @@
5.501,
7.412,
1.661,
1.963
1.963,
2.691
],
"downloadtrend": [
575906,
694790,
751214,
819340,
@ -30789,10 +30788,10 @@
1026432,
1108600,
1127329,
1149897
1149897,
1181691
],
"trendsDate": [
1590898668,
1593497275,
1596096535,
1598695713,
@ -30804,7 +30803,8 @@
1614286951,
1616882558,
1619481795,
1622080987
1622080987,
1624680176
]
},
"jwater7/godaddy-publicip-updater": {