coolify/app/Actions/Proxy
peaklabs-dev 331693546b
fix(proxy): proxy restart does not work on domain
- When you restart the proxy on an instance domain, the proxy stops and is removed, but never restarted. So you loose access over the domain and have to go in over IP and Port.
This is because we are doing the restart directly in the UI instead of in the background via a job, and the proxy is serving the UI domain.
2025-04-02 19:38:31 +02:00
..
CheckConfiguration.php fix: proxy conf in dev 2024-10-04 13:25:17 +02:00
CheckProxy.php refactor(proxy): improve port availability checks with multiple methods 2025-03-25 18:28:01 +01:00
SaveConfiguration.php refactor: Update code to use str() instead of Str::of() for string manipulation 2024-06-25 10:37:10 +02:00
StartProxy.php fix(core): remove --remove-orphans flag from proxy startup command to prevent other proxy deletions (db) 2025-02-03 21:24:27 +01:00
StopProxy.php fix(proxy): proxy restart does not work on domain 2025-04-02 19:38:31 +02:00