摘要: 網頁版排程與程序管理面板(macOS 原版),操作系統 crontab 並整合 PM2、Node.js 程序、Docker 與 log 檢視。 說明: - Crontab 頁籤直接讀寫系統 crontab,任務由系統 cron 執行 - 監聽 port 以 lsof 偵測、程序清單用 ps aux、結束程序用 kill - 附 README 說明安裝、PM2 常駐與運作方式 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
12 lines
171 B
JSON
12 lines
171 B
JSON
{
|
|
"name": "crontab-ui",
|
|
"version": "1.0.0",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2"
|
|
}
|
|
}
|