Go to file
2016-04-08 17:48:18 +03:00
.gitignore First. 2016-02-15 12:30:43 +02:00
clientsdb.py json middleware 2016-04-08 17:48:18 +03:00
config.ini.dist write vmpass and email 2016-03-31 01:12:38 +03:00
grid.py change logging 2016-04-02 04:29:22 +03:00
humanjson.sh simplifying stuff by removing the journal 2016-03-30 05:50:03 +03:00
ioconfig.py First. 2016-02-15 12:30:43 +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 major rewrite of the auth function 2016-03-31 17:40:40 +03:00
proxmaster.py json middleware 2016-04-08 17:48:18 +03: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 fixing various bugs 2016-04-01 02:37:21 +03: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/