You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setup now stops the sabnzbd container before injecting the news-server
credentials into sabnzbd.ini, so filling USENET_SERVER_* in .env and
re-running ./setup on a live stack reliably takes effect. Previously
SABnzbd (which reads the ini only at startup and rewrites it on shutdown)
could overwrite the freshly-injected creds when Phase 9 force-recreated it,
making the documented "add creds later, re-run setup" path unreliable.