simonw / datasette-publish-fly

Datasette plugin for publishing data using Fly
Apache License 2.0
20 stars 7 forks source link

Allow setting `force_https = true` in `fly.toml` #31

Open schu opened 7 months ago

schu commented 7 months ago

I would like to force http -> https redirects, but as far as I see it's currently not possible to set force_https = true for the generated fly.toml file.

Am I missing something or is this an option that could be exposed to the user? (Personally, I wouldn't mind to hard code force_https = true in FLY_TOML though.)

schu commented 5 months ago

Friendly ping :)