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>
16 lines
333 B
Plaintext
16 lines
333 B
Plaintext
config nzbhydra 'main'
|
|
option enabled '1'
|
|
option port '5076'
|
|
option data_dir '/srv/nzbhydra'
|
|
option memory '256M'
|
|
|
|
config downloader 'sabnzbd'
|
|
option name 'SABnzbd'
|
|
option type 'sabnzbd'
|
|
option host 'http://127.0.0.1:8085'
|
|
option api_key ''
|
|
|
|
config haproxy 'exposure'
|
|
option domain 'nzbhydra.gk2.secubox.in'
|
|
option ssl '1'
|