FreeBSD Admin Home
Status: Alpha
Brought to you by:
tomjudge
You can change the following in /usr/local/freebsdadmin/gui/settings.py
COPYRIGHT_YEAR = "2011"
VENDOR_NAME = "ISV Vendor"
VENDOR_URL = "http://vendor.exmaple.com/"
PRODUCT_NAME = "ISV Product"
You can also replace the files in /usr/local/freebsdadmin/gui/media/vendor:
In /usr/local/freebsdadmin/gui/local_settings.py you can adjust the following settings.
By redefining INSTALLED_APPS you can disable certain setting areas, the following example disabled storage and sharing:
INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.staticfiles',
'freeadmin',
'south',
'dojango',
'account',
'system',
'network',
'services',
)
The following values can be set to True to enable control of the service.
Other system services can be controlled by setting the appropriate value to True in /usr/local/freebsdadmin/gui/services/local_settings.py: