app-store/apps/electrs/config.json
Jorge Montejo 91e1d4470a
App/electrs (#3336)
* add electrs

* add user

* change config

* add electrs app

* Apply suggestions from code review

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* make bitcoin volume read only

* add required apps section

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-06-12 21:37:30 +02:00

38 lines
917 B
JSON

{
"$schema": "../schema.json",
"name": "Electrs",
"available": true,
"exposable": false,
"no_gui": false,
"port": 3006,
"id": "electrs",
"description": "Electrum server",
"tipi_version": 1,
"version": "0.10.2",
"categories": [
"finance"
],
"short_desc": "Electrum server",
"author": "romanz",
"source": "https://github.com/romanz/electrs",
"supported_architectures": [
"amd64",
"arm64"
],
"form_fields": [
{
"type": "text",
"label": "Bitcoin data folder location (for .cookie file)",
"hint": "Default, tipi bitcoin folder",
"required": false,
"env_variable": "BITCOIND_DIR"
},
{
"type": "text",
"label": "Bitcoin node host address",
"hint": "Default, tipi bitcoin host",
"required": false,
"env_variable": "BITCOIND_HOST"
}
]
}