Girish Ramakrishnan 00515ed9f5 Store app version in db at install time
It used to be saved in db at manifest download time. This is inherently
racy because the app version the user intended to download might be
different from what he ends up installing.

Same race applies to the update case.

This also ensures that we restore to the correct version during the restore
phase should the manifest never have gotten downloaded.

Part of #169
2015-02-17 21:10:03 -08:00
2013-10-12 09:56:21 -07:00
2015-02-15 23:07:51 -08:00
2015-02-09 17:16:39 +01:00
2015-01-13 11:58:06 +01:00
2015-02-10 18:23:03 -08:00
2015-02-15 23:07:51 -08:00
2015-02-16 10:54:42 +01:00
2015-02-15 21:49:27 -08:00
2015-02-11 17:08:59 -08:00
2015-02-15 21:49:27 -08:00

The Box

Development setup

  • sudo useradd -m yellowtent ** This dummy user is required for supervisor 'box' configs ** Add admin-localhost as 127.0.0.1 in /etc/hosts ** All apps will be installed as hypened-subdomains of localhost. You should add hyphened-subdomains of your apps into /etc/hosts

Running

  • ./run.sh - this starts up nginx to serve up the webadmin
  • DEBUG=box:* ./app.js - this the main box code.
  • Navigate to https://admin-localhost
S
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%