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
+25
View File
@@ -0,0 +1,25 @@
# NZBGet
NZBGet 是一个高性能的Usenet下载工具,支持Web界面管理和自动化下载。
## 功能特性
- 高性能Usenet下载
- 支持Web界面管理(默认端口6789)
- 支持自动化脚本和RSS订阅
- 支持多平台和多架构
- 轻量级、资源占用低
## 使用方法
1. 部署后访问 `http://服务器IP:6789` 进入Web管理界面
2. 默认用户名/密码:`nzbget` / `tegbzn6789`
3. 配置Usenet服务器信息,开始下载
4. 下载目录:`./downloads`
## 相关链接
- [官方网站](https://nzbget.net/)
- [GitHub 项目](https://github.com/nzbget/nzbget)
- [官方文档](https://nzbget.net/documentation)
- [Docker Hub](https://hub.docker.com/r/linuxserver/nzbget)
+25
View File
@@ -0,0 +1,25 @@
# NZBGet
NZBGet is a high-performance Usenet downloader with web interface and automation support.
## Features
- High-performance Usenet downloading
- Web UI management (default port 6789)
- Automation scripts and RSS support
- Multi-platform and multi-architecture support
- Lightweight and low resource usage
## Usage
1. After deployment, access `http://your-server-ip:6789` for the web UI
2. Default username/password: `nzbget` / `tegbzn6789`
3. Configure your Usenet server and start downloading
4. Download directory: `./downloads`
## Links
- [Official Website](https://nzbget.net/)
- [GitHub Project](https://github.com/nzbget/nzbget)
- [Official Documentation](https://nzbget.net/documentation)
- [Docker Hub](https://hub.docker.com/r/linuxserver/nzbget)
+32
View File
@@ -0,0 +1,32 @@
name: NZBGet
tags:
- 实用工具
title: 高性能的Usenet下载工具
description: NZBGet 是一个高性能的Usenet下载工具,支持Web界面管理和自动化下载
additionalProperties:
key: nzbget
name: NZBGet
tags:
- Tool
shortDescZh: 高性能的Usenet下载工具
shortDescEn: High-performance Usenet downloader
description:
en: NZBGet is a high-performance Usenet downloader with web interface and automation support
ja: NZBGetはWebインターフェースと自動化サポートを備えた高性能Usenetダウンローダーです
ms: NZBGet ialah pemuat turun Usenet berprestasi tinggi dengan antara muka web dan sokongan automasi
pt-br: NZBGet é um downloader Usenet de alto desempenho com interface web e suporte a automação
ru: NZBGet — это высокопроизводительный загрузчик Usenet с веб-интерфейсом и поддержкой автоматизации
ko: NZBGet는 웹 인터페이스와 자동화 지원이 포함된 고성능 Usenet 다운로더입니다
zh-Hant: NZBGet 是一個高性能的 Usenet 下載工具,支援 Web 管理和自動化
zh: NZBGet 是一个高性能的Usenet下载工具,支持Web界面管理和自动化下载
type: website
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://nzbget.net/
github: https://github.com/nzbget/nzbget
document: https://nzbget.net/documentation
architectures:
- amd64
- arm64
- arm/v7
+19
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界面端口
+21
View File
@@ -0,0 +1,21 @@
services:
nzbget:
container_name: ${CONTAINER_NAME}
image: lscr.io/linuxserver/nzbget:latest
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB