Skip to content

luanht/remote-tail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just a my tiny tool for monitoring logs file in remote servers via browser.

Why?

Sometime I dont have right access to SSH server, or I want to share the logs to other who have not SSH access.

Usage

  • NodeJS server:
$ npm install
$ node node-server/app.js
  • Ruby/Sinatra server:
$ bundle
$ ruby ruby-server/server.rb

Configuration

See config.json:

{
  "server": {
    "port": "5000"
  },
  "auth": {
    "username": "me",
    "password": "123456"
  }
}

Warning!

Code just for fun! Should use only in staging or development only.

Screenshot

alt text

Libraries

About

Tail files from remote servers via browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published