mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
commit
876dd4a7bc
4 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@ homeassistant:
|
||||||
unit_system: __UNIT_SYSTEM__
|
unit_system: __UNIT_SYSTEM__
|
||||||
currency: __CURRENCY__
|
currency: __CURRENCY__
|
||||||
country: __COUNTRY__
|
country: __COUNTRY__
|
||||||
time_zone: __TIME_ZONE__
|
time_zone: "__TIME_ZONE__"
|
||||||
external_url: "https://__DOMAIN__"
|
external_url: "https://__DOMAIN__"
|
||||||
auth_providers:
|
auth_providers:
|
||||||
- type: command_line
|
- type: command_line
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"email": "ewilly@ewilly.fr"
|
"email": "ewilly@ewilly.fr"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 11.0.0"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
|
@ -116,7 +116,7 @@ chown -R $app: "$data_path"
|
||||||
|
|
||||||
# installation in a virtual environment
|
# installation in a virtual environment
|
||||||
ynh_script_progression --message="Installing Home Assistant in a virtual environment..."
|
ynh_script_progression --message="Installing Home Assistant in a virtual environment..."
|
||||||
ynh_exec_fully_quiet myynh_install_homeassistant
|
myynh_install_homeassistant
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# NGINX CONFIGURATION
|
# NGINX CONFIGURATION
|
||||||
|
|
|
@ -77,8 +77,8 @@ then
|
||||||
ynh_script_progression --message="Upgrading source files..."
|
ynh_script_progression --message="Upgrading source files..."
|
||||||
|
|
||||||
myynh_install_python --python="$py_required_version"
|
myynh_install_python --python="$py_required_version"
|
||||||
ynh_exec_fully_quiet myynh_upgrade_venv_directory
|
myynh_upgrade_venv_directory
|
||||||
ynh_exec_fully_quiet myynh_install_homeassistant
|
myynh_install_homeassistant
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue