coolify/resources
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
..
css fix(ui): improve responsive project headings and controls 2026-04-09 19:51:31 +02:00
fonts fix(database): refresh SSL/status state and harden clone writes 2026-03-31 09:29:36 +02:00
js fix(terminal): remove verbose websocket message logging 2026-04-28 12:29:32 +02:00
views feat(server): add configurable SSH connection timeout per server 2026-04-28 15:39:36 +02:00