mirror of
https://git.cloudron.io/cloudron/syncthing-app
synced 2025-09-13 16:29:09 +00:00
Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
ab8ea632e6 | ||
|
9f49ee01b8 | ||
|
cd247134d6 | ||
|
44c030d6dc | ||
|
e0a2b3acaf | ||
|
b111013197 | ||
|
478d74f305 | ||
|
55e4d56dcc |
16
CHANGELOG
16
CHANGELOG
@@ -102,3 +102,19 @@
|
||||
[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
|
||||
|
||||
|
@@ -5,7 +5,7 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Decentralized file synchronization",
|
||||
"version": "1.2.1",
|
||||
"version": "1.4.1",
|
||||
"healthCheckPath": "/healthcheck",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
This app packages Syncthing <upstream>v0.14.54</upstream>.
|
||||
This app packages Syncthing <upstream>1.1.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.
|
||||
|
||||
|
@@ -1,9 +1,7 @@
|
||||
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
|
||||
|
||||
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 - \
|
||||
&& wget https://github.com/syncthing/syncthing/releases/download/v1.1.1/syncthing-linux-amd64-v1.1.1.tar.gz -O - \
|
||||
| tar -xz -C /app/code --strip-components=1
|
||||
|
||||
WORKDIR /app/code
|
||||
|
Reference in New Issue
Block a user