mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-25 18:21:51 +02: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
|
- 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/
|
||||||
|
|||||||
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -13,7 +13,8 @@
|
|||||||
"arch": [
|
"arch": [
|
||||||
"aarch64",
|
"aarch64",
|
||||||
"amd64",
|
"amd64",
|
||||||
"armv7"
|
"armv7",
|
||||||
|
"armhf"
|
||||||
],
|
],
|
||||||
"ports": {
|
"ports": {
|
||||||
"8096/tcp": 8096,
|
"8096/tcp": 8096,
|
||||||
|
|||||||
Reference in New Issue
Block a user