https://github.com/boggyjan/healthcheck
Website healthcheck
https://github.com/boggyjan/healthcheck
Last synced: 3 months ago
JSON representation
Website healthcheck
- Host: GitHub
- URL: https://github.com/boggyjan/healthcheck
- Owner: boggyjan
- Created: 2023-09-17T06:27:22.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T06:14:38.000Z (over 1 year ago)
- Last Synced: 2025-02-01T07:42:35.430Z (5 months ago)
- Language: HTML
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HealthCheck Installation Guide
## Clone Repository
```
git clone [email protected]:boggyjan/linode-object-storage-cert-updater.git
```## Config
```
cp config.json.sample config.json
```
Then, edit users array to add your admin users and passwords.Create a Slack App and replace the "token_xxxxx" by Slack Token
## Start Service
```
pm2 start pm2.config.cjs
```
Done!