feat: update PairDrop 1.11.2

This commit is contained in:
arch3rPro
2025-07-08 22:21:10 +08:00
parent 0968660ad2
commit 03a403ce29
5 changed files with 51 additions and 10 deletions

View File

@@ -0,0 +1,21 @@
additionalProperties:
key: pairdrop
name: PairDrop
tags:
- Other
shortDescZh: 跨平台传输文件
shortDescEn: Transfer Files Cross-Platform
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

View File

@@ -0,0 +1,22 @@
services:
pairdrop:
image: linuxserver/pairdrop:1.11.2
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

View File

@@ -1,9 +1,13 @@
- # 使用[PairDrop](https://pairdrop.net/)*发送* # PairDrop
[**在网页浏览器中**](https://pairdrop.net/) 共享本地文件。 [**在网页浏览器中**](https://pairdrop.net/) 共享本地文件。
灵感源自 Apple 的 AirDrop。Snapdrop 灵感源自 Apple 的 AirDrop。Snapdrop
的分支。 的分支。
![](https://cdn.jsdelivr.net/gh/xiaoY233/PicList@main/public/assets/PairDrop.png)
![](https://img.shields.io/badge/Copyright-arch3rPro-ff9800?style=flat&logo=github&logoColor=white)
## 特征 ## 特征
可在所有平台上运行的本地网络上的文件共享。 可在所有平台上运行的本地网络上的文件共享。

View File

@@ -1,15 +1,10 @@
name: PairDrop
tags:
- Other
title: PairDrop
description: A 1Panel deployment for PairDrop
additionalProperties: additionalProperties:
key: pairdrop key: pairdrop
name: PairDrop name: PairDrop
tags: tags:
- Other - Other
shortDescZh: PairDrop 应用 shortDescZh: 跨平台传输文件
shortDescEn: PairDrop Application shortDescEn: Transfer Files Cross-Platform
type: website type: website
crossVersionUpdate: true crossVersionUpdate: true
architectures: architectures:

View File

@@ -1,4 +1,3 @@
version: "3"
services: services:
pairdrop: pairdrop:
image: lscr.io/linuxserver/pairdrop:latest image: lscr.io/linuxserver/pairdrop:latest