From 947cbdf5067222e2681378657a29871415ee3861 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:04:21 -0700 Subject: [PATCH] Actually fix indentation --- docs/widgets/services/proxmox.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/widgets/services/proxmox.md b/docs/widgets/services/proxmox.md index 238d7cad..080dc17c 100644 --- a/docs/widgets/services/proxmox.md +++ b/docs/widgets/services/proxmox.md @@ -9,22 +9,22 @@ This widget shows the running and total counts of both QEMU VMs and LX Container You will need to generate an API Token for new or an existing user. Here is an example of how to do this for a new user. -1. Navigate to the Proxmox portal, click on Datacenter -2. Expand Permissions, click on Groups -3. Click the Create button -4. Name the group something informative, like api-ro-users -5. Click on the Permissions "folder" -6. Click Add -> Group Permission +1. Navigate to the Proxmox portal, click on Datacenter +2. Expand Permissions, click on Groups +3. Click the Create button +4. Name the group something informative, like api-ro-users +5. Click on the Permissions "folder" +6. Click Add -> Group Permission - Path: / - Group: group from bullet 4 above - Role: PVEAuditor - Propagate: Checked -7. Expand Permissions, click on Users -8. Click the Add button +7. Expand Permissions, click on Users +8. Click the Add button - User name: something informative like `api` - Realm: Linux PAM standard authentication - Group: group from bullet 4 above -9. Expand Permissions, click on API Tokens +9. Expand Permissions, click on API Tokens 10. Click the Add button - User: user from bullet 8 above - Token ID: something informative like the application or purpose like `homepage`