SSH / SMB - media folder (#1569)

This commit is contained in:
Pascal Vizeli
2020-09-14 12:09:06 +02:00
committed by GitHub
parent a9010c898d
commit fe4f08041e
6 changed files with 30 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Terminal & SSH",
"version": "8.8.0",
"version": "8.8.1",
"slug": "ssh",
"description": "Allow logging in remotely to Home Assistant using SSH",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",
@@ -19,7 +19,7 @@
"ports": {
"22/tcp": null
},
"map": ["config:rw", "ssl:rw", "addons:rw", "share:rw", "backup:rw"],
"map": ["config:rw", "ssl:rw", "addons:rw", "share:rw", "backup:rw", "media:rw"],
"options": {
"authorized_keys": [],
"password": "",