Sign inSign up

timoreymann/signal-web

By timoreymann

Updated 9 days ago

Provides a Web UI for Signal

Image
0

7.1K

timoreymann/signal-web repository overview

SignalWeb

GitHub Release DockerHub Continuous build and release docker image Renovate


Provides a Web UI for Signal.
This complements Signal with a Browser edition, just like Telegram offers webk.telegram.org and WhatsApp offers web.whatsapp.com.

Self-Hosted

Hosted on your own hardware using your authentication of choice.

The container comes with no authentication by default, so you can put your own authentication proxy in front.

You also don't need to rely on someone else to store your data safely, as you can host it on any x64 docker host.

Features

  • Web UI for Signal
  • Persistence in /config

Limitations

  • No nicrophone support (can't record audio)
  • No attachment upload
  • Clipboard only accessible via VNC Overlay

Requirements

  • any container platform or supported base system

Installation

with docker-compose
version: '2.1'
services:
  kw:
    image: timoreymann/signal-web:latest
    environment:
      LANG: de_de.UTF-8 # your lang
      TZ: Europe/Berlin # your timezone
    ports:
      - 5800:5800  # web port (unprotected & via self signed https!)
    volumes:
      - signal_config:/config

volumes:
  signal_config: { }

Make sure to put the application behind an authentication proxy if you are not plan to host it only accessible from a trusted network.

Contributing

I love your input! I want to make contributing to this project as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Discussing the current state of the configuration
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

To get started please read the Contribution Guidelines.

Development

Requirements
Build
docker build . -t timoreymann/signal-web:local
Credits

Tag summary

Content type

Image

Digest

sha256:471dbe58d

Size

295.7 MB

Last updated

9 days ago

docker pull timoreymann/signal-web