diff --git a/server.py b/server.py index 3deb957..9c05b4f 100644 --- a/server.py +++ b/server.py @@ -64,10 +64,13 @@ projects = [] projectsUpdated = 0 -ncConfig = requests.get( +ncReq = requests.get( "https://cloud.woodburn.au/s/4ToXgFe3TnnFcN7/download/website-conf.json" ) -ncConfig = ncConfig.json() +ncConfig = ncReq.json() + +if 'time-zone' not in ncConfig: + ncConfig['time-zone'] = 10 @cache diff --git a/templates/hosting.html b/templates/hosting.html new file mode 100644 index 0000000..a353494 --- /dev/null +++ b/templates/hosting.html @@ -0,0 +1,156 @@ + + + +
+ + +Configure your hosting setup below
+ + + +