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 3.2.3
This commit is contained in:
parent
8179146a33
commit
fd35603bb9
4 changed files with 28 additions and 28 deletions
|
@ -890,10 +890,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/v3.2.2
|
||||
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/v3.2.2/README.md
|
||||
[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/v3.2.3
|
||||
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/v3.2.3/README.md
|
||||
[plex-issue]: https://github.com/hassio-addons/addon-plex/issues
|
||||
[plex-version-shield]: https://img.shields.io/badge/version-v3.2.2-blue.svg
|
||||
[plex-version-shield]: https://img.shields.io/badge/version-v3.2.3-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
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Update Plex Media Server to 1.31.0.6654 @wattsjus (#184)
|
||||
- ⬆️ Update Plex Media Server to 1.31.2.6810 @paulovitin (#189)
|
||||
|
|
|
@ -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]: 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-v3.2.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-plex/tree/v3.2.2
|
||||
[release-shield]: https://img.shields.io/badge/version-v3.2.3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-plex/tree/v3.2.3
|
|
@ -1,48 +1,48 @@
|
|||
name: Plex Media Server
|
||||
version: 3.2.3
|
||||
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: 3.2.2
|
||||
webui: http://[HOST]:[PORT:32400]/web
|
||||
claim_code: str
|
||||
image: ghcr.io/hassio-addons/plex/{arch}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue