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

Compare commits

..

23 Commits

Author SHA1 Message Date
Girish Ramakrishnan
498611153b Version 1.4.2 2019-05-09 11:46:13 -07:00
Girish Ramakrishnan
8cf157e88b Update syncthing to 1.1.3 2019-05-09 11:14:01 -07:00
Girish Ramakrishnan
ab8ea632e6 Version 1.4.1 2019-04-03 16:12:28 -07:00
Girish Ramakrishnan
9f49ee01b8 Update syncthing to 1.1.1 2019-04-03 15:45:05 -07:00
Girish Ramakrishnan
cd247134d6 Version 1.4.0 2019-03-05 09:46:47 -08:00
Girish Ramakrishnan
44c030d6dc Update Syncthing to 1.1.0 2019-03-05 09:08:42 -08:00
Girish Ramakrishnan
e0a2b3acaf Version 1.3.1 2019-02-06 11:23:54 -08:00
Girish Ramakrishnan
b111013197 Update syncthing to 1.0.1 2019-02-05 17:17:02 -08:00
Girish Ramakrishnan
478d74f305 Version 1.3.0 2019-01-10 10:48:20 -08:00
Girish Ramakrishnan
55e4d56dcc Version 1.0.0 2019-01-10 10:32:07 -08:00
Girish Ramakrishnan
4ddc3b937a Version 1.2.1 2018-12-10 12:39:13 -08:00
Girish Ramakrishnan
2f00671685 Update syncthing to 0.14.54 2018-12-05 10:08:05 -08:00
Girish Ramakrishnan
55ad5b2a12 Version 1.2.0 2018-11-09 16:32:21 -08:00
Girish Ramakrishnan
1e5cc8b533 Update syncthing to 0.14.52 2018-11-09 16:22:11 -08:00
Girish Ramakrishnan
4c1b0d17e9 Version 1.1.0 2018-10-14 14:39:36 -07:00
Girish Ramakrishnan
e68c1e9ef2 Use latest base image 2018-10-14 14:39:18 -07:00
Girish Ramakrishnan
0d98ee2f5c Version 1.0.7 2018-10-04 16:35:40 -07:00
Girish Ramakrishnan
b2f48f24af Update syncthing to 0.14.51 2018-10-04 16:13:10 -07:00
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
Girish Ramakrishnan
ae1f3401ae Version 1.0.5 2018-08-08 18:17:51 -07:00
Girish Ramakrishnan
7dd3979bdc Update Syncthing to 0.14.49 2018-08-08 18:16:29 -07:00
5 changed files with 48 additions and 16 deletions

View File

@@ -84,3 +84,40 @@
[1.0.4]
* Update Syncthing to version 0.14.48
[1.0.5]
* Update Syncthing to 0.14.49
[1.0.6]
* Update Syncthign to 0.14.50
[1.0.7]
* Update Syncthing to 0.14.51
[1.1.0]
* Use latest base image
[1.2.0]
* Update Syncthing to 0.14.52
[1.2.1]
* Update Syncthing to 0.14.54
[1.3.0]
* Update Syncthing to 1.0.0
* #2760: Option to limit max simultaneous scans
* #5286: Add hardening options to systemd units
* #5320: Show configured rate limit in the GUI
* #5336: Show list of locally changed files for receive only folders
[1.3.1]
* Update Syncthing to 1.0.1
[1.4.0]
* Update Syncthing to 1.1.0
[1.4.1]
* Update Syncthign to 1.1.1
[1.4.2]
* Update Syncthing to 1.1.3

View File

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

View File

@@ -1,4 +1,4 @@
This app packages Syncthing <upstream>v0.14.48</upstream>.
This app packages Syncthing <upstream>1.1.3</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,10 +1,7 @@
FROM cloudron/base:0.10.0
MAINTAINER Syncthing Developers <support@cloudron.io>
ENV VERSION 0.14.48
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
RUN mkdir -p /app/code \
&& wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \
&& wget https://github.com/syncthing/syncthing/releases/download/v1.1.3/syncthing-linux-amd64-v1.1.3.tar.gz -O - \
| tar -xz -C /app/code --strip-components=1
WORKDIR /app/code

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"
}
}