Visualize Qubes Configuration Without Trust / A Use Case for the Qubes Admin API revisions

Go back to topic: Visualize Qubes Configuration Without Trust / A Use Case for the Qubes Admin API

  1. downloaded local copies of images v4 anchor; v4 full version
  2. v3 anchor; v3 full version
  3. v2 anchor; v2 full version

Revision #4

Edited on
2024-11-04
Edited by user
system
Edit reason
downloaded local copies of images
https://raw.githubusercontent.com/3hhh/qvm-ls-mermaid/refs/heads/master/examples/1.png ![](upload://cjsjQRf7Y1uIbD5TOOFCLikS16u.png)

Revision #3

Edited on
2024-11-04
Edited by user
ddevz
**Objective:** Be able to visualize your configuration using qvm-ls-mermaid like this: https://github.com/3hhh/qvm-ls-mermaid/blob/master/examples/1.png , but without trusting it in dom0 :slight_smile: **Objective:** Be able to visualize your configuration using qvm-ls-mermaid like this: https://github.com/3hhh/qvm-ls-mermaid/blob/master/examples/1.png https://raw.githubusercontent.com/3hhh/qvm-ls-mermaid/refs/heads/master/examples/1.png , but without trusting it in dom0 :slight_smile:

Revision #2

Edited on
2024-02-13
Edited by user
ddevz
`cd ~/blib/; sudo ./installer install` `cd ~/blib/; sudo ./installer install /usr/local/lib`
**Part 6b: Hey, where are my policies???** **Part 6b: If that worked, then make it do more** If the previous command worked, then try to add more features (like "show details of the VM" or "show what templates are used for what VMs"), via command line options to qvm-ls-mermaid ``` cd ~/qvm-ls-mermaid ./qvm-ls-mermaid dom0 -t -T -v -D > mermaid/qvm-ls-mermaid.js cd mermaid ./run ``` (If this does *not* work, then it's probably because you have qubes using your default-dvm) **Part 6c: Hey, where are my policies???**