Johannes
01953ded0f
Fix typo in size slugs
2016-11-02 10:25:50 +01:00
Johannes
645dc21f7a
Mention the need for an AWS account for S3 setup
2016-11-01 10:44:20 +01:00
Johannes
34acb38d40
Some typo fixes to the new selfhosting docs
2016-10-31 11:26:36 +01:00
Girish Ramakrishnan
73918f8808
doc: new selfhosting docs
2016-10-30 19:53:44 -07:00
Johannes
9f973133e8
Give correct feedback if S3 region is wrong
...
Fixes #87
2016-10-28 16:48:13 +02:00
Johannes
5ba86d5c35
Use aws s3 cli to test credentials
...
This allows us to test the exact same usage of the api
through the cli tool, not the javascript api
2016-10-28 16:36:05 +02:00
Johannes
7b1b369e40
Add select box for S3 region
2016-10-28 15:28:48 +02:00
Johannes
894384cf3c
Remove unused change handler on dns provider selection
2016-10-28 14:58:28 +02:00
Johannes
9768f8171c
Add possible provider 'digitalocean'
2016-10-28 11:21:58 +02:00
Girish Ramakrishnan
7672bc0c40
Add -y to update
2016-10-26 11:07:36 -07:00
Girish Ramakrishnan
064c584b45
Make provider mandatory
2016-10-26 10:53:25 -07:00
Johannes
586fc4fe2d
Revert "CaaS: bring back the userdata.json provision code path"
...
This reverts commit 830972e8ae .
v0.60.0
2016-10-26 10:20:26 +02:00
Johannes
ca22939298
Revert "keep probing for userdata.json like before"
...
This reverts commit f8cc68b78d .
2016-10-26 10:20:20 +02:00
Girish Ramakrishnan
f8cc68b78d
keep probing for userdata.json like before
...
there can be a race between server starting up and the scp happenning
from the appstore
2016-10-25 18:29:43 -07:00
Girish Ramakrishnan
830972e8ae
CaaS: bring back the userdata.json provision code path
2016-10-25 16:24:28 -07:00
Girish Ramakrishnan
871f5728f8
Add 0.60.0 changes
2016-10-25 15:58:50 -07:00
Girish Ramakrishnan
3560af1b1e
Fix restore blob format
2016-10-25 14:34:48 -07:00
Girish Ramakrishnan
859d27522b
Use -q causes the pipe to fail and script aborts
2016-10-25 14:01:40 -07:00
Girish Ramakrishnan
9c90f88af4
Add --help
2016-10-25 13:34:12 -07:00
Girish Ramakrishnan
8142ad3989
Fix various bugs
2016-10-25 13:15:19 -07:00
Girish Ramakrishnan
984c506c81
hard to center the semver
2016-10-25 12:57:24 -07:00
Girish Ramakrishnan
124c04167f
Verify box version the first thing
2016-10-25 12:55:41 -07:00
Girish Ramakrishnan
105b8e0aeb
suppress stderr output
2016-10-25 12:49:51 -07:00
Girish Ramakrishnan
a22591a89f
Handle download and install errors
2016-10-25 12:47:51 -07:00
Girish Ramakrishnan
c91464accc
Enable -e and handle init script error
2016-10-25 12:00:54 -07:00
Girish Ramakrishnan
d36af33269
default dns config has changed
2016-10-25 11:37:24 -07:00
Girish Ramakrishnan
eaa747fe39
do not install admin certs during test
2016-10-25 11:36:56 -07:00
Johannes
25243970ad
Only allow email to be enabled if a real dns provider is setup
2016-10-25 16:31:22 +02:00
Johannes
fc09cf2205
Update the webui when dns config changed
2016-10-25 16:21:37 +02:00
Johannes
e1be8659fa
Also validate DNS config for digitalocean backend
2016-10-25 16:18:54 +02:00
Johannes
eb963f3e1b
Report auth issues in digitalocean dns backend
2016-10-25 16:18:33 +02:00
Johannes
a983fb144f
Only caas currently allows dynamic domain change
2016-10-25 16:06:44 +02:00
Johannes
a23f5d45b0
Improve error feedback when setting Route53 credentials
2016-10-25 16:06:31 +02:00
Johannes
e4b7b9c9fb
Fix typo
2016-10-25 15:28:26 +02:00
Johannes
0c6a2008ff
Also support noop dns provider in settings backend
2016-10-25 14:55:20 +02:00
Johannes
e7c82b3bf7
Make label clickable
2016-10-25 14:52:52 +02:00
Johannes
048f3e0614
Show selection box for dns provider
2016-10-25 14:51:57 +02:00
Johannes
ae402f7afb
Make the DNS setup button normal size
2016-10-25 14:43:16 +02:00
Johannes
e848b23bc8
Let the user know when no DNS provider is setup
...
This is the case when noop provider is used
2016-10-25 14:41:35 +02:00
Johannes
012fbe926f
Wait for the configure event to be received
2016-10-25 14:33:32 +02:00
Johannes
e94cae88ab
Cleanup package.json from unused node modules
2016-10-25 14:29:04 +02:00
Johannes
d7a91429f3
noop dns provider is a valid one
2016-10-25 14:15:54 +02:00
Johannes
254e0ef8e1
Print information on how to follow logs in the setup script
2016-10-25 14:07:49 +02:00
Johannes
2e7cc4847e
the folder is called /var/log/ without s
2016-10-25 14:01:35 +02:00
Johannes
8cfc8bb893
Redirect init and installer script output to log file
2016-10-25 13:58:46 +02:00
Johannes
bd163327be
Do not disable nginx service
2016-10-25 13:57:25 +02:00
Johannes
9adc6d2ba5
No more data subobject
2016-10-25 13:41:51 +02:00
Johannes
5539710a25
Explicitly specify npm bin
2016-10-25 13:27:31 +02:00
Johannes
6b6af13c5f
Do not set -e in cloudron-setup
...
This needs to be reenabled, but I can't make out
why having it set makes the parent script stop
after calling an external one with /bin/bash,
even though the external one has a 0 exit code
2016-10-25 13:14:01 +02:00
Johannes
6660ef2ff3
Let the cloudron-version tool resolve the version string
2016-10-25 13:13:04 +02:00