217heidai / grass-desktop-node

Grass Desktop Node docker image
9 stars 3 forks source link

remembering the credentials #5

Open eleaner opened 3 days ago

eleaner commented 3 days ago

Which folder do I need to map for the app to remember credentials?

217heidai commented 2 days ago

-v yourpath:/config

ghn9264 commented 2 days ago

-v yourpath:/config

How to set the http proxy at startup and how to modify the 5800 and 5900 ports.THANKS

217heidai commented 2 days ago

-v yourpath:/config

How to set the http proxy at startup and how to modify the 5800 and 5900 ports.THANKS

  1. proxy: issues 2
  2. 5800 and 5900 ports:
    -e WEB_LISTENING_PORT=5800
    -e VNC_LISTENING_PORT=5900