datasette-publish-fly icon indicating copy to clipboard operation
datasette-publish-fly copied to clipboard

Datasette plugin for publishing data using Fly

Results 6 datasette-publish-fly issues
Sort by recently updated
recently updated
newest added

I would like to [force http -> https redirects](https://community.fly.io/t/new-feature-automatic-https-redirects/4442), but as far as I see it's currently not possible to set `force_https = true` for the generated `fly.toml` file. Am...

Following #29 I decided to try this: ```bash datasette publish fly \ fixtures.db \ --app datasette-publish-fly-issue-29 \ --install datasette-auth-passwords \ --plugin-secret datasette-auth-passwords root_password_hash 'pbkdf2_sha256$480000$9ce99372d1fa079f770d4e2245bcf335$zJjskTDc6M8sxmEUYZBr/EC0e730Q9pzcF8RJB43c/c=' \ --install datasette-scale-to-zero \ --plugin-secret datasette-scale-to-zero...

documentation

I successfully deployed datasette to fly.io using the command below. I am trying to keep the .db in a persisted volume so that I can add and update data periodically...

I tried adding a custom SQLite extension like this: ``` --extra-options '--load-extension ./text.so' ``` but it fails to deploy. For now I am using the `--generate-dir` flag, copying the `.so`...

enhancement

https://fly.io/docs/pricing/ lists four options: It would be great if you could run `datasette publish fly data.db --size=cpu1` to deploy with a larger instance.

enhancement