Update snapdrop to version f88d46ed (#1427)

This commit is contained in:
Nathan Fretz 2024-09-03 14:33:35 +10:00 committed by GitHub
parent c3eff30a58
commit 701aa98034
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

View File

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

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: snapdrop id: snapdrop
category: files category: files
name: Snapdrop name: Snapdrop
version: "debd13a0" version: "f88d46ed"
tagline: Opensource Airdrop Alternative tagline: Opensource Airdrop Alternative
description: >- description: >-
Snapdrop - local file sharing in your browser. Inspired by Apple's Airdrop. Snapdrop - local file sharing in your browser. Inspired by Apple's Airdrop.
@ -23,6 +23,5 @@ submitter: Pranshu Agrawal
submission: https://github.com/getumbrel/umbrel-apps/pull/290 submission: https://github.com/getumbrel/umbrel-apps/pull/290
releaseNotes: >- releaseNotes: >-
This update includes the following changes: This update includes the following changes:
- Fixed background width issue - Fixed service worker path for better compatibility with reverse proxies
- Removed dark mode - Updated manifest for improved functionality when not on root path
- Improved reverse proxy compatibility