⬆️ Updating add-on Plex Media Server to cd82330

This commit is contained in:
Community Hass.io Add-ons Bot 2023-03-26 10:28:29 +00:00
parent 3ae7529dd5
commit 7fef1e9a72
4 changed files with 29 additions and 29 deletions

View file

@ -922,10 +922,10 @@ SOFTWARE.
[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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/1357544
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/1357544/README.md
[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/cd82330
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/cd82330/README.md
[plex-issue]: https://github.com/hassio-addons/addon-plex/issues
[plex-version-shield]: https://img.shields.io/badge/version-1357544-blue.svg
[plex-version-shield]: https://img.shields.io/badge/version-cd82330-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,2 +1,2 @@
# Changelog since v3.2.1
- ⬆️ Update Plex Media Server to 1.31.0.6654 (#184)
# Changelog since v3.2.2
- chore: update Plex Media Server to 1.31.2.6810 (#189)

View file

@ -47,5 +47,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]: 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-1357544-blue.svg
[release]: https://github.com/hassio-addons/addon-plex/tree/1357544
[release-shield]: https://img.shields.io/badge/version-cd82330-blue.svg
[release]: https://github.com/hassio-addons/addon-plex/tree/cd82330

View file

@ -1,48 +1,48 @@
name: Plex Media Server
version: cd82330
slug: plex
description: Recorded media, live TV, online news, and podcasts ready to stream.
url: https://github.com/hassio-addons/addon-plex
codenotary: codenotary@frenck.dev
webui: http://[HOST]:[PORT:32400]/web
startup: services
init: false
arch:
- aarch64
- amd64
- armv7
backup_exclude:
- '**/Plex Media Server/Cache/**'
- '**/Plex Media Server/Plug-in Support/Caches/**'
- '**/Plex Media Server/Logs/**'
- '**/Plex Media Server/Crash Reports/**'
- '**/Plex Media Server/Diagnostics/**'
codenotary: codenotary@frenck.dev
description: Recorded media, live TV, online news, and podcasts ready to stream.
hassio_api: true
image: ghcr.io/hassio-addons/plex/{arch}
init: false
map:
- media:rw
- share:rw
- ssl
name: Plex Media Server
options:
claim_code: ''
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
8324/tcp: 8324
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
8324/tcp: Plex for Roku via Plex Companion
hassio_api: true
backup_exclude:
- '**/Plex Media Server/Cache/**'
- '**/Plex Media Server/Plug-in Support/Caches/**'
- '**/Plex Media Server/Logs/**'
- '**/Plex Media Server/Crash Reports/**'
- '**/Plex Media Server/Diagnostics/**'
options:
claim_code: ''
schema:
claim_code: str
log_level: list(trace|debug|info|notice|warning|error|fatal)?
slug: plex
startup: services
url: https://github.com/hassio-addons/addon-plex
version: '1357544'
webui: http://[HOST]:[PORT:32400]/web
claim_code: str
image: ghcr.io/hassio-addons/plex/{arch}