nestriness / nestri

[Experimental] Open-source GeForce NOW alternative with Stadia's social features
https://nestri.io
GNU Affero General Public License v3.0
1.41k stars 19 forks source link

🐛 fix(input): Append `input` to server's session ID for now #56

Closed wanjohiryan closed 1 month ago

wanjohiryan commented 1 month ago

Description

What issue are you solving (or what feature are you adding) and how are you doing it?

I am having issues trying to append input to the session_id using bash. Most probably because supervisord is using the ENV variables already available in the container. So, here we append the input part inside the rust binary instead. This is much cleaner and it works.