Open kevinmatthe opened 8 months ago
Docker support was not on the schedule--it could be. At the moment you can just clone the repo, set up a reverse proxy (or use the port directly) and run npm start
.
Need doc update for self hosting though.
Need doc update for self hosting though.
Done documentation update.
Config template seems to be no streamers
in it?
TypeError: config is not iterable
at LocalController.loadStreamer
Config template seems to be no
streamers
in it? TypeError: config is not iterable at LocalController.loadStreamer
Uh I must've forgot that. streamers
is a string[]
in the config where each element is a KOOK bot token. This is the actual bot that will join a voice channel. Iirc it could be the same as kasumi::config.token
, but just to be safe a different one is recommended.
Config template fixed and explaination of streamer middleman was added in README.
Will this project provide a method to self host the bot via docker or something else?