This release includes a new Papertrail service, support for custom SSL certificates, and many other improvements.
If you're new to Convox you can follow our Getting Started guide to get up and running in less than 10 minutes.
Existing users can upgrade to the latest release with: convox update && convox rack update
You can now send your application logs to Papertrail with a single command:
$ convox services create papertrail pt-main --url syslog://my.papertrail.host:1000
You can then send any app's logs to Papertrail by linking the service to the app:
$ convox services link pt-main --app myapp
You can now add SSL to your app easily with convox ssl
$ convox ssl create 443 cert.pub cert.key
Creating SSL listener on port 443... Done.
$ convox ssl
PORT EXPIRES DOMAINS
443 9 months from now www.example.org
--no-cache
option to build and deploy convox/rack#74assets:precompile
convox/rack#93.convox/app
if it exists convox/rack#94convox run
handles non-tty stdin convox/rack#110Discuss on Hacker News