Go to file
2016-03-07 19:25:13 +02:00
.gitignore First. 2016-02-15 12:30:43 +02:00
clientsdb.py validating route functions 2016-03-07 19:25:13 +02:00
config.ini.dist First. 2016-02-15 12:30:43 +02:00
grid.py First. 2016-02-15 12:30:43 +02:00
humanjson.sh include password in journal 2016-02-20 04:26:04 +02:00
ioconfig.py First. 2016-02-15 12:30:43 +02:00
journaldb.py include password in journal 2016-02-20 04:26:04 +02:00
LICENSE dealing with passwords 2016-02-27 16:35:32 +02:00
nginx_example_vhost.txt First. 2016-02-15 12:30:43 +02:00
novnc.py iptables rule 2016-02-15 13:04:29 +02:00
plugin.py validating password functions 2016-03-04 03:51:54 +02:00
proxmaster.py validating route functions 2016-03-07 19:25:13 +02:00
README.md iptables rule 2016-02-15 13:04:29 +02:00
requirements.txt dealing with passwords 2016-02-27 16:35:32 +02:00
runwebsockify.py First. 2016-02-15 12:30:43 +02:00
start.sh First. 2016-02-15 12:30:43 +02:00
utils.py validating password functions 2016-03-04 03:51:54 +02:00

#Proxmaster Python RESTful API for managing a grid of vm slaves

##Installation instructions:

1. sudo pip3 install -r requirements.txt
2. create config.ini with the following format:
3. chmod +x start.sh
4. create nginx vhost via the provided template files:
- config.ini.dist
- nginx_example_vhost.txt
5. make sure this iptables rule is included:
iptables -A tcp_inbound -p TCP --match multiport --dports 6900:8000 -j ACCEPT #vnc range
6. o/