mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Proxmoxve update 1.1.0 (#13555)
* Update proxmoxve.markdown * Update lists to ordered * Re-add comma Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
parent
882a9dba03
commit
f5c157ced1
@ -7,6 +7,7 @@ ha_release: 0.103
|
|||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@k4ds3'
|
- '@k4ds3'
|
||||||
|
- '@jhollowe'
|
||||||
ha_domain: proxmoxve
|
ha_domain: proxmoxve
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -56,7 +57,7 @@ username:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
password:
|
password:
|
||||||
description: The password used to authenticate.
|
description: The password used to authenticate. Can include the realm by appending "@<realm>"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
realm:
|
realm:
|
||||||
@ -111,34 +112,34 @@ To be able to retrieve the status of VMs and containers, the user used to connec
|
|||||||
|
|
||||||
Before creating the user, we need to create a permissions role for the user.
|
Before creating the user, we need to create a permissions role for the user.
|
||||||
|
|
||||||
* Click `Datacenter`
|
1. Click `Datacenter`
|
||||||
* Open `Permissions` and click `Roles`
|
2. Open `Permissions` and click `Roles`
|
||||||
* Click the `Create` button above all the existing roles
|
3. Click the `Create` button above all the existing roles
|
||||||
* name the new role (e.g., "home-assistant")
|
4. name the new role (e.g., "home-assistant")
|
||||||
* Click the arrow next to privileges and select `VM.Audit` in the dropdown
|
5. Click the arrow next to privileges and select `VM.Audit` in the dropdown
|
||||||
* Click `Create`
|
6. Click `Create`
|
||||||
|
|
||||||
### Create Home Assistant User
|
### Create Home Assistant User
|
||||||
|
|
||||||
Creating a dedicated user for Home Assistant, limited to only the role just created is the most secure method. These instructions use the `pve` realm for the user. This allows a connection, but ensures that the user is not authenticated for SSH connections. If you use the `pve` realm, just be sure to add `realm: pve` to your configuration.
|
Creating a dedicated user for Home Assistant, limited to only the role just created is the most secure method. These instructions use the `pve` realm for the user. This allows a connection, but ensures that the user is not authenticated for SSH connections. If you use the `pve` realm, just be sure to add `realm: pve` to your configuration.
|
||||||
|
|
||||||
* Click `Datacenter`
|
1. Click `Datacenter`
|
||||||
* Open `Permissions` and click `Users`
|
2. Open `Permissions` and click `Users`
|
||||||
* Click `Add`
|
3. Click `Add`
|
||||||
* Enter a username (e.g., "hass")
|
4. Enter a username (e.g., "hass")
|
||||||
* Set the realm to "Proxmox VE authentication server"
|
5. Set the realm to "Proxmox VE authentication server"
|
||||||
* Enter a secure password (it can be complex as you will only need to copy/paste it into your Home Assistant configuration)
|
Enter a secure password (it can be complex as you will only need to copy/paste it into your Home Assistant configuration)
|
||||||
* Ensure `Enabled` is checked and `Expire` is set to "never"
|
6. Ensure `Enabled` is checked and `Expire` is set to "never"
|
||||||
* Click `Add`
|
7. Click `Add`
|
||||||
|
|
||||||
### Add User Permissions to Assets
|
### Add User Permissions to Assets
|
||||||
|
|
||||||
To apply the user and role just created, we need to give it permissions
|
To apply the user and role just created, we need to give it permissions
|
||||||
|
|
||||||
* Click `Datacenter`
|
1. Click `Datacenter`
|
||||||
* Click `Permissions`
|
2. Click `Permissions`
|
||||||
* Open `Add` and click `User Permission`
|
3. Open `Add` and click `User Permission`
|
||||||
* Select "/" for the path
|
4. Select "/" for the path
|
||||||
* Select your Home Assistant user (`hass`)
|
5. Select your Home Assistant user (`hass`)
|
||||||
* Select the Home Assistant role (`home-assistant`)
|
6. Select the Home Assistant role (`home-assistant`)
|
||||||
* Make sure `Propigate` is checked
|
7. Make sure `Propigate` is checked
|
||||||
|
Loading…
x
Reference in New Issue
Block a user