home.hass: use pyenv for homeassistant
This commit is contained in:
parent
ac10630fb9
commit
4d92211862
2 changed files with 13 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
hostname = "172.19.138.25"
|
||||
bundles = [
|
||||
'homeassistant',
|
||||
'nginx'
|
||||
'nginx',
|
||||
'pyenv',
|
||||
]
|
||||
groups = ["debian-bookworm"]
|
||||
|
||||
|
@ -26,5 +27,9 @@ restrict-to = [
|
|||
'172.19.138.0/24',
|
||||
]
|
||||
|
||||
[metadata.pyenv]
|
||||
version = 'v2.3.36'
|
||||
python_versions = ["3.12.2"]
|
||||
|
||||
[metadata.nginx.vhosts.homeassistant]
|
||||
ssl = '_.home.kunbox.net'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue