This commit is contained in:
Andrew Z 2021-12-01 12:03:42 -05:00
parent 8010775e09
commit 92f79721ef
6 changed files with 193 additions and 30 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1638371038
"last_updated_timestamp": 1638378221
}

View File

@ -39762,31 +39762,34 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 640420,
"stars": 7,
"trending": 27.252,
"downloads": 886604,
"stars": 8,
"trending": 27.767,
"trends": [
57.607,
61.525,
37.325,
27.252
27.252,
27.767
],
"trendsDate": [
1627985004,
1630584216,
1633183408,
1635782610
1635782610,
1638378220
],
"downloadtrend": [
47627,
112346,
291998,
465895,
640420
640420,
886604
],
"LastUpdateScan": 1635782610,
"LastUpdateScan": 1638378220,
"FirstSeen": 1625385790,
"topTrending": -30.355
"topTrending": -29.84
},
{
"Name": "Apache-PHP",
@ -202110,6 +202113,77 @@
"LastUpdateScan": 1637931829,
"FirstSeen": 1637931829
},
{
"Name": "Bitcoin-NODE",
"Repository": "kylemanna/bitcoind",
"Registry": "https://hub.docker.com/r/kylemanna/bitcoind",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/116673-support-smartphonelover-bitcoin-node/",
"Project": "https://github.com/kylemanna/docker-bitcoind",
"Overview": "DESCRIPTION\r\nThis docker template will allow you to run a local Bitcoin (BTC) node (bitcoind) on your unRAID server.\r\n\r\nNOTES\r\n\u2022 If you are going to expose it to the public to contribute with the network, make sure you ALWAYS use it behind a firewall properly configured.\r\n\u2022 As having a full node running 24/7 is an intensive task for the storage unit(s) where it will be saved on, it's recommended to install it on a separate disk (HDD/SSD), not on the array.\r\n\u2022 This container doesn't have a WebUI. You will only need to configure your client to connect to this container, using the format: IP_SERVER:PORT1.\r\n\u2022 Use the 'bitcoin.conf' file to add extra parameters.\r\n\r\nVERSION\r\nv1.0 (2021-12-01)",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/Bitcoin-NODE.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/bitcoin-node_200x200.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "Port (1)",
"Target": "8332",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8332"
},
{
"@attributes": {
"Name": "Port (2)",
"Target": "8333",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8333"
},
{
"@attributes": {
"Name": "Blockhain (storage)",
"Target": "/bitcoin/.bitcoin",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/Bitcoin-NODE"
}
],
"Repo": "SmartPhoneLover's Repository",
"Date": "1638375305",
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/Bitcoin-NODE.xml",
"CategoryList": [
"Crypto"
],
"downloads": 8982027,
"stars": 121,
"LastUpdateScan": 1638378221,
"FirstSeen": 1638378221
},
{
"Name": "Composerize",
"Repository": "icedream/composerize",

View File

@ -1,7 +1,7 @@
{
"apps": 1436,
"last_updated_timestamp": 1638371038,
"last_updated": "2021-12-01 10:03",
"apps": 1437,
"last_updated_timestamp": 1638378221,
"last_updated": "2021-12-01 12:03",
"categories": [
{
"Cat": "Backup:",
@ -39924,31 +39924,34 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 640420,
"stars": 7,
"trending": 27.252,
"downloads": 886604,
"stars": 8,
"trending": 27.767,
"trends": [
57.607,
61.525,
37.325,
27.252
27.252,
27.767
],
"trendsDate": [
1627985004,
1630584216,
1633183408,
1635782610
1635782610,
1638378220
],
"downloadtrend": [
47627,
112346,
291998,
465895,
640420
640420,
886604
],
"LastUpdateScan": 1635782610,
"LastUpdateScan": 1638378220,
"FirstSeen": 1625385790,
"topTrending": -30.355
"topTrending": -29.84
},
{
"Name": "Apache-PHP",
@ -202272,6 +202275,77 @@
"LastUpdateScan": 1637931829,
"FirstSeen": 1637931829
},
{
"Name": "Bitcoin-NODE",
"Repository": "kylemanna/bitcoind",
"Registry": "https://hub.docker.com/r/kylemanna/bitcoind",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/116673-support-smartphonelover-bitcoin-node/",
"Project": "https://github.com/kylemanna/docker-bitcoind",
"Overview": "DESCRIPTION\r\nThis docker template will allow you to run a local Bitcoin (BTC) node (bitcoind) on your unRAID server.\r\n\r\nNOTES\r\n\u2022 If you are going to expose it to the public to contribute with the network, make sure you ALWAYS use it behind a firewall properly configured.\r\n\u2022 As having a full node running 24/7 is an intensive task for the storage unit(s) where it will be saved on, it's recommended to install it on a separate disk (HDD/SSD), not on the array.\r\n\u2022 This container doesn't have a WebUI. You will only need to configure your client to connect to this container, using the format: IP_SERVER:PORT1.\r\n\u2022 Use the 'bitcoin.conf' file to add extra parameters.\r\n\r\nVERSION\r\nv1.0 (2021-12-01)",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/Bitcoin-NODE.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/bitcoin-node_200x200.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "Port (1)",
"Target": "8332",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8332"
},
{
"@attributes": {
"Name": "Port (2)",
"Target": "8333",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8333"
},
{
"@attributes": {
"Name": "Blockhain (storage)",
"Target": "/bitcoin/.bitcoin",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/Bitcoin-NODE"
}
],
"Repo": "SmartPhoneLover's Repository",
"Date": "1638375305",
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/Bitcoin-NODE.xml",
"CategoryList": [
"Crypto"
],
"downloads": 8982027,
"stars": 121,
"LastUpdateScan": 1638378221,
"FirstSeen": 1638378221
},
{
"Name": "Composerize",
"Repository": "icedream/composerize",

View File

@ -1885,5 +1885,6 @@
"dineshkarthik/whatsapp-analyzer": 1638270232,
"openkm/openkm-ce:6.3.8": 1638291832,
"mayanedms/mayanedms": 1638320619,
"icedream/composerize": 1638363812
"icedream/composerize": 1638363812,
"kylemanna/bitcoind": 1638378221
}

View File

@ -196972,8 +196972,9 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 3913,
"LastUpdateScan": 1635775411,
"downloads": 9506,
"stars": 1,
"LastUpdateScan": 1638371037,
"FirstSeen": 1633176230
},
{

View File

@ -54258,28 +54258,31 @@
},
"meisnate12/plex-meta-manager": {
"Base": null,
"Downloads": 640420,
"Stars": 7,
"Time": 1635782610,
"trending": 27.252,
"Downloads": 886604,
"Stars": 8,
"Time": 1638378220,
"trending": 27.767,
"trends": [
57.607,
61.525,
37.325,
27.252
27.252,
27.767
],
"downloadtrend": [
47627,
112346,
291998,
465895,
640420
640420,
886604
],
"trendsDate": [
1627985004,
1630584216,
1633183408,
1635782610
1635782610,
1638378220
]
},
"invoiceninja/invoiceninja": {
@ -58625,5 +58628,15 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"kylemanna/bitcoind": {
"Base": null,
"Downloads": 8982027,
"Stars": 121,
"Time": 1638378221,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}