mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Plex Media Server to e12fa92
This commit is contained in:
parent
4968f30f21
commit
cea39c500e
4 changed files with 15 additions and 8 deletions
|
@ -747,10 +747,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/51a3f16
|
||||
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/51a3f16/README.md
|
||||
[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/e12fa92
|
||||
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/e12fa92/README.md
|
||||
[plex-issue]: https://github.com/hassio-addons/addon-plex/issues
|
||||
[plex-version-shield]: https://img.shields.io/badge/version-51a3f16-blue.svg
|
||||
[plex-version-shield]: https://img.shields.io/badge/version-e12fa92-blue.svg
|
||||
[plex-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/plex-armhf.svg
|
||||
[plex-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[plex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog since v1.0.1
|
||||
|
||||
2018/09/15 12:57 UTC - [51a3f16](https://github.com/hassio-addons/addon-plex/commit/51a3f16e1513ba5311edd898b800c87a5674f17d) by [@frenck](https://github.com/frenck)
|
||||
2018/09/25 10:20 UTC - [e12fa92](https://github.com/hassio-addons/addon-plex/commit/e12fa92a657c9bf876923c11573d662bcdea2c70) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades Plex to 1.13.8.5395
|
||||
|
||||
2018/09/25 10:20 UTC - [2aa06af](https://github.com/hassio-addons/addon-plex/commit/2aa06af158a4837a57f3c22fa8aa4997548d35fc) by [@frenck](https://github.com/frenck)
|
||||
> :snowflake: Adds Hassio API security role
|
||||
|
||||
2018/09/25 10:20 UTC - [51a3f16](https://github.com/hassio-addons/addon-plex/commit/51a3f16e1513ba5311edd898b800c87a5674f17d) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades Plex Media Server to 1.13.7.5369
|
||||
|
||||
|
|
|
@ -43,12 +43,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/51a3f16/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-plex/blob/e12fa92/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-51a3f16-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-plex/tree/51a3f16
|
||||
[release-shield]: https://img.shields.io/badge/version-e12fa92-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-plex/tree/e12fa92
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Plex Media Server",
|
||||
"version": "51a3f16",
|
||||
"version": "e12fa92",
|
||||
"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",
|
||||
|
@ -32,6 +32,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