This website requires JavaScript.
Explore
Help
Register
Sign In
tiennm99
/
coolify
Watch
1
Star
0
Fork
0
You've already forked coolify
mirror of
https://github.com/tiennm99/coolify.git
synced
2026-07-11 21:46:01 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
be34c0c2b4de256ae3c48e27aea68bc64db6312f
coolify
/
app
/
Http
/
Controllers
/
Api
T
History
Andras Bacsai
5ded100300
feat(api): add endpoints for managing environments in projects, including listing, creating, and deleting environments
2025-08-16 18:27:38 +02:00
..
ApplicationsController.php
fix(docker): volumes get delete when stopping a service if
Delete Unused Volumes
is activated (
#6317
)
2025-08-04 21:15:56 +02:00
DatabasesController.php
fix(docker): volumes get delete when stopping a service if
Delete Unused Volumes
is activated (
#6317
)
2025-08-04 21:15:56 +02:00
DeployController.php
fix(deploy): update resource timestamp handling in deploy_resource method
2025-05-20 11:15:31 +02:00
OpenApi.php
refactor(api): remove token variable from OpenAPI specifications for clarity
2025-04-22 11:12:30 +02:00
OtherController.php
…
ProjectController.php
feat(api): add endpoints for managing environments in projects, including listing, creating, and deleting environments
2025-08-16 18:27:38 +02:00
ResourcesController.php
…
SecurityController.php
…
ServersController.php
fix: Add 201 json code to servers validate api response
2025-04-19 12:17:21 +01:00
ServicesController.php
fix(docker): volumes get delete when stopping a service if
Delete Unused Volumes
is activated (
#6317
)
2025-08-04 21:15:56 +02:00
TeamController.php
…