|
il y a 6 ans | |
---|---|---|
screenshots | il y a 7 ans | |
supervisor | il y a 6 ans | |
test | il y a 7 ans | |
.dockerignore | il y a 8 ans | |
.gitignore | il y a 8 ans | |
CHANGELOG | il y a 7 ans | |
CloudronManifest.json | il y a 6 ans | |
DESCRIPTION.md | il y a 7 ans | |
Dockerfile | il y a 6 ans | |
LICENSE | il y a 8 ans | |
LICENSE.txt | il y a 8 ans | |
POSTINSTALL.md | il y a 7 ans | |
README.md | il y a 8 ans | |
gg.sh | il y a 7 ans | |
logo.png | il y a 7 ans | |
logo.svg | il y a 7 ans | |
nginx.conf | il y a 6 ans | |
resolv.conf | il y a 6 ans | |
start.sh | il y a 6 ans |
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