Go back to topic: Visualize Qubes Configuration Without Trust / A Use Case for the Qubes Admin API
downloaded local copies of imagesv4 anchor; v4 full version
 |
**Objective:** Be able to visualize your configuration using qvm-ls-mermaid like this: https://github.com/3hhh/qvm-ls-mermaid/blob/master/examples/1. | **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: |
`cd ~/blib/; sudo ./installer | `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???** |