GithubHelp home page GithubHelp logo

00mjk / contained-zoom Goto Github PK

View Code? Open in Web Editor NEW

This project forked from marga-personal/contained-zoom

0.0 0.0 0.0 7 KB

A docker file and wrapper to run zoom inside a container

License: Apache License 2.0

Dockerfile 40.66% Shell 59.34%

contained-zoom's Introduction

contained-zoom

A docker file and wrapper to run zoom inside a container.

Pre-requisites

Requires a locally installed docker command (on a Debian based distro: apt install docker.io).

Also, your user needs to be allowed to access docker resources. You might need to add your user to the docker group (sudo adduser <your user> docker; newgrp docker if you're on a Debian based distro).

Generating the container

git clone https://github.com/margamanterola/contained-zoom
cd contained-zoom/
docker build -t zoom .

Running the container

The run-zoom.sh wrapper can be used to invoke the command with the right parameters. It will automatically give access to the audio and video of the computer where it's running.

The container can be run with PARANOID_MODE on or off. When on, the application won't write anything to disk. When off, the .config/zoomus.conf file and the .zoom directory will be persisted to disk (not in their normal paths, but in .local/contained-zoom).

Associating the executable in Firefox

You can associate the run-zoom.sh script with the zoommtg Content Type in Firefox to have the application open automatically from the browser.

Associating the executable in Chrome

In Chrome, Zoom triggers an xdg-open call, so you need to set up the application association. You can do this following these commands:

mkdir -p ~/.local/contained-zoom/
cp run-zoom.sh ~/.local/contained-zoom/
sed "s,~,$HOME,g" contained-zoom.desktop > $HOME/.local/share/applications/contained-zoom.desktop
cat mimeapps.list >> ~/.local/share/applications/mimeapps.list

contained-zoom's People

Contributors

marga-personal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.