Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 433 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 433 Bytes

browsercontrol

A remote control webApp for the balenablocks/browser block. Simply point it at your instance of the browser block, and configure it remotely:

Screenshot

Usage

Add this service to your docker-compose file:

browsercontrol:
    image: balenablocks/browsercontrol
    restart: always
    network_mode: host
    privileged: true
    ports:
      - 80:80