SkillAgentSearch skills...

Tail.log

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

Install / Use

/learn @rankun203/Tail.log
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

<img src='http://netd.mindfine.com/pictures/dev/tail.log.youdar.png' width='625'/>

Updates

Update 1.0.7:

The Basic Authentication: youdar:youdarpass

Generate: htpasswd -b users.htpasswd youdar youdarpass

Modified from: https://gist.github.com/karmi/718035

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

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated5y ago
Forks1

Languages

JavaScript

Security Score

55/100

Audited on May 13, 2020

No findings