coolify/app/Livewire/Server
Andras Bacsai 6293b14586 feat(server): add configurable SSH connection timeout per server
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
2026-04-28 15:39:36 +02:00
..
CaCertificate chore: prepare for PR 2026-02-25 12:00:24 +01:00
CloudProviderToken improved hetzner features 2025-10-09 12:53:57 +02:00
New Update ByHetzner.php 2026-03-25 19:26:13 +01:00
PrivateKey fix: sanitize error output in server validation logs 2026-03-26 18:36:36 +01:00
Proxy Add ValidProxyConfigFilename rule for dynamic proxy config validation 2025-12-09 16:12:45 +01:00
Security feat(livewire): add selectedActions parameter and error handling to delete methods 2026-03-11 15:04:45 +01:00
Advanced.php fix(validation): use int|string for Livewire numeric properties and remove nullable from API rules 2026-03-29 02:24:36 +05:30
Charts.php
CloudflareTunnel.php feat(auth): implement authorization checks for server updates across multiple components 2025-08-22 13:02:11 +02:00
Create.php refactor: replace queries with cached versions for performance improvements 2025-12-08 13:39:33 +01:00
Delete.php feat(server): allow force deletion of servers with resources 2026-03-13 16:58:26 +01:00
Destinations.php fix(models): replace forceFill/forceCreate with fill/create and add fillable guards 2026-03-31 13:45:31 +02:00
DockerCleanup.php chore: prepare for PR 2026-02-25 12:07:29 +01:00
DockerCleanupExecutions.php
Index.php refactor: replace queries with cached versions for performance improvements 2025-12-08 13:39:33 +01:00
LogDrains.php fix(log-drain): prevent command injection by base64-encoding environment variables 2026-03-10 22:22:51 +01:00
Navbar.php Fix ineffective restartInitiated guard with proper debouncing 2025-12-04 08:57:03 +01:00
Proxy.php fix(validation): add URL validation for proxy redirect input 2026-03-29 00:34:32 +05:30
Resources.php fix(livewire): add input validation to unmanaged container operations 2026-03-25 20:42:00 +01:00
Sentinel.php fix(validation): add input validation for sentinel configuration 2026-03-29 01:56:06 +05:30
Show.php feat(server): add configurable SSH connection timeout per server 2026-04-28 15:39:36 +02:00
Swarm.php refactor: move Swarm and Sentinel to dedicated sidebar menu items 2025-12-18 12:18:22 +01:00
ValidateAndInstall.php fix: sanitize error output in server validation logs 2026-03-26 18:36:36 +01:00