mirror of
https://github.com/retspen/webvirtcloud
synced 2024-10-31 19:44:16 +00:00
commit
448c66110b
3 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
Django==3.2.12
|
Django==3.2.13
|
||||||
django_bootstrap5==21.2
|
django_bootstrap5==21.2
|
||||||
django-icons==21.1
|
django-icons==21.1
|
||||||
django-login-required-middleware==0.7
|
django-login-required-middleware==0.7
|
||||||
|
@ -6,8 +6,8 @@ django-otp==1.1.3
|
||||||
django-qr-code==2.3.0
|
django-qr-code==2.3.0
|
||||||
gunicorn==20.1.0
|
gunicorn==20.1.0
|
||||||
libsass==0.21.0
|
libsass==0.21.0
|
||||||
libvirt-python==8.0.0
|
libvirt-python==8.2.0
|
||||||
lxml==4.7.1
|
lxml==4.8.0
|
||||||
qrcode==7.3.1
|
qrcode==7.3.1
|
||||||
rwlock==0.0.7
|
rwlock==0.0.7
|
||||||
websockify==0.10.0
|
websockify==0.10.0
|
||||||
|
|
|
@ -3,5 +3,5 @@ coverage==6.2
|
||||||
django-debug-toolbar==3.2.4
|
django-debug-toolbar==3.2.4
|
||||||
pycodestyle==2.8.0
|
pycodestyle==2.8.0
|
||||||
pyflakes==2.4.0
|
pyflakes==2.4.0
|
||||||
pylint==2.12.2
|
pylint==2.13.7
|
||||||
yapf==0.32.0
|
yapf==0.32.0
|
||||||
|
|
|
@ -391,7 +391,7 @@ until [[ $setupfqdn == "yes" ]] || [[ $setupfqdn == "no" ]]; do
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
echo -n " Q. Do you want to change NOVNC service port number?(Default: 6080) "
|
echo -n " Q. NOVNC service port number?(Default: 6080) "
|
||||||
read -r novncd_port
|
read -r novncd_port
|
||||||
if [ -z "$novncd_port" ]; then
|
if [ -z "$novncd_port" ]; then
|
||||||
readonly novncd_port=6080
|
readonly novncd_port=6080
|
||||||
|
@ -399,7 +399,7 @@ fi
|
||||||
echo " Setting novnc service port $novncd_port"
|
echo " Setting novnc service port $novncd_port"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
echo -n " Q. Do you want to change NOVNC public port number for reverse proxy(e.g: 80 or 443)?(Default: 6080) "
|
echo -n " Q. NOVNC public port number for reverse proxy(e.g: 80 or 443)?(Default: 6080) "
|
||||||
read -r novncd_public_port
|
read -r novncd_public_port
|
||||||
if [ -z "$novncd_public_port" ]; then
|
if [ -z "$novncd_public_port" ]; then
|
||||||
readonly novncd_public_port=6080
|
readonly novncd_public_port=6080
|
||||||
|
@ -407,7 +407,7 @@ fi
|
||||||
echo " Setting novnc public port $novncd_public_port"
|
echo " Setting novnc public port $novncd_public_port"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
echo -n " Q. Do you want to change NOVNC host listen ip?(Default: 0.0.0.0) "
|
echo -n " Q. NOVNC host listen ip?(Default: 0.0.0.0) "
|
||||||
read -r novncd_host
|
read -r novncd_host
|
||||||
if [ -z "$novncd_host" ]; then
|
if [ -z "$novncd_host" ]; then
|
||||||
readonly novncd_host="0.0.0.0"
|
readonly novncd_host="0.0.0.0"
|
||||||
|
|
Loading…
Reference in a new issue