FleexSecurity / fleex

Fleex makes it easy to create multiple VPS on cloud providers and use them to distribute workloads.
https://fleexsecurity.github.io/fleex-docs/
Apache License 2.0
250 stars 30 forks source link

feat: custom vps on fleex #28

Closed xm1k3 closed 1 year ago

xm1k3 commented 2 years ago

WIP:implementation of custom vps with Fleex

Configuration:

custom:
  vps-1:
    ip: {VPS-IP}
    port: {VPS-PORT}
    username: {USERNAME}
    password: {PASSWD}
  vps-2:
    ip: {VPS-IP}
    port: {VPS-PORT}
    username: {USERNAME}
    password: {PASSWD}
  vps-3:
    ip: {VPS-IP}
    port: {VPS-PORT}
    username: {USERNAME}
    password: {PASSWD}
xm1k3 commented 1 year ago

this logic is no longer available, config file will be in json