]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
Replace all github links with our own gitlab
authorJohannes Zellner <johannes@cloudron.io>
Sun, 9 Apr 2017 21:44:18 +0000 (23:44 +0200)
committerJohannes Zellner <johannes@cloudron.io>
Sun, 9 Apr 2017 21:44:18 +0000 (23:44 +0200)
CloudronManifest.json
README.md
package.json

index 17e50383a641c64ddb30a724f2671c8bdf735013..a7c95893527bb27bc475a0fbec601a1c7076a26b 100644 (file)
@@ -13,7 +13,7 @@
   "healthCheckPath": "/api/healthcheck",
   "httpPort": 3000,
   "manifestVersion": 1,
-  "website": "https://github.com/nebulade/surfer",
+  "website": "https://git.cloudron.io/cloudron/surfer",
   "contactEmail": "support@cloudron.io",
   "icon": "logo.png",
   "addons": {
index b7e8c50a8ee05887c3952858c0246c157b8c1bc6..e4061dfe87b3017cf22b3ba0029f888d550b1491 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ cloudron install --appstore-id io.cloudron.surfer
 The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html).
 
 ```
-git clone https://github.com/nebulade/surfer.git
+git clone https://git.cloudron.io/cloudron/surfer.git
 cd surfer
 cloudron build
 cloudron install
@@ -28,7 +28,7 @@ cloudron install
 ### Standalone
 Surfer can also be run standlone on any server:
 ```
-git clone https://github.com/nebulade/surfer.git
+git clone https://git.cloudron.io/cloudron/surfer.git
 cd surfer
 npm install
 ./server.js <public folder>
@@ -64,4 +64,3 @@ cd surfer
 npm install
 USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test/test.js
 ```
-
index e18742eb2b642a5072d74fecbdb1832f7b8ab5b7..a6d670b0aaab3f59bc966786bfe53e808cdd62f4 100644 (file)
@@ -17,7 +17,7 @@
   "license": "MIT",
   "repository": {
     "type": "git",
-    "url": "https://github.com/nebulade/surfer.git"
+    "url": "https://git.cloudron.io/cloudron/surfer.git"
   },
   "dependencies": {
     "async": "^1.5.2",