Description
Hi there, I've never used Docker before, and have absolutely no idea what I'm doing
Somehow I stumbled my way into installing Docker for Windows and searched for hothost-web and installed it.
Set the 3 envinroment variables in the boxes according to the setup guide linked in your post
But then, when I hit run, it fails with:
2023-02-17 17:06:41 node:fs:600 2023-02-17 17:06:41 handleErrorFromBinding(ctx); 2023-02-17 17:06:41 ^ 2023-02-17 17:06:41 2023-02-17 17:06:41 Error: ENOENT: no such file or directory, open '/var/lib/hothost/jwt' 2023-02-17 17:06:41 at Object.openSync (node:fs:600:3) 2023-02-17 17:06:41 at Object.writeFileSync (node:fs:2221:35) 2023-02-17 17:06:41 at file:///code/src/env.js:30:16 2023-02-17 17:06:41 at ModuleJob.run (node:internal/modules/esm/module_job:193:25) 2023-02-17 17:06:41 at async Promise.all (index 0) 2023-02-17 17:06:41 at async ESMLoader.import (node:internal/modules/esm/loader:530:24) 2023-02-17 17:06:41 at async loadESM (node:internal/process/esm_loader:91:5) 2023-02-17 17:06:41 at async handleMainPromise (node:internal/modules/run_main:65:12) { 2023-02-17 17:06:41 errno: -2, 2023-02-17 17:06:41 syscall: 'open', 2023-02-17 17:06:41 code: 'ENOENT', 2023-02-17 17:06:41 path: '/var/lib/hothost/jwt' 2023-02-17 17:06:41 } 2023-02-17 17:06:41 2023-02-17 17:06:41 Node.js v18.12.1
Novice user here and I was pretty happy about even getting this far.. as for what I'm hoping to do - I just want to monitor remote URL's that are ERROR 404 for when they go online, using my own desktop PC at home which runs Windows 11.
Thank you!