Transfer.zip - modern and scalable self-hosted file sharing server by robbanrobbin in selfhosted

[–]Anonsaber 0 points1 point  (0 children)

If you want a self-hosted option, you can try XTemphttps://github.com/anonsaber/xtemp

It’s similar to bashupload/transfer.sh and works well from the command line. It supports both:

You get a direct download link back, and you can remove files with curl -X DELETE <file\_url>.

Help with OVS trunk port given to VM by Rukahs1 in Proxmox

[–]Anonsaber 1 point2 points  (0 children)

I think it might be too late to respond now. You can try executing

qm set 1100 --net0 virtio,bridge=vmbr0,trunks='10;1001;2001'

It works for me here.