From 4958b12f2975a33dfafede658b22db26bb74d5d7 Mon Sep 17 00:00:00 2001 From: Andrew Z Date: Fri, 7 May 2021 10:02:51 -0400 Subject: [PATCH] Update --- applicationFeed-lastUpdated.json | 2 +- applicationFeed-raw.json | 283 ++++++++++++++++- applicationFeed.json | 293 +++++++++++++++++- firstSeen.json | 3 +- old-applicationFeed-raw.json | 22 +- repoInfo.json | 18 +- repositoryList.json | 90 +++--- .../PartitionPixel/chia.xml | 103 ++++++ 8 files changed, 744 insertions(+), 70 deletions(-) create mode 100644 templates/PartitionPixelsRepository/PartitionPixel/chia.xml diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index 7d4c026a1..d8b11e71d 100644 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1620388983 + "last_updated_timestamp": 1620396169 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index 64571fdab..6124ce3d0 100644 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -203831,8 +203831,8 @@ "Downloaders", "Tools-Utilities" ], - "downloads": 16, - "LastUpdateScan": 1617799653, + "downloads": 115, + "LastUpdateScan": 1620396167, "FirstSeen": 1617799653 }, { @@ -203906,8 +203906,8 @@ "Downloaders", "Tools-Utilities" ], - "downloads": 12, - "LastUpdateScan": 1617799653, + "downloads": 305, + "LastUpdateScan": 1620396167, "FirstSeen": 1617799653 }, { @@ -204756,5 +204756,280 @@ "downloads": 669, "LastUpdateScan": 1620093777, "FirstSeen": 1620093777 + }, + { + "Name": "chia", + "Repository": "ghcr.io/chia-network/chia:latest", + "Registry": "https://github.com/orgs/chia-network/packages/container/package/chia", + "Network": "host", + "Shell": "sh", + "Privileged": "false", + "Support": "https://forums.unraid.net/topic/108203-support-partition-pixel-chia/", + "Project": "https://www.chia.net/", + "Overview": "This template uses the official Chia-Docker. Chia-Docker is a containerised version of the Chia Blockchain (no GUI) for HDD Farming. Helps turn your Unraid server into a XCH / cryptocurrency farming rig.", + "WebUI": "", + "TemplateURL": "https://raw.githubusercontent.com/PartitionPixel/unraid-templates/main/PartitionPixel/chia.xml", + "Icon": "https://raw.githubusercontent.com/PartitionPixel/unraid-templates/main/PartitionPixel/chia-icon.png", + "PostArgs": "", + "CPUset": "", + "DonateLink": "https://github.com/PartitionPixel", + "DonateText": "If you like my work please consider donating.", + "Networking": { + "Mode": "host", + "Publish": { + "Port": [ + { + "HostPort": "8444", + "ContainerPort": "8444", + "Protocol": "tcp" + }, + { + "HostPort": "8555", + "ContainerPort": "8555", + "Protocol": "tcp" + } + ] + } + }, + "Data": { + "Volume": [ + { + "HostDir": "/mnt/user/chia/", + "ContainerDir": "/plots", + "Mode": "rw" + }, + { + "HostDir": "/mnt/user/plotting/", + "ContainerDir": "/plotting", + "Mode": "rw" + }, + { + "HostDir": "/mnt/user/appdata/chia/", + "ContainerDir": "/root/.chia", + "Mode": "rw" + } + ] + }, + "Environment": { + "Variable": [ + { + "Value": "/root/.chia/mnemonic.txt", + "Name": "keys", + "Mode": "" + }, + { + "Value": "", + "Name": "full_node_port", + "Mode": "" + }, + { + "Value": "", + "Name": "farmer_address", + "Mode": "" + }, + { + "Value": "", + "Name": "farmer_port", + "Mode": "" + }, + { + "Value": "false", + "Name": "testnet", + "Mode": "" + }, + { + "Value": "false", + "Name": "farmer", + "Mode": "" + }, + { + "Value": "false", + "Name": "harvester", + "Mode": "" + } + ] + }, + "Config": [ + { + "@attributes": { + "Name": "plots", + "Target": "/plots", + "Default": "", + "Mode": "rw", + "Description": "Container Path: /plots", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "plotting", + "Target": "/plotting", + "Default": "", + "Mode": "rw", + "Description": "Container Path: /plotting", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "mnemonic", + "Target": "keys", + "Default": "generate", + "Mode": "", + "Description": "Container Variable: keys", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/root/.chia/mnemonic.txt" + }, + { + "@attributes": { + "Name": "full_node_port", + "Target": "full_node_port", + "Default": "", + "Mode": "", + "Description": "Container Variable: full_node_port", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "farmer_address", + "Target": "farmer_address", + "Default": "", + "Mode": "", + "Description": "Container Variable: farmer_address", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "farmer_port", + "Target": "farmer_port", + "Default": "", + "Mode": "", + "Description": "Container Variable: farmer_port", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "testnet", + "Target": "testnet", + "Default": "false", + "Mode": "", + "Description": "Container Variable: testnet", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "farmer_only", + "Target": "farmer", + "Default": "false", + "Mode": "", + "Description": "Container Variable: farmer", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "harvester_only", + "Target": "harvester", + "Default": "false", + "Mode": "", + "Description": "Container Variable: harvester", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "chia_protocol", + "Target": "8444", + "Default": "8444", + "Mode": "tcp", + "Description": "Container Port: ", + "Type": "Port", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "8444" + }, + { + "@attributes": { + "Name": "chia_rpc", + "Target": "8555", + "Default": "8555", + "Mode": "tcp", + "Description": "Container Port: 8555", + "Type": "Port", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "8555" + }, + { + "@attributes": { + "Name": "appdata", + "Target": "/root/.chia", + "Default": "/mnt/user/appdata/chia/", + "Mode": "rw", + "Description": "Container Path: /root/.chia", + "Type": "Path", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "/mnt/user/appdata/chia/" + } + ], + "Repo": "Partition Pixel's Repository", + "Date": "1620359558", + "Description": "This template uses the official Chia-Docker. Chia-Docker is a containerised version of the Chia Blockchain (no GUI) for HDD Farming. Helps turn your Unraid server into a XCH / cryptocurrency farming rig.", + "templatePath": "/tmp/GitHub/AppFeed/templates/PartitionPixelsRepository/PartitionPixel/chia.xml", + "CategoryList": [ + "Tools-Utilities", + "Other", + "Network-Web", + "Network-Other" + ], + "LastUpdateScan": 1620396167, + "FirstSeen": 1620396167 } ] \ No newline at end of file diff --git a/applicationFeed.json b/applicationFeed.json index 6b4ba58ee..eed7569e0 100644 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -1,7 +1,7 @@ { - "apps": 1244, - "last_updated_timestamp": 1620388983, - "last_updated": "2021-05-07 08:03", + "apps": 1245, + "last_updated_timestamp": 1620396169, + "last_updated": "2021-05-07 10:02", "categories": [ { "Cat": "Backup:", @@ -203989,8 +203989,8 @@ "Downloaders", "Tools-Utilities" ], - "downloads": 16, - "LastUpdateScan": 1617799653, + "downloads": 115, + "LastUpdateScan": 1620396167, "FirstSeen": 1617799653 }, { @@ -204064,8 +204064,8 @@ "Downloaders", "Tools-Utilities" ], - "downloads": 12, - "LastUpdateScan": 1617799653, + "downloads": 305, + "LastUpdateScan": 1620396167, "FirstSeen": 1617799653 }, { @@ -204914,6 +204914,281 @@ "downloads": 669, "LastUpdateScan": 1620093777, "FirstSeen": 1620093777 + }, + { + "Name": "chia", + "Repository": "ghcr.io/chia-network/chia:latest", + "Registry": "https://github.com/orgs/chia-network/packages/container/package/chia", + "Network": "host", + "Shell": "sh", + "Privileged": "false", + "Support": "https://forums.unraid.net/topic/108203-support-partition-pixel-chia/", + "Project": "https://www.chia.net/", + "Overview": "This template uses the official Chia-Docker. Chia-Docker is a containerised version of the Chia Blockchain (no GUI) for HDD Farming. Helps turn your Unraid server into a XCH / cryptocurrency farming rig.", + "WebUI": "", + "TemplateURL": "https://raw.githubusercontent.com/PartitionPixel/unraid-templates/main/PartitionPixel/chia.xml", + "Icon": "https://raw.githubusercontent.com/PartitionPixel/unraid-templates/main/PartitionPixel/chia-icon.png", + "PostArgs": "", + "CPUset": "", + "DonateLink": "https://github.com/PartitionPixel", + "DonateText": "If you like my work please consider donating.", + "Networking": { + "Mode": "host", + "Publish": { + "Port": [ + { + "HostPort": "8444", + "ContainerPort": "8444", + "Protocol": "tcp" + }, + { + "HostPort": "8555", + "ContainerPort": "8555", + "Protocol": "tcp" + } + ] + } + }, + "Data": { + "Volume": [ + { + "HostDir": "/mnt/user/chia/", + "ContainerDir": "/plots", + "Mode": "rw" + }, + { + "HostDir": "/mnt/user/plotting/", + "ContainerDir": "/plotting", + "Mode": "rw" + }, + { + "HostDir": "/mnt/user/appdata/chia/", + "ContainerDir": "/root/.chia", + "Mode": "rw" + } + ] + }, + "Environment": { + "Variable": [ + { + "Value": "/root/.chia/mnemonic.txt", + "Name": "keys", + "Mode": "" + }, + { + "Value": "", + "Name": "full_node_port", + "Mode": "" + }, + { + "Value": "", + "Name": "farmer_address", + "Mode": "" + }, + { + "Value": "", + "Name": "farmer_port", + "Mode": "" + }, + { + "Value": "false", + "Name": "testnet", + "Mode": "" + }, + { + "Value": "false", + "Name": "farmer", + "Mode": "" + }, + { + "Value": "false", + "Name": "harvester", + "Mode": "" + } + ] + }, + "Config": [ + { + "@attributes": { + "Name": "plots", + "Target": "/plots", + "Default": "", + "Mode": "rw", + "Description": "Container Path: /plots", + "Type": "Path", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "plotting", + "Target": "/plotting", + "Default": "", + "Mode": "rw", + "Description": "Container Path: /plotting", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "mnemonic", + "Target": "keys", + "Default": "generate", + "Mode": "", + "Description": "Container Variable: keys", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/root/.chia/mnemonic.txt" + }, + { + "@attributes": { + "Name": "full_node_port", + "Target": "full_node_port", + "Default": "", + "Mode": "", + "Description": "Container Variable: full_node_port", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "farmer_address", + "Target": "farmer_address", + "Default": "", + "Mode": "", + "Description": "Container Variable: farmer_address", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "farmer_port", + "Target": "farmer_port", + "Default": "", + "Mode": "", + "Description": "Container Variable: farmer_port", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "testnet", + "Target": "testnet", + "Default": "false", + "Mode": "", + "Description": "Container Variable: testnet", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "farmer_only", + "Target": "farmer", + "Default": "false", + "Mode": "", + "Description": "Container Variable: farmer", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "harvester_only", + "Target": "harvester", + "Default": "false", + "Mode": "", + "Description": "Container Variable: harvester", + "Type": "Variable", + "Display": "advanced", + "Required": "false", + "Mask": "false" + }, + "value": "false" + }, + { + "@attributes": { + "Name": "chia_protocol", + "Target": "8444", + "Default": "8444", + "Mode": "tcp", + "Description": "Container Port: ", + "Type": "Port", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "8444" + }, + { + "@attributes": { + "Name": "chia_rpc", + "Target": "8555", + "Default": "8555", + "Mode": "tcp", + "Description": "Container Port: 8555", + "Type": "Port", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "8555" + }, + { + "@attributes": { + "Name": "appdata", + "Target": "/root/.chia", + "Default": "/mnt/user/appdata/chia/", + "Mode": "rw", + "Description": "Container Path: /root/.chia", + "Type": "Path", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "/mnt/user/appdata/chia/" + } + ], + "Repo": "Partition Pixel's Repository", + "Date": "1620359558", + "Description": "This template uses the official Chia-Docker. Chia-Docker is a containerised version of the Chia Blockchain (no GUI) for HDD Farming. Helps turn your Unraid server into a XCH / cryptocurrency farming rig.", + "templatePath": "/tmp/GitHub/AppFeed/templates/PartitionPixelsRepository/PartitionPixel/chia.xml", + "CategoryList": [ + "Tools-Utilities", + "Other", + "Network-Web", + "Network-Other" + ], + "LastUpdateScan": 1620396167, + "FirstSeen": 1620396167 } ], "repositories": { @@ -206024,6 +206299,10 @@ "jsavargas' Repository": { "url": "https://github.com/jsavargas/telethon_downloader", "profile": "https://forums.unraid.net/profile/93593-jsavargas/" + }, + "Partition Pixel's Repository": { + "url": "https://github.com/PartitionPixel/unraid-templates", + "profile": "https://forums.unraid.net/profile/119008-partition-pixel/" } } } \ No newline at end of file diff --git a/firstSeen.json b/firstSeen.json index 6198a8743..265d30950 100644 --- a/firstSeen.json +++ b/firstSeen.json @@ -1584,5 +1584,6 @@ "ghcr.io/jsavargas/telethon_downloader": 1620067109, "linuxserver/webtop": 1620072167, "ich777/gotify-on-start": 1620072167, - "jsavargas/telethon_downloader": 1620093777 + "jsavargas/telethon_downloader": 1620093777, + "ghcr.io/chia-network/chia:latest": 1620396167 } \ No newline at end of file diff --git a/old-applicationFeed-raw.json b/old-applicationFeed-raw.json index 335563223..64571fdab 100644 --- a/old-applicationFeed-raw.json +++ b/old-applicationFeed-raw.json @@ -133246,11 +133246,10 @@ "MediaServer-Music", "MediaServer-Other" ], - "downloads": 2733284, - "stars": 20, - "trending": 6.794, + "downloads": 3037595, + "stars": 22, + "trending": 10.018, "trends": [ - 18.045, 17.234, 15.098, 13.468, @@ -133262,10 +133261,10 @@ 3.548, 4.421, 6.592, - 6.794 + 6.794, + 10.018 ], "trendsDate": [ - 1586614098, 1589208767, 1591805265, 1594405062, @@ -133277,10 +133276,10 @@ 1609996093, 1612595195, 1615194175, - 1617789771 + 1617789771, + 1620388981 ], "downloadtrend": [ - 680981, 822774, 969085, 1119920, @@ -133292,9 +133291,10 @@ 2274441, 2379637, 2547579, - 2733284 + 2733284, + 3037595 ], - "LastUpdateScan": 1617789771, + "LastUpdateScan": 1620388981, "FirstSeen": 1563228486 }, { @@ -182585,7 +182585,7 @@ "Productivity", "Tools-Utilities" ], - "LastUpdateScan": 1617789772, + "LastUpdateScan": 1620388981, "FirstSeen": 1615194175 }, { diff --git a/repoInfo.json b/repoInfo.json index 3b4342ee3..2342058d3 100644 --- a/repoInfo.json +++ b/repoInfo.json @@ -45393,9 +45393,9 @@ }, "nixoninnes/alpaca-to-influxdb:latest": { "Base": null, - "Downloads": 16, + "Downloads": 115, "Stars": null, - "Time": 1617799653, + "Time": 1620396167, "trending": null, "trends": null, "downloadtrend": null, @@ -45403,9 +45403,9 @@ }, "nixoninnes/binance-to-influxdb:latest": { "Base": null, - "Downloads": 12, + "Downloads": 305, "Stars": null, - "Time": 1617799653, + "Time": 1620396167, "trending": null, "trends": null, "downloadtrend": null, @@ -45850,5 +45850,15 @@ "trends": null, "downloadtrend": null, "trendsDate": null + }, + "ghcr.io/chia-network/chia:latest": { + "Base": null, + "Downloads": null, + "Stars": null, + "Time": 1620396167, + "trending": null, + "trends": null, + "downloadtrend": null, + "trendsDate": null } } \ No newline at end of file diff --git a/repositoryList.json b/repositoryList.json index aa807ae37..14495c204 100644 --- a/repositoryList.json +++ b/repositoryList.json @@ -1281,256 +1281,262 @@ "title": "p.wrangles' Repository", "index": 170 }, + { + "url": "https://github.com/PartitionPixel/unraid-templates", + "profile": "https://forums.unraid.net/profile/119008-partition-pixel/", + "title": "Partition Pixel's Repository", + "index": 171 + }, { "url": "https://github.com/pducharme/docker-containers/tree/templates", "profile": "https://forums.lime-technology.com/profile/62479-pducharme/", "title": "pducharme's Repository", - "index": 171 + "index": 172 }, { "url": "https://github.com/noinip/container-templates", "profile": "https://forums.lime-technology.com/profile/10946-pinion/", "title": "pinion's Repository", - "index": 172 + "index": 173 }, { "url": "https://github.com/dcflachs/plugin-repository", "profile": "https://forums.unraid.net/profile/63584-primeval_god/", "title": "primeval_god's Repository", - "index": 173 + "index": 174 }, { "url": "https://github.com/Progeny42/unRAID-CA-Templates", "profile": "https://forums.unraid.net/profile/101997-progeny42", "title": "Progeny42's Repository", - "index": 174 + "index": 175 }, { "url": "https://github.com/wger-project/unraid-templates", "profile": "https://forums.unraid.net/profile/118956-rge/", "title": "rge's Repository", - "index": 175 + "index": 176 }, { "url": "https://github.com/roflcoopter/viseron-unraid-ca-template", "profile": "https://forums.unraid.net/profile/113120-roflcoopter", "title": "roflcoopter's Repository", - "index": 176 + "index": 177 }, { "url": "https://github.com/SAL-e/docker-templates", "profile": "https://forums.unraid.net/profile/11345-sal-e/", "title": "SAL-e's Repository", - "index": 177 + "index": 178 }, { "url": "https://github.com/sdesbure/docker-containers", "profile": "https://forums.lime-technology.com/profile/3477-sdesbure/", "title": "sdesbure's Repository", - "index": 178 + "index": 179 }, { "url": "https://github.com/dersimn/docker-unraid-templates", "profile": "https://forums.unraid.net/profile/11673-seim/", "title": "seim's Repository", - "index": 179 + "index": 180 }, { "url": "https://github.com/shrmnk/docker-templates", "profile": "https://forums.unraid.net/profile/77786-shrmn/", "title": "shrmn's Repository", - "index": 180 + "index": 181 }, { "url": "https://github.com/SimonFair/unraid-plugins", "profile": "https://forums.unraid.net/profile/75917-simonf", "title": "SimonF's Repository", - "index": 181 + "index": 182 }, { "url": "https://github.com/simse/docker-templates", "profile": "https://forums.unraid.net/profile/69400-simse/", "title": "simse's Repository", - "index": 182 + "index": 183 }, { "url": "https://github.com/SiwatINC/unraid-ca-repository", "profile": "https://forums.unraid.net/profile/72489-siwat2545/", "title": "Siwat2545's Repository", - "index": 183 + "index": 184 }, { "url": "https://github.com/Skitals/unraid-ca-templates", "profile": "https://forums.unraid.net/profile/97624-skitals/", "title": "Skitals Repository", - "index": 184 + "index": 185 }, { "url": "https://github.com/SlrG/unRAID", "profile": "https://forums.lime-technology.com/profile/16166-slrg/", "title": "SlrG's Repository", - "index": 185 + "index": 186 }, { "url": "https://github.com/smdion/docker-containers/tree/beta-templates", "profile": "https://forums.lime-technology.com/profile/26365-smdion/", "title": "smdion's beta Repository", - "index": 186 + "index": 187 }, { "url": "https://github.com/smdion/docker-containers/tree/templates", "profile": "https://forums.lime-technology.com/profile/26365-smdion/", "title": "smdion's Repository", - "index": 187 + "index": 188 }, { "url": "https://github.com/soana/unraid-docker-templates", "profile": "https://forums.lime-technology.com/profile/10065-soana/", "title": "soana's Repository", - "index": 188 + "index": 189 }, { "url": "https://github.com/SpaceinvaderOne/Docker-Templates-Unraid", "profile": "https://forums.unraid.net/profile/67288-spaceinvaderone/", "title": "SpaceInvaderOne's Repository", - "index": 189 + "index": 190 }, { "url": "https://github.com/spants/unraidtemplates", "profile": "https://forums.lime-technology.com/profile/2148-spants/", "title": "Spants' Repository", - "index": 190 + "index": 191 }, { "url": "https://github.com/Spikhalskiy/docker-templates", "profile": "https://lime-technology.com/profile/82549-dmitry-spikhalskiy/", "title": "Spikhalskiy's Repository", - "index": 191 + "index": 192 }, { "url": "https://github.com/Steini1984/steini1984-s-repositoy", "profile": "https://forums.lime-technology.com/profile/2957-steini84/", "title": "steini84's Repository", - "index": 192 + "index": 193 }, { "url": "https://github.com/stuckless/unRAID", "profile": "https://forums.lime-technology.com/profile/70058-stuckless/", "title": "stuckless' Repository", - "index": 193 + "index": 194 }, { "url": "https://github.com/Sabreu/unraid_templates", "profile": "https://forums.unraid.net/profile/98837-sublivion/", "title": "sublivion's Repository", - "index": 194 + "index": 195 }, { "url": "https://github.com/Tautulli/Tautulli-Unraid-Template", "profile": "https://lime-technology.com/profile/69064-wreave/", "title": "Tautulli's Repository", - "index": 195 + "index": 196 }, { "url": "https://github.com/testdasi/testdasi-unraid-repo", "profile": "https://forums.unraid.net/profile/70144-testdasi", "title": "testdasi's Repository", - "index": 196 + "index": 197 }, { "url": "https://github.com/brianmiller/docker-templates", "profile": "https://forums.unraid.net/profile/86892-thebrian", "title": "TheBrian's Repository", - "index": 197 + "index": 198 }, { "url": "https://github.com/Squidly271/theone-plugin-repository/", "profile": "https://forums.lime-technology.com/profile/2231-theone/", "title": "theone's Repository", - "index": 198 + "index": 199 }, { "url": "https://github.com/thetarkus/docker-templates", "profile": "https://lime-technology.com/profile/84238-tarkus/", "title": "thetarkus' Repository", - "index": 199 + "index": 200 }, { "url": "https://github.com/tynor88/docker-templates", "profile": "https://forums.lime-technology.com/profile/70206-thomast_88/", "title": "thomast_88's Repository", - "index": 200 + "index": 201 }, { "url": "https://github.com/Thraxis/docker-templates", "profile": "https://forums.lime-technology.com/profile/9802-thraxis/", "title": "Thraxis' Repository", - "index": 201 + "index": 202 }, { "url": "https://github.com/tinglis1/docker-containers", "profile": "https://forums.lime-technology.com/profile/6492-tinglis1/", "title": "tinglis1's Repository", - "index": 202 + "index": 203 }, { "url": "https://github.com/tobbenb/docker-containers/tree/templates", "profile": "https://forums.lime-technology.com/profile/63089-saarg/", "title": "tobbenb's Repository", - "index": 203 + "index": 204 }, { "url": "https://github.com/tombowditch/docker-templates", "profile": "https://lime-technology.com/profile/80184-tombowditch/", "title": "tombowditch's Repository", - "index": 204 + "index": 205 }, { "url": "https://github.com/charlescng/docker-containers", "profile": "https://forums.unraid.net/profile/64811-uberchuckie/", "title": "uberchuckie's Repository", - "index": 205 + "index": 206 }, { "url": "https://github.com/Poag/docker-xml", "profile": "https://forums.lime-technology.com/profile/63933-uirel/", "title": "Uirel's Repository", - "index": 206 + "index": 207 }, { "url": "https://github.com/Ulisses1478/templates-unraid", "profile": "https://forums.unraid.net/profile/90485-ulisses1478/", "title": "ulisses1478's Repository", - "index": 207 + "index": 208 }, { "url": "https://github.com/xamindar/docker-templates", "profile": "https://forums.lime-technology.com/profile/1543-xamindar/", "title": "xamindar's Repository", - "index": 208 + "index": 209 }, { "url": "https://github.com/yayitazale/unraid-templates", "profile": "https://forums.unraid.net/profile/88392-yayitazale/", "title": "yayitazale's Repository", - "index": 209 + "index": 210 }, { "url": "https://github.com/valaypatel/unraidapps", "profile": "https://forums.unraid.net/profile/120399-yoda/", "title": "Yoda's Repository", - "index": 210 + "index": 211 }, { "url": "https://github.com/zgorizzo69/unraid-templates", "profile": "https://forums.unraid.net/profile/119851-zgo/", "title": "zgo's Repository", - "index": 211 + "index": 212 }, { "url": "https://github.com/zyphermonkey/docker-templates", "profile": "https://lime-technology.com/profile/67871-zyphermonkey/", "title": "zyphermonkey's Repository", - "index": 212 + "index": 213 } ] \ No newline at end of file diff --git a/templates/PartitionPixelsRepository/PartitionPixel/chia.xml b/templates/PartitionPixelsRepository/PartitionPixel/chia.xml new file mode 100644 index 000000000..212e9be09 --- /dev/null +++ b/templates/PartitionPixelsRepository/PartitionPixel/chia.xml @@ -0,0 +1,103 @@ + + + chia + ghcr.io/chia-network/chia:latest + https://github.com/orgs/chia-network/packages/container/package/chia + host + sh + false + https://forums.unraid.net/topic/108203-support-partition-pixel-chia/ + https://www.chia.net/ + This template uses the official Chia-Docker. Chia-Docker is a containerised version of the Chia Blockchain (no GUI) for HDD Farming. Helps turn your Unraid server into a XCH / cryptocurrency farming rig. + + https://raw.githubusercontent.com/PartitionPixel/unraid-templates/main/PartitionPixel/chia.xml + https://raw.githubusercontent.com/PartitionPixel/unraid-templates/main/PartitionPixel/chia-icon.png + + + https://github.com/PartitionPixel + If you like my work please consider donating. + + host + + + 8444 + 8444 + tcp + + + 8555 + 8555 + tcp + + + + + + /mnt/user/chia/ + /plots + rw + + + /mnt/user/plotting/ + /plotting + rw + + + /mnt/user/appdata/chia/ + /root/.chia + rw + + + + + /root/.chia/mnemonic.txt + keys + + + + + full_node_port + + + + + farmer_address + + + + + farmer_port + + + + false + testnet + + + + false + farmer + + + + false + harvester + + + + + + /root/.chia/mnemonic.txt + + + + false + false + false + 8444 + 8555 + /mnt/user/appdata/chia/ + 1620359558 + This template uses the official Chia-Docker. Chia-Docker is a containerised version of the Chia Blockchain (no GUI) for HDD Farming. Helps turn your Unraid server into a XCH / cryptocurrency farming rig. + /tmp/GitHub/AppFeed/templates/PartitionPixelsRepository/PartitionPixel/chia.xml +