Giter VIP home page Giter VIP logo

signal's Introduction

Signal

Signal-desktop in a container

Note: This isn't supported by whisper systems - use at your own risk etc

Building

To build the container locally:

docker build -t signal .

How to run

The application uses sandboxing to make it work so you'll need to add the sys_admin capability to the container to make that go

docker run -it --rm -v /tmp/.X11-unix:/tmp/.X11-unix -e "DISPLAY=${DISPLAY}" -e USERID=${UID} --name=signal --cap-add sys_admin signal

If you dont want to do that adding -e nosandbox=1 to the docker line will enable the --no-sandbox option for the application negating the need for the extra capability. Sandbox exists for a reason, use without it at own risk etc

Add extra volumes for downloads/uploads with extra docker volume options ( -v )

USERID

Your user ID (UID) is needed so signal can talk to your display manager

Persisting data

User profile data will be saved to /data/signal/.config/Signal within the container and stopping the container will remove that data unless...

Map that to your host system by adding this to your docker line:

-v ${HOME}/.config/Signal:/data/signal/.config/Signal

signal's People

Contributors

mcrmonkey 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.