The possibility to use wget for downloading a folder is a very valuable feature. I've tried miniserve-0.26 today and I see that hostname:port is written twice,like below:
Download folder:
'https://<IP>:8080https://<IP>:8080/folder/?raw=true'
I think, but I am not 100% sure, that it happens when I use autogenerated certificates
./miniserve --tls-cert miniserve.cert --tls-key miniserve.key -W /path/to/my/folder
The possibility to use wget for downloading a folder is a very valuable feature. I've tried
miniserve-0.26today and I see that hostname:port is written twice,like below:I think, but I am not 100% sure, that it happens when I use autogenerated certificates