Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selfhost Option? #1

Open
kevinmatthe opened this issue Mar 2, 2024 · 6 comments
Open

Selfhost Option? #1

kevinmatthe opened this issue Mar 2, 2024 · 6 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request question Further information is requested

Comments

@kevinmatthe
Copy link

Will this project provide a method to self host the bot via docker or something else?

@saltcute
Copy link
Owner

saltcute commented Mar 2, 2024

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.

@saltcute saltcute added question Further information is requested documentation Improvements or additions to documentation labels Mar 2, 2024
@saltcute saltcute self-assigned this Mar 2, 2024
@saltcute
Copy link
Owner

saltcute commented Mar 2, 2024

Need doc update for self hosting though.

@saltcute saltcute added the enhancement New feature or request label Mar 2, 2024
@saltcute
Copy link
Owner

saltcute commented Mar 2, 2024

Need doc update for self hosting though.

Done documentation update.

@kevinmatthe
Copy link
Author

kevinmatthe commented Mar 3, 2024

Config template seems to be no streamers in it?
TypeError: config is not iterable
at LocalController.loadStreamer

@saltcute
Copy link
Owner

saltcute commented Mar 3, 2024

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.

@saltcute
Copy link
Owner

saltcute commented Mar 3, 2024

Config template fixed and explaination of streamer middleman was added in README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants