Fixes #7738
/claim #7738
Adds the ability to set environment variables on a per-server basis. These get injected into every application deployed on that server, so apps can tell which server they’re running on in multi-server deployments.
The priority order is: system defaults -> server env vars -> app env vars, meaning app-level vars can override server-level ones.
Also auto-injects COOLIFY_SERVER_NAME and COOLIFY_SERVER_UUID into all deployments by default (no config needed).
server_environment_variables table + ServerEnvironmentVariable modelenvironmentVariables() relationship on the Server modelApplicationDeploymentJobparsers.php for service/compose-based deploymentsMY_SERVER=server-1MY_SERVER and COOLIFY_SERVER_NAME / COOLIFY_SERVER_UUID are available inside the containerMY_SERVER, the app-level value should win285729101
@285729101
Praveen Pendyala
@pkpio