secubox-openwrt/package/secubox/secubox-app-sabnzbd/files/etc/config/sabnzbd
CyberMind-FR aef0284b44 feat(newsbin): Add Usenet search and download system
New packages for Usenet/NZB workflow:
- secubox-app-sabnzbd: NZB downloader (LXC container)
  - EWEKA NNTP credentials pre-configured
  - Docker image extraction to LXC
  - HAProxy SSL exposure support
- secubox-app-nzbhydra: Meta search indexer (LXC container)
  - Aggregates multiple NZB indexers
  - Newznab API for Sonarr/Radarr integration
  - SABnzbd auto-linking
- luci-app-newsbin: Unified LuCI dashboard
  - Status cards (speed, queue, disk)
  - Meta-search with download buttons
  - Queue monitoring with progress bars
  - History view

CLI: sabnzbdctl, nzbhydractl (install/start/status/search)
LuCI: Services > Newsbin

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-14 15:31:46 +01:00

22 lines
514 B
Plaintext

config sabnzbd 'main'
option enabled '1'
option port '8085'
option data_dir '/srv/sabnzbd'
option download_dir '/srv/downloads/usenet'
option incomplete_dir '/srv/downloads/usenet/incomplete'
option memory '512M'
config nntp 'eweka'
option name 'EWEKA'
option host 'news.eweka.nl'
option port '563'
option ssl '1'
option username '590143'
option password 'Gk24@EWEKA;001'
option connections '50'
option priority '0'
config haproxy 'exposure'
option domain 'sabnzbd.gk2.secubox.in'
option ssl '1'