Skip to content

SupraAXES/projector-chrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

projector-chrome

project_chrome is an open-source projector for SupraRBI-VNC, chrome in kiosk mode is used to open the target URL.

The image is available in public repository, and can be built from source.

docker pull supraaxes/projector-chrome
docker build -t projector-chrome .

For improved user experience as well as additional functionalities, commercial projector image projector-supra-web is available for business deployments, please contact info@supraaxes.com for detailed information.

Usage

To use projector-chrome for SupraRBI-VNC, please make sure the environment variable SUPRA_PROJECTOR_IMAGE is set to projector-chrome for the SupraRBI-VNC server.

docker run --name vnc-rbi -d \
    --network supra-projector \
	-p 5900:5900 \
	-e SUPRA_PROJECTOR_NETWORK='supra-projector' \
	-e SUPRA_PROJECTOR_IMAGE='supraaxes/projector-chrome' \
	-v /var/run/docker.sock:/var/run/docker.sock \
    supraaxes/suprarbi-vnc

Guacamole Configuration Examples

The configuration on Apache Guacamole is straight forward as any other VNC connection, and for detailed information about session settings in password, please check SupraRBI-VNC

Dynamic session to https://github.com

NOTE: SupraRBI-VNC server is at 192.168.0.178:5900.

Name: rbi-github
Protocol: VNC
Hostname: 192.168.0.178
Port: 5900
Username: https://github.com
Password: {}

Shared session to https://www.google.com, with audio on

NOTE:
1. A shared session is for all users;
2. Please ensure the guacd container is in the same network as the SupraRBI-VNC server.

Name: rbi-google
Protocol: VNC
Hostname: vnc-rbi
Port: 5900
Username: https://www.google.com
Password: {"id":{"type":"norm","name":"1234"}}
Enable audio: checked
Audio server name: rbi-norm-1234

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages