catborise

Results 198 comments of catborise

we can add tzdata to python requirement packages

can you please check http address to see if you can reach the chipset default values; with; ``` http://localhost:8000/computes/15/archs/x86_64/machines/ ``` 15:hostid-> change with your host id result like; ![image](https://github.com/retspen/webvirtcloud/assets/1725643/cbde5254-9b8f-4da8-bc65-226450a6f23b)

unfortunately it is driver problem with related qemu and spice. There is some open issue on spice page. They recommends make display driver "vga" to circumvent situation. https://gitlab.freedesktop.org/spice/spice-html5/-/issues/8

it is migrated to webvirtcloud same functionality + more features. you can look at it. https://github.com/retspen/webvirtcloud

``` proxy_pass http://127.0.0.1:4001; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-for $proxy_add_x_forwarded_for; proxy_set_header Host $host:$server_port; proxy_set_header X-Forwarded-Proto $remote_addr; proxy_set_header X-Forwarded-Ssl off; ``` you should rearange proxy_set_header. we use this as a default config....

hi @ssbaksa i build new one but without your specified problem. git pull works as expected. other than that it is ideal use of containers with disposable style. - git...

did you create a new build to see? i did create a new build in this morning and there is a .git folder and git pull works. may be your...

@ssbaksa if you want, you can remove ".git" line from ".dockerignore" then build it. it will put ".git" directory to the container. i do not know why my container contains...

hi @QZKrainpig why would you install webvirtcloud on macOS? for a special purpose? i think you want to install libvirt-python to macOS. Before the libvirt-python you should install libvirt and...

May be it is related with vm. Do you have hardware acceleration for virtualization? İnstall virt-manager then check it if it is properly working or not, please