Giter Site home page Giter Site logo

aguyonp / rsyslog-gui Goto Github PK

View Code? Open in Web Editor NEW
9.0 1.0 5.0 690 KB

Docker image of Rsyslog with Pimpmylog GUI based on debian:stable-slim (latest)

Dockerfile 0.42% PHP 82.99% Shell 0.09% CSS 0.56% HTML 10.85% JavaScript 5.09%
pimpmylog-gui rsyslog rsyslog-gui docker-image

rsyslog-gui's Introduction

Rsyslog-GUI

Docker image of Rsyslog with Pimpmylog GUI based on debian:stable-slim (latest)

Software used: RSYSLOG PIMPMYLOG DEBIAN

Links

Doker hub image

Files

  • Dockerfile
  • conf (folder that includes PMA and RSYSLOG confs files)
  • src (folder that contain PMA files)

Ports

By default, the image listens on the following ports:

  • 80 (PMA GUI)
  • 514 (UDP Rsyslog)

Environment variable

  • SYSLOG_USERNAME
  • SYSLOG_PASSWORD

If you do not specify these environment variables, the default login will be admin and the password will be changeme1234

Quick launch

Without specifying login and password

docker run -d -p 80:80 -p 514:514/udp aguyonnet/rsyslog-gui

By specifying a login and password

docker run -d -e SYSLOG_USERNAME=hello -e SYSLOG_PASSWORD=mypassword -p 80:80 -p 514:514/udp aguyonnet/rsyslog-gui

Docker-compose it !

version: '3.3'
services:
  rsyslog-gui:
    environment:
      - SYSLOG_USERNAME=hello
      - SYSLOG_PASSWORD=mypassword
    ports:
      - '80:80'
      - '514:514/udp'
    image: aguyonnet/rsyslog-gui
    restart: always

rsyslog-gui's People

Contributors

aguyonp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.