Go to file
Dennis Schwerdel 926352e879 First version 2017-05-05 13:19:38 +02:00
screenshots First version 2017-05-05 13:19:38 +02:00
test First version 2017-05-05 13:19:38 +02:00
.dockerignore First version 2017-05-05 13:19:38 +02:00
.gitignore First version 2017-05-05 13:19:38 +02:00
CHANGELOG First version 2017-05-05 13:19:38 +02:00
CloudronManifest.json First version 2017-05-05 13:19:38 +02:00
DESCRIPTION.md First version 2017-05-05 13:19:38 +02:00
Dockerfile First version 2017-05-05 13:19:38 +02:00
LICENSE First version 2017-05-05 13:19:38 +02:00
LICENSE.txt First version 2017-05-05 13:19:38 +02:00
POSTINSTALL.md First version 2017-05-05 13:19:38 +02:00
README.md First version 2017-05-05 13:19:38 +02:00
config.xml First version 2017-05-05 13:19:38 +02:00
inittab First version 2017-05-05 13:19:38 +02:00
logo.png First version 2017-05-05 13:19:38 +02:00
start.sh First version 2017-05-05 13:19:38 +02:00

README.md

Syncthing Cloudron App

This repository contains the Cloudron app package source for Syncthing.

Installation

Install

or using the Cloudron command line tooling

cloudron install --appstore-id net.syncthing.cloudronapp

Building

The app package can be built using the Cloudron command line tooling.

cd syncthing-app

cloudron build
cloudron install

Testing

The e2e tests are located in the test/ folder and require nodejs. They are creating a fresh build, install the app on your Cloudron, perform tests, backup, restore and test if the repos are still ok. The tests expect port 29418 to be available.

cd syncthing-app/test

npm install
export PATH=$PATH:node_modules/.bin
mocha --bail test.js