This commit is contained in:
Alexandre
2020-11-30 08:07:24 +01:00
3 changed files with 8 additions and 1 deletions

View File

@@ -22,6 +22,11 @@ A Free Software Media System that puts you in control of managing and streaming
- Forked from : https://github.com/petersendev/hassio-addons - Forked from : https://github.com/petersendev/hassio-addons
- Modifications : switch to beta versions, add smb and local disks mount - Modifications : switch to beta versions, add smb and local disks mount
### [jellyfin](jellyfin/)
A Free Software Media System that puts you in control of managing and streaming your media.
- Forked from : https://github.com/petersendev/hassio-addons
- Modifications : switch to latest versions, add smb and local disks mount
[//]: # (ADDONLIST_END) [//]: # (ADDONLIST_END)
[third-party-addons]: https://home-assistant.io/hassio/installing_third_party_addons/ [third-party-addons]: https://home-assistant.io/hassio/installing_third_party_addons/

View File

@@ -5,6 +5,7 @@
}, },
"build_from": { "build_from": {
"armv7": "linuxserver/emby:arm32v7-beta", "armv7": "linuxserver/emby:arm32v7-beta",
"armhf": "linuxserver/emby:arm32v7-beta",
"aarch64": "linuxserver/emby:arm64v8-beta", "aarch64": "linuxserver/emby:arm64v8-beta",
"amd64": "linuxserver/emby:amd64-beta" "amd64": "linuxserver/emby:amd64-beta"
}, },

View File

@@ -13,7 +13,8 @@
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64", "amd64",
"armv7" "armv7",
"armhf"
], ],
"ports": { "ports": {
"8096/tcp": 8096, "8096/tcp": 8096,