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 Revert "chore: migrate away from ps1 in install-deps on Windows (#9876)" 2021-10-29 20:12:46 +02:00
PrintDeps.exe chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
README.md chore: Fix README link (#17148) 2022-09-07 09:05:43 -07:00
reinstall_chrome_beta_linux.sh fix: bail early when installing channels on non-ubuntu (#11617) 2022-01-25 09:13:42 -08:00
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 chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
reinstall_chrome_stable_linux.sh fix: bail early when installing channels on non-ubuntu (#11617) 2022-01-25 09:13:42 -08:00
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 chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
reinstall_msedge_beta_linux.sh fix: bail early when installing channels on non-ubuntu (#11617) 2022-01-25 09:13:42 -08:00
reinstall_msedge_beta_mac.sh chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
reinstall_msedge_beta_win.ps1 chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
reinstall_msedge_dev_linux.sh fix: bail early when installing channels on non-ubuntu (#11617) 2022-01-25 09:13:42 -08:00
reinstall_msedge_dev_mac.sh chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
reinstall_msedge_dev_win.ps1 chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
reinstall_msedge_stable_linux.sh fix: bail early when installing channels on non-ubuntu (#11617) 2022-01-25 09:13:42 -08:00
reinstall_msedge_stable_mac.sh chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
reinstall_msedge_stable_win.ps1 chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00

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