retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.7k stars 372 forks source link

remove css urls, add missing socketio requirements, fix cookie import… #521

Closed catborise closed 2 years ago

catborise commented 2 years ago

…, and rearrange socketiod connection

catborise commented 2 years ago

hi @GaetanF, to make it work for me, i made some changes socketio files. can you please check it if it also working for your setup. thanks for everything.

GaetanF commented 2 years ago

Hi @catborise,

Hum it's seems that consoleback script doesn't work with your modification. Because is use the system python3 binary and not the binary in the virtualenv.

This is the reason I have added the full path on the socketiod subprocess call. To solve them, you can override the environment path variable in the supervisor conf.d to add the virtualenv bin path ?

Thank :)