[PR #44] [MERGED] update #51

Closed
opened 2026-03-03 13:50:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/inpanel/inpanel/pull/44
Author: @jksdou
Created: 6/27/2023
Status: Merged
Merged: 6/27/2023
Merged by: @jksdou

Base: mainHead: 1.1.1b28


📝 Commits (1)

📊 Changes

11 files changed (+829 additions, -195 deletions)

View changed files

📝 core/web.py (+16 -0)
scripts/bin/inpanel-config (+135 -0)
scripts/bin/inpanel-uninstall (+44 -0)
scripts/centos/inpanel (+126 -0)
scripts/darwin/inpanel (+140 -0)
scripts/darwin/org.inpanel.inpaneld.plist (+28 -0)
scripts/init.d/centos/inpanel (+0 -102)
scripts/init.d/redhat/inpanel (+0 -90)
scripts/redhat/inpanel (+126 -0)
📝 scripts/supervisor/inpanel (+3 -3)
scripts/ubuntu/inpanel (+211 -0)

📄 Description

  1. 添加控制命令、安装和卸载脚本文件
  2. 补充 runtime 接口

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/inpanel/inpanel/pull/44 **Author:** [@jksdou](https://github.com/jksdou) **Created:** 6/27/2023 **Status:** ✅ Merged **Merged:** 6/27/2023 **Merged by:** [@jksdou](https://github.com/jksdou) **Base:** `main` ← **Head:** `1.1.1b28` --- ### 📝 Commits (1) - [`a8e8ddf`](https://github.com/inpanel/inpanel/commit/a8e8ddfa3a7e25058ba2ea1eb6fa0b64cbd07a06) update: ### 📊 Changes **11 files changed** (+829 additions, -195 deletions) <details> <summary>View changed files</summary> 📝 `core/web.py` (+16 -0) ➕ `scripts/bin/inpanel-config` (+135 -0) ➕ `scripts/bin/inpanel-uninstall` (+44 -0) ➕ `scripts/centos/inpanel` (+126 -0) ➕ `scripts/darwin/inpanel` (+140 -0) ➕ `scripts/darwin/org.inpanel.inpaneld.plist` (+28 -0) ➖ `scripts/init.d/centos/inpanel` (+0 -102) ➖ `scripts/init.d/redhat/inpanel` (+0 -90) ➕ `scripts/redhat/inpanel` (+126 -0) 📝 `scripts/supervisor/inpanel` (+3 -3) ➕ `scripts/ubuntu/inpanel` (+211 -0) </details> ### 📄 Description 1. 添加控制命令、安装和卸载脚本文件 2. 补充 runtime 接口 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:50:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/inpanel#51
No description provided.