|
%!s(int64=8) %!d(string=hai) anos | |
---|---|---|
screenshots | %!s(int64=8) %!d(string=hai) anos | |
test | %!s(int64=8) %!d(string=hai) anos | |
.dockerignore | %!s(int64=8) %!d(string=hai) anos | |
.gitignore | %!s(int64=8) %!d(string=hai) anos | |
CHANGELOG | %!s(int64=8) %!d(string=hai) anos | |
CloudronManifest.json | %!s(int64=8) %!d(string=hai) anos | |
DESCRIPTION.md | %!s(int64=8) %!d(string=hai) anos | |
Dockerfile | %!s(int64=8) %!d(string=hai) anos | |
LICENSE | %!s(int64=8) %!d(string=hai) anos | |
LICENSE.txt | %!s(int64=8) %!d(string=hai) anos | |
POSTINSTALL.md | %!s(int64=8) %!d(string=hai) anos | |
README.md | %!s(int64=8) %!d(string=hai) anos | |
config.xml | %!s(int64=8) %!d(string=hai) anos | |
inittab | %!s(int64=8) %!d(string=hai) anos | |
logo.png | %!s(int64=8) %!d(string=hai) anos | |
start.sh | %!s(int64=8) %!d(string=hai) anos |
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