mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on Plex Media Server 2.5.0
This commit is contained in:
parent
04d021e4d4
commit
df5dac95fa
5 changed files with 24 additions and 28 deletions
|
@ -1,11 +1,13 @@
|
|||
[Full Changelog][changelog]
|
||||
## What’s changed
|
||||
|
||||
### 🔨 Changes
|
||||
## 🧰 Maintenance
|
||||
|
||||
- ⬆ Upgrades Plex Media Server to 1.20.4.3517
|
||||
- Cleanup repository @frenck (#47)
|
||||
- Happy New Year @frenck (#48)
|
||||
- Upgrade Code of Conduct @frenck (#49)
|
||||
- Add new repository workflow @frenck (#50)
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-plex/compare/v2.4.1...v2.4.2
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work:
|
||||
https://github.com/sponsors/frenck or https://patreon.com/frenck
|
||||
- ⬆️ Upgrades Plex Media Server to 1.21.1.3876 @cappee (#45)
|
||||
- Upgrade add-on base image to 6.1.0 @frenck (#51)
|
||||
|
|
16
plex/DOCS.md
16
plex/DOCS.md
|
@ -46,7 +46,7 @@ dealing with an unknown issue. Possible values are:
|
|||
- `debug`: Shows detailed debug information.
|
||||
- `info`: Normal (usually) interesting events.
|
||||
- `warning`: Exceptional occurrences that are not errors.
|
||||
- `error`: Runtime errors that do not require immediate action.
|
||||
- `error`: Runtime errors that do not require immediate action.
|
||||
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
|
||||
|
||||
Please note that each level automatically includes log messages from a
|
||||
|
@ -154,16 +154,15 @@ Plex Media Server.
|
|||
## Changelog & Releases
|
||||
|
||||
This repository keeps a change log using [GitHub's releases][releases]
|
||||
functionality. The format of the log is based on
|
||||
[Keep a Changelog][keepchangelog].
|
||||
functionality.
|
||||
|
||||
Releases are based on [Semantic Versioning][semver], and use the format
|
||||
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
|
||||
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
|
||||
based on the following:
|
||||
|
||||
- ``MAJOR``: Incompatible or major changes.
|
||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
||||
- `MAJOR`: Incompatible or major changes.
|
||||
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||
|
||||
## Support
|
||||
|
||||
|
@ -191,7 +190,7 @@ check [the contributor's page][contributors].
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018-2020 Franck Nijhof
|
||||
Copyright (c) 2018-2021 Franck Nijhof
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -217,7 +216,6 @@ SOFTWARE.
|
|||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-plex-media-server/54383?u=frenck
|
||||
[frenck]: https://github.com/frenck
|
||||
[issue]: https://github.com/hassio-addons/addon-plex/issues
|
||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-plex/releases
|
||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||
|
|
|
@ -40,9 +40,9 @@ If you are more interested in stable releases of our add-ons:
|
|||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-plex-media-server/54383?u=frenck
|
||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
[github-sponsors]: https://github.com/sponsors/frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
||||
[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-v2.4.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-plex/tree/v2.4.2
|
||||
[release-shield]: https://img.shields.io/badge/version-v2.5.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-plex/tree/v2.5.0
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Plex Media Server",
|
||||
"version": "2.4.2",
|
||||
"version": "2.5.0",
|
||||
"slug": "plex",
|
||||
"description": "Recorded media, live TV, online news, and podcasts ready to stream.",
|
||||
"url": "https://github.com/hassio-addons/addon-plex",
|
||||
|
@ -17,7 +17,6 @@
|
|||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"boot": "auto",
|
||||
"ports": {
|
||||
"1900/udp": 1900,
|
||||
"3005/tcp": 3005,
|
||||
|
@ -45,9 +44,6 @@
|
|||
"33443/tcp": "WebTools"
|
||||
},
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"homeassistant_api": false,
|
||||
"host_network": false,
|
||||
"options": {
|
||||
"claim_code": "",
|
||||
"webtools": false
|
||||
|
@ -57,5 +53,5 @@
|
|||
"claim_code": "str",
|
||||
"webtools": "bool"
|
||||
},
|
||||
"image": "hassioaddons/plex-{arch}"
|
||||
"image": "ghcr.io/hassio-addons/plex/{arch}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue