⬆️ Updating add-on Tautulli to dcddccd

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-21 14:10:37 +00:00
parent afd4db72dc
commit 8ebd962d17
5 changed files with 43 additions and 6 deletions

View file

@ -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/cf96b68
[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/cf96b68/README.md
[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
[tautulli-issue]: https://github.com/hassio-addons/addon-tautulli/issues
[tautulli-version-shield]: https://img.shields.io/badge/version-cf96b68-blue.svg
[tautulli-version-shield]: https://img.shields.io/badge/version-dcddccd-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

View file

@ -1,4 +1,5 @@
# Changelog since v2.1.0
- Add add-on translation support (#122)
- Apply updated repository structure & CI workflow (#120)
- Upgrades add-on base image to v9.2.0 (#119)
- ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 (#118)

View file

@ -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-cf96b68-blue.svg
[release]: https://github.com/hassio-addons/addon-tautulli/tree/cf96b68
[release-shield]: https://img.shields.io/badge/version-dcddccd-blue.svg
[release]: https://github.com/hassio-addons/addon-tautulli/tree/dcddccd
[screenshot]: https://github.com/hassio-addons/addon-tautulli/raw/main/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Tautulli",
"version": "cf96b68",
"version": "dcddccd",
"slug": "tautulli",
"description": "Monitoring and tracking tool for Plex Media Server",
"url": "https://github.com/hassio-addons/addon-tautulli/tree/main/README.md",

View file

@ -0,0 +1,36 @@
---
configuration:
log_level:
name: Log level
description: >-
Controls the level of log details the add-on provides.
username:
name: Username
description: >-
The username for authenticating with the web interface.
password:
name: Password
description: >-
The password for authenticating with the web interface.
ssl:
name: SSL
description: >-
Enables/Disables SSL (HTTPS) on the web interface.
certfile:
name: Certificate file
description: >-
The certificate file to use for SSL. Note that this file must
exist in the /ssl/ folder.
keyfile:
name: Private key file
description: >-
The private key file to use for SSL. Note that this file must
exist in the /ssl/ folder.
leave_front_door_open:
name: Leave front door open
description: >-
When enabled, this option disables the username/password authentication
on the add-on. It is STRONGLY suggested not to use this option.
USE AT YOUR OWN RISK!
network:
8181/tcp: Web interface