sampsyo / hooknook

a little place for your deployments
47 stars 4 forks source link

Web frontend for viewing logs #1

Open sampsyo opened 10 years ago

sampsyo commented 10 years ago

An important part of Hooknook is good logging. It's nice to be able to view logs as text files on the server, but it would also be nice to provide a Web interface to the logs.

This would presumably use GitHub authentication to limit access. A simple way to do this would be to allow any user in the whitelist to view any logs on the server. A more sophisticated way would be to let users view logs for repos they have read access for on GitHub.

sampsyo commented 10 years ago

It would be super snazzy to use server-sent events to provide log updates in real time.