You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have an Environment variable to set remote resizing as default. I switch often between different Devices and having this setting as default would be a great help.
Even if you don't want to implement this, can you tell me which file I need to edit to achieve this?
Thanks :-)
The text was updated successfully, but these errors were encountered:
I just found a solution for me :-)
Adding this inside my dockerfile will overwrite the setting for it: sed -i "s/resize = 'scale';/resize = 'remote';/g" /opt/noVNC/app/ui.js
Maybe there is a better solution but at least its working.^^
I would still prefer an environment variable to also use it in the Images from you ;-)
Hi,
I would like to have an Environment variable to set remote resizing as default. I switch often between different Devices and having this setting as default would be a great help.
Even if you don't want to implement this, can you tell me which file I need to edit to achieve this?
Thanks :-)
The text was updated successfully, but these errors were encountered: