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 @@ + + + + + + + Nathan.Woodburn/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{{handshake_scripts | safe}} + +
+
+
+
+

Web Hosting

+

Configure your hosting setup below

+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+ +
+ Monthly Cost: $0.00
+ All prices are in AUD +
+
+ + + +
+
+
+
+ {{custom | safe}} + + + + + + + \ No newline at end of file diff --git a/templates/sitemap.xml b/templates/sitemap.xml index 1478d18..1d8e7a0 100644 --- a/templates/sitemap.xml +++ b/templates/sitemap.xml @@ -75,6 +75,9 @@ https://nathan.woodburn.au/donate + + https://nathan.woodburn.au/hosting + https://nathan.woodburn.au/