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
+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