1.1 KiB
1.1 KiB
Quote-Bracket
A system for determining the best quote for a stream. This was made for the Resonym community initially, but has since been expanded to allow the same system to run for multiple communities.
Installation Instructions:
- Clone the git repo to a server
- Setup your domain to point to the server, this can be pointing through a reverse proxy like Nginx or directly at the Node server. Note: However you set it up, it must support HTTPS, otherwise Discord will not let you use the domain as a webhook endpoint.
- Copy
config.template.tomltoconfig.tomland fill it out with the required information. - Run
npm install - Run
tsc - Set the
ExecStartandWorkingDirectoryin the service file to run the equivalent ofnode dist/main.js. (thedistfolder is generated by Typescript by transcompiling the code into Javascript) - Add the service file to your system's service folder.
- Start the service
If you have any questions about the process feel free to open a GitHub Discussion