mirror of
https://git.cloudron.io/cloudron/syncthing-app
synced 2025-09-13 08:19:09 +00:00
Compare commits
15 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
4ddc3b937a | ||
|
2f00671685 | ||
|
55ad5b2a12 | ||
|
1e5cc8b533 | ||
|
4c1b0d17e9 | ||
|
e68c1e9ef2 | ||
|
0d98ee2f5c | ||
|
b2f48f24af | ||
|
481765c3db | ||
|
6ea6e0cd30 | ||
|
0cd6523548 | ||
|
ae1f3401ae | ||
|
7dd3979bdc | ||
|
a5a91b09c8 | ||
|
91335ebc70 |
21
CHANGELOG
21
CHANGELOG
@@ -81,3 +81,24 @@
|
||||
[1.0.3]
|
||||
* Update Syncthing to version 0.14.47
|
||||
|
||||
[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
|
||||
|
||||
|
@@ -5,7 +5,7 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Decentralized file synchronization",
|
||||
"version": "1.0.3",
|
||||
"version": "1.2.1",
|
||||
"healthCheckPath": "/healthcheck",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
This app packages Syncthing <upstream>v0.14.47</upstream>.
|
||||
This app packages Syncthing <upstream>v0.14.54</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.
|
||||
|
||||
|
@@ -1,7 +1,6 @@
|
||||
FROM cloudron/base:0.10.0
|
||||
MAINTAINER Syncthing Developers <support@cloudron.io>
|
||||
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
|
||||
|
||||
ENV VERSION 0.14.47
|
||||
ENV VERSION 0.14.54
|
||||
|
||||
RUN mkdir -p /app/code \
|
||||
&& wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \
|
||||
|
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user