From f2b7a94024efbc5ee2e6486957336986171dee6d Mon Sep 17 00:00:00 2001 From: Denny Subke <155585746+dennysubke@users.noreply.github.com> Date: Fri, 28 Nov 2025 14:54:43 +0100 Subject: [PATCH] Update file-drop to version 1.0.8 (#3980) --- file-drop/docker-compose.yml | 2 +- file-drop/umbrel-app.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/file-drop/docker-compose.yml b/file-drop/docker-compose.yml index f4829f7e..3bb94206 100644 --- a/file-drop/docker-compose.yml +++ b/file-drop/docker-compose.yml @@ -6,7 +6,7 @@ services: APP_PORT: 3232 app: - image: ghcr.io/besoeasy/file-drop:1.0.3@sha256:4523d107acc6c93256e26248b1b7e9dfbc1237253837a10e76a11ddbf6053cd7 + image: ghcr.io/besoeasy/file-drop:1.1.1@sha256:672d05e260c88bd6d923b2b0b3b845bd80b35e0255cec35b2f047aa7a6525e5f user: "1000:1000" restart: on-failure stop_grace_period: 5m diff --git a/file-drop/umbrel-app.yml b/file-drop/umbrel-app.yml index 3604ba5a..737c6ea7 100644 --- a/file-drop/umbrel-app.yml +++ b/file-drop/umbrel-app.yml @@ -1,10 +1,12 @@ manifestVersion: 1 id: file-drop name: File Drop -version: "1.0.2" +version: "1.1.1" tagline: "Decentralized, Anonymous, and Secure File Sharing" category: files description: "File Drop is an open-source, decentralized application for anonymously sharing images, videos, and other files. It uses peer-to-peer protocols and the InterPlanetary File System (IPFS) to enable direct, serverless file transfers, enhancing privacy and security" +releaseNotes: >- + This release contains various bug fixes and performance improvements. developer: "besoeasy" website: "https://github.com/besoeasy/file-drop" repo: "https://github.com/besoeasy/file-drop"