forked from michael.heier/umbrel-apps
App Submission: Snapdrop (#290)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
parent
c3d9d65903
commit
8fc911704b
0
snapdrop/data/config/.gitkeep
Normal file
0
snapdrop/data/config/.gitkeep
Normal file
16
snapdrop/docker-compose.yml
Normal file
16
snapdrop/docker-compose.yml
Normal 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
35
snapdrop/umbrel-app.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user