This repository was archived by the owner on Jul 15, 2022. It is now read-only.

Description
I installed an Owncast instance on Linode and installed Site.js successfully. I then tried to install Owncast per the instructions on the site, but when I run site enable --owncast the server doesn't launch and I get the error below. I'm very unfamiliar with servers so any suggestions as to what the problem is would be appreciated.
✨ ❨site.js❩ Launching server…
(node:5811) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'index' of null
at /usr/local/bin/bin/commands/enable.js:315:63
at processTicksAndRejections (internal/process/task_queues.js:97:5)
(node:5811) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
(node:5811) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.