Nathan Fretz
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
5 deletions
-
snapdrop/docker-compose.yml
-
snapdrop/umbrel-app.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 |
|
|
|
|
|
@ -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 |
|
|
|
- Fixed service worker path for better compatibility with reverse proxies |
|
|
|
- Updated manifest for improved functionality when not on root path |