coolify/app/Actions/Database
Brendan G. Lim 30c1d9bbd0 feat: add configurable timeout for public database TCP proxy
Adds a per-database 'Proxy Timeout' setting for publicly exposed databases.
The nginx stream proxy_timeout can now be configured in the UI, defaulting
to 3600s (1 hour) instead of nginx's 10min default. Set to 0 for no timeout.

Fixes #7743
2026-02-26 21:12:58 -08:00
..
RestartDatabase.php Fix database restart to skip unnecessary Docker cleanup 2025-11-20 17:15:45 +01:00
StartClickhouse.php Added ClickHouse Migration Support (#7392) 2025-12-17 11:37:53 +01:00
StartDatabase.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
StartDatabaseProxy.php feat: add configurable timeout for public database TCP proxy 2026-02-26 21:12:58 -08:00
StartDragonfly.php fix(docker): migrate database start actions from --time to -t flag 2025-11-28 11:18:12 +01:00
StartKeydb.php chore: prepare for PR 2026-02-23 13:26:01 +01:00
StartMariadb.php fix(docker): migrate database start actions from --time to -t flag 2025-11-28 11:18:12 +01:00
StartMongodb.php fix(docker): migrate database start actions from --time to -t flag 2025-11-28 11:18:12 +01:00
StartMysql.php fix(docker): migrate database start actions from --time to -t flag 2025-11-28 11:18:12 +01:00
StartPostgresql.php fix(docker): migrate database start actions from --time to -t flag 2025-11-28 11:18:12 +01:00
StartRedis.php chore: prepare for PR 2026-02-23 13:26:01 +01:00
StopDatabase.php fix(restart): reset restart count when resource is manually stopped 2025-12-27 15:21:19 +01:00
StopDatabaseProxy.php chore: prepare for PR 2026-02-03 15:32:03 +01:00