This commit is contained in:
Alexandre
2020-12-04 14:51:04 +01:00
3 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Emby beta with smb and hdd",
"version": "1.4",
"version": "1.5",
"slug": "emby_nas",
"legacy": false,
"maintenance": {
@@ -37,7 +37,7 @@
"options": {
"PUID": 1001,
"PGID": 1001,
"localdisks": ["-sda1"],
"localdisks": ["sda1"],
"networkdisks": "<//SERVER/SHARE>",
"cifsusername": "<username>",
"cifspassword": "<password>"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -32,7 +32,9 @@
"devices": [
"/dev/net/tun:/dev/net/tun:rwm"
],
"hassio_api": true,
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"full_access": true,
"hassio_api": true,
"homeassistant_api": false,
"host_network": false,
"options": {