feat: Add hosting page
All checks were successful
Build Docker / BuildImage (push) Successful in 6m14s

This commit is contained in:
2025-08-13 12:46:43 +10:00
parent 35ced02977
commit f4ee2297a7
3 changed files with 164 additions and 2 deletions

View File

@@ -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