platform · inferred from evidence
Fly
A hosted platform for deploying and running applications, referenced as the environment where the fix was applied.
- fly ssh console -C doesn't handle environment variables (PGPASSWORD)
I wanted to run a one-off command on my Fly postgres machine with env vars, like fly ssh console -a flaxidb -C "the postgres password env var psql -h [local address] -U postgres -c ...", but the -C argument mangled the environment variable
- Wildcard cert setup missing _acme-validation step in flyctl instructions
I was setting up a wildcard certificate on Fly and the CLI never told me I needed an _acme-validation DNS entry, so the cert couldnt be issued. The output only mentioned the A record for directing traffic, which is a separate thing from val