girish@cloudron.io 7f2b3eb835 acme: disable renewal via url fetch for now
this does not seem to work.

From cf85854177:

// RenewCertificate attempts to renew an existing certificate.
// Let's Encrypt may return the same certificate. You should load your
// current x509.Certificate and use the Equal method to compare to the "new"
// certificate. If it's identical, you'll need to run NewCertificate and/or
// start a new certificate flow.
2016-03-14 22:22:57 -07:00
2015-11-05 19:29:08 +01:00
2016-03-07 09:27:10 -08:00
2016-01-14 10:55:53 -08:00
2016-03-05 18:35:28 -08:00
2016-03-11 16:48:56 -08:00
2015-12-10 13:08:38 -08:00
2016-03-09 09:34:57 -08:00
2016-03-08 09:52:13 -08:00
2016-03-08 09:52:13 -08:00
2016-01-22 13:03:31 +01:00

Cloudron a Smart Server

Selfhost Instructions

The smart server currently relies on an AWS account with access to Route53 and S3 and is tested on DigitalOcean and EC2.

First create a virtual private server with Ubuntu 15.04 and run the following commands in an ssh session to initialize the base image:

curl https://s3.amazonaws.com/prod-cloudron-releases/installer.sh -o installer.sh
chmod +x installer.sh
./installer.sh <domain> <aws access key> <aws acccess secret> <backup bucket> <provider> <release sha1>
Description
Cloudron Box
Readme 47 MiB
Languages
JavaScript 72.6%
Vue 22.3%
Shell 3.1%
HTML 1.1%
EJS 0.7%
Other 0.2%