EDIT: I Haven't tried it yet, but it looks pretty awesome if it works as advertised.
Fluxflex: GitHub integrated cloud hosting, starting at $1/month
61–66 of 66 posts
Re: Fluxflex: GitHub integrated cloud hosting, starting at $1/month
#62Earlier quoted context omitted.
The link I posted goes to www.fluxflex.com, not fluxflex.com Both are broken in the same way.
Hmm, it seems weird. We just use zerigo.net as our external DNS nameservers, and it has some relations with this current issue. I should investigate the problem deeper.
https://www.wormly.com/test_ssl/h/50.16.245.9/i/50.16.245.9/...
Re: Fluxflex: GitHub integrated cloud hosting, starting at $1/month
#63Earlier quoted context omitted.
Hmm, it seems weird. We just use zerigo.net as our external DNS nameservers, and it has some relations with this current issue. I should investigate the problem deeper.
So it looks like the problem was that you updated your DNS but forgot about TTLs. Your new cert has the correct name on it, but you didn't setup the cert chain properly (SSLCACertificateFile under Apache) https://www.wormly.com/test_ssl/h/50.16.245.9/i/50.16.245.9/...
Re: Fluxflex: GitHub integrated cloud hosting, starting at $1/month
#64Re: Fluxflex: GitHub integrated cloud hosting, starting at $1/month
#65I'm the founder of fluxflex, and am willing to answer any questions. Fluxflex now supports PHP, Python, Ruby, Perl, Node.js and Haskell. We'll support additional languages in near future.
Re: Fluxflex: GitHub integrated cloud hosting, starting at $1/month
#66How does it work? How does it handle configuration and installation?
You can write a configuration file named .flx and we will run commands according to the description in it. "Lokka on fluxflex" is a greate example for understanding how the configuration and the deployment work on fluxflex. You can read the source code at https://github.com/sowawa/lokka . Various one-click install applications are hosted on GitHub, and you can fork, merge and push on GitHub as well as just install th…