mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[PR #39] [MERGED] add remote tail over ssh #184
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#184
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mthenw/frontail/pull/39
Author: @RoCat
Created: 2/4/2015
Status: ✅ Merged
Merged: 2/9/2015
Merged by: @mthenw
Base:
master← Head:master📝 Commits (3)
d8f9b49add remote tail over ssh82618c8fix codestyle2bfb6b1simplify error catching📊 Changes
4 files changed (+26 additions, -4 deletions)
View changed files
📝
index.js(+6 -1)📝
lib/options_parser.js(+4 -0)📝
lib/tail.js(+15 -2)📝
test/connect_builder.js(+1 -1)📄 Description
I needed a way to remotelly tail my logs files so I add an option to tail over ssh.
use like normal frontail and add --remote-host option to use it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.