mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 19:41:27 +00:00
🎉 Release of add-on Plex Media Server 1.1.0
This commit is contained in:
parent
265a03ddab
commit
c3a168d8c1
4 changed files with 14 additions and 10 deletions
|
@ -683,10 +683,10 @@ SOFTWARE.
|
|||
[pi-hole-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[pi-hole-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[pi-hole-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/v1.0.1
|
||||
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/v1.0.1/README.md
|
||||
[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/v1.1.0
|
||||
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/v1.1.0/README.md
|
||||
[plex-issue]: https://github.com/hassio-addons/addon-plex/issues
|
||||
[plex-version-shield]: https://img.shields.io/badge/version-v1.0.1-blue.svg
|
||||
[plex-version-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg
|
||||
[plex-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/plex-armhf.svg
|
||||
[plex-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg
|
||||
[plex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
### Changed
|
||||
|
||||
- Upgrades base image to v2.1.1
|
||||
- Adds Hassio API security role
|
||||
- Changed past to paste (#9) (@dayofdoom)
|
||||
- Upgrades base image to v2.2.0
|
||||
- Removes support for arm64/aarch64
|
||||
- Upgrades Plex Media Server to 1.14.0.5470
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-plex/compare/v1.0.0...v1.0.1
|
||||
[changelog]: https://github.com/hassio-addons/addon-plex/compare/v1.0.1...v1.1.0
|
|
@ -40,12 +40,12 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-plex/blob/v1.0.1/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-plex/blob/v1.1.0/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-plex-media-server/54383?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
[patreon-shield]: https://www.frenck.nl/images/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.0.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-plex/tree/v1.0.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-plex/tree/v1.1.0
|
|
@ -1,13 +1,12 @@
|
|||
{
|
||||
"name": "Plex Media Server",
|
||||
"version": "1.0.1",
|
||||
"version": "1.1.0",
|
||||
"slug": "plex",
|
||||
"description": "Recorded media, live TV, online news, and podcasts ready to stream.",
|
||||
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-plex-media-server/54383?u=frenck",
|
||||
"webui": "http://[HOST]:[PORT:32400]/web",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"i386"
|
||||
|
@ -32,6 +31,7 @@
|
|||
"33443/tcp": 33443
|
||||
},
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"homeassistant_api": false,
|
||||
"host_network": false,
|
||||
"options": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue