services.prefect.baseUrl

NixOS option

External url the UI is reached at, when served by a reverse proxy. Defaults to the address the server itself binds, which is what you want when there is no proxy in front of it.

type: string
Default
"http://${host}:${toString port}"
Example
"https://example.com/prefect"
declared in: nixos/modules/services/scheduling/prefect.nixView source on NixOS/nixpkgs →