Trying to understand the GNU make file and the USE_SSL variable. What sets it to true? I looked around in your code and website but cannot figure it out.
Does it check for the local presence of the openssl header?
If I were to create a Dockerfile like https://github.com/ourway/docker-webfsd/blob/main/Dockerfile should I simply install the openssl package?
Thank you for any help!
Great little server. It's the only one I've found so far that supports byte ranges and works out of the box for streaming videos.
Trying to understand the GNU make file and the USE_SSL variable. What sets it to true? I looked around in your code and website but cannot figure it out.
Does it check for the local presence of the openssl header?
If I were to create a Dockerfile like https://github.com/ourway/docker-webfsd/blob/main/Dockerfile should I simply install the openssl package?
Thank you for any help!
Great little server. It's the only one I've found so far that supports byte ranges and works out of the box for streaming videos.