This commit is contained in:
Andrew Z 2021-05-07 12:03:37 -04:00
parent 4958b12f29
commit 272dc3aa4c

View File

@ -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
}
]