2022-09-12 17:40:34 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
2022-09-24 13:22:44 +00:00
|
|
|
"name": "Moneroblock",
|
2022-09-12 17:40:34 +00:00
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"port": 31312,
|
|
|
|
"id": "moneroblock",
|
2023-06-12 19:58:59 +00:00
|
|
|
"tipi_version": 3,
|
2023-03-28 22:14:19 +00:00
|
|
|
"version": "0.1.2",
|
2023-06-12 19:58:59 +00:00
|
|
|
"categories": ["utilities"],
|
2022-09-12 17:40:34 +00:00
|
|
|
"description": "MoneroBlock is a trustless block explorer for the Monero payment network.",
|
|
|
|
"short_desc": "Decentralized and trustless Monero block explorer",
|
|
|
|
"author": "duggavo",
|
|
|
|
"source": "https://github.com/duggavo/MoneroBlock",
|
|
|
|
"form_fields": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
2022-11-18 18:18:30 +00:00
|
|
|
"label": "Monero Daemon",
|
|
|
|
"hint": "Address in format node.host.name:port, i.e. node.sethforprivacy.com:18089",
|
2022-09-12 17:40:34 +00:00
|
|
|
"max": 100,
|
|
|
|
"min": 10,
|
|
|
|
"required": false,
|
|
|
|
"env_variable": "DAEMON_ADDRESS"
|
|
|
|
}
|
2023-10-29 19:43:17 +00:00
|
|
|
],
|
|
|
|
"supported_architectures": ["arm64", "amd64"]
|
2022-09-12 17:40:34 +00:00
|
|
|
}
|