Skip to content

Commit

Permalink
second ho ho ho
Browse files Browse the repository at this point in the history
  • Loading branch information
Cabecinha84 committed Dec 21, 2023
1 parent 0b2b7ef commit aa7899a
Showing 1 changed file with 160 additions and 1 deletion.
161 changes: 160 additions & 1 deletion config/devMarketplaceApps.json
Original file line number Diff line number Diff line change
Expand Up @@ -3694,7 +3694,7 @@
"enabled": true
},
{
"description": "Host your Streamr 1.0 Testnet on the Flux Cloud",
"description": "Host your Streamr 1.0 Testnet on the Flux Cloud 1-month plan",
"price": 23.18,
"multiplier": 1,
"category": "Blockchain",
Expand Down Expand Up @@ -3745,5 +3745,164 @@
],
"visible": true,
"enabled": true
},
{
"description": "Host your Streamr 1.0 Testnet on the Flux Cloud 3-month plan",
"price": 64.67,
"multiplier": 1,
"category": "Blockchain",
"version": 7,
"name": "Streamr",
"instances": 3,
"isAutoEnterprise": true,
"contacts": [],
"geolocation": [],
"staticip": false,
"nodes": [],
"expire": 66000,
"compose": [
{
"name": "streamrnode",
"description": "The Streamr 1.0 Testnet container",
"repotag": "streamr/broker-node:v100.0.0-testnet-one.2",
"containerPorts": [
32200
],
"domains": [
""
],
"environmentParameters": [],
"commands": [],
"containerData": "/home/streamr/.streamr",
"tiered": false,
"cpu": 3.5,
"ram": 8000,
"hdd": 10,
"portSpecs": ["30000-50000"],
"ports": [32200],
"userEnvironmentParameters": [
{
"name": "STREAMR__BROKER__PLUGINS__OPERATOR__OPERATOR_CONTRACT_ADDRESS",
"description": "Your Operator Contract Address",
"placeholder": "Place your Address here"
},
{
"name": "STREAMR__BROKER__CLIENT__AUTH__PRIVATE_KEY",
"description": "Your Node Wallet Private Key",
"placeholder": "Place your Private Key here"
}
],
"secrets": "",
"repoauth": ""
}
],
"visible": true,
"enabled": true
},
{
"description": "Host your Streamr 1.0 Testnet on the Flux Cloud 6-month plan",
"price": 118.22,
"multiplier": 1,
"category": "Blockchain",
"version": 7,
"name": "Streamr",
"instances": 3,
"isAutoEnterprise": true,
"contacts": [],
"geolocation": [],
"staticip": false,
"nodes": [],
"expire": 132000,
"compose": [
{
"name": "streamrnode",
"description": "The Streamr 1.0 Testnet container",
"repotag": "streamr/broker-node:v100.0.0-testnet-one.2",
"containerPorts": [
32200
],
"domains": [
""
],
"environmentParameters": [],
"commands": [],
"containerData": "/home/streamr/.streamr",
"tiered": false,
"cpu": 3.5,
"ram": 8000,
"hdd": 10,
"portSpecs": ["30000-50000"],
"ports": [32200],
"userEnvironmentParameters": [
{
"name": "STREAMR__BROKER__PLUGINS__OPERATOR__OPERATOR_CONTRACT_ADDRESS",
"description": "Your Operator Contract Address",
"placeholder": "Place your Address here"
},
{
"name": "STREAMR__BROKER__CLIENT__AUTH__PRIVATE_KEY",
"description": "Your Node Wallet Private Key",
"placeholder": "Place your Private Key here"
}
],
"secrets": "",
"repoauth": ""
}
],
"visible": true,
"enabled": true
},
{
"description": "Host your Streamr 1.0 Testnet on the Flux Cloud 12-month plan",
"price": 194.71,
"multiplier": 1,
"category": "Blockchain",
"version": 7,
"name": "Streamr",
"instances": 3,
"isAutoEnterprise": true,
"contacts": [],
"geolocation": [],
"staticip": false,
"nodes": [],
"expire": 264000,
"compose": [
{
"name": "streamrnode",
"description": "The Streamr 1.0 Testnet container",
"repotag": "streamr/broker-node:v100.0.0-testnet-one.2",
"containerPorts": [
32200
],
"domains": [
""
],
"environmentParameters": [],
"commands": [],
"containerData": "/home/streamr/.streamr",
"tiered": false,
"cpu": 3.5,
"ram": 8000,
"hdd": 10,
"portSpecs": ["30000-50000"],
"ports": [32200],
"userEnvironmentParameters": [
{
"name": "STREAMR__BROKER__PLUGINS__OPERATOR__OPERATOR_CONTRACT_ADDRESS",
"description": "Your Operator Contract Address",
"placeholder": "Place your Address here"
},
{
"name": "STREAMR__BROKER__CLIENT__AUTH__PRIVATE_KEY",
"description": "Your Node Wallet Private Key",
"placeholder": "Place your Private Key here"
}
],
"secrets": "",
"repoauth": ""
}
],
"visible": true,
"enabled": true
}
]

0 comments on commit aa7899a

Please sign in to comment.