mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-26 07:37:10 +08:00
feat: update pairdrop 1.11.2-ls121
This commit is contained in:
21
apps/pairdrop/1.11.2-ls121/data.yml
Normal file
21
apps/pairdrop/1.11.2-ls121/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-ls121/docker-compose.yml
Normal file
22
apps/pairdrop/1.11.2-ls121/docker-compose.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
services:
|
||||
pairdrop:
|
||||
image: linuxserver/pairdrop:v1.11.2-ls121
|
||||
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
|
||||
Reference in New Issue
Block a user