mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
@@ -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>"
|
||||
|
||||
BIN
emby/icon.png
BIN
emby/icon.png
Binary file not shown.
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 33 KiB |
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user