diff --git a/snapdrop/data/config/.gitkeep b/snapdrop/data/config/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/snapdrop/docker-compose.yml b/snapdrop/docker-compose.yml new file mode 100644 index 0000000..b65b14d --- /dev/null +++ b/snapdrop/docker-compose.yml @@ -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 diff --git a/snapdrop/umbrel-app.yml b/snapdrop/umbrel-app.yml new file mode 100644 index 0000000..b7bf314 --- /dev/null +++ b/snapdrop/umbrel-app.yml @@ -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 \ No newline at end of file