%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.
Search for a place by name (e.g. "City, State, Country") using
OpenStreetMap Nominatim
to fill in the fields below.
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"/>