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
Copy file name to clipboardExpand all lines: images/minimal-vnc-desktop/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -390,6 +390,7 @@ commands the probes need):
390
390
|`APP_COMMAND`|`/usr/local/bin/run-chromium-managed`| GUI launcher. Warm pods start in kiosk mode and, after allocation, honor the GameServer's `popcorn.dev/browser-mode` annotation for that pod only. |
391
391
|`BROWSER_KIOSK`|`true`| Passed to `start-chromium`; set to `false` by the managed launcher only for an allocated normal-view pod. |
392
392
|`BROWSER_PROFILE_DIR`|`$HOME/user-data`| Chromium profile directory. The managed launcher uses `$HOME/user-data-normal` for a normal-view restart so kiosk fullscreen state cannot carry over. |
393
+
|`BROWSER_MODE_FILE`|`/tmp/popcorn-browser-mode`| Shared kiosk/normal marker used by the CDP proxy; missing or invalid values default to kiosk. |
393
394
|`APP_URL`| depends on `REPLACE_DEFAULT_PAGE`| Default startup URL for `start-chromium`. When unset, falls back to DuckDuckGo (`REPLACE_DEFAULT_PAGE=false`, default) or the Reclaim loading page (`REPLACE_DEFAULT_PAGE=true`). Set explicitly to override both. |
394
395
|`POPCORN_BROWSER_STARTUP_URL`| empty | Compatibility alias used when `APP_URL` is unset. |
395
396
|`CHROMIUM_STARTUP_URL`| empty | Compatibility alias used when `APP_URL` and `POPCORN_BROWSER_STARTUP_URL` are unset. |
0 commit comments