feat: implement service management system for Nginx, PHP, and MySQL with IPC handlers and process orchestration

This commit is contained in:
Ümit Tunç
2026-03-28 22:04:21 +03:00
parent d9e1e758a6
commit 139b8df7b2
15 changed files with 90 additions and 39 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"nginxPort": "80",
"phpPort": "9001",
"mysqlPort": "3306",
"mysqlPorts": {},
"language": "tr"
}