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
8 additions and
16 deletions
-
snapdrop/docker-compose.yml
-
snapdrop/umbrel-app.yml
|
|
@ -7,10 +7,10 @@ services: |
|
|
|
APP_PORT: 80 |
|
|
|
|
|
|
|
server: |
|
|
|
image: linuxserver/snapdrop:version-f769a766@sha256:95a90322a364daed0253dc41f0d7451cc9c67e31f17b09e91a51a80d02c5d4ff |
|
|
|
image: linuxserver/snapdrop:version-debd13a0@sha256:bf4630e64e1f3d5db4975402720f148cd215a153aff48d970d815f55293ed62f |
|
|
|
volumes: |
|
|
|
- ${APP_DATA_DIR}/data/config:/config |
|
|
|
restart: on-failure |
|
|
|
environment: |
|
|
|
- PUID=1000 |
|
|
|
- PGID=1000 |
|
|
|
- PGID=1000 |
|
|
@ -2,22 +2,10 @@ manifestVersion: 1 |
|
|
|
id: snapdrop |
|
|
|
category: files |
|
|
|
name: Snapdrop |
|
|
|
version: "f769a766" |
|
|
|
version: "debd13a0" |
|
|
|
tagline: Opensource Airdrop Alternative |
|
|
|
description: >- |
|
|
|
Snapdrop - local file sharing in your browser. Inspired by Apple's Airdrop. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Snapdrop is built with the following awesome technologies: |
|
|
|
|
|
|
|
- Vanilla HTML5 / ES6 / CSS3 frontend |
|
|
|
|
|
|
|
- WebRTC / WebSockets |
|
|
|
|
|
|
|
- NodeJS backend |
|
|
|
|
|
|
|
- Progressive Web App (PWA) |
|
|
|
developer: RobinLinus |
|
|
|
website: https://snapdrop.net/ |
|
|
|
dependencies: [] |
|
|
@ -33,4 +21,8 @@ defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
submitter: Pranshu Agrawal |
|
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/290 |
|
|
|
releaseNotes: "" |
|
|
|
releaseNotes: >- |
|
|
|
This update includes the following changes: |
|
|
|
- Fixed background width issue |
|
|
|
- Removed dark mode |
|
|
|
- Improved reverse proxy compatibility |