f159cacfbb70bb3fd09126ca9e3372b5e2b448ef
This fixes a very curious case: 1. App has backup. 2. App dies. 3. Box backs up. This make it reuse the backup. But it generates wrong config file timestamp. 4. Box cannot update anymore. This is because the backup of app fails - it tries to reuse the backup and that fails with AccessDenied because the timestamp above is wrong!
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
Languages
JavaScript
72.6%
Vue
22.3%
Shell
3.1%
HTML
1.1%
EJS
0.7%
Other
0.2%