Can I remove the configuration page from the SABnzbd webserver?

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
thasp
Newbie
Newbie
Posts: 1
Joined: January 30th, 2009, 2:47 am

Can I remove the configuration page from the SABnzbd webserver?

Post by thasp »

Hi,

I'd like to remove this page so that everyone who logs in can't see the configuration. I'd like to configure it once and then lock it off so there is no way to get to the config pages.

I remember in early versions I could just delete the html or py(I forget which) files associated with the config pages and that did it, but I can't find ut how to do that with later versions.

I am using 0.4.6 with debian.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Can I remove the configuration page from the SABnzbd webserver?

Post by shypike »

Yes, there is a "secret" keyword in the sabnzbd.ini file.
You'll have to use VI to change it.

[misc]
config_lock = 1

This will block all access to the Config pages.
It's a bit of a primitive solution, but it works.

I think we'll add an option to password-protect the config pages in a later release.
Last edited by shypike on March 6th, 2009, 4:54 am, edited 1 time in total.
Post Reply