fizzy icon indicating copy to clipboard operation
fizzy copied to clipboard

Add `DSIABLE_SSL` env option

Open kevinmcconnell opened this issue 2 weeks ago • 0 comments

assume_ssl and force_ssl are often used together:

  • When running behind a terminating proxy (including Thruster) you'll want both.
  • When running without SSL (like on localhost) you'll want neither.

To simplify setup for those cases, we add the DISABLE_SSL option. When set to true all SSL-related behaviour is turned off. When left as the default, it's on. This is handy for self-hosting with the Docker image, as it's one less ENV var to have to set.

We can still use ASSUME_SSL and FORCE_SSL to set those separately if required.

cc @lewispb

kevinmcconnell avatar Dec 11 '25 15:12 kevinmcconnell