Skip to content

Commit

Permalink
testb
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Dec 5, 2023
1 parent d46fa76 commit 405e3ba
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions config/marketplaceApps.json
Original file line number Diff line number Diff line change
Expand Up @@ -3585,5 +3585,49 @@
],
"visible": true,
"enabled": true
},
{
"description": "TESTB",
"price": 32,
"multiplier": 1,
"category": "Masternode",
"version": 7,
"name": "TESTfiro",
"instances": 3,
"contacts": [],
"geolocation": [],
"staticip": true,
"nodes": [],
"isAutoEnterprise": true,
"expire": 66000,
"compose": [
{
"name": "node",
"description": "The Firo Node container",
"repotag": "runonflux/fironode:latest",
"containerPorts": [8168],
"domains": [""],
"environmentParameters": [],
"commands": [],
"containerData": "/root/.firo",
"tiered": false,
"cpu": 1,
"ram": 2000,
"hdd": 12,
"portSpecs": ["8000-9000"],
"ports": [8168],
"userSecrets": [
{
"name": "KEY",
"description": "The key of your masternode",
"placeholder": "Enter your key here"
}
],
"secrets": "",
"repoauth": ""
}
],
"visible": true,
"enabled": true
}
]

0 comments on commit 405e3ba

Please sign in to comment.