|
hace 6 años | |
---|---|---|
screenshots | hace 7 años | |
supervisor | hace 6 años | |
test | hace 7 años | |
.dockerignore | hace 8 años | |
.gitignore | hace 8 años | |
CHANGELOG | hace 7 años | |
CloudronManifest.json | hace 6 años | |
DESCRIPTION.md | hace 7 años | |
Dockerfile | hace 6 años | |
LICENSE | hace 8 años | |
LICENSE.txt | hace 8 años | |
POSTINSTALL.md | hace 7 años | |
README.md | hace 8 años | |
gg.sh | hace 7 años | |
logo.png | hace 7 años | |
logo.svg | hace 7 años | |
nginx.conf | hace 6 años | |
resolv.conf | hace 6 años | |
start.sh | hace 6 años |
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
PATH=$PATH:node_modules/.bin USERNAME=user PASSWORD=password mocha --bail test.js