Add Pairdrop (#337)
* Add Pairdrop * Update config.json * Update config.json * Update config.json * Update config.json * Update to 1.6.2
This commit is contained in:
parent
dd1cdbfe02
commit
9a73d01634
|
@ -78,6 +78,7 @@ This is the official repository for the Tipi App Store. It contains all the apps
|
||||||
- [Openbooks](https://github.com/evan-buss/openbooks) - Search and Download eBooks
|
- [Openbooks](https://github.com/evan-buss/openbooks) - Search and Download eBooks
|
||||||
- [Overseerr](https://github.com/sct/overseerr) - Request management and media discovery tool for the Plex ecosystem
|
- [Overseerr](https://github.com/sct/overseerr) - Request management and media discovery tool for the Plex ecosystem
|
||||||
- [Owncloud](https://github.com/owncloud/core) - A personal cloud which runs on your own server.
|
- [Owncloud](https://github.com/owncloud/core) - A personal cloud which runs on your own server.
|
||||||
|
- [PairDrop](https://github.com/schlagmichdoch/PairDrop) - Local file sharing in your browser. Inspired by Apple's AirDrop.
|
||||||
- [Peppermint](https://github.com/Peppermint-Lab/peppermint) - An open source ticket management & help desk solution.
|
- [Peppermint](https://github.com/Peppermint-Lab/peppermint) - An open source ticket management & help desk solution.
|
||||||
- [Photoprism](https://github.com/photoprism/photoprism) - AI-Powered Photos App for the Decentralized Web. We are on a mission to protect your freedom and privacy.
|
- [Photoprism](https://github.com/photoprism/photoprism) - AI-Powered Photos App for the Decentralized Web. We are on a mission to protect your freedom and privacy.
|
||||||
- [Pihole](https://github.com/pi-hole/pi-hole) - A black hole for Internet advertisements
|
- [Pihole](https://github.com/pi-hole/pi-hole) - A black hole for Internet advertisements
|
||||||
|
|
18
apps/pairdrop/config.json
Normal file
18
apps/pairdrop/config.json
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"$schema": "../schema.json",
|
||||||
|
"name": "PairDrop",
|
||||||
|
"port": 8182,
|
||||||
|
"available": true,
|
||||||
|
"exposable": true,
|
||||||
|
"force_expose": true,
|
||||||
|
"id": "pairdrop",
|
||||||
|
"tipi_version": 1,
|
||||||
|
"version": "1.6.2",
|
||||||
|
"categories": ["media", "data", "utilities"],
|
||||||
|
"description": "Local file sharing in your browser. Inspired by Apple's AirDrop",
|
||||||
|
"short_desc": "Local file sharing in your browser. Inspired by Apple's AirDrop",
|
||||||
|
"author": "schlagmichdoch",
|
||||||
|
"source": "https://github.com/schlagmichdoch/PairDrop",
|
||||||
|
"website": "https://pairdrop.net/",
|
||||||
|
"form_fields": []
|
||||||
|
}
|
23
apps/pairdrop/docker-compose.yml
Normal file
23
apps/pairdrop/docker-compose.yml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
version: "3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
pairdrop:
|
||||||
|
image: lscr.io/linuxserver/pairdrop:1.6.2
|
||||||
|
container_name: pairdrop
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=${TZ}
|
||||||
|
- RATE_LIMIT=false]
|
||||||
|
- WS_FALLBACK=false
|
||||||
|
ports:
|
||||||
|
- ${APP_PORT}:3000
|
||||||
|
networks:
|
||||||
|
- tipi_main_network
|
||||||
|
labels:
|
||||||
|
traefik.enable: ${APP_EXPOSED}
|
||||||
|
traefik.http.routers.pairdrop.rule: Host(`${APP_DOMAIN}`)
|
||||||
|
traefik.http.routers.pairdrop.entrypoints: websecure
|
||||||
|
traefik.http.routers.pairdrop.service: pairdrop
|
||||||
|
traefik.http.routers.pairdrop.tls.certresolver: myresolver
|
||||||
|
traefik.http.services.pairdrop.loadbalancer.server.port: 3000
|
25
apps/pairdrop/metadata/description.md
Normal file
25
apps/pairdrop/metadata/description.md
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# PairDrop
|
||||||
|
|
||||||
|
Local file sharing in your browser. Inspired by Apple's AirDrop.
|
||||||
|
[**Explore »**](https://pairdrop.net)
|
||||||
|
|
||||||
|
[Report Bug](https://github.com/schlagmichdoch/PairDrop/issues) · [Request Feature](https://github.com/schlagmichdoch/PairDrop/issues)
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
[PairDrop](https://pairdrop.net) is a sublime alternative to AirDrop that works on all platforms.
|
||||||
|
|
||||||
|
Send images, documents or text via peer to peer connection to devices in the same local network/Wi-Fi or to paired devices. As it is web based, it runs on all devices.
|
||||||
|
|
||||||
|
You want to quickly send a file from your phone to your laptop?
|
||||||
|
You want to share photos in original quality with friends that use a mixture of Android and iOS?
|
||||||
|
You want to share private files peer to peer between Linux systems?
|
||||||
|
AirDrop is unreliable again?
|
||||||
|
_Send it with PairDrop!_
|
||||||
|
|
||||||
|
Developed based on [Snapdrop](https://github.com/RobinLinus/snapdrop)
|
||||||
|
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|
[![Pairdrop Preview](https://github.com/schlagmichdoch/PairDrop/raw/master/docs/pairdrop_screenshot_mobile.gif)](https://github.com/schlagmichdoch/PairDrop/blob/master/docs/pairdrop_screenshot_mobile.gif)
|
BIN
apps/pairdrop/metadata/logo.jpg
Normal file
BIN
apps/pairdrop/metadata/logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
Reference in New Issue
Block a user