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.
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.
/configversion: '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.
I love your input! I want to make contributing to this project as easy and transparent as possible, whether it's:
To get started please read the Contribution Guidelines.
docker build . -t timoreymann/signal-web:local
Content type
Image
Digest
sha256:471dbe58d…
Size
295.7 MB
Last updated
9 days ago
docker pull timoreymann/signal-web