1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-13 16:29:09 +00:00

Compare commits

..

3 Commits

Author SHA1 Message Date
Girish Ramakrishnan
481765c3db Version 1.0.6 2018-09-11 16:24:19 -07:00
Girish Ramakrishnan
6ea6e0cd30 Update packages 2018-09-11 16:14:50 -07:00
Girish Ramakrishnan
0cd6523548 Update syncthing to 0.14.50 2018-09-11 15:56:03 -07:00
5 changed files with 13 additions and 12 deletions

View File

@@ -87,3 +87,6 @@
[1.0.5]
* Update Syncthing to 0.14.49
[1.0.6]
* Update Syncthign to 0.14.50

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Decentralized file synchronization",
"version": "1.0.5",
"version": "1.0.6",
"healthCheckPath": "/healthcheck",
"httpPort": 8000,
"addons": {

View File

@@ -1,4 +1,4 @@
This app packages Syncthing <upstream>v0.14.49</upstream>.
This app packages Syncthing <upstream>v0.14.50</upstream>.
Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.

View File

@@ -1,7 +1,7 @@
FROM cloudron/base:0.10.0
MAINTAINER Syncthing Developers <support@cloudron.io>
ENV VERSION 0.14.49
ENV VERSION 0.14.50
RUN mkdir -p /app/code \
&& wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \

View File

@@ -2,23 +2,21 @@
"name": "test",
"version": "1.0.0",
"description": "",
"main": "test.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"ejs": "^2.3.4",
"dependencies": {
"chromedriver": "^2.36.0",
"ejs": "^2.4.2",
"expect.js": "^0.3.1",
"mkdirp": "^0.5.1",
"mocha": "^2.3.4",
"rimraf": "^2.4.4",
"selenium-server-standalone-jar": "^2.53.0",
"mocha": "^2.5.3",
"rimraf": "^2.5.3",
"selenium-server-standalone-jar": "^2.53.1",
"selenium-webdriver": "^2.53.3",
"superagent": "^1.4.0"
},
"dependencies": {
"chromedriver": "^2.37.0"
}
}