violet_rails icon indicating copy to clipboard operation
violet_rails copied to clipboard

VPN strategy for connecting to servers/clusters

Open donrestarone opened this issue 3 years ago • 0 comments
trafficstars

we currently rely on the hosting provider and don't have a strategy for providing an out-of-the-box communication tunnel to Violet.

The task is to provide a 1 stop shop for connecting to a system via CLI.

examples:

To view violet instances you have access to

restarone violet ls

lists each domain

1. nikean.org => 55.66.124.1
2. restarone.com => 55.66.124.2 
2. restarone.com => 55.66.124.3 

to connect:

restarone violet ssh nikean.org

to run a rails console

restarone violet console nikean.org

donrestarone avatar Sep 10 '22 18:09 donrestarone