mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-12 22:10:01 -04:00
use latest websockify, allow user to change port
This commit is contained in:
parent
953b6cb191
commit
7472c899db
4 changed files with 18 additions and 10 deletions
|
@ -10,7 +10,10 @@ fi
|
|||
source .venv/bin/activate
|
||||
|
||||
if ! python3 -c "import asyncio_socks_server, websockify" 2> /dev/null; then
|
||||
pip3 install -r requirements.txt
|
||||
pip3 install asyncio-socks-server
|
||||
git clone https://github.com/novnc/websockify -b master --depth=1
|
||||
pip3 install ./websockify
|
||||
rm -rf websockify
|
||||
fi
|
||||
|
||||
python3 main.py
|
Loading…
Add table
Add a link
Reference in a new issue