mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Plex Media Server to c6b078a
This commit is contained in:
parent
fdfcc1318d
commit
a7e7594a26
4 changed files with 13 additions and 8 deletions
|
@ -899,10 +899,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/381dc2b
|
[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/c6b078a
|
||||||
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/381dc2b/README.md
|
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/c6b078a/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-381dc2b-blue.svg
|
[plex-version-shield]: https://img.shields.io/badge/version-c6b078a-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,2 +1,4 @@
|
||||||
# Changelog since v2.7.3
|
# Changelog since v2.7.4
|
||||||
- ⬆️ Upgrades Plex Media Server to 1.25.5.5492 (#145)
|
- Exclude cache from backup (#144)
|
||||||
|
|
||||||
|
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
|
||||||
|
|
|
@ -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-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-381dc2b-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-c6b078a-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-plex/tree/381dc2b
|
[release]: https://github.com/hassio-addons/addon-plex/tree/c6b078a
|
|
@ -3,6 +3,9 @@ arch:
|
||||||
- amd64
|
- amd64
|
||||||
- armv7
|
- armv7
|
||||||
- i386
|
- i386
|
||||||
|
backup_exclude:
|
||||||
|
- '**/Plex Media Server/Cache/**'
|
||||||
|
- '**/Plex Media Server/Plug-in Support/Caches/**'
|
||||||
description: Recorded media, live TV, online news, and podcasts ready to stream.
|
description: Recorded media, live TV, online news, and podcasts ready to stream.
|
||||||
hassio_api: true
|
hassio_api: true
|
||||||
image: ghcr.io/hassio-addons/plex/{arch}
|
image: ghcr.io/hassio-addons/plex/{arch}
|
||||||
|
@ -43,5 +46,5 @@ schema:
|
||||||
slug: plex
|
slug: plex
|
||||||
startup: services
|
startup: services
|
||||||
url: https://github.com/hassio-addons/addon-plex
|
url: https://github.com/hassio-addons/addon-plex
|
||||||
version: 381dc2b
|
version: c6b078a
|
||||||
webui: http://[HOST]:[PORT:32400]/web
|
webui: http://[HOST]:[PORT:32400]/web
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue