# FX Cloudron package — environment knobs # # Set via App -> Configure -> Environment; they are visible to fx when # run from the app's web terminal. Not secrets. # Default deploy target for fx up/list/down/image: @ of a # Docker host reachable over SSH. Leave unset to pass --host per # command. The SSH key itself is a file, not env: put it in # /app/data/ssh/ and pass --ssh_key (fx authenticates with keys only). #FX_HOST=deploy@docker.example.com # Path to a kubeconfig for Kubernetes deploys (or pass -C per command). # /app/data/kube/config is the persistent home for it. #FX_KUBECONF=/app/data/kube/config