Go to file
Maciej Winnicki ef5a6d6843 Info about unreaded counter 2014-01-10 15:40:59 +01:00
bin Moved to index.js 2013-08-22 17:46:35 +02:00
lib Lint fixes 2014-01-10 15:34:34 +01:00
test One level down 2013-11-24 13:55:47 +01:00
.gitignore server builder 2013-11-05 23:02:17 +01:00
.jshintignore lint fixes 2013-11-01 23:36:45 +02:00
.jshintrc One level down 2013-11-24 13:55:47 +01:00
.travis.yml Tests via Travis 2013-10-29 19:31:37 +01:00
LICENSE License in separate file 2013-11-24 12:26:44 +01:00
Makefile Connect builder 2013-10-31 00:26:30 +01:00
README.md Info about unreaded counter 2014-01-10 15:40:59 +01:00
index.js One level down 2013-11-24 13:55:47 +01:00
package.json v0.6.0 2013-11-06 19:31:48 +01:00

README.md

frontail(1) tail -F output in browser

frontail is node.js application for serving tail -F output to browser.

Build Status NPM version

Features

  • search
  • user authentication
  • log rotation
  • autoscrolling
  • marking logs
  • themes
  • number of unreaded logs in favicon

Installation

npm install frontail -g

Usage

frontail [options] [file ...]

Options:

  -h, --help                    output usage information
  -V, --version                 output the version number
  -h, --host <host>             listening host, default 0.0.0.0
  -p, --port <port>             listening port, default 9001
  -n, --number <number>         starting lines number, default 10
  -l, --lines <lines>           number on lines stored in browser, default 2000
  -t, --theme <theme>           name of the theme (default, dark)
  -d, --daemonize               run as daemon
  -U, --user <username>         Basic Authentication username, option works only along with -P option
  -P, --password <password>     Basic Authentication password, option works only along with -U option
  -k, --key <key.pem>           Private Key for HTTPS, option works only along with -c option
  -c, --certificate <cert.pem>  Certificate for HTTPS, option works only along with -k option
  --pid-path <path>             if run as daemon file that will store the process id, default /var/run/frontail.pid
  --log-path <path>             if run as daemon file that will be used as a log, default /dev/null

Web interface is on http://localhost:[port]

Screenshot

screenshot1