Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 915 Bytes

readme.md

File metadata and controls

27 lines (17 loc) · 915 Bytes

Journalctl proxy

This app exposes your systemd logs to web via web interface.

  • Serves as a proxy that reroutes new messages on journalctl to web interface.
  • When you load the page all available running services are listed in dropdown.
  • You can switch between them and previous logs are still being preserved.
  • Once you switch to another service you will stop receiving updates from the previous one.

Screencast

Usage

There are two prebuild binaries available for ARM and AMD64 under release tab.

Once you unzip downloaded application you can set port on which the server is running at'

$ ./journalctl-proxy -help
Usage of ./journalctl-proxy:
  -p int
    	Server port number (default 8000)

$ ./journalctl-proxy -p 8000