diff options
-rw-r--r-- | CloudronManifest.json | 2 | ||||
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | package.json | 2 |
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": { |
@@ -19,7 +19,7 @@ cloudron install --appstore-id io.cloudron.surfer | |||
19 | The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html). | 19 | The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html). |
20 | 20 | ||
21 | ``` | 21 | ``` |
22 | git clone https://github.com/nebulade/surfer.git | 22 | git clone https://git.cloudron.io/cloudron/surfer.git |
23 | cd surfer | 23 | cd surfer |
24 | cloudron build | 24 | cloudron build |
25 | cloudron install | 25 | cloudron install |
@@ -28,7 +28,7 @@ cloudron install | |||
28 | ### Standalone | 28 | ### Standalone |
29 | Surfer can also be run standlone on any server: | 29 | Surfer can also be run standlone on any server: |
30 | ``` | 30 | ``` |
31 | git clone https://github.com/nebulade/surfer.git | 31 | git clone https://git.cloudron.io/cloudron/surfer.git |
32 | cd surfer | 32 | cd surfer |
33 | npm install | 33 | npm install |
34 | ./server.js <public folder> | 34 | ./server.js <public folder> |
@@ -64,4 +64,3 @@ cd surfer | |||
64 | npm install | 64 | npm install |
65 | USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test/test.js | 65 | USERNAME=<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", |