From 0f577a6085f4eb1725007a555c4cb9a08e511b69 Mon Sep 17 00:00:00 2001 From: Jerry Aldrich Date: Thu, 3 Nov 2022 21:28:46 -0700 Subject: [PATCH] Update to use jerryaldrichiii/nginx-unprivileged This also makes the switch to use `fakeMetadata`, I was too lazy to split the commits. If you see this, harass me on IRC/Matrix. --- Dockerfile | 2 +- static/config.json | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index add0325..c1d09a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginxinc/nginx-unprivileged:1.23-alpine +FROM jerryaldrichiii/nginx-unprivileged:1.23 EXPOSE 8080 diff --git a/static/config.json b/static/config.json index 43ef986..02d0938 100644 --- a/static/config.json +++ b/static/config.json @@ -3,11 +3,15 @@ { "url": "https://files.jerryaldrichiii.com/dos/DOOM.ZIP", "dataFolder": "doom", - "executable": "DOOM", - "extension": "EXE", - "cycles": "auto", - "dateAdded": "2020-04-18T15:34:00", - "size": 575767 + "dosboxConfig": { + "cycles": "auto" + }, + "fakeMetadata": { + "executable": "DOOM", + "extension": "EXE", + "dateAdded": "2020-04-18T15:34:00", + "size": 575767 + } }, { "url": "https://files.jerryaldrichiii.com/dos/digger.zip",