Skip to content

Commit

Permalink
update marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
Cabecinha84 committed Aug 29, 2023
1 parent 64bad2b commit dde299a
Showing 1 changed file with 12 additions and 63 deletions.
75 changes: 12 additions & 63 deletions config/marketplaceApps.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,12 +367,17 @@
},
{
"description": "Host your Firo Node on the Flux Network",
"price": 9,
"multiplier": 1,
"price": 5.7,
"multiplier": 1,
"category": "Blockchain",
"version": 4,
"version": 7,
"name": "FiroNode",
"instances": 3,
"contacts": [],
"geolocation": [],
"staticip": true,
"nodes": [],
"expire": 22000,
"compose": [
{
"name": "node",
Expand All @@ -390,16 +395,7 @@
"tiered": false,
"cpu": 1,
"ram": 2000,
"hdd": 10,
"cpubasic": 1,
"cpusuper": 1,
"cpubamf": 1,
"rambasic": 2000,
"ramsuper": 2000,
"rambamf": 2000,
"hddbasic": 10,
"hddsuper": 10,
"hddbamf": 10,
"hdd": 10,
"portSpecs": [
"38000-38999"
],
Expand All @@ -410,7 +406,9 @@
"description": "The key of your masternode",
"placeholder": "Enter your key here"
}
]
],
"secrets": "",
"repoauth": ""
}
],
"visible": true,
Expand Down Expand Up @@ -3816,54 +3814,5 @@
],
"visible": true,
"enabled": true
},
{
"description": "Host your Firo Node on the Flux Network",
"price": 5.7,
"multiplier": 1,
"category": "Blockchain",
"version": 7,
"name": "FiroNode",
"instances": 3,
"contacts": [],
"geolocation": [],
"staticip": true,
"nodes": [],
"expire": 22000,
"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": 10,
"portSpecs": [
"38000-38999"
],
"ports": [38000],
"userEnvironmentParameters": [
{
"name": "KEY",
"description": "The key of your masternode",
"placeholder": "Enter your key here"
}
],
"secrets": "",
"repoauth": ""
}
],
"visible": true,
"enabled": true
}
]

0 comments on commit dde299a

Please sign in to comment.