Skip to content

Commit

Permalink
update xftp
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Jan 6, 2025
1 parent c344fd6 commit 7a94171
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 44 deletions.
27 changes: 5 additions & 22 deletions config/devMarketplaceApps.json
Original file line number Diff line number Diff line change
Expand Up @@ -3578,7 +3578,7 @@
"enabled": true
},
{
"description": "Host your PRIVATE (password protected) Simplex SMP Server w/ Clearnet IP + Onion Address",
"description": "Host your PRIVATE (password protected) Simplex SMP Server with IP + Onion Address",
"priceUSD": 5.99,
"multiplier": 1,
"category": "Hosting",
Expand Down Expand Up @@ -3638,7 +3638,7 @@
"enabled": true
},
{
"description": "Host your PUBLIC SimpleX SMP Server w/ Clearnet IP + Onion Address",
"description": "Host your PUBLIC SimpleX SMP Server with IP + Onion Address",
"priceUSD": 5.99,
"multiplier": 1,
"category": "Hosting",
Expand Down Expand Up @@ -3691,7 +3691,7 @@
"enabled": true
},
{
"description": "Host your PUBLIC Simplex xFTP Server w/ Clearnet IP + Onion Address",
"description": "Host your PUBLIC Simplex xFTP 40GB Quota Server",
"priceUSD": 5.99,
"multiplier": 1,
"category": "Hosting",
Expand All @@ -3711,33 +3711,16 @@
"repotag": "runonflux/simplex-xftp-server:latest",
"containerPorts": [34443],
"domains": [""],
"environmentParameters": ["QUOTA=20gb"],
"environmentParameters": ["QUOTA=40gb"],
"commands": [],
"containerData": "/etc/opt/simplex-xftp",
"tiered": false,
"cpu": 0.9,
"ram": 2000,
"hdd": 20,
"hdd": 40,
"ports": [34443],
"secrets": "",
"repoauth": ""
},
{
"name": "onion",
"description": "Generate permanent onion address for local xFTP service",
"repotag": "wirewrex/hiddenonion:latest",
"containerPorts": [],
"domains": [],
"environmentParameters": ["SERVICE_HOST=xftpsimplex","SERVICE_PORT=34443","ONION_PORT=34443"],
"commands": [],
"containerData": "/var/lib/tor",
"tiered": false,
"cpu": 0.1,
"ram": 500,
"hdd": 1,
"ports": [],
"secrets": "",
"repoauth": ""
}
],
"visible": true,
Expand Down
27 changes: 5 additions & 22 deletions config/marketplaceApps.json
Original file line number Diff line number Diff line change
Expand Up @@ -3533,7 +3533,7 @@
"enabled": true
},
{
"description": "Host your PRIVATE (password protected) Simplex SMP Server w/ Clearnet IP + Onion Address",
"description": "Host your PRIVATE (password protected) Simplex SMP Server with IP + Onion Address",
"priceUSD": 5.99,
"multiplier": 1,
"category": "Hosting",
Expand Down Expand Up @@ -3593,7 +3593,7 @@
"enabled": true
},
{
"description": "Host your PUBLIC SimpleX SMP Server w/ Clearnet IP + Onion Address",
"description": "Host your PUBLIC SimpleX SMP Server with IP + Onion Address",
"priceUSD": 5.99,
"multiplier": 1,
"category": "Hosting",
Expand Down Expand Up @@ -3646,7 +3646,7 @@
"enabled": true
},
{
"description": "Host your PUBLIC Simplex xFTP Server w/ Clearnet IP + Onion Address",
"description": "Host your PUBLIC Simplex xFTP 40GB Quota Server",
"priceUSD": 5.99,
"multiplier": 1,
"category": "Hosting",
Expand All @@ -3666,33 +3666,16 @@
"repotag": "runonflux/simplex-xftp-server:latest",
"containerPorts": [34443],
"domains": [""],
"environmentParameters": ["QUOTA=20gb"],
"environmentParameters": ["QUOTA=40gb"],
"commands": [],
"containerData": "/etc/opt/simplex-xftp",
"tiered": false,
"cpu": 0.9,
"ram": 2000,
"hdd": 20,
"hdd": 40,
"ports": [34443],
"secrets": "",
"repoauth": ""
},
{
"name": "onion",
"description": "Generate permanent onion address for local xFTP service",
"repotag": "wirewrex/hiddenonion:latest",
"containerPorts": [],
"domains": [],
"environmentParameters": ["SERVICE_HOST=xftpsimplex","SERVICE_PORT=34443","ONION_PORT=34443"],
"commands": [],
"containerData": "/var/lib/tor",
"tiered": false,
"cpu": 0.1,
"ram": 500,
"hdd": 1,
"ports": [],
"secrets": "",
"repoauth": ""
}
],
"visible": true,
Expand Down

0 comments on commit 7a94171

Please sign in to comment.