4censord

Results 95 comments of 4censord

I found this way while reading the xapi documentation at https://wiki.xenproject.org/wiki/Disk_import/export_APIs Is this still up to date? If not, where would the current documentation be?

just for reference, the pack builder uploads isos with the same basic steps, using xapi via http{s}. https://github.com/ddelnano/packer-plugin-xenserver/blob/c5e5a86607f49eef0e8685574c8c8dbe780e8021/builder/xenserver/common/step_upload_vdi.go#L21-L97

> @fbeauchamp is investigating on 2, REST API improvements are also coming too. I looking at the pullrequest @fbeauchamp has opened, i realize that writing to iso sr's is explicitly...

This should already have be fixed with version `4.0.6`

Maybe https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-own-webserver.md#another-webserver sufficient for you? That should allow you to use any other server, with the downside that you need to configure it yourself.

Well, on the project page itself it lists a snippet for using nginx: https://github.com/matrix-org/sliding-sync#same-hostname

If you use the external reverse proxy option, as far as i can tell that should not happen.

For me, the integrated web view mode works just fine on Linux. When following the instructions for installing from PyPi in https://pygobject.readthedocs.io/en/latest/getting_started.html#arch-logo-arch-linux , and then manually installing `pywebview[gtk]` everything works...

It seems to now be properly supported by xoa, https://github.com/vatesfr/xen-orchestra/issues/6182#issuecomment-1235257176. I would also like to extend that to importing vm images from remote locations, like upstream cloudinit images, and creating...

Does the terraform HTTP provider keep its result in memory? This might be fine for small ISO's like alpine, but bigger ones like current windows isos (>5GiB) might be a...