mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on Plex Media Server 3.3.0
This commit is contained in:
parent
0699501317
commit
08f461b152
4 changed files with 18 additions and 9 deletions
|
@ -876,10 +876,10 @@ SOFTWARE.
|
||||||
[node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[node-red-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
[node-red-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[node-red-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
[node-red-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||||
[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/v3.2.4
|
[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/v3.3.0
|
||||||
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/v3.2.4/README.md
|
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/v3.3.0/README.md
|
||||||
[plex-issue]: https://github.com/hassio-addons/addon-plex/issues
|
[plex-issue]: https://github.com/hassio-addons/addon-plex/issues
|
||||||
[plex-version-shield]: https://img.shields.io/badge/version-v3.2.4-blue.svg
|
[plex-version-shield]: https://img.shields.io/badge/version-v3.3.0-blue.svg
|
||||||
[plex-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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
|
[plex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[plex-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[plex-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||||
|
|
|
@ -1,9 +1,15 @@
|
||||||
## What’s changed
|
## What’s changed
|
||||||
|
|
||||||
## 📚 Documentation
|
## ✨ New features
|
||||||
|
|
||||||
- Fix broken URL @wrt54g (#192)
|
- Map possible hardware acceleration devices into add-on @frenck (#205)
|
||||||
|
|
||||||
|
## 🚀 Enhancements
|
||||||
|
|
||||||
|
- Install Plex Media Server from Debian package @frenck (#203)
|
||||||
|
|
||||||
## ⬆️ Dependency updates
|
## ⬆️ Dependency updates
|
||||||
|
|
||||||
- ⬆️ Upgrades Plex Media Server to 1.31.3.6868 @frenck (#193)
|
- ⬆️ Upgrades Plex Media Server to 1.32.4.7195 @bertybuttface (#197)
|
||||||
|
- ⬆️ Upgrades add-on base image to 9.0.0 @frenck (#202)
|
||||||
|
- ⬆️ Upgrades Plex Media Server to 1.32.5.7349 @frenck (#204)
|
||||||
|
|
|
@ -44,5 +44,5 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-v3.2.4-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-v3.3.0-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-plex/tree/v3.2.4
|
[release]: https://github.com/hassio-addons/addon-plex/tree/v3.3.0
|
|
@ -1,5 +1,5 @@
|
||||||
name: Plex Media Server
|
name: Plex Media Server
|
||||||
version: 3.2.4
|
version: 3.3.0
|
||||||
slug: plex
|
slug: plex
|
||||||
description: Recorded media, live TV, online news, and podcasts ready to stream.
|
description: Recorded media, live TV, online news, and podcasts ready to stream.
|
||||||
url: https://github.com/hassio-addons/addon-plex
|
url: https://github.com/hassio-addons/addon-plex
|
||||||
|
@ -15,6 +15,9 @@ map:
|
||||||
- media:rw
|
- media:rw
|
||||||
- share:rw
|
- share:rw
|
||||||
- ssl
|
- ssl
|
||||||
|
devices:
|
||||||
|
- /dev/dri
|
||||||
|
- /dev/vchiq
|
||||||
ports:
|
ports:
|
||||||
3005/tcp: 3005
|
3005/tcp: 3005
|
||||||
8324/tcp: 8324
|
8324/tcp: 8324
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue