https://github.com/plesk/kb-scripts
https://github.com/plesk/kb-scripts
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plesk/kb-scripts
- Owner: plesk
- License: other
- Created: 2022-09-16T12:16:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-14T14:54:38.000Z (5 months ago)
- Last Synced: 2026-01-14T18:22:30.018Z (5 months ago)
- Language: Shell
- Size: 165 KB
- Stars: 7
- Watchers: 19
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Knowledge Base Article Scripts
This repository contains the scripts mentioned in various Plesk knowledge base articles.
# Structure
The repository structure is the following:
```
kb-scripts
├── ...
├── rebuild-awstats
│ ├── 213901965.kb
│ └── rebuild-awstats.sh
├── update-chroot
│ └── update-chroot.sh
└── ...
```
Each script is stored in a separate directory. Shell scripts should have .sh suffix in the file name. The reference to the corresponding KB article is implemented using empty file flags (e.g. `213901965.kb`)
# Contribution
Fill free to submit pull requests. Please follow [best practices](https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project). Scripts should be well tested, have "usage" block and clear explanation of applicability.