Hi Allan,
No I don’t have any form of access control on the setup.
This is what I get with:
core-ssh:~# hassio -d ha update
DEBUG [CmdHomeassistant]: action->‘update’, endpoint=‘update’, serverOverride->‘’, GET->‘false’, options->‘’, rawjson->‘false’, filter->‘’
DEBUG [ExecCommand]: basepath->‘homeassistant’, endpoint->‘update’, serverOverride->‘’, get->‘false’, Options->‘’, Filter->‘’, RawJSON->‘false’
DEBUG [GenerateURI]: basepath->‘homeassistant’, endpoint->‘update’, serverOverride->‘’
DEBUG [RestCall]: data->‘http://hassio/homeassistant/update’, GET->‘false’, payload->‘’
DEBUG [RestCall]: ResponseBody->‘403: Forbidden’
Error decoding json invalid character ‘:’ after top-level value: 403: Forbiddencore-ssh:~#
core-ssh:~# hassio os info
hassio: ‘os’ is not a hassio command. See ‘hassio --help’.core-ssh:~#
and finally
core-ssh:~# hassio su info
{
“result”: “ok”,
“data”: {
“version”: “138”,
“last_version”: “138”,
“channel”: “stable”,
“arch”: “armhf”,
“wait_boot”: 5,
“timezone”: “Australia/Perth”,
“addons”: [
{
“name”: “Node-RED”,
“slug”: “27e642c6_nodered”,
“description”: “Node-RED - (https://nodered.org/)”,
“state”: “started”,
“version”: “0.1.12”,
“installed”: “0.1.12”,
“repository”: “27e642c6”,
“icon”: false,
“logo”: false
},
{
“name”: “Mopidy”,
“slug”: “53caca22_mopidy”,
“description”: “mopidy music server”,
“state”: “started”,
“version”: “0.2.4”,
“installed”: “0.2.4”,
“repository”: “53caca22”,
“icon”: false,
“logo”: false
},
{
“name”: “Terminal”,
“slug”: “a0d7b954_terminal”,
“description”: “Terminal access to your Home Assistant instance via the web”,
“state”: “started”,
“version”: “2.5.0”,
“installed”: “2.5.0”,
“repository”: “a0d7b954”,
“icon”: false,
“logo”: false
},
{
“name”: “Samba share”,
“slug”: “core_samba”,
“description”: “Expose Hass.io folders with SMB/CIFS”,
“state”: “started”,
“version”: “6”,
“installed”: “4.1”,
“repository”: “core”,
“icon”: false,
“logo”: true
},
{
“name”: “SSH server”,
“slug”: “core_ssh”,
“description”: “Allows connections over SSH”,
“state”: “started”,
“version”: “4”,
“installed”: “3.7”,
“repository”: “core”,
“icon”: false,
“logo”: true
},
{
“name”: “MariaDB”,
“slug”: “core_mariadb”,
“description”: “An SQL database server”,
“state”: “started”,
“version”: “0.2”,
“installed”: “0.2”,
“repository”: “core”,
“icon”: false,
“logo”: true
},
{
“name”: “Mosquitto broker”,
“slug”: “core_mosquitto”,
“description”: “An Open Source MQTT broker”,
“state”: “started”,
“version”: “2.0”,
“installed”: “2.0”,
“repository”: “core”,
“icon”: false,
“logo”: true
}
],
“addons_repositories”: [
“GitHub - hassio-addons/repository: Home Assistant Community Add-ons”,
“https://github.com/notoriousbdg/hassio-addons”,
“GitHub - bestlibre/hassio-addons”
]
}
}