svenstaro/miniserve

Function Requesting: Serve multiple folders?

Opened this issue · 3 comments

Maybe it's my fault that I did not search the function of serving not-one folders. I think this function will be great because there are many chances that someone need to switch between the two folders.
BTW Thx for this useful tools!

It would be nice if one instance was able to serve multiple paths and there were either switches or HTTP API to add / remove such paths during runtime.
Being able to specify parameters such as username / password for each path served would be a great bonus.
I am often sharing random things with my friends and I'd like to avoid running multiple instances.

It would be nice if one instance was able to serve multiple paths and there were either switches or HTTP API to add / remove such paths during runtime. Being able to specify parameters such as username / password for each path served would be a great bonus. I am often sharing random things with my friends and I'd like to avoid running multiple instances.

Maybe you can try https://github.com/rejetto/hfs . Now it has been improved much till now.

I am sharing a folder with links to the folders I want to share, it's working fine on Linux for me.