Vscale¶
Vscale is a russian cloud platform, like DigitalOcean.
Note
IP addresses are updated every hour. If the instances are restarted too quickly, they will have the same IP address.
Get started¶
Step 4: Update configuration¶
Open conf.json
:
{
"providers": [
"type": "vscale",
"token": "YOUR PERSONAL TOKEN",
"region": "YOUR REGION (could be: msk0, spb0)",
"name": "YOUR SERVER NAME",
"sshKeyName": "YOUR SSH KEY (could be: mykey)",
"plan": "YOUR PLAN (could be: small)"
]
},
And update config with your parameters.
Configure Scrapoxy¶
Options: vscale¶
Option | Default value | Description |
---|---|---|
type | none | Must be vscale |
token | none | Credentials for Vscale |
region | none | Vscale region (example: msk0, spb0) |
sshKeyName | none | Name of the SSH key |
plan | none | Type of plan (example: small) |
name | Proxy | Name of the scalet |
imageName | none | Name of the image (for the proxy scalet) |
max | none | Maximum number of instances for this provider. If empty, there is no maximum. |