Conversation:
Notices
-
Attempting to setup a pump.io instance. Not having any luck registering for the site. :|
-
Guess I could have directed that to the !pumpio group.
-
What happened when you tried to register?
-
@evan It would just go back to the main front page. I was attempting to run it behind a nginx proxy_pass setup similar to my etherpad …
-
... setup (example config: https://bin.jpope.org/xunacetebe.nginx ) Gonna play with that this weekend and see if I can figure it out.
-
@evan This is also why I’m currently running it on a non-standard port, even though I knew it’d break the webfinger stuff.
-
Yikes! I have no idea if that would actually work.
-
Once you actually click a link, you're in JavaScript HTML5 Ajax land. So that might be why it was weird.
-
I've seen something similar when the JavaScript has a compile error. Posting in the registration form just does a GET with username and pwd.
-
I'm actually *really* interested to see how the software works on free PaaS and IaaS offerings.
-
pump.io won't work on openshift.com because it only supports stinky ol' NodeJS 0.6.x. But appfog.com supports 0.8.x.
-
I think it should work on http://aws.amazon.com/free/ but I don't yet support RDS (MySQL) or DynamoDB backend.
-
@evan Should pump.io webfinger be working with the webfinger.org lookup? http://u.jpope.org/30
-
@evan So, pump.io will work through a proxy_pass setup, just not when you specify the port that it’s running on.