logos-storage-DAppNodePackage/dappnode_package.json

35 lines
1.0 KiB
JSON
Raw Normal View History

2025-02-13 14:42:22 +02:00
{
"upstream": [
{
"repo": "codex-storage/nim-codex",
"version": "0.1.9",
"arg": "UPSTREAM_VERSION_CODEX_NODE"
},
{
"repo": "codexstorage/codex-marketplace-ui",
"version": "0.0.13",
"arg": "UPSTREAM_VERSION_CODEX_APP"
},
{
"repo": "ethereum/client-go",
"version": "v1.13.15",
"arg": "UPSTREAM_VERSION_GETH"
}
],
"shortDescription": "Codex Storage - Decentralized Durability Engine",
"description": "Codex is a durable, decentralised storage protocol designed to safeguard the world's most valuable information. Join the testnet to help secure a resilient digital future.",
"type": "service",
"mainService": "codex-app",
"architectures": ["linux/amd64", "linux/arm64"],
"author": "Codex DevOps",
"categories": ["Storage"],
"repository": {
"type": "git",
"url": "https://github.com/codex-storage/DAppNodePackage-codex.git"
},
"bugs": {
"url": "https://github.com/codex-storage/nim-codex/issues"
},
"license": "Apache-2.0, MIT"
}