hydra-synth / hydra

Livecoding networked visuals in the browser
https://hydra.ojack.xyz
GNU Affero General Public License v3.0
2.13k stars 255 forks source link

falling back to HTTP if no certificate is found #212

Closed tpltnt closed 1 year ago

tpltnt commented 1 year ago

Hi Olivia,

I added a fallback to plain old HTTP when no certificate file is found. This is useful when you want to run hydra locally and do not want to deal with setting up TLS for things served from localhost.

Cheers, tpltnt