dealing with passwords
This commit is contained in:
parent
037946df66
commit
9cebb7f7c0
3 changed files with 1 additions and 20 deletions
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2015 deflax.net
|
Copyright (c) 2015-2016 deflax.net
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
This software is provided 'as-is', without any express or implied
|
||||||
warranty. In no event will the authors be held liable for any damages
|
warranty. In no event will the authors be held liable for any damages
|
||||||
|
|
17
control.py
17
control.py
|
@ -1,17 +0,0 @@
|
||||||
import journaldb
|
|
||||||
import bcrypt
|
|
||||||
|
|
||||||
from flask import Flask
|
|
||||||
app = Flask(__name__)
|
|
||||||
|
|
||||||
@app.route('/')
|
|
||||||
def index():
|
|
||||||
return "pxmp v0.1"
|
|
||||||
|
|
||||||
@app.route('/fu')
|
|
||||||
def fu():
|
|
||||||
return "FU!"
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
app.run(host='0.0.0.0', debug=True)
|
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
uwsgi
|
uwsgi
|
||||||
pyOpenSSL
|
pyOpenSSL
|
||||||
bcrypt
|
|
||||||
requests
|
requests
|
||||||
falcon
|
falcon
|
||||||
urllib
|
urllib
|
||||||
netaddr
|
netaddr
|
||||||
proxmoxer
|
proxmoxer
|
||||||
websockify
|
websockify
|
||||||
flask
|
|
||||||
|
|
Loading…
Reference in a new issue