2023-11-13 09:33:28 -05:00
|
|
|
# whonix
|
|
|
|
|
|
|
|
Whonix Template in Qubes OS.
|
|
|
|
|
|
|
|
## Table of Contents
|
|
|
|
|
|
|
|
* [Description](#description)
|
|
|
|
* [Installation](#installation)
|
|
|
|
* [Usage](#usage)
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
|
|
|
Creates the Whonix Gateway and Workstation templates as well as a Disposable
|
|
|
|
Template based on it.
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
- Top:
|
|
|
|
```sh
|
|
|
|
qubesctl top.enable whonix
|
2023-12-19 07:00:57 -05:00
|
|
|
qubesctl --targets=whonix-workstation-17,whonix-gateway-17 state.apply
|
2023-11-13 09:33:28 -05:00
|
|
|
qubesctl top.disable whonix
|
|
|
|
```
|
|
|
|
|
|
|
|
- State:
|
|
|
|
<!-- pkg:begin:post-install -->
|
|
|
|
```sh
|
|
|
|
qubesctl state.apply whonix.create
|
2023-12-19 07:00:57 -05:00
|
|
|
qubesctl --skip-dom0 --targets=whonix-workstation-17,whonix-gateway-17 state.apply whonix.install
|
2023-11-13 09:33:28 -05:00
|
|
|
```
|
|
|
|
<!-- pkg:end:post-install -->
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
AppVMs and StandaloneVMs can be based on this template.
|