mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on Tautulli to 86db0c4
This commit is contained in:
parent
dfd16c9aca
commit
47cee9b9e6
5 changed files with 7 additions and 19 deletions
|
@ -1031,10 +1031,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/dcddccd
|
||||
[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/dcddccd/README.md
|
||||
[addon-tautulli]: https://github.com/hassio-addons/addon-tautulli/tree/86db0c4
|
||||
[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/86db0c4/README.md
|
||||
[tautulli-issue]: https://github.com/hassio-addons/addon-tautulli/issues
|
||||
[tautulli-version-shield]: https://img.shields.io/badge/version-dcddccd-blue.svg
|
||||
[tautulli-version-shield]: https://img.shields.io/badge/version-86db0c4-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,4 +1,5 @@
|
|||
# Changelog since v2.1.0
|
||||
- Remove HIBP checks (#121)
|
||||
- Add add-on translation support (#122)
|
||||
- Apply updated repository structure & CI workflow (#120)
|
||||
- Upgrades add-on base image to v9.2.0 (#119)
|
||||
|
|
|
@ -67,14 +67,10 @@ to prevent users from using your installation for themselves.
|
|||
This option is HIGHLY recommended in case you expose this add-on to the outside
|
||||
world.
|
||||
|
||||
**Note**: _This option support secrets, e.g., `!secret tautulli_username`._
|
||||
|
||||
### Option: `password`
|
||||
|
||||
Password for authenticating with Tautulli interface.
|
||||
|
||||
**Note**: _This option support secrets, e.g., `!secret tautulli_password`._
|
||||
|
||||
### Option: `ssl`
|
||||
|
||||
Enables/Disables SSL (HTTPS) on the web interface of Tautulli. Set it `true`
|
||||
|
@ -92,14 +88,6 @@ The private key file to use for SSL.
|
|||
|
||||
**Note**: _The file MUST be stored in `/ssl/`, which is the default_
|
||||
|
||||
### Option: `i_like_to_be_pwned`
|
||||
|
||||
Adding this option to the add-on configuration allows to you bypass the
|
||||
HaveIBeenPwned password requirement by setting it to `true`.
|
||||
|
||||
**Note**: _We STRONGLY suggest picking a stronger/safer password instead of
|
||||
using this option! USE AT YOUR OWN RISK!_
|
||||
|
||||
### Option: `leave_front_door_open`
|
||||
|
||||
Adding this option to the add-on configuration allows you to disable
|
||||
|
|
|
@ -48,6 +48,6 @@ If you are more interested in stable releases of our add-ons:
|
|||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tautulli/68745?u=ludeeus
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-dcddccd-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tautulli/tree/dcddccd
|
||||
[release-shield]: https://img.shields.io/badge/version-86db0c4-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tautulli/tree/86db0c4
|
||||
[screenshot]: https://github.com/hassio-addons/addon-tautulli/raw/main/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Tautulli",
|
||||
"version": "dcddccd",
|
||||
"version": "86db0c4",
|
||||
"slug": "tautulli",
|
||||
"description": "Monitoring and tracking tool for Plex Media Server",
|
||||
"url": "https://github.com/hassio-addons/addon-tautulli/tree/main/README.md",
|
||||
|
@ -38,7 +38,6 @@
|
|||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
"i_like_to_be_pwned": "bool?",
|
||||
"leave_front_door_open": "bool?"
|
||||
},
|
||||
"image": "ghcr.io/hassio-addons/tautulli/{arch}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue