🎉 Release of add-on Plex Media Server 2.7.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-11-11 15:28:13 +00:00
parent c8c85d5ad8
commit a766edf8ac
5 changed files with 65 additions and 64 deletions

View file

@ -853,10 +853,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/v2.6.3 [addon-plex]: https://github.com/hassio-addons/addon-plex/tree/v2.7.0
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/v2.6.3/README.md [addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/v2.7.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-v2.6.3-blue.svg [plex-version-shield]: https://img.shields.io/badge/version-v2.7.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

View file

@ -1,11 +1,20 @@
## Whats changed ## Whats changed
## 🚀 Enhancements
- Migrate JSON config to YAML @frenck (#134)
## 🧰 Maintenance ## 🧰 Maintenance
- 🚀 Add-on CI improvements @frenck (#115) - Switch to centralized GitHub Action Workflows @frenck (#133)
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 @dependabot (#113) - ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#117)
- ⬆️ Bump actions/stale from 3.0.19 to 4 @dependabot (#112) - ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#118)
- ⬆️ Upgrades Plex Media Server to 1.24.0.4930 @frenck (#116) - ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#119)
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#121)
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#122)
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#125)
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#128)
- ⬆️ Upgrades Plex Media Server to 1.24.5.5173 @frenck (#136)

View file

@ -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-v2.6.3-blue.svg [release-shield]: https://img.shields.io/badge/version-v2.7.0-blue.svg
[release]: https://github.com/hassio-addons/addon-plex/tree/v2.6.3 [release]: https://github.com/hassio-addons/addon-plex/tree/v2.7.0

View file

@ -1,55 +0,0 @@
{
"name": "Plex Media Server",
"version": "2.6.3",
"slug": "plex",
"description": "Recorded media, live TV, online news, and podcasts ready to stream.",
"url": "https://github.com/hassio-addons/addon-plex",
"webui": "http://[HOST]:[PORT:32400]/web",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"i386"
],
"map": [
"media:rw",
"share:rw",
"ssl"
],
"ports": {
"3005/tcp": 3005,
"8324/tcp": 8324,
"32400/tcp": 32400,
"32410/udp": 32410,
"32412/udp": 32412,
"32413/udp": 32413,
"32414/udp": 32414,
"32469/tcp": 32469,
"33400/tcp": 33400,
"33443/tcp": 33443
},
"ports_description": {
"3005/tcp": "Plex Home Theater via Plex Companion",
"8324/tcp": "Plex for Roku via Plex Companion",
"32400/tcp": "Plex Media Server Interface",
"32410/udp": "GDM network discovery",
"32412/udp": "GDM network discovery",
"32413/udp": "GDM network discovery",
"32414/udp": "GDM network discovery",
"32469/tcp": "Plex DLNA Server",
"33400/tcp": "WebTools",
"33443/tcp": "WebTools"
},
"hassio_api": true,
"options": {
"claim_code": "",
"webtools": false
},
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"claim_code": "str",
"webtools": "bool"
},
"image": "ghcr.io/hassio-addons/plex/{arch}"
}

47
plex/config.yaml Normal file
View file

@ -0,0 +1,47 @@
arch:
- aarch64
- amd64
- armv7
- i386
description: Recorded media, live TV, online news, and podcasts ready to stream.
hassio_api: true
image: ghcr.io/hassio-addons/plex/{arch}
map:
- media:rw
- share:rw
- ssl
name: Plex Media Server
options:
claim_code: ''
webtools: false
ports:
3005/tcp: 3005
32400/tcp: 32400
32410/udp: 32410
32412/udp: 32412
32413/udp: 32413
32414/udp: 32414
32469/tcp: 32469
33400/tcp: 33400
33443/tcp: 33443
8324/tcp: 8324
ports_description:
3005/tcp: Plex Home Theater via Plex Companion
32400/tcp: Plex Media Server Interface
32410/udp: GDM network discovery
32412/udp: GDM network discovery
32413/udp: GDM network discovery
32414/udp: GDM network discovery
32469/tcp: Plex DLNA Server
33400/tcp: WebTools
33443/tcp: WebTools
8324/tcp: Plex for Roku via Plex Companion
schema:
claim_code: str
log_level: list(trace|debug|info|notice|warning|error|fatal)?
webtools: bool
slug: plex
startup: services
url: https://github.com/hassio-addons/addon-plex
version: 2.7.0
webui: http://[HOST]:[PORT:32400]/web