From d9ec51b9fd833a37109f4a3b947572a04c49e574 Mon Sep 17 00:00:00 2001 From: arushi019 Date: Wed, 18 Jul 2018 23:50:44 +0530 Subject: [PATCH 1/5] Team DelSquared (RGSoC '18): Added services hosted on Dokku --- WWW.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/WWW.md b/WWW.md index 012aee2..891426a 100644 --- a/WWW.md +++ b/WWW.md @@ -71,6 +71,16 @@ Use Route 53 to modify this. Create a new record under the "tessel.io" hosted zo **NOTE:** It's preferred that subdomains and the name of the Dokku app match exactly. +The following services are hosted on Dokku: + +*docs.tessel.io +*doc.tessel.io +*scbot.tessel.io +*slackin.tessel.io +*start.tessel.io +*t1-start.tessel.io +*crash-reporter.tessel.io + You can now enable the subdomain using this command on the Dokku server: ``` From 1c555e599f196eaa33c11ff096bed02556b6600f Mon Sep 17 00:00:00 2001 From: arushi019 Date: Fri, 20 Jul 2018 04:14:38 +0530 Subject: [PATCH 2/5] Team DelSquared (RGSoC '18): Added web services hosted on Dokku and Google App Engine --- WWW.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/WWW.md b/WWW.md index 891426a..09d93f0 100644 --- a/WWW.md +++ b/WWW.md @@ -71,16 +71,6 @@ Use Route 53 to modify this. Create a new record under the "tessel.io" hosted zo **NOTE:** It's preferred that subdomains and the name of the Dokku app match exactly. -The following services are hosted on Dokku: - -*docs.tessel.io -*doc.tessel.io -*scbot.tessel.io -*slackin.tessel.io -*start.tessel.io -*t1-start.tessel.io -*crash-reporter.tessel.io - You can now enable the subdomain using this command on the Dokku server: ``` @@ -103,3 +93,19 @@ Look up logs with Dokku while logged into the server: ``` server> dokku logs NEWAPP ``` + +## Hosted Web Services + +The following web services are hosted on Dokku: + +*docs.tessel.io +*doc.tessel.io +*scbot.tessel.io +*t1-start.tessel.io +*highfive.tessel.io +*slackin.tessel.io +*start.tessel.io + +The following web service is hosted on Google App Engine: + +*crash-reporter.tessel.io From 2b4bd72e5e5cd793b2ab24093be64aac8b445489 Mon Sep 17 00:00:00 2001 From: arushi019 Date: Fri, 20 Jul 2018 04:17:08 +0530 Subject: [PATCH 3/5] Team DelSquared (RGSoC '18): Added web services hosted on Dokku and Google App Engine --- WWW.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/WWW.md b/WWW.md index 09d93f0..7c34abf 100644 --- a/WWW.md +++ b/WWW.md @@ -99,13 +99,20 @@ server> dokku logs NEWAPP The following web services are hosted on Dokku: *docs.tessel.io + *doc.tessel.io + *scbot.tessel.io + *t1-start.tessel.io + *highfive.tessel.io + *slackin.tessel.io + *start.tessel.io + The following web service is hosted on Google App Engine: *crash-reporter.tessel.io From 0b1f23f405cd7572b0f443e9a99b239a1d5a698f Mon Sep 17 00:00:00 2001 From: arushi019 Date: Wed, 1 Aug 2018 00:06:00 +0530 Subject: [PATCH 4/5] fixes (https://github.com/tessel/project/issues/345) : added list of all hosted web services Issue link : https://github.com/tessel/project/issues/345 Introduced changes as mentioned in review [Team DelSquared RGSoC '18] --- WWW.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/WWW.md b/WWW.md index 7c34abf..5e300d1 100644 --- a/WWW.md +++ b/WWW.md @@ -98,19 +98,19 @@ server> dokku logs NEWAPP The following web services are hosted on Dokku: -*docs.tessel.io +* docs.tessel.io -*doc.tessel.io +* doc.tessel.io -*scbot.tessel.io +* scbot.tessel.io -*t1-start.tessel.io +* t1-start.tessel.io -*highfive.tessel.io +* highfive.tessel.io -*slackin.tessel.io +* slackin.tessel.io -*start.tessel.io +* start.tessel.io The following web service is hosted on Google App Engine: From 6520bb6f27e68e1349734ca5c7ca00d2e2ed669d Mon Sep 17 00:00:00 2001 From: arushi019 Date: Wed, 1 Aug 2018 00:08:16 +0530 Subject: [PATCH 5/5] fixes (https://github.com/tessel/project/issues/345) : forgot a bullet point from last commit --- WWW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WWW.md b/WWW.md index 5e300d1..f0cc320 100644 --- a/WWW.md +++ b/WWW.md @@ -115,4 +115,4 @@ The following web services are hosted on Dokku: The following web service is hosted on Google App Engine: -*crash-reporter.tessel.io +* crash-reporter.tessel.io