Girish Ramakrishnan
4e0eed4bb2
make tests pass
2017-02-24 21:48:38 -08:00
Girish Ramakrishnan
b604caec72
Get rid of x509 module
...
This is the last of the "native" modules. These modules take forever
to rebuild in low memory machines
2017-02-24 21:01:48 -08:00
Girish Ramakrishnan
6b409e9089
Do not send crash logs to support in self-hosted case
...
Fixes #242
2017-02-24 10:40:51 -08:00
Girish Ramakrishnan
015d434358
remove unused require
2017-02-24 10:39:03 -08:00
Girish Ramakrishnan
c8e448cb84
Remove support@cloudron.io in app died mails
...
part of #242
2017-02-24 10:36:48 -08:00
Girish Ramakrishnan
03924be491
self-hosted: do not cc support for bounce mails from apps
...
part of #242
2017-02-24 10:34:07 -08:00
Girish Ramakrishnan
2729cecf4a
self-hosting: remove support@cloudron.io frmo oom mails, cert renewal and backup failure mails
...
Part of #242
2017-02-24 10:25:20 -08:00
Girish Ramakrishnan
32e2377828
sysinfo: getIp -> getPublicIp
2017-02-23 22:03:48 -08:00
Girish Ramakrishnan
fdb8139b03
createAMI: better help text
2017-02-23 15:44:56 -08:00
Girish Ramakrishnan
4b25c8a5ad
Add 0.102.1 changes
v0.102.1
2017-02-23 11:08:15 -08:00
Girish Ramakrishnan
ae930a7fe8
dns setup: fix wording a bit
2017-02-23 10:57:05 -08:00
Johannes Zellner
3b9144ba4d
Alter the backups.dependsOn field to store as TEXT
...
Fixes #239
2017-02-23 17:56:34 +01:00
Johannes Zellner
be6ea3d4c1
Add rosehosting to selfhosting docs
2017-02-22 16:02:03 +01:00
Girish Ramakrishnan
a2983e58b5
doc: typo
2017-02-21 11:24:25 -08:00
Girish Ramakrishnan
a99e86a5df
doc: fix wording on base image a bit
2017-02-21 11:16:10 -08:00
Girish Ramakrishnan
906ad80069
Add terms link
2017-02-20 15:59:40 -08:00
Girish Ramakrishnan
ac65f765e5
doc: emphasize the traffic mgmt bit
2017-02-20 14:58:27 -08:00
Girish Ramakrishnan
c5bfe82315
more 0.102.0 changes
2017-02-20 14:13:53 -08:00
Girish Ramakrishnan
7035b3c18a
Fix issue where redis is unable to write on re-configure
...
The configure code path now ensures the volume which ends up
changing the ownership of the data directory. This means that the
redis container which is still running cannot write anymore
when it is re-created as part of setupAddons().
Just change ownership of top level directory. The subdirectores
like data/ redis/ are owned by containers which will chown
accordingly.
v0.102.0
2017-02-20 13:32:05 -08:00
Girish Ramakrishnan
2108c61d97
Send machine info as part of alive status
2017-02-20 13:13:25 -08:00
Johannes Zellner
2bdbb47286
Fix crash when a user does not yet have an username
2017-02-20 21:59:16 +01:00
Johannes Zellner
333b8970b8
Add rosehosting afiliate link
2017-02-20 14:42:22 +01:00
Girish Ramakrishnan
5673cfe2be
bump version
2017-02-19 21:48:33 -08:00
Girish Ramakrishnan
4429239dbc
Fix debug
2017-02-19 20:30:35 -08:00
Girish Ramakrishnan
b6ab9aa9f5
Add 0.102.0 changes
2017-02-19 17:22:52 -08:00
Girish Ramakrishnan
84bde6327f
graphs: Better disk name matching
...
For some reason, docker devices are collected in collectd stats (despite
us collecting only ext4 and btrfs devices). They have the patter *docker*.
Fixes #222
2017-02-19 15:53:18 -08:00
Girish Ramakrishnan
d6f49eb54f
Remove _docker addon
...
this was a highly experimental code path from the past
2017-02-19 13:44:55 -08:00
Johannes Zellner
3c8c5e158b
Send cloudron time zone with the backendSettings
2017-02-19 22:47:36 +01:00
Girish Ramakrishnan
b3045b796f
Configure dialog becomes 'repair' in errored state
...
Fixes #228
2017-02-18 13:17:46 -08:00
Girish Ramakrishnan
c0febacc30
Remove configureLink
...
postInstallMessage already has this information
2017-02-18 12:52:47 -08:00
Johannes Zellner
f8ada91dc5
Add rosehosting provider
2017-02-18 12:01:49 +01:00
Johannes Zellner
d0e2ce9a9e
Support Linode 1GB instance with cloudron-setup
2017-02-18 12:00:26 +01:00
Girish Ramakrishnan
e157608992
doc: add note on memory limit
2017-02-17 13:47:19 -08:00
Girish Ramakrishnan
8dbe0ddaf3
doc: add note about incoming email
2017-02-17 13:01:23 -08:00
Girish Ramakrishnan
b0cb18539c
doc: add note to keep all ports open
2017-02-17 12:58:08 -08:00
Girish Ramakrishnan
97b6d76694
Explain certificate renewal error a bit more
...
Fixes #225
2017-02-17 10:41:33 -08:00
Girish Ramakrishnan
9de6c8ee2b
doc: expand provider argument
2017-02-17 10:29:40 -08:00
Johannes Zellner
cd28b1106b
Only create app subvolume if it does not exist
...
Fixes #227
2017-02-17 15:15:50 +01:00
Johannes Zellner
b3a5dafee0
Ensure we download docker images and have an app data volume on configure
...
Part of #227
2017-02-17 15:00:58 +01:00
Johannes Zellner
eb4ab8defd
Change cert CN from 'localhost' to 'cloudron'
...
Apparently localhost is special and triggerd a strange behavior in
firefox. Fixes #224
2017-02-17 14:05:21 +01:00
Girish Ramakrishnan
639744e9cb
async.every usage has changed
2017-02-16 20:20:46 -08:00
Girish Ramakrishnan
6a942ab27a
Use latest async for Inifinity retry to work
2017-02-16 19:22:07 -08:00
Girish Ramakrishnan
278f1d6d24
use curl with reconnect
2017-02-16 17:32:44 -08:00
Girish Ramakrishnan
563eeca1a9
Use the capture match length
v0.101.0
2017-02-16 15:32:46 -08:00
Girish Ramakrishnan
7a9c954646
use ec2 sysinfo backend for lightsail
2017-02-16 14:47:16 -08:00
Johannes Zellner
d768c36afb
use generic sysinfo backend as fallback
2017-02-16 23:20:15 +01:00
Johannes Zellner
36ae3b267d
Use better vultr referral link
2017-02-16 22:52:08 +01:00
Girish Ramakrishnan
cd60f394d3
Use 1gb droplet (else docker ooms)
2017-02-16 11:52:25 -08:00
Johannes Zellner
9aba90a6f7
Show error message if subdomain was entered in setupdns view
2017-02-16 20:08:13 +01:00
Girish Ramakrishnan
68a8155f49
skip redis addon incremental update
...
Part of #223
2017-02-16 10:31:02 -08:00