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.
main
Jerry Aldrich 3 years ago
parent 4514104a75
commit 0f577a6085
  1. 2
      Dockerfile
  2. 14
      static/config.json

@ -1,4 +1,4 @@
FROM nginxinc/nginx-unprivileged:1.23-alpine
FROM jerryaldrichiii/nginx-unprivileged:1.23
EXPOSE 8080

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

Loading…
Cancel
Save