coolify/app
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
..
Actions fix(proxy): proxy restart does not work on domain 2025-04-02 19:38:31 +02:00
Console feat(api): add endpoints for retrieving application logs and deployments 2025-03-31 17:38:54 +02:00
Contracts refactor: streamline job status retrieval and clean up repository interface 2025-01-10 19:53:13 +01:00
Data Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Enums Add new role enum and apply authorization 2024-10-28 17:08:24 +01:00
Events feat: DockerCleanupDone event 2025-01-15 17:19:32 +01:00
Exceptions Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Helpers fix(ssl): add mount path to DB to fix regeneration of certs 2025-02-07 18:11:26 +01:00
Http fix(docs): comment out execute for now 2025-04-01 20:57:20 +02:00
Jobs fix(proxy): proxy restart does not work on domain 2025-04-02 19:38:31 +02:00
Listeners Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Livewire fix(proxy): proxy restart does not work on domain 2025-04-02 19:38:31 +02:00
Models Merge pull request #5482 from djsisson/fix_custome_healthcheck 2025-03-31 15:29:34 +02:00
Notifications fix(email): Emails are not sent in multiple cases 2025-04-02 16:28:14 +02:00
Policies Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Providers refactor(configuration): centralize configuration management in ConfigurationRepository 2025-03-24 21:01:27 +01:00
Repositories refactor: streamline job status retrieval and clean up repository interface 2025-01-10 19:53:13 +01:00
Services refactor(configuration): centralize configuration management in ConfigurationRepository 2025-03-24 21:01:27 +01:00
Traits feat(user): implement session deletion on password reset 2025-03-21 15:45:29 +01:00
View/Components refactor(database): enhance SSL configuration handling for various databases 2025-03-26 17:24:46 +01:00