49e9316685
* feat(jackett): change config to support local domain * feat(matrix-conduit): change config to support local domain * feat(mealie): change config to support local domain * feat(memos): change config to support local domain * feat(mind): change config to support local domain * feat(minecraft-server): change config to support local domain * feat(mixpost): change config to support local domain * feat(mixpost-pro): change config to support local domain * feat(moneroblock): change config to support local domain * feat(monerod): change config to support local domain * feat(monica): change config to support local domain * feat(movary): change config to support local domain * feat(mstream): change config to support local domain * feat(mylar3): change config to support local domain * feat(n8n): change config to support local domain * feat(navidrome): change config to support local domain * feat(nitter): change config to support local domain * feat(nocodb): change config to support local domain * feat(nodered): change config to support local domain * feat(onedev): change config to support local domain * feat(openbooks): change config to support local domain * feat(overseerr): change config to support local domain * feat(owncloud): change config to support local domain
20 lines
872 B
JSON
20 lines
872 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Monero Daemon",
|
|
"available": true,
|
|
"exposable": true,
|
|
"no_gui": true,
|
|
"port": 18080,
|
|
"id": "monerod",
|
|
"tipi_version": 7,
|
|
"version": "0.18.2.2",
|
|
"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
|
|
}
|