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", "name": "Emby beta with smb and hdd",
"version": "1.4", "version": "1.5",
"slug": "emby_nas", "slug": "emby_nas",
"legacy": false, "legacy": false,
"maintenance": { "maintenance": {
@@ -37,7 +37,7 @@
"options": { "options": {
"PUID": 1001, "PUID": 1001,
"PGID": 1001, "PGID": 1001,
"localdisks": ["-sda1"], "localdisks": ["sda1"],
"networkdisks": "<//SERVER/SHARE>", "networkdisks": "<//SERVER/SHARE>",
"cifsusername": "<username>", "cifsusername": "<username>",
"cifspassword": "<password>" "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": [ "devices": [
"/dev/net/tun:/dev/net/tun:rwm" "/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, "homeassistant_api": false,
"host_network": false, "host_network": false,
"options": { "options": {