You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Johannes Zellner ac3fb1babf Fixup version in changelog 2 months ago
screenshots Add screenshots from docs 5 years ago
supervisor Add nginx for healthcheck route 5 years ago
test Update test deps 2 months ago
.dockerignore First version 6 years ago
.gitignore First version 6 years ago
CHANGELOG Fixup version in changelog 2 months ago
CloudronManifest.json Bump version 2 months ago
DESCRIPTION.md Bump version for 1.19.1 1 year ago
Dockerfile Bump version 2 months ago
LICENSE First version 6 years ago
POSTINSTALL.md Remove space 3 years ago
README.md Updated tests 6 years ago
logo.png First version 6 years ago
nginx.conf Add nginx for healthcheck route 5 years ago
start.sh Fix name typo 2 years ago

README.md

Syncthing Cloudron App

This repository contains the Cloudron app package source for Syncthing.

Installation

Install

or using the Cloudron command line tooling

cloudron install --appstore-id net.syncthing.cloudronapp

Building

The app package can be built using the Cloudron command line tooling.

cd syncthing-app

cloudron build
cloudron install

Testing

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