reddorcleaner/syslogserver

By reddorcleaner

Updated about 2 years ago

A syslogserver with a webgui.

Image
Networking
Security
0

1.0K

reddorcleaner/syslogserver repository overview

A arm64/amd64 syslogserver.

Rsyslogd + PimpMyLogs

This container creates a Syslog server with Rsyslogd, logs are accessible via PimpMyLogs interface (http://pimpmylog.com).

PympMylogs credentials are created using the script create-user.php:

SYSLOG_USERNAME and SYSLOG_PASSORD are used to create credentials.

PS:This container expose the log path to the host so that you can persistently save your log files.

You can run the container with(change to your architecture):

docker run -d --name syslogserver -e SYSLOG_USERNAME=admin -e SYSLOG_PASSWORD=1234 -p 8080:80 -p 514:514/udp -v /urpath:/var/log/net reddorcleaner/syslogserver:aarch64

Tag summary

Content type

Image

Digest

sha256:9c4296b35

Size

138.8 MB

Last updated

about 2 years ago

docker pull reddorcleaner/syslogserver:aarch64