Add `connection_timeout` field to server settings, allowing per-server override of the global SSH connection timeout constant. - Migration adds `connection_timeout` integer column (default 10s) - `ServerSetting` model exposes and casts the new field - `SshMultiplexingHelper::getConnectionTimeout()` resolves per-server value with fallback to `constants.ssh.connection_timeout` - All SSH/SCP command builders use the new resolver instead of the global config directly - Livewire `Show` component binds `connectionTimeout` with validation (1–300 seconds) and syncs to/from the model - UI input added to server settings form with helper text - Feature tests cover default, persistence, resolver, and fallback |
||
|---|---|---|
| .. | ||
| CaCertificate | ||
| CloudProviderToken | ||
| New | ||
| PrivateKey | ||
| Proxy | ||
| Security | ||
| Advanced.php | ||
| Charts.php | ||
| CloudflareTunnel.php | ||
| Create.php | ||
| Delete.php | ||
| Destinations.php | ||
| DockerCleanup.php | ||
| DockerCleanupExecutions.php | ||
| Index.php | ||
| LogDrains.php | ||
| Navbar.php | ||
| Proxy.php | ||
| Resources.php | ||
| Sentinel.php | ||
| Show.php | ||
| Swarm.php | ||
| ValidateAndInstall.php | ||