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

https://github.com/jlouros/syslog-echo

just echo messages sent to syslog
https://github.com/jlouros/syslog-echo

nodejs syslog-server typescript

Last synced: about 1 year ago
JSON representation

just echo messages sent to syslog

Awesome Lists containing this project

README

          

# syslog-echo

just echo messages sent to syslog

## docker

Build image (alpine) `docker build --rm -f ".docker/alpine/Dockerfile" -t jlouros/syslog-echo:alpine -t jlouros/syslog-echo:latest .`

Build image (Nano Server) `docker build --rm -f ".docker/nanoserver/Dockerfile" -t jlouros/syslog-echo:nanoserver .`

Run container `docker run -it --rm -p 514:514/udp jlouros/syslog-echo`

## refernces

- [https://github.com/guithess/syslog-server](https://github.com/guithess/syslog-server)
- [https://basarat.gitbooks.io/typescript/content/docs/quick/nodejs.html](https://basarat.gitbooks.io/typescript/content/docs/quick/nodejs.html)