mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
@@ -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
|
||||
- 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)
|
||||
|
||||
[third-party-addons]: https://home-assistant.io/hassio/installing_third_party_addons/
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
},
|
||||
"build_from": {
|
||||
"armv7": "linuxserver/emby:arm32v7-beta",
|
||||
"armhf": "linuxserver/emby:arm32v7-beta",
|
||||
"aarch64": "linuxserver/emby:arm64v8-beta",
|
||||
"amd64": "linuxserver/emby:amd64-beta"
|
||||
},
|
||||
|
||||
@@ -13,7 +13,8 @@
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
"armv7",
|
||||
"armhf"
|
||||
],
|
||||
"ports": {
|
||||
"8096/tcp": 8096,
|
||||
|
||||
Reference in New Issue
Block a user