https://github.com/marak/microtail
HTTP microservice for easily and safely mapping Unix `tail` commands on your server to authenticated public URLs.
https://github.com/marak/microtail
Last synced: about 1 year ago
JSON representation
HTTP microservice for easily and safely mapping Unix `tail` commands on your server to authenticated public URLs.
- Host: GitHub
- URL: https://github.com/marak/microtail
- Owner: Marak
- Created: 2017-11-30T19:36:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T01:26:16.000Z (over 8 years ago)
- Last Synced: 2024-10-29T11:57:44.332Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# microtail
HTTP microservice for easily and safely mapping Unix `tail` commands on your server to authenticated public URLs.
## Features
- Uses actual `tail` binary ( very performant / no leaky abstractions )
- Uses [microcule](https://github.com/stackvana/microcule) for standardized HTTP / STDIO mappings
- Built-in SSL support
- Built-in Basic Authentication
- Easy configurable through simple static config file
- Customizable view and layout
### Current Missing Features
- No websocket support
- No way to use `tail -f` reliably