This commit is contained in:
Andrew Z 2021-06-26 12:03:51 -04:00
parent e537a8d3d3
commit 7cc456838b

View File

@ -210814,25 +210814,32 @@
"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": "http://[IP]:[PORT:5800]",
"TemplateURL": "https://raw.githubusercontent.com/daman20/ca-xmls/main/deduper.xml",
"Icon": "https://github.com/daman20/deduper/blob/862ca5765e6762e9499d1b35ed6c6f7d43496cb2/Deduper%20Logo.png",
"Icon": "https://raw.githubusercontent.com/daman20/deduper/master/Deduper%20Logo.png",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": {
"HostPort": "",
"HostPort": "5800",
"ContainerPort": "5800",
"Protocol": "tcp"
}
}
},
"Data": {
"Volume": {
"HostDir": "",
"ContainerDir": "/scan",
"Mode": "rw"
}
"Volume": [
{
"HostDir": "/mnt/user/Media/",
"ContainerDir": "/scan",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/",
"ContainerDir": "/appdata",
"Mode": "rw"
}
]
},
"Environment": "",
"Config": [
@ -210848,7 +210855,7 @@
"Required": "true",
"Mask": "false"
},
"value": ""
"value": "/mnt/user/Media/"
},
{
"@attributes": {
@ -210862,11 +210869,25 @@
"Required": "true",
"Mask": "false"
},
"value": ""
"value": "5800"
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/appdata",
"Default": "/mnt/user/appdata/",
"Mode": "rw",
"Description": "For the apps app data (hashes.json)",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/"
}
],
"Repo": "daman12's Repository",
"Date": "1624675401",
"Date": "1624709589",
"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": [