Skip to content

rankun203/tail.log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tail.log

A light weight web log tail tool, watch everything in your browser!

NPM

Setup

  1. npm install tail.log
  2. cd tail.log && npm install && cd node_modules
  3. node ./server.js /path/to/your.log

Note: This is not a library, it's a server program actually, we will try to make it a command line tool.

Since 1.0.7, a built-in basic auth are integrated, see updates.It's suggested to have a base authentication on your web server to prevent malicious log snooping.

Screenshoots

Updates

Update 1.0.7:

The Basic Authentication: youdar:youdarpass

Generate: htpasswd -b users.htpasswd youdar youdarpass

  • Fixed some errors, while node has changed a lot.

About

Node.js, Logs: tail -f | http, A light weight web log tail tool, running on server, watch it everywhere with a browser!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published