[PR #27] [MERGED] Merge branch 'dev' #43

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

📋 Pull Request Information

Original PR: https://github.com/inpanel/inpanel/pull/27
Author: @jksdou
Created: 4/4/2020
Status: Merged
Merged: 4/4/2020
Merged by: @jksdou

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

55 files changed (+941 additions, -431 deletions)

View changed files

📝 .gitignore (+3 -1)
📝 CHANGELOG.md (+24 -0)
📝 config.py (+5 -5)
📝 core/__init__.py (+3 -3)
📝 core/modules/certificate.py (+1 -1)
📝 core/modules/config.py (+138 -42)
📝 core/modules/fdisk.py (+6 -7)
📝 core/modules/files.py (+24 -24)
core/modules/firewalld.py (+13 -0)
📝 core/modules/nginx.py (+2 -1)
📝 core/modules/remote.py (+2 -2)
📝 core/modules/server.py (+47 -35)
📝 core/modules/service.py (+1 -3)
core/modules/task.py (+37 -0)
core/modules/ufw.py (+13 -0)
📝 core/web.py (+127 -79)
data/local_cron.ini (+17 -0)
data/remote_server.ini (+9 -0)
data/remote_storage.ini (+22 -0)
📝 install.py (+107 -61)

...and 35 more files

📄 Description

No description provided


🔄 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/27 **Author:** [@jksdou](https://github.com/jksdou) **Created:** 4/4/2020 **Status:** ✅ Merged **Merged:** 4/4/2020 **Merged by:** [@jksdou](https://github.com/jksdou) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`b66aede`](https://github.com/inpanel/inpanel/commit/b66aedea8b10730fa66ba09614ad398c86eb650a) 防火墙管理静态页面 - [`0033d61`](https://github.com/inpanel/inpanel/commit/0033d61f3aa59a1221e3ef46b697770b37713cb2) update: compatible to 3 - [`24d5cfb`](https://github.com/inpanel/inpanel/commit/24d5cfbe7df1fc0dc572e28304692cf58664bba2) firewalls - [`ccb2dda`](https://github.com/inpanel/inpanel/commit/ccb2dda7762eef4fa24051e1f2620e5e62f73f8f) update: compatible to 3 - [`7928f99`](https://github.com/inpanel/inpanel/commit/7928f990f74eda7057b16d3bf5c29950746c3e05) Port configuration for installation - [`dd50583`](https://github.com/inpanel/inpanel/commit/dd50583860364bb398a0c49949a1ebca3f99178e) access code changed to never expire - [`443de90`](https://github.com/inpanel/inpanel/commit/443de901fbdf0228c0876bd0cca3e93bfdf28513) to show nginx site ssl status - [`db78095`](https://github.com/inpanel/inpanel/commit/db780951a1ebf39edcf956d81f53f8359ceef677) Dev (#24) - [`74ebc5f`](https://github.com/inpanel/inpanel/commit/74ebc5f25fdbd9b96712516f1947400f40fbeb3d) update: compatible - [`7419123`](https://github.com/inpanel/inpanel/commit/7419123253a499829f09d69054ad9a85e39880d2) update ### 📊 Changes **55 files changed** (+941 additions, -431 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -1) 📝 `CHANGELOG.md` (+24 -0) 📝 `config.py` (+5 -5) 📝 `core/__init__.py` (+3 -3) 📝 `core/modules/certificate.py` (+1 -1) 📝 `core/modules/config.py` (+138 -42) 📝 `core/modules/fdisk.py` (+6 -7) 📝 `core/modules/files.py` (+24 -24) ➕ `core/modules/firewalld.py` (+13 -0) 📝 `core/modules/nginx.py` (+2 -1) 📝 `core/modules/remote.py` (+2 -2) 📝 `core/modules/server.py` (+47 -35) 📝 `core/modules/service.py` (+1 -3) ➕ `core/modules/task.py` (+37 -0) ➕ `core/modules/ufw.py` (+13 -0) 📝 `core/web.py` (+127 -79) ➕ `data/local_cron.ini` (+17 -0) ➕ `data/remote_server.ini` (+9 -0) ➕ `data/remote_storage.ini` (+22 -0) 📝 `install.py` (+107 -61) _...and 35 more files_ </details> ### 📄 Description _No description provided_ --- <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:43 +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#43
No description provided.