%include file="/pageheader.html"/>
<%!
from kaithem.src import config,geolocation,settings, settings_overrides
import yaml,os
location = geolocation.getLocation('default')
%>
Options
Options
New Config Keys
These are set through entries in modules
%for i in settings_overrides.list_keys():
- ${i|h}
- ${settings_overrides.get_val(i)|h}
%endfor
Server Location
This is mostly used for astronomical calculations. All are optional.
Get Location uses ip-api.com
Current Configuration Settings
Because some of these settings could cause instabilty if set incorrectly, they can currently only be
changed by actually changing the configuration file and resetting the server.
Open
${yaml.dump(config.config,width=120,indent=4,default_flow_style=False)|h}
<%include file="/pagefooter.html"/>