[PR #39] [MERGED] add remote tail over ssh #184

Closed
opened 2026-03-03 16:05:53 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mthenw/frontail/pull/39 **Author:** [@RoCat](https://github.com/RoCat) **Created:** 2/4/2015 **Status:** ✅ Merged **Merged:** 2/9/2015 **Merged by:** [@mthenw](https://github.com/mthenw) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`d8f9b49`](https://github.com/mthenw/frontail/commit/d8f9b491eaf104b8f85d8f4932379747a0c780df) add remote tail over ssh - [`82618c8`](https://github.com/mthenw/frontail/commit/82618c8cc9101ed37817fe4e76497d62978aebf0) fix codestyle - [`2bfb6b1`](https://github.com/mthenw/frontail/commit/2bfb6b1c5142d357cbb2cb164e82ba85d02e3629) simplify error catching ### 📊 Changes **4 files changed** (+26 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `index.js` (+6 -1) 📝 `lib/options_parser.js` (+4 -0) 📝 `lib/tail.js` (+15 -2) 📝 `test/connect_builder.js` (+1 -1) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:05:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/frontail#184
No description provided.