Is there any way to enable https but disable basic auth in web ui

I want to serve some repo as public accessible , so is there any way to disable kopia server 's basic authentication ?

Recent builds have --without-password flag. It should work with TLS. Let me know if it does not work.

Thank you for quick response about that. Is this mean I need to build from the latest source to get this feature at this time ?

As of now yes. I will publish v0.8.0-beta3 this weekend which will have the flag.

Thanks for the flag.