Signalhub is a small tool for shell script callback messages.
🐳 Docker
docker run -d --restart=unless-stopped -p 8080:8080 --name signalhub honeok/signalhubSignalhub is now running on http://IP:8080.
After the deployment is complete, access http://IP:8080/logs to enter the visualization interface.
Call the /api/log interface by passing Json information through POST request to pass the message for callback.
Storage Options:
- Default: SQLite is used for lightweight and easy setup.
This project is licensed under the Apache License, Version 2.0. See the LICENSE file for more details.
