diff --git a/snapdrop/docker-compose.yml b/snapdrop/docker-compose.yml index 61610a15..bd2682d1 100644 --- a/snapdrop/docker-compose.yml +++ b/snapdrop/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 80 server: - image: linuxserver/snapdrop:version-debd13a0@sha256:bf4630e64e1f3d5db4975402720f148cd215a153aff48d970d815f55293ed62f + image: linuxserver/snapdrop:version-f88d46ed@sha256:07cd3bc67085efee233a3e344fd2d9b5ac40ed62e636d2b95806a505945b6969 volumes: - ${APP_DATA_DIR}/data/config:/config restart: on-failure diff --git a/snapdrop/umbrel-app.yml b/snapdrop/umbrel-app.yml index d56e4601..0dc3bf6b 100644 --- a/snapdrop/umbrel-app.yml +++ b/snapdrop/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: snapdrop category: files name: Snapdrop -version: "debd13a0" +version: "f88d46ed" tagline: Opensource Airdrop Alternative description: >- 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 releaseNotes: >- This update includes the following changes: - - Fixed background width issue - - Removed dark mode - - Improved reverse proxy compatibility \ No newline at end of file + - Fixed service worker path for better compatibility with reverse proxies + - Updated manifest for improved functionality when not on root path \ No newline at end of file