This commit is contained in:
Andrew Z 2021-09-03 06:03:34 -04:00
parent f5c2daba31
commit f216c5c0c3
7 changed files with 208 additions and 15 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1630656211
"last_updated_timestamp": 1630663412
}

View File

@ -187646,6 +187646,93 @@
"LastUpdateScan": 1630073021,
"FirstSeen": 1630073021
},
{
"Name": "electrs",
"Repository": "ofawx/electrs",
"Registry": "https://hub.docker.com/r/ofawx/electrs/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/112959-support-ofawx-templates-repo/",
"Project": "https://github.com/romanz/electrs",
"Overview": "\n Serve your Electrum clients from your own Bitcoin node! Avoid trusting public Electrum nodes, and maintain your own privacy.\n [br][br]\n Electrs is designed for personal use only, and is not appropriate for serving a large number of clients. Electrs does not support encrypted (SSL) communication, so avoid connecting directly to the TCP port over public networks (eg the Internet). Consider using a VPN or nginx as an SSL proxy to provide security and privacy.\n [br]\n If you have RPC enabled in Bitcoin Core without manually specifying an RPC user and password, Electrs can use Bitcoin's cookie file to auth automatically. If you have manually configured user and password in Bitcoin, these must also be set in Electrs manually. To do so, create a file called electrs.toml in the Electrs Data directory configured below. In this file, include the following data, substituting your own values for USER and PASSWORD: auth = \"USER:PASSWORD\"\n [br]\n See https://github.com/romanz/electrs/blob/master/doc/usage.md for full details on Electrs configuration. \n ",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/ofawx/unraid-templates/master/electrs.xml",
"Icon": "",
"PostArgs": "-vvvv",
"CPUset": "",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "Electrum TCP",
"Target": "50001",
"Default": "50001",
"Mode": "tcp",
"Description": "Port to listen for incoming client connections",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "50001"
},
{
"@attributes": {
"Name": "Core RPC Address",
"Target": "ELECTRS_DAEMON_RPC_ADDR",
"Default": "192.168.1.1:8332",
"Description": "Address for Bitcoin Core RPC.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Data",
"Target": "/data/",
"Default": "/mnt/user/bitcoin/electrs",
"Mode": "rw",
"Description": "Database storage. Requires at least 50 GiB free disk.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/bitcoin/electrs/"
},
{
"@attributes": {
"Name": "Bitcoin Data",
"Target": "/data/.bitcoin/",
"Default": "/mnt/user/bitcoin/core",
"Mode": "ro",
"Description": "Bitcoin Core data directory. Read only.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/bitcoin/core/"
}
],
"Repo": "ofawx's Repository",
"Beta": "true",
"templatePath": "/tmp/GitHub/AppFeed/templates/ofawxsRepository/electrs.xml",
"CategoryList": [
"Tools-Utilities",
"Network-Other",
"Crypto"
],
"downloads": 15,
"LastUpdateScan": 1630663411,
"FirstSeen": 1630663411
},
{
"Name": "PhotoStructure",
"Repository": "photostructure/server:stable",

View File

@ -1,7 +1,7 @@
{
"apps": 1346,
"last_updated_timestamp": 1630656211,
"last_updated": "2021-09-03 04:03",
"apps": 1347,
"last_updated_timestamp": 1630663412,
"last_updated": "2021-09-03 06:03",
"categories": [
{
"Cat": "Backup:",
@ -187808,6 +187808,93 @@
"LastUpdateScan": 1630073021,
"FirstSeen": 1630073021
},
{
"Name": "electrs",
"Repository": "ofawx/electrs",
"Registry": "https://hub.docker.com/r/ofawx/electrs/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/112959-support-ofawx-templates-repo/",
"Project": "https://github.com/romanz/electrs",
"Overview": "\n Serve your Electrum clients from your own Bitcoin node! Avoid trusting public Electrum nodes, and maintain your own privacy.\n [br][br]\n Electrs is designed for personal use only, and is not appropriate for serving a large number of clients. Electrs does not support encrypted (SSL) communication, so avoid connecting directly to the TCP port over public networks (eg the Internet). Consider using a VPN or nginx as an SSL proxy to provide security and privacy.\n [br]\n If you have RPC enabled in Bitcoin Core without manually specifying an RPC user and password, Electrs can use Bitcoin's cookie file to auth automatically. If you have manually configured user and password in Bitcoin, these must also be set in Electrs manually. To do so, create a file called electrs.toml in the Electrs Data directory configured below. In this file, include the following data, substituting your own values for USER and PASSWORD: auth = \"USER:PASSWORD\"\n [br]\n See https://github.com/romanz/electrs/blob/master/doc/usage.md for full details on Electrs configuration. \n ",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/ofawx/unraid-templates/master/electrs.xml",
"Icon": "",
"PostArgs": "-vvvv",
"CPUset": "",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "Electrum TCP",
"Target": "50001",
"Default": "50001",
"Mode": "tcp",
"Description": "Port to listen for incoming client connections",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "50001"
},
{
"@attributes": {
"Name": "Core RPC Address",
"Target": "ELECTRS_DAEMON_RPC_ADDR",
"Default": "192.168.1.1:8332",
"Description": "Address for Bitcoin Core RPC.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Data",
"Target": "/data/",
"Default": "/mnt/user/bitcoin/electrs",
"Mode": "rw",
"Description": "Database storage. Requires at least 50 GiB free disk.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/bitcoin/electrs/"
},
{
"@attributes": {
"Name": "Bitcoin Data",
"Target": "/data/.bitcoin/",
"Default": "/mnt/user/bitcoin/core",
"Mode": "ro",
"Description": "Bitcoin Core data directory. Read only.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/bitcoin/core/"
}
],
"Repo": "ofawx's Repository",
"Beta": "true",
"templatePath": "/tmp/GitHub/AppFeed/templates/ofawxsRepository/electrs.xml",
"CategoryList": [
"Tools-Utilities",
"Network-Other",
"Crypto"
],
"downloads": 15,
"LastUpdateScan": 1630663411,
"FirstSeen": 1630663411
},
{
"Name": "PhotoStructure",
"Repository": "photostructure/server:stable",

View File

@ -1733,5 +1733,6 @@
"bigmandave/doge-node": 1630429175,
"olprog/search-and-sort-movies": 1630429175,
"https://raw.githubusercontent.com/ich777/iscsi-initiator/master/iscsi-initiator.plg": 1630591418,
"directus/directus:latest": 1630591419
"directus/directus:latest": 1630591419,
"ofawx/electrs": 1630663411
}

View File

@ -97640,28 +97640,31 @@
"MediaApp-Photos",
"Productivity"
],
"downloads": 24292,
"trending": 14.667,
"downloads": 28307,
"trending": 14.184,
"trends": [
22.921,
21.101,
16.05,
14.667
14.667,
14.184
],
"trendsDate": [
1620259366,
1622858576,
1625457785,
1628056996
1628056996,
1630656211
],
"downloadtrend": [
10583,
13730,
17402,
20729,
24292
24292,
28307
],
"LastUpdateScan": 1628056996,
"LastUpdateScan": 1630656211,
"FirstSeen": 1604668115
},
{
@ -132657,7 +132660,7 @@
"Productivity",
"Tools-Utilities"
],
"LastUpdateScan": 1628056996,
"LastUpdateScan": 1630656211,
"FirstSeen": 1612465837
},
{
@ -171530,8 +171533,8 @@
"CategoryList": [
"Other"
],
"downloads": 2354,
"LastUpdateScan": 1628056996,
"downloads": 2564,
"LastUpdateScan": 1630656211,
"FirstSeen": 1628056996
},
{

View File

@ -52088,5 +52088,15 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"ofawx/electrs": {
"Base": null,
"Downloads": 15,
"Stars": null,
"Time": 1630663411,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}

View File

@ -1,5 +1,5 @@
{
"caFixed": 239,
"caFixed": 240,
"fixedTemplates": {
"smdion's Repository": {
"smdion/docker-h5ai": [
@ -795,6 +795,11 @@
"docker.io/llalon/shreddit": [
"No Support Link Present"
]
},
"ofawx's Repository": {
"ofawx/electrs": [
"No Icon specified within the application template"
]
}
}
}