|
|
8 năm trước cách đây | |
|---|---|---|
| screenshots | 8 năm trước cách đây | |
| test | 8 năm trước cách đây | |
| .dockerignore | 8 năm trước cách đây | |
| .gitignore | 8 năm trước cách đây | |
| CHANGELOG | 8 năm trước cách đây | |
| CloudronManifest.json | 8 năm trước cách đây | |
| DESCRIPTION.md | 8 năm trước cách đây | |
| Dockerfile | 8 năm trước cách đây | |
| LICENSE | 8 năm trước cách đây | |
| LICENSE.txt | 8 năm trước cách đây | |
| POSTINSTALL.md | 8 năm trước cách đây | |
| README.md | 8 năm trước cách đây | |
| inittab | 8 năm trước cách đây | |
| logo.png | 8 năm trước cách đây | |
| nginx.conf | 8 năm trước cách đây | |
| start.sh | 8 năm trước cách đây |
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