mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-20 07:41:48 +02: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",
|
"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>"
|
||||||
|
|||||||
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": [
|
"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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user