Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjorgegulab/sys-patcher
Script to patch remote servers via SSH
https://github.com/mjorgegulab/sys-patcher
Last synced: about 2 months ago
JSON representation
Script to patch remote servers via SSH
- Host: GitHub
- URL: https://github.com/mjorgegulab/sys-patcher
- Owner: mjorgegulab
- License: agpl-3.0
- Created: 2024-08-24T19:24:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T12:08:17.000Z (5 months ago)
- Last Synced: 2024-11-29T12:52:15.976Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SysPatcher
### Bash script tool to automate remote tasks on servers via SSH## ⚙️ Features
- Full APT update & upgrade
- Upgrade global yarn/npm packages
- Upgrade prometheus node_exporter package
- Apply restartings
- Nginx
- Apache2
- Redis
- PHP-FPM
- Grafana server
- Grafana Loki
- Prometheus
## 📋 Requirements
- Bash version >= v4 _(to be able to use ```declare -A```)_## 💳 Examples
- Without server restart `./sys-patcher.sh`
- With server restart: `./sys-patcher.sh --reboot`## ♻️ License
© Copyright Marc JorgeThe library is distributed under the GNU GPLv3 [LICENSE](https://github.com/mjorgegulab/sys-patcher/blob/main/LICENSE).