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
- Host: GitHub
- URL: https://github.com/jlouros/syslog-echo
- Owner: jlouros
- License: mit
- Created: 2018-11-27T23:56:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T19:59:38.000Z (over 5 years ago)
- Last Synced: 2025-01-02T05:30:12.642Z (over 1 year ago)
- Topics: nodejs, syslog-server, typescript
- Language: TypeScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)