├── Dockerfile ├── LICENSE ├── README.md ├── rsyslog.conf └── rsyslog.d ├── 19-ftp.conf └── 20-user.conf /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helderco/docker-rsyslog/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helderco/docker-rsyslog/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helderco/docker-rsyslog/HEAD/README.md -------------------------------------------------------------------------------- /rsyslog.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helderco/docker-rsyslog/HEAD/rsyslog.conf -------------------------------------------------------------------------------- /rsyslog.d/19-ftp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helderco/docker-rsyslog/HEAD/rsyslog.d/19-ftp.conf -------------------------------------------------------------------------------- /rsyslog.d/20-user.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helderco/docker-rsyslog/HEAD/rsyslog.d/20-user.conf --------------------------------------------------------------------------------