mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on Plex Media Server to ff89bc1
This commit is contained in:
parent
ff4d3a0a70
commit
147739c431
4 changed files with 13 additions and 9 deletions
|
@ -899,10 +899,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/2737b96
|
||||
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/2737b96/README.md
|
||||
[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/ff89bc1
|
||||
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/ff89bc1/README.md
|
||||
[plex-issue]: https://github.com/hassio-addons/addon-plex/issues
|
||||
[plex-version-shield]: https://img.shields.io/badge/version-2737b96-blue.svg
|
||||
[plex-version-shield]: https://img.shields.io/badge/version-ff89bc1-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
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
# Changelog since v2.8.0
|
||||
- ⬆️ Upgrades Plex Media Server to 1.26.0.5715 (#151)
|
||||
# Changelog since v2.9.0
|
||||
- ⬆️ Upgrades add-on base image to 8.0.0 (#153)
|
||||
|
||||
* ⬆️ Upgrades add-on base image to 8.0.0
|
||||
|
||||
* Drop i386 support
|
||||
|
|
|
@ -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-2737b96-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-plex/tree/2737b96
|
||||
[release-shield]: https://img.shields.io/badge/version-ff89bc1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-plex/tree/ff89bc1
|
|
@ -2,7 +2,6 @@ arch:
|
|||
- aarch64
|
||||
- amd64
|
||||
- armv7
|
||||
- i386
|
||||
backup_exclude:
|
||||
- '**/Plex Media Server/Cache/**'
|
||||
- '**/Plex Media Server/Plug-in Support/Caches/**'
|
||||
|
@ -13,6 +12,7 @@ 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
|
||||
|
@ -50,5 +50,5 @@ schema:
|
|||
slug: plex
|
||||
startup: services
|
||||
url: https://github.com/hassio-addons/addon-plex
|
||||
version: 2737b96
|
||||
version: ff89bc1
|
||||
webui: http://[HOST]:[PORT:32400]/web
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue