1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-15 17:39:09 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
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
4 changed files with 6 additions and 3 deletions

View File

@@ -90,3 +90,6 @@
[1.0.6] [1.0.6]
* Update Syncthign to 0.14.50 * Update Syncthign to 0.14.50
[1.0.7]
* Update Syncthing to 0.14.51

View File

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

View File

@@ -1,4 +1,4 @@
This app packages Syncthing <upstream>v0.14.50</upstream>. This app packages Syncthing <upstream>v0.14.51</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. 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 FROM cloudron/base:0.10.0
MAINTAINER Syncthing Developers <support@cloudron.io> MAINTAINER Syncthing Developers <support@cloudron.io>
ENV VERSION 0.14.50 ENV VERSION 0.14.51
RUN mkdir -p /app/code \ 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/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \