hooknook
hooknook copied to clipboard
Web frontend for viewing logs
trafficstars
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.
It would be super snazzy to use server-sent events to provide log updates in real time.