mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 13:44:20 +01:00
Merge pull request #65 from home-assistant/build
fix for new layout 0.28 (#64)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"80/tcp": 80,
|
||||
"443/tcp": 443
|
||||
},
|
||||
"map": ["ssl"],
|
||||
"map": ["ssl:rw"],
|
||||
"options": {
|
||||
"email": null,
|
||||
"domains": [null],
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"ports": {
|
||||
"445/tcp": 445
|
||||
},
|
||||
"map": ["config", "ssl", "addons"],
|
||||
"map": ["config:rw", "ssl:rw", "addons:rw"],
|
||||
"options": {
|
||||
"workgroup": "WORKGROUP",
|
||||
"guest": true,
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"ports": {
|
||||
"22/tcp": 22
|
||||
},
|
||||
"map": ["config", "ssl", "addons"],
|
||||
"map": ["config:rw", "ssl:rw", "addons:rw"],
|
||||
"options": {
|
||||
"authorized_keys": [null]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user