change name and desc
This commit is contained in:
parent
5f7e3a754a
commit
c482fe8879
|
@ -1,16 +1,16 @@
|
||||||
{
|
{
|
||||||
"$schema": "../schema.json",
|
"$schema": "../schema.json",
|
||||||
"name": "Bitcoin Daemon",
|
"name": "Bitcoin",
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": false,
|
"exposable": false,
|
||||||
"no_gui": true,
|
"no_gui": true,
|
||||||
"port": 8333,
|
"port": 8333,
|
||||||
"id": "bitcoind",
|
"id": "bitcoind",
|
||||||
"description": "Bitcoin node daemon",
|
"description": "Bitcoin core node",
|
||||||
"tipi_version": 1,
|
"tipi_version": 1,
|
||||||
"version": "26.0",
|
"version": "26.0",
|
||||||
"categories": ["finance"],
|
"categories": ["finance"],
|
||||||
"short_desc": "Bitcoin node daemon",
|
"short_desc": "Bitcoin core node",
|
||||||
"author": "Bitcoin developers",
|
"author": "Bitcoin developers",
|
||||||
"source": "https://github.com/lncm/docker-bitcoind",
|
"source": "https://github.com/lncm/docker-bitcoind",
|
||||||
"form_fields": [
|
"form_fields": [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user