app-store/apps/monerod/config.json
Stavros 1cc62c2202
Add supported architectures to all apps. (#1493)
* Add the extra config to the first 50 apps and modify tests,

* Add arch to extra 55 apps.

* Fix tests error.

* Fix tests (again).

* Andd the last 77 apps.

* Change photoprism from latest to a version.

* Fixes.

* Drop arm support for peppermint.

---------

Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
2023-10-29 21:43:17 +02:00

23 lines
929 B
JSON

{
"$schema": "../schema.json",
"name": "Monero Daemon",
"available": true,
"exposable": true,
"no_gui": true,
"port": 18080,
"id": "monerod",
"tipi_version": 8,
"version": "0.18.3.1",
"categories": [
"finance"
],
"description": "A device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network. This is a simple and straightforward Dockerized monerod built from source and exposing standard ports. Please note that running this requires >50GB of free disk space and is best run on solid-state (SSD) storage.",
"short_desc": "Monero is a private, decentralized cryptocurrency that keeps your finances confidential and secure.",
"author": "sethforprivacy",
"source": "https://github.com/sethforprivacy/simple-monerod-docker",
"form_fields": [],
"uid": 1000,
"gid": 1000,
"supported_architectures": ["arm64", "amd64"]
}