playwright/packages/playwright-core/bin
Andrey Lushnikov 858c2453b3
feat(containers): implement reverse proxy for novnc and server (#18569)
This patch adds a reverse proxy in front of novnc and playwright
server inside the container.

As a result:
- container exposes a single HTTP port to the host
- all Playwright clients can connect using this exposed port, e.g.
  `http://127.0.0.1:5400`
- navigating to the exposed port in the browser lands on a nice HTML
page
  with a link to view container screen
- users can also manually navigate to `http://127.0.0.1:5400/screen` to
  view screen
2022-12-08 17:17:18 -08:00
..
container_install_deps.sh feat(containers): implement global network tethering for playwright server (#17719) 2022-11-03 13:47:51 -07:00
container_landing.html feat(containers): implement reverse proxy for novnc and server (#18569) 2022-12-08 17:17:18 -08:00
container_novnc_proxy.js feat(containers): implement reverse proxy for novnc and server (#18569) 2022-12-08 17:17:18 -08:00
container_run_server.sh feat(containers): implement reverse proxy for novnc and server (#18569) 2022-12-08 17:17:18 -08:00
install_media_pack.ps1
PrintDeps.exe
README.md chore: Fix README link (#17148) 2022-09-07 09:05:43 -07:00
reinstall_chrome_beta_linux.sh
reinstall_chrome_beta_mac.sh fix: proper chrome-beta channel installation on MacOS (#11973) 2022-02-09 11:28:51 -08:00
reinstall_chrome_beta_win.ps1
reinstall_chrome_stable_linux.sh
reinstall_chrome_stable_mac.sh fix: proper chrome-beta channel installation on MacOS (#11973) 2022-02-09 11:28:51 -08:00
reinstall_chrome_stable_win.ps1
reinstall_msedge_beta_linux.sh
reinstall_msedge_beta_mac.sh
reinstall_msedge_beta_win.ps1
reinstall_msedge_dev_linux.sh
reinstall_msedge_dev_mac.sh
reinstall_msedge_dev_win.ps1
reinstall_msedge_stable_linux.sh
reinstall_msedge_stable_mac.sh
reinstall_msedge_stable_win.ps1

See building instructions at /browser_patches/winldd/README.md