remove ignored pools config, check valid user when generating pool list, add start for ssh tasks

This commit is contained in:
Jordan Rodgers 2018-01-28 21:23:24 -05:00
parent b57279788d
commit cab0745707
5 changed files with 20 additions and 5 deletions

View file

@ -2,10 +2,6 @@ from os import environ
# Proxstar
VM_EXPIRE_MONTHS = int(environ.get('PROXSTAR_VM_EXPIRE_MONTHS', '3'))
IGNORED_POOLS = [
pool.strip()
for pool in environ.get('PROXSTAR_IGNORED_POOLS', '').split(',')
]
# Flask
IP = environ.get('PROXSTAR_IP', '0.0.0.0')