Remake Repository

This commit is contained in:
arch3rPro
2025-06-30 23:37:03 +08:00
parent d593e04bd7
commit e98d0faf79
420 changed files with 55489 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
- # 使用[PairDrop](https://pairdrop.net/)*发送*
[**在网页浏览器中**](https://pairdrop.net/) 共享本地文件。
灵感源自 Apple 的 AirDrop。Snapdrop
的分支。
## 特征
可在所有平台上运行的本地网络上的文件共享。
- 一种可行、类似 AirDrop 的多平台解决方案。
- 通过点对点连接将图像、文档或文本发送到同一本地网络上的设备。
- 互联网传输
- 加入临时公共房间,通过互联网轻松传输文件。
- Web 应用程序
- 适用于所有配备现代网络浏览器的设备。
想从手机发送文件到笔记本电脑吗?
想和使用安卓和 iOS 系统的好友分享原始画质的照片吗?
想在 Linux 系统之间点对点共享私人文件吗?
[![屏幕截图 GIF 显示 PairDrop 正在使用中](https://github.com/schlagmichdoch/PairDrop/raw/master/docs/pairdrop_screenshot_mobile.gif)](https://github.com/schlagmichdoch/PairDrop/blob/master/docs/pairdrop_screenshot_mobile.gif)
+23
View File
@@ -0,0 +1,23 @@
name: PairDrop
tags:
- 实用工具
title: 跨平台传输文件
description: 跨平台传输文件,无需设置,无需注册
additionalProperties:
key: pairdrop
name: pairdrop
tags:
- Tool
- local
shortDescZh: 跨平台传输文件
shortDescEn: Transfer Files Cross-Platform
description:
zh: PairDrop:跨平台传输文件,无需设置,无需注册
en: Transfer Files Cross-Platform. No Setup, No Signup.
type: website
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://pairdrop.net/
github: https://github.com/schlagmichdoch/PairDrop
document: https://github.com/schlagmichdoch/PairDrop
+26
View File
@@ -0,0 +1,26 @@
name: PairDrop
tags:
- Other
title: PairDrop
description: A 1Panel deployment for PairDrop
additionalProperties:
key: pairdrop
name: PairDrop
tags:
- Other
shortDescZh: PairDrop 应用
shortDescEn: PairDrop Application
type: website
crossVersionUpdate: true
architectures:
- amd64
- arm64
formFields:
- default: "3000"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Service Port 3000
labelZh: 服务端口 3000
required: true
rule: paramPort
type: number
+23
View File
@@ -0,0 +1,23 @@
version: "3"
services:
pairdrop:
image: lscr.io/linuxserver/pairdrop:latest
container_name: ${CONTAINER_NAME}
restart: always
ports:
- ${PANEL_APP_PORT_HTTP}:3000
networks:
- 1panel-network
environment:
- PUID=1000
- PGID=1000
- WS_FALLBACK=false
- RATE_LIMIT=false
- RTC_CONFIG=false
- DEBUG_MODE=false
- TZ=Etc/UTC
labels:
createdBy: Apps
networks:
1panel-network:
external: true
Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB