-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup w/out GitHub? #18
Comments
Hey, sorry for taking so long to respond. Regarding your question if this could work without Github, yes it can. Thankfully somebody is undertaking the effort to make that work, so it shouldn't be long until you can configure user/password login based on a local database. But as you're not interested in logins at all, you can do something else in the meantime.
and then in https://github.com/AVGP/cloud9hub/blob/master/routes/middlewares/authorization.js remove the following part: And replace cloud9hub/routes/middlewares/authorization.js Lines 7 to 9 in bcbd58b
req.user = "me"; That should be all. If you're hitting any roadblocks, let me know and I'll try to figure it out with you |
Thanks! I'm out for the whole week and probably won't get a chance to try
this for a little while.
|
Perhaps this is partially covered in #6, but I am not sure.
I've never used Node either. I do not want to use GitHub login. I am trying to set this up behind my firewall at home. It is not on a publicly accessible server, so there is no callback URL possible.
I do not even care if there is a login at all. I'm just trying to see if I can get my Chromebook to be a useful development platform :-)
Can I turn off authentication completely or use .htpaccess or something like that? Any ideas?
The text was updated successfully, but these errors were encountered: