mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on Tautulli 3.2.2
This commit is contained in:
parent
635d766e9e
commit
8edd14c5e1
4 changed files with 19 additions and 25 deletions
|
@ -923,10 +923,10 @@ SOFTWARE.
|
|||
[tasmoadmin-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[tasmoadmin-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[tasmoadmin-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-tautulli]: https://github.com/hassio-addons/addon-tautulli/tree/v3.2.1
|
||||
[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/v3.2.1/README.md
|
||||
[addon-tautulli]: https://github.com/hassio-addons/addon-tautulli/tree/v3.2.2
|
||||
[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/v3.2.2/README.md
|
||||
[tautulli-issue]: https://github.com/hassio-addons/addon-tautulli/issues
|
||||
[tautulli-version-shield]: https://img.shields.io/badge/version-v3.2.1-blue.svg
|
||||
[tautulli-version-shield]: https://img.shields.io/badge/version-v3.2.2-blue.svg
|
||||
[tautulli-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[tautulli-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[tautulli-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
## What’s changed
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- 🎆 Updates maintenance/license year to 2023 @frenck ([#278](https://github.com/hassio-addons/addon-tautulli/pull/278))
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Bump pycryptodomex to 3.17@dependabot ([#267](https://github.com/hassio-addons/addon-tautulli/pull/267))
|
||||
- ⬆️ Bump setuptools to 67.6.0 @dependabot ([#276](https://github.com/hassio-addons/addon-tautulli/pull/276))
|
||||
- ⬆️ Bump plexapi to 4.13.4 @dependabot ([#277](https://github.com/hassio-addons/addon-tautulli/pull/277))
|
||||
- ⬆️ Upgrades add-on base image to 6.2.3 @frenck ([#279](https://github.com/hassio-addons/addon-tautulli/pull/279))
|
||||
- ⬆️ Upgrades Tautulli to v2.12.0 @frenck ([#280](https://github.com/hassio-addons/addon-tautulli/pull/280))
|
||||
- ⬆️ Upgrades Tautulli to v2.12.1 @frenck ([#281](https://github.com/hassio-addons/addon-tautulli/pull/281))
|
||||
|
|
|
@ -25,6 +25,6 @@ graphs, which makes it easy to brag about your server to everyone else.
|
|||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tautulli/68745
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v3.2.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tautulli/tree/v3.2.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v3.2.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tautulli/tree/v3.2.2
|
||||
[screenshot]: https://github.com/hassio-addons/addon-tautulli/raw/main/images/screenshot.png
|
|
@ -1,25 +1,25 @@
|
|||
name: Tautulli
|
||||
version: 3.2.2
|
||||
slug: tautulli
|
||||
description: Monitoring and tracking tool for Plex Media Server
|
||||
url: https://github.com/hassio-addons/addon-tautulli/tree/main/README.md
|
||||
codenotary: codenotary@frenck.dev
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:8181]'
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
codenotary: codenotary@frenck.dev
|
||||
description: Monitoring and tracking tool for Plex Media Server
|
||||
hassio_api: true
|
||||
image: ghcr.io/hassio-addons/tautulli/{arch}
|
||||
init: false
|
||||
map:
|
||||
- share:rw
|
||||
- backup:rw
|
||||
name: Tautulli
|
||||
hassio_api: true
|
||||
ports:
|
||||
8181/tcp: 8181
|
||||
ports_description:
|
||||
8181/tcp: Tautulli web interface
|
||||
map:
|
||||
- share:rw
|
||||
- backup:rw
|
||||
schema:
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
slug: tautulli
|
||||
url: https://github.com/hassio-addons/addon-tautulli/tree/main/README.md
|
||||
version: 3.2.1
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:8181]'
|
||||
image: ghcr.io/hassio-addons/tautulli/{arch}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue