zZan54 / BananaDropFarm

Banana Drop Farm is a game cheat for game Banana. This mod menu can change the score in the game and bypass the idle bot check.
GNU General Public License v3.0
30 stars 4 forks source link

Not an issue but something to think about. #14

Closed Dethkiller15 closed 2 months ago

Dethkiller15 commented 2 months ago

Why not make it a docker container? You shouldn't need to run a VNC if you don't want to and run it through a web panel or just a config file, and if you did use a VNC it should be a 1 time setup in the code and DONE. That way you can run it on something like a raspberry Pi(or 100% in the background on a users PC) and have it be more power efficient.

It may be a bit confusing at first but after you have it set up you can just focus on the actual script code after that.

I suggest you look at linuxserver's work as if you use VNC PLEASE use KasmVNC as it has easy to configure security.

Oh and if you do it this way then the user doesn't have to be signed out of steam on their computer with this method.(it would also be easier to reproduce user issues because hardware/software should be exactly the same to the container.)

zZan54 commented 2 months ago

Thank you for your suggestion. Currently, containerizing isn't planned as I don't have much experience with Docker containters. However, I'll keep this in mind for future updates.