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

Compare commits

...

4 Commits

Author SHA1 Message Date
Girish Ramakrishnan
20046fe36c Version 1.7.1 2020-04-07 00:33:51 -07:00
Girish Ramakrishnan
6dbe2e26a7 Update syncthing to 1.4.1 2020-04-06 11:54:36 -07:00
Girish Ramakrishnan
97d8f69a5e Version 1.7.0 2020-03-17 09:40:41 -07:00
Girish Ramakrishnan
419b00c215 Update syncthing to 1.4.0 2020-03-16 08:57:16 -07:00
4 changed files with 9 additions and 3 deletions

View File

@@ -145,3 +145,9 @@
[1.6.3]
* Update Syncthing to 1.3.4
[1.7.0]
* Update Syncthing to 1.4.0
[1.7.1]
* Update Syncthing to 1.4.1

View File

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

View File

@@ -1,4 +1,4 @@
This app packages Syncthing <upstream>1.3.4</upstream>.
This app packages Syncthing <upstream>1.4.1</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,6 +1,6 @@
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
ARG VERSION=1.3.4
ARG VERSION=1.4.1
RUN mkdir -p /app/code \
&& wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \
| tar -xz -C /app/code --strip-components=1