syslogserver
A syslogserver with a webgui.
1.0K
A arm64/amd64 syslogserver.
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
Content type
Image
Digest
sha256:9c4296b35…
Size
138.8 MB
Last updated
about 2 years ago
docker pull reddorcleaner/syslogserver:aarch64