From 36f6a94288cf4d6a72bd17abf7504ce54d6130c8 Mon Sep 17 00:00:00 2001 From: Kyuubi2709 Date: Tue, 22 Aug 2023 12:18:01 +0200 Subject: [PATCH] Update marketplaceApps.json Added the Neurai Blockbook to the Marketplace @Cabecinha84 @TheTrunk --- config/marketplaceApps.json | 44 +++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/config/marketplaceApps.json b/config/marketplaceApps.json index 1e6e27b..2db7347 100644 --- a/config/marketplaceApps.json +++ b/config/marketplaceApps.json @@ -3772,5 +3772,49 @@ ], "visible": true, "enabled": true + }, + { + "description": "Host your Blockbook for Neurai on the Flux Cloud", + "price": 10.8, + "category": "Blockbook", + "version": 4, + "name": "BlockbookXNA", + "instances": 3, + "compose": [ + { + "name": "blockbookneurai", + "description": "Blockbook for Neurai", + "repotag": "runonflux/blockbook-docker:latest", + "containerPorts": [ + 9168,1337 + ], + "domains": [ + "","" + ], + "environmentParameters": ["COIN=neurai","BLOCKBOOK_PORT=9168","BLOCKBOOKGIT_URL=https://github.com/NeuraiProject/blockbook"], + "commands": [], + "containerData": "/root", + "tiered": false, + "cpu": 2.5, + "ram": 5000, + "hdd": 40.0, + "cpubasic": 2.5, + "cpusuper": 2.5, + "cpubamf": 2.5, + "rambasic": 5000, + "ramsuper": 5000, + "rambamf": 5000, + "hddbasic": 40, + "hddsuper": 40, + "hddbamf": 40, + "portSpecs": [ + "34000-34500" + ], + "ports": [34149,31450], + "userEnvironmentParameters": [] + } + ], + "visible": true, + "enabled": true } ]