App Submission: Snapdrop (#290)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
Pranshu Agrawal 2022-12-23 20:09:13 +05:30 committed by GitHub
parent c3d9d65903
commit 8fc911704b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 51 additions and 0 deletions

View File

View File

@ -0,0 +1,16 @@
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: snapdrop_server_1
APP_PORT: 80
server:
image: linuxserver/snapdrop:version-f769a766@sha256:95a90322a364daed0253dc41f0d7451cc9c67e31f17b09e91a51a80d02c5d4ff
volumes:
- ${APP_DATA_DIR}/data/config:/config
restart: on-failure
environment:
- PUID=1000
- PGID=1000

35
snapdrop/umbrel-app.yml Normal file
View File

@ -0,0 +1,35 @@
manifestVersion: 1
id: snapdrop
category: Files
name: Snapdrop
version: "f769a766"
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: []
repo: https://github.com/RobinLinus/snapdrop
support: https://github.com/RobinLinus/snapdrop/blob/master/docs/faq.md
port: 8222
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
submitter: Pranshu Agrawal
submission: https://github.com/getumbrel/umbrel-apps/pull/290