Update snapdrop to version b8b78cc2 (#2445)

This commit is contained in:
Alexander L. 2025-03-28 01:40:01 +01:00 committed by GitHub
parent 7e97fa5851
commit 571f584153
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 80
server:
image: linuxserver/snapdrop:version-f88d46ed@sha256:07cd3bc67085efee233a3e344fd2d9b5ac40ed62e636d2b95806a505945b6969
image: linuxserver/snapdrop:version-b8b78cc2@sha256:3e0af233372e6ae7ac711397d40cbe2797cefe13220d65e5e284a64252cc0c2c
volumes:
- ${APP_DATA_DIR}/data/config:/config
restart: on-failure

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: snapdrop
category: files
name: Snapdrop
version: "f88d46ed"
version: "b8b78cc2"
tagline: Opensource Airdrop Alternative
description: >-
Snapdrop - local file sharing in your browser. Inspired by Apple's Airdrop.
@ -22,6 +22,4 @@ defaultPassword: ""
submitter: Pranshu Agrawal
submission: https://github.com/getumbrel/umbrel-apps/pull/290
releaseNotes: >-
This update includes the following changes:
- Fixed service worker path for better compatibility with reverse proxies
- Updated manifest for improved functionality when not on root path
This update includes performance improvements and bug fixes.