-
Notifications
You must be signed in to change notification settings - Fork 307
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
Nodejitsu shutting down. Modifications for new host. #635
Conversation
I suggest giving this a couple of days running on production before merge to keep the transition of dev source here clean... I'll run some more tests in dev/local pro to ensure everything appears to be working with my available authentication mechanisms and tests. I'll halt dep update testings until this is done. e.g. this should be blocking for a few days. (to uncover any hidden boogs). Thanks btw. :) |
I plan on canceling my nodejitsu subscription on Sunday so I don't get
|
|
||
var sessionStore = new MongoStore({ mongooseConnection: db }); | ||
|
||
// Force HTTPS | ||
if (app.get('port') === 443) { | ||
if (app.get('securePort')) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sizzlemctwizzle
So you are doing this programmatically now from the environment now instead of what was done at 932d1c9 ? e.g. which no longer allows http://openuserjs.org ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you don't set the SECURE_PORT environment variable then it runs using
http on PORT.
On May 29, 2015 3:48 AM, "Marti Martz" [email protected] wrote:
In app.js
#635 (comment)
:var sessionStore = new MongoStore({ mongooseConnection: db });
// Force HTTPS
-if (app.get('port') === 443) {
+if (app.get('securePort')) {@sizzlemctwizzle https://github.com/sizzlemctwizzle
So you are doing this programmatically now from the environment now
instead of what was done at 932d1c9
932d1c9
? e.g. which no longer allows http://openuserjs.org ?—
Reply to this email directly or view it on GitHub
https://github.com/OpenUserJs/OpenUserJS.org/pull/635/files#r31308229.
Had to reset file owner perms on dynamicly generated CSS at .../public/less/bootstrap/oujs.css We may need to watch that. See also: |
Reset timezone to UCT (UTC)... better for most log rotation around daylight savings time switch... note not all logs are showing this change and may be configured/initialized elsewhere... might need a restart of the server instead of a restart of the project. I'll leave that up to you for the moment... (btw project restarts appear killer fast :) ... plus moment and DB may pull from this clock. |
* Continue to use parallel *async* to retrieve info via git abstract * New dep of *git-rev* to abstract a little direct `exec` is also available * Bump *node* engine to latest 0.12.4 Closes OpenUserJS#426 and post dependency of OpenUserJS#635 after merge.
+1 |
* Remove *jitsu* reference as soon to be obsolete with OpenUserJS#635 Applies to OpenUserJS#636 and OpenUserJS#426
Nodejitsu shutting down. Modifications for new host. Auto-merge
A server reboot fixed a log clock however reboot also killed the web service... messaged @sizzlemctwizzle to restart ... apologies for the downtime. (everything was working until I rebooted... growing pangs :) |
Back up again. |
Well the Joyent team that maintains Nodejitsu got purchased by Goddady to develop their website builder. The result is that Nodejitsu is shutting down in August. I've moved the site to a new host and made the necessary modifications to the code. The site is likely more portable as a result. openuserjs.org is currently running on this branch.