Commit aba27b9e by Johannes Zellner

Replace all github links with our own gitlab

1 parent cfc90f5c
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"healthCheckPath": "/api/healthcheck", "healthCheckPath": "/api/healthcheck",
"httpPort": 3000, "httpPort": 3000,
"manifestVersion": 1, "manifestVersion": 1,
"website": "https://github.com/nebulade/surfer", "website": "https://git.cloudron.io/cloudron/surfer",
"contactEmail": "support@cloudron.io", "contactEmail": "support@cloudron.io",
"icon": "logo.png", "icon": "logo.png",
"addons": { "addons": {
......
...@@ -19,7 +19,7 @@ cloudron install --appstore-id io.cloudron.surfer ...@@ -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). 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 cd surfer
cloudron build cloudron build
cloudron install cloudron install
...@@ -28,7 +28,7 @@ cloudron install ...@@ -28,7 +28,7 @@ cloudron install
### Standalone ### Standalone
Surfer can also be run standlone on any server: 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 cd surfer
npm install npm install
./server.js <public folder> ./server.js <public folder>
...@@ -64,4 +64,3 @@ cd surfer ...@@ -64,4 +64,3 @@ cd surfer
npm install npm install
USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test/test.js USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test/test.js
``` ```
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/nebulade/surfer.git" "url": "https://git.cloudron.io/cloudron/surfer.git"
}, },
"dependencies": { "dependencies": {
"async": "^1.5.2", "async": "^1.5.2",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!