chrisvel / tududi

tududi is a task and project management web application built with Sinatra
http://tududi.com/
Other
150 stars 9 forks source link

Make HTTPS optional #12

Closed leonardopc closed 11 months ago

leonardopc commented 11 months ago

SInce I am using a reverse proxy, I have no need to have your application creating/managing SSL certificates for me. Currently it does not work out of the box with traefik. Please make HTTPS optional so that my reverse proxy can take care of that. Thanks

chrisvel commented 11 months ago

Please pull v0.16 - A flag has been added to conditionally disable or enable the pre-generated SSL TUDUDI_INTERNAL_SSL_ENABLED. Check the README.