Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Jorge

The library is distributed under the GNU GPLv3 [LICENSE](https://github.com/mjorgegulab/sys-patcher/blob/main/LICENSE).