Skip to content

raedahgroup/webtail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webtail

Browser based remote log viewer written in Golang

Webtail is a web-socket based server that streams log files onto your browser. Written in Golang, this application provides a basic and clean material UI to view the logs as well. This implementation is a simplified minimal version of the upstream code from https://github.com/prateeknischal/webtail .

Usage

$ go run main.go --help
usage: main [<flags>] [<dir>...]

Flags:
      --help               Show context-sensitive help (also try --help-long and --help-man).
  -p, --port=8080          Port number to host the server

Args:
  [<dir>]  Directory path(s) to look for files

To view the UI, navigate to http(s)://server_ip:port and you will be presented with a UI to view the logs.

About

A web-server based remote tailing tool writing in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 65.6%
  • JavaScript 17.5%
  • CSS 15.7%
  • Makefile 1.2%