mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
3b6901b5d2
As NFTables converts domain names to IPs on the first query, it is not possible to depend on it to have a stable connection. Implementing a DNS proxy configuration might still be difficult due to the use of CDNs.
44 lines
981 B
Markdown
44 lines
981 B
Markdown
# signal
|
|
|
|
Signal messaging app in Qubes OS.
|
|
|
|
## Table of Contents
|
|
|
|
* [Description](#description)
|
|
* [Installation](#installation)
|
|
* [Usage](#usage)
|
|
|
|
## Description
|
|
|
|
Install Signal Desktop and creates an app qube named "signal".
|
|
|
|
## Installation
|
|
|
|
* Top:
|
|
|
|
```sh
|
|
sudo qubesctl top.enable signal
|
|
sudo qubesctl --targets=tpl-signal,signal state.apply
|
|
sudo qubesctl top.disable signal
|
|
sudo qubesctl state.apply signal.appmenus
|
|
```
|
|
|
|
* State:
|
|
|
|
<!-- pkg:begin:post-install -->
|
|
|
|
```sh
|
|
sudo qubesctl state.apply signal.create
|
|
sudo qubesctl --skip-dom0 --targets=tpl-signal state.apply signal.install
|
|
sudo qubesctl --skip-dom0 --targets=signal state.apply signal.configure
|
|
sudo qubesctl state.apply signal.appmenus
|
|
```
|
|
|
|
<!-- pkg:end:post-install -->
|
|
|
|
## Usage
|
|
|
|
You may use different Signal accounts for different identities, such as
|
|
personal, work or pseudonym. Maintain the `signal` qube pristine and clone it
|
|
to the assigned domain, `personal-signal`, `work-signal`, `anon-signal`.
|