Eric Gundrum

Results 3 comments of Eric Gundrum

Unfortunately I have zero experience with what you are trying to do. However, my reading suggests you should be able to wrap your library as a node.js module with a...

I updated the wiki page, [Load onto a device without installing OS](https://github.com/googlecreativelab/coder/wiki/Load-onto-a-device-without-installing-OS), with info from my experience doing this on Mac OS X. The password stuff mentioned above comes from...

Line 68 of `server.js` lists which apps do not require authentication: ``` javascript publicAllowed = ["auth","eyeball"]; //apps that are exempt from any login (should only be auth)` ``` Adding an...