Commit aba27b9e by Johannes Zellner

Replace all github links with our own gitlab

1 parent cfc90f5c
......@@ -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": {
......
......@@ -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
```
......@@ -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",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!