Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
PUBLIC
/
surfer-okd
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit aba27b9e
authored
Apr 09, 2017
by
Johannes Zellner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace all github links with our own gitlab
1 parent
cfc90f5c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
CloudronManifest.json
README.md
package.json
CloudronManifest.json
View file @
aba27b9
...
...
@@ -13,7 +13,7 @@
"healthCheckPath"
:
"/api/healthcheck"
,
"httpPort"
:
3000
,
"manifestVersion"
:
1
,
"website"
:
"https://git
hub.com/nebulade
/surfer"
,
"website"
:
"https://git
.cloudron.io/cloudron
/surfer"
,
"contactEmail"
:
"support@cloudron.io"
,
"icon"
:
"logo.png"
,
"addons"
:
{
...
...
README.md
View file @
aba27b9
...
...
@@ -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://git
hub.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://git
hub.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
```
package.json
View file @
aba27b9
...
...
@@ -17,7 +17,7 @@
"license"
:
"MIT"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://git
hub.com/nebulade
/surfer.git"
"url"
:
"https://git
.cloudron.io/cloudron
/surfer.git"
},
"dependencies"
:
{
"async"
:
"^1.5.2"
,
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment