-
Notifications
You must be signed in to change notification settings - Fork 9
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
Adding a docker image #3
Comments
Hi, Sure thing, will look into that feature soon. RCON is indeed used to send messages to the factorio server, and the log file is used to read the chat from the game, since the only other way would be to use a custom scenario, which disables achievements by default which is exactly not how this bot is supposed to work. |
Yeah sounds reasonable. I thought chats would also be supplied by RCON but it does not. Do you have docker experience? A dockerfile like this should work
Or you can skip the config dir if you only use environment variables. You can build it with (at least this is how I run it now) edit: |
Yeah, for some reason RCON doesn't provide outputs unless you have a custom scenario that makes RCON do it. I do have docker experience, I run my own Discord bot (not FactorioChatBot) under docker myself. I'll have to make some time free to start working on the new updates. feel free to make a PR. |
I've went ahead and added a dockerfile, will test it later as docker is currently not installed on my system. I'll start doing more changes once I have more time, such as adding it into the wiki. |
Thanks! I'll look into it tonight! |
If you want to test it I have it pushed to my DockerHub: https://hub.docker.com/repository/docker/mattie112/factorio-chat-bot |
Sadly Discord is currently having an outage, however besides for my comment on the new config location it looks good to me. |
Fixed mod update checker result slicing
Hi,
I'd like to run this in a docker image (to allow easy deployment). Would you accept a PR adding this? Then I can look into it?
And just to understand:
RCON is needed on order to send messages from discord -> factorio?
And you use the log file to go from factorion -> discord? Or where is that used for?
The text was updated successfully, but these errors were encountered: