/ dappnode_package.json
dappnode_package.json
1 { 2 "upstream": [ 3 { 4 "repo": "codex-storage/nim-codex", 5 "version": "0.2.5", 6 "arg": "UPSTREAM_VERSION_CODEX_NODE" 7 }, 8 { 9 "repo": "codexstorage/codex-marketplace-ui", 10 "version": "0.0.16", 11 "arg": "UPSTREAM_VERSION_CODEX_APP" 12 }, 13 { 14 "repo": "ethereum/client-go", 15 "version": "v1.13.15", 16 "arg": "UPSTREAM_VERSION_GETH" 17 } 18 ], 19 "shortDescription": "Codex Storage - Decentralized Durability Engine", 20 "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.", 21 "type": "service", 22 "mainService": "codex-app", 23 "architectures": ["linux/amd64", "linux/arm64"], 24 "author": "Codex DevOps", 25 "categories": ["Storage"], 26 "repository": { 27 "type": "git", 28 "url": "https://github.com/codex-storage/DAppNodePackage-codex.git" 29 }, 30 "bugs": { 31 "url": "https://github.com/codex-storage/nim-codex/issues" 32 }, 33 "license": "Apache-2.0, MIT" 34 }