Pranshu Agrawal
2 years ago
committed by
GitHub
3 changed files with 51 additions and 0 deletions
@ -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 |
@ -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