Page 1 of 1

Can I remove the configuration page from the SABnzbd webserver?

Posted: March 6th, 2009, 3:45 am
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.

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

Posted: March 6th, 2009, 4:51 am
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.