Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akhenakh/logserv
Expose log files via HTTP in a minute safely
https://github.com/akhenakh/logserv
Last synced: 24 days ago
JSON representation
Expose log files via HTTP in a minute safely
- Host: GitHub
- URL: https://github.com/akhenakh/logserv
- Owner: akhenakh
- Created: 2012-11-26T13:53:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-03T11:52:56.000Z (almost 12 years ago)
- Last Synced: 2023-03-16T13:05:20.668Z (over 1 year ago)
- Language: Go
- Size: 107 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
logserv
=======Expose log files via HTTP in a minute safely
config
======{
"port":8080,
"auth_file":"htpasswd",
"logfiles":[
{"path":"/var/log/system.log", "users":[ "bob", "kevin"]},
{"path":"/var/log/install.log"}]
}TODO
====Detect behind proxy usage ? no websocket