|
8 tahun lalu | |
---|---|---|
screenshots | 8 tahun lalu | |
test | 8 tahun lalu | |
.dockerignore | 8 tahun lalu | |
.gitignore | 8 tahun lalu | |
CHANGELOG | 8 tahun lalu | |
CloudronManifest.json | 8 tahun lalu | |
DESCRIPTION.md | 8 tahun lalu | |
Dockerfile | 8 tahun lalu | |
LICENSE | 8 tahun lalu | |
LICENSE.txt | 8 tahun lalu | |
POSTINSTALL.md | 8 tahun lalu | |
README.md | 8 tahun lalu | |
config.xml | 8 tahun lalu | |
inittab | 8 tahun lalu | |
logo.png | 8 tahun lalu | |
nginx.conf | 8 tahun lalu | |
start.sh | 8 tahun lalu |
This repository contains the Cloudron app package source for Syncthing.
or using the Cloudron command line tooling
cloudron install --appstore-id net.syncthing.cloudronapp
The app package can be built using the Cloudron command line tooling.
cd syncthing-app
cloudron build
cloudron install
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