I run my Proxmox VE using frp reverse proxy for remote access. The local web gui page https://192.168.123.182:8006/ is redirected to https://43.249.xxx.xxx:55012 and the local's 3128 port is also redirected to remote 55011 port.
If I want to use SPICE remotely, I have to download the .vv file and quickly edit the proxy's line from proxy=http://43.249.xxx.xxx:3128 to proxy=http://43.249.xxx.xxx:55011 in able to connect. Since the *.vv file expires in 30 seconds, it's not easy to do so.
So I searched around and found this project, but it seems it can's specify the port for the proxy either. If I run this command, it can fetch the .vv file, but it's still using the 3128 proxy port.
I run my Proxmox VE using frp reverse proxy for remote access. The local web gui page https://192.168.123.182:8006/ is redirected to https://43.249.xxx.xxx:55012 and the local's 3128 port is also redirected to remote 55011 port.
If I want to use SPICE remotely, I have to download the .vv file and quickly edit the proxy's line from proxy=http://43.249.xxx.xxx:3128 to proxy=http://43.249.xxx.xxx:55011 in able to connect. Since the *.vv file expires in 30 seconds, it's not easy to do so.
So I searched around and found this project, but it seems it can's specify the port for the proxy either. If I run this command, it can fetch the .vv file, but it's still using the 3128 proxy port.
If I run this command by adding the port, it can't fetch the .vv file
It will result in:
Could I specify the port for the proxy?