coolify/app/Http/Controllers/Api
Meghea Iulian 5a7ced9438
feat(api): add api to create custom services
Add separate API to create services with custom Docker compose instead
of oneclick services implement as a POST to /services/compose.
This is somewhat similar to /applications/dockercompose but that API is
the only one in ApplicationsController that actually works with the `Service` model.
2025-03-19 06:51:20 +02:00
..
ApplicationsController.php fix(api): use name from request payload 2025-03-14 14:41:05 +02:00
DatabasesController.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
DeployController.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
OpenApi.php fix: uuid in api docs type 2024-07-24 21:10:32 +02:00
OtherController.php fix: version should come from constants + fix stripe webhook error reporting 2024-11-25 11:28:08 +01:00
ProjectController.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
ResourcesController.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
SecurityController.php fix: validate private key through API 2025-01-20 13:59:02 +01:00
ServersController.php fix: server proxy set correctly through the API 2025-01-20 13:59:02 +01:00
ServicesController.php feat(api): add api to create custom services 2025-03-19 06:51:20 +02:00
TeamController.php fix: root + read:sensive could read senstive data with a middlewarew 2024-12-09 11:10:35 +01:00