[PR #33] [MERGED] 1.1.1.24 #44

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

📋 Pull Request Information

Original PR: https://github.com/inpanel/inpanel/pull/33
Author: @jksdou
Created: 10/6/2020
Status: Merged
Merged: 10/6/2020
Merged by: @jksdou

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

38 files changed (+1402 additions, -833 deletions)

View changed files

📝 CHANGELOG.md (+15 -0)
📝 config.py (+9 -9)
📝 core/__init__.py (+3 -3)
📝 core/modules/__init__.py (+1 -1)
📝 core/modules/acme.py (+23 -27)
📝 core/modules/apache.py (+23 -23)
📝 core/modules/certificate.py (+96 -43)
📝 core/modules/configloader.py (+3 -3)
📝 core/modules/configuration.py (+54 -53)
📝 core/modules/cron.py (+9 -9)
📝 core/modules/fdisk.py (+5 -6)
📝 core/modules/files.py (+113 -108)
📝 core/modules/nginx.py (+2 -2)
📝 core/modules/php.py (+6 -8)
📝 core/modules/process.py (+153 -87)
core/modules/repo_yum.py (+185 -0)
📝 core/modules/sc.py (+23 -23)
📝 core/modules/server.py (+89 -58)
📝 core/modules/service.py (+22 -21)
📝 core/web.py (+120 -236)

...and 18 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/33 **Author:** [@jksdou](https://github.com/jksdou) **Created:** 10/6/2020 **Status:** ✅ Merged **Merged:** 10/6/2020 **Merged by:** [@jksdou](https://github.com/jksdou) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`f9331cf`](https://github.com/inpanel/inpanel/commit/f9331cf308f1159db297ecc73bf1d64a7fa72ebd) Update install.py - [`78f1872`](https://github.com/inpanel/inpanel/commit/78f18728c4570f952d617bb61615249be31c8916) Revert "Update install.py" - [`6640faa`](https://github.com/inpanel/inpanel/commit/6640faad346f792c9c2d7afa8dd9ac29854c07d8) update process module - [`6fb39ee`](https://github.com/inpanel/inpanel/commit/6fb39ee04e392c4e2f6e418c8c4050e609a8c1e0) update - [`d42e553`](https://github.com/inpanel/inpanel/commit/d42e55307d68ac28146e1ac6a4071d0774a915a4) add repo_yum - [`b893ec4`](https://github.com/inpanel/inpanel/commit/b893ec42bb69fbcbc5099c668643e5c499a31960) fix #25. - [`792b083`](https://github.com/inpanel/inpanel/commit/792b0839bb5e5eafffcc7a141c8755ed09be2e5c) Merge branch 'patch-yum-20200513' into dev - [`fbcb73d`](https://github.com/inpanel/inpanel/commit/fbcb73dd0dd04e6f0baf9ae6fd45977275c7d6da) Update CHANGELOG.md - [`a35e8db`](https://github.com/inpanel/inpanel/commit/a35e8db0cf7fc7366d409864e5aee81f72ed8694) update - [`73b30f4`](https://github.com/inpanel/inpanel/commit/73b30f4421d36d2932225acceee0eddcbe197996) update ### 📊 Changes **38 files changed** (+1402 additions, -833 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+15 -0) 📝 `config.py` (+9 -9) 📝 `core/__init__.py` (+3 -3) 📝 `core/modules/__init__.py` (+1 -1) 📝 `core/modules/acme.py` (+23 -27) 📝 `core/modules/apache.py` (+23 -23) 📝 `core/modules/certificate.py` (+96 -43) 📝 `core/modules/configloader.py` (+3 -3) 📝 `core/modules/configuration.py` (+54 -53) 📝 `core/modules/cron.py` (+9 -9) 📝 `core/modules/fdisk.py` (+5 -6) 📝 `core/modules/files.py` (+113 -108) 📝 `core/modules/nginx.py` (+2 -2) 📝 `core/modules/php.py` (+6 -8) 📝 `core/modules/process.py` (+153 -87) ➕ `core/modules/repo_yum.py` (+185 -0) 📝 `core/modules/sc.py` (+23 -23) 📝 `core/modules/server.py` (+89 -58) 📝 `core/modules/service.py` (+22 -21) 📝 `core/web.py` (+120 -236) _...and 18 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:44 +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#44
No description provided.