1
0

Update Apps

This commit is contained in:
pooneyy
2025-07-01 14:29:25 +08:00
parent 0b478b5196
commit a1c7666980
190 changed files with 293 additions and 48206 deletions

19
apps/nzbget/25.1/data.yml Normal file
View File

@@ -0,0 +1,19 @@
additionalProperties:
formFields:
- default: 6789
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Web UI Port
labelZh: Web界面端口
required: true
rule: paramPort
type: number
label:
en: Web UI Port
ja: Web UI ポート
ms: Port UI Web
pt-br: Porta da interface web
ru: Веб-порт интерфейса
ko: 웹 UI 포트
zh-Hant: Web UI 埠
zh: Web界面端口

View File

@@ -0,0 +1,21 @@
services:
nzbget:
container_name: ${CONTAINER_NAME}
image: nzbgetcom/nzbget:v25.1
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:6789"
environment:
- TZ=Asia/Shanghai
- PUID=1000
- PGID=1000
volumes:
- ./config:/config
- ./downloads:/downloads
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@@ -23,10 +23,10 @@ additionalProperties:
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://nzbget.net/
github: https://github.com/nzbget/nzbget
document: https://nzbget.net/documentation
website: https://nzbget.com/
github: https://github.com/nzbgetcom/nzbget
document: https://nzbget.com/documentation/
architectures:
- amd64
- arm64
- arm/v7
- amd64
- arm64
- arm/v7

View File

@@ -1,7 +1,7 @@
services:
nzbget:
container_name: ${CONTAINER_NAME}
image: lscr.io/linuxserver/nzbget:latest
image: linuxserver/nzbget:latest
restart: always
networks:
- 1panel-network