This commit is contained in:
Andrew Z 2021-05-07 10:02:51 -04:00
parent 08d8c0a347
commit 4958b12f29
8 changed files with 744 additions and 70 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1620388983
"last_updated_timestamp": 1620396169
}

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

View File

@ -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/"
}
}
}

View File

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

View File

@ -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
},
{

View File

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

View File

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

View File

@ -0,0 +1,103 @@
<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>chia</Name>
<Repository>ghcr.io/chia-network/chia:latest</Repository>
<Registry>https://github.com/orgs/chia-network/packages/container/package/chia</Registry>
<Network>host</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/108203-support-partition-pixel-chia/</Support>
<Project>https://www.chia.net/</Project>
<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.</Overview>
<WebUI></WebUI>
<TemplateURL>https://raw.githubusercontent.com/PartitionPixel/unraid-templates/main/PartitionPixel/chia.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/PartitionPixel/unraid-templates/main/PartitionPixel/chia-icon.png</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<DonateLink>https://github.com/PartitionPixel</DonateLink>
<DonateText>If you like my work please consider donating.</DonateText>
<Networking>
<Mode>host</Mode>
<Publish>
<Port>
<HostPort>8444</HostPort>
<ContainerPort>8444</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>8555</HostPort>
<ContainerPort>8555</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/chia/</HostDir>
<ContainerDir>/plots</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/plotting/</HostDir>
<ContainerDir>/plotting</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/chia/</HostDir>
<ContainerDir>/root/.chia</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>/root/.chia/mnemonic.txt</Value>
<Name>keys</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>full_node_port</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>farmer_address</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>farmer_port</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>false</Value>
<Name>testnet</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>false</Value>
<Name>farmer</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>false</Value>
<Name>harvester</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="plots" Target="/plots" Default="" Mode="rw" Description="Container Path: /plots" Type="Path" Display="always" Required="true" Mask="false"></Config>
<Config Name="plotting" Target="/plotting" Default="" Mode="rw" Description="Container Path: /plotting" Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="mnemonic" Target="keys" Default="generate" Mode="" Description="Container Variable: keys" Type="Variable" Display="always" Required="false" Mask="false">/root/.chia/mnemonic.txt</Config>
<Config Name="full_node_port" Target="full_node_port" Default="" Mode="" Description="Container Variable: full_node_port" Type="Variable" Display="advanced" Required="false" Mask="false"></Config>
<Config Name="farmer_address" Target="farmer_address" Default="" Mode="" Description="Container Variable: farmer_address" Type="Variable" Display="advanced" Required="false" Mask="false"></Config>
<Config Name="farmer_port" Target="farmer_port" Default="" Mode="" Description="Container Variable: farmer_port" Type="Variable" Display="advanced" Required="false" Mask="false"></Config>
<Config Name="testnet" Target="testnet" Default="false" Mode="" Description="Container Variable: testnet" Type="Variable" Display="advanced" Required="false" Mask="false">false</Config>
<Config Name="farmer_only" Target="farmer" Default="false" Mode="" Description="Container Variable: farmer" Type="Variable" Display="advanced" Required="false" Mask="false">false</Config>
<Config Name="harvester_only" Target="harvester" Default="false" Mode="" Description="Container Variable: harvester" Type="Variable" Display="advanced" Required="false" Mask="false">false</Config>
<Config Name="chia_protocol" Target="8444" Default="8444" Mode="tcp" Description="Container Port: " Type="Port" Display="advanced" Required="true" Mask="false">8444</Config>
<Config Name="chia_rpc" Target="8555" Default="8555" Mode="tcp" Description="Container Port: 8555" Type="Port" Display="advanced" Required="true" Mask="false">8555</Config>
<Config 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">/mnt/user/appdata/chia/</Config>
<Date>1620359558</Date>
<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.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/PartitionPixelsRepository/PartitionPixel/chia.xml</templatePath>
</Container>