mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-14 16:07:13 +08:00
feat: update PairDrop 1.11.2
This commit is contained in:
21
apps/pairdrop/1.11.2/data.yml
Normal file
21
apps/pairdrop/1.11.2/data.yml
Normal 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
|
||||||
22
apps/pairdrop/1.11.2/docker-compose.yml
Normal file
22
apps/pairdrop/1.11.2/docker-compose.yml
Normal 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
|
||||||
@@ -1,10 +1,14 @@
|
|||||||
- # 使用[PairDrop](https://pairdrop.net/)*发送*
|
# PairDrop
|
||||||
|
|
||||||
[**在网页浏览器中**](https://pairdrop.net/) 共享本地文件。
|
[**在网页浏览器中**](https://pairdrop.net/) 共享本地文件。
|
||||||
灵感源自 Apple 的 AirDrop。Snapdrop
|
灵感源自 Apple 的 AirDrop。Snapdrop
|
||||||
的分支。
|
的分支。
|
||||||
|
|
||||||
## 特征
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 特征
|
||||||
|
|
||||||
可在所有平台上运行的本地网络上的文件共享。
|
可在所有平台上运行的本地网络上的文件共享。
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
version: "3"
|
|
||||||
services:
|
services:
|
||||||
pairdrop:
|
pairdrop:
|
||||||
image: lscr.io/linuxserver/pairdrop:latest
|
image: lscr.io/linuxserver/pairdrop:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user