aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@cloudron.io>2017-04-09 23:44:18 +0200
committerJohannes Zellner <johannes@cloudron.io>2017-04-09 23:44:18 +0200
commitaba27b9e866efa8fe1cbe92df46b116265e6c7ad (patch)
tree6586101af824af737bf24d0313b840f3be579cd5
parentcfc90f5c92108604d0d050108f2f33452f5827d4 (diff)
downloadSurfer-aba27b9e866efa8fe1cbe92df46b116265e6c7ad.tar.gz
Surfer-aba27b9e866efa8fe1cbe92df46b116265e6c7ad.tar.zst
Surfer-aba27b9e866efa8fe1cbe92df46b116265e6c7ad.zip
Replace all github links with our own gitlab
-rw-r--r--CloudronManifest.json2
-rw-r--r--README.md5
-rw-r--r--package.json2
3 files changed, 4 insertions, 5 deletions
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 17e5038..a7c9589 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -13,7 +13,7 @@
13 "healthCheckPath": "/api/healthcheck", 13 "healthCheckPath": "/api/healthcheck",
14 "httpPort": 3000, 14 "httpPort": 3000,
15 "manifestVersion": 1, 15 "manifestVersion": 1,
16 "website": "https://github.com/nebulade/surfer", 16 "website": "https://git.cloudron.io/cloudron/surfer",
17 "contactEmail": "support@cloudron.io", 17 "contactEmail": "support@cloudron.io",
18 "icon": "logo.png", 18 "icon": "logo.png",
19 "addons": { 19 "addons": {
diff --git a/README.md b/README.md
index b7e8c50..e4061df 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ cloudron install --appstore-id io.cloudron.surfer
19The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html). 19The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html).
20 20
21``` 21```
22git clone https://github.com/nebulade/surfer.git 22git clone https://git.cloudron.io/cloudron/surfer.git
23cd surfer 23cd surfer
24cloudron build 24cloudron build
25cloudron install 25cloudron install
@@ -28,7 +28,7 @@ cloudron install
28### Standalone 28### Standalone
29Surfer can also be run standlone on any server: 29Surfer can also be run standlone on any server:
30``` 30```
31git clone https://github.com/nebulade/surfer.git 31git clone https://git.cloudron.io/cloudron/surfer.git
32cd surfer 32cd surfer
33npm install 33npm install
34./server.js <public folder> 34./server.js <public folder>
@@ -64,4 +64,3 @@ cd surfer
64npm install 64npm install
65USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test/test.js 65USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test/test.js
66``` 66```
67
diff --git a/package.json b/package.json
index e18742e..a6d670b 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
17 "license": "MIT", 17 "license": "MIT",
18 "repository": { 18 "repository": {
19 "type": "git", 19 "type": "git",
20 "url": "https://github.com/nebulade/surfer.git" 20 "url": "https://git.cloudron.io/cloudron/surfer.git"
21 }, 21 },
22 "dependencies": { 22 "dependencies": {
23 "async": "^1.5.2", 23 "async": "^1.5.2",