'0.9.10', // Deployed commit + branch. install.sh bakes these into .env from the host's .git (the prod // image ships no .git); the Versions page prefers them and falls back to a live .git read in // dev. Empty in dev (no install.sh run) → the .git fallback fills them in. 'build' => [ 'sha' => env('CLUSEV_BUILD_SHA') ?: null, 'branch' => env('CLUSEV_BUILD_BRANCH') ?: null, ], // Default user channel. Only 'stable' and 'beta' are ever offered to users. 'channel' => 'stable', // Install-time panel domain (APP_DOMAIN). The dashboard Setting overrides it; this // is the fallback so a domain set during install still gets automatic TLS. 'domain' => env('APP_DOMAIN'), // Real project home (self-hosted Gitea) + license. Open-core, AGPL. 'repository' => 'https://git.bave.dev/boban/clusev', 'license' => 'AGPL-3.0', ];