If you see: "Access Tokens cannot be created because an organization requires SSO"
Use a per-org token instead. Run in your terminal: flyctl tokens org <your-org-name>
Then paste the generated token above.
Deploy failed: image not found
The Docker image ghcr.io/librefang/librefang:latest is built on each release.
If no release has been published yet, use the terminal deploy script below — it builds from source.
How to add or change LLM provider after deploy?
flyctl secrets set OPENAI_API_KEY=sk-... --app your-app-name
Then edit /data/config.toml via flyctl ssh console to update the default model.