I started this project since I was looking for a way to view syslog server mesages sent from one of my servers effortlessly. Unfortunately, I didn't find a solution out of the numerous syslog packages out there so I built a simple UI around one. Since my syslog messages were stored on a RPI, I had to ensure this also works on a RPI4.
Credits to damoclark for simple-syslog-server. Credits to linuxserver for a RPI mariadb image.
- Edit the
.env
file with your docker environment variables. - Edit the
docker-compose.yml
as necessary. Especially if you would like to configure where your DB data is stored. - Start the images with
docker-compose up -d
.