Files
JianMiauandClaude Fable 5 6bc6a8758d 新增 macOS 版 crontab-ui
摘要:
網頁版排程與程序管理面板(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>
2026-07-13 12:32:43 +08:00

12 lines
171 B
JSON

{
"name": "crontab-ui",
"version": "1.0.0",
"type": "commonjs",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2"
}
}