|
před 4 měsíci | |
---|---|---|
sporestackv2 | před 4 měsíci | |
.gitignore | před 2 roky | |
LICENSE.txt | před 4 roky | |
README.md | před 4 měsíci | |
requirements.txt | před 3 roky | |
setup.cfg | před 4 roky | |
setup.py | před 4 měsíci |
pip3 install sporestack || pip install sporestack
sporestackv2 launch SomeHostname --flavor vps-1vcpu-1gb --days 7 --ssh_key_file ~/.ssh/id_rsa.pub --operating_system debian-9 --currency btc
sporestackv2 topup SomeHostname --days 3 --currency bsv
sporestackv2 launch SomeOtherHostname --flavor vps-1vcpu-2gb --days 7 --ssh_key_file ~/.ssh/id_rsa.pub --operating_system debian-10 --currency btc
sporestackv2 stop SomeHostname
sporestackv2 start SomeHostname
sporestackv2 list
sporestackv2 remove SomeHostname # If expired
sporestackv2 settlement_token_generate
sporestackv2 settlement_token_enable (token) --dollars 10 --currency xmr
sporestackv2 settlement_token_add (token) --dollars 25 --currency btc
sporestackv2 settlement_token_balance (token)
More examples on the website.
serialconsole
for the time being.)If using Hidden Hosting, configure ~/.ssh/config like this (fixes serialconsole and you can ssh without torsocks):
Host *.onion
ProxyCommand nc -x localhost:9050 %h %p
Use sporestackv2
instead of sporestack
.