Skip to content

Exposes your systemd logs to web via web interface.

License

Notifications You must be signed in to change notification settings

mitjafelicijan/journalctl-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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