diff --git a/README.md b/README.md index b84e6b73..2be04be6 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,19 @@ Centrally manage all your Sonoff-Tasmota devices [:books: TasmoAdmin add-on documentation][addon-doc-tasmoadmin] +### ✓ [Tautulli][addon-tautulli] + +![Latest Version][tautulli-version-shield] +![Supports armhf Architecture][tautulli-armhf-shield] +![Supports aarch64 Architecture][tautulli-aarch64-shield] +![Supports amd64 Architecture][tautulli-amd64-shield] +![Supports i386 Architecture][tautulli-i386-shield] +![Docker Pulls][tautulli-pulls-shield] + +Monitoring and tracking tool for Plex Media Server + +[:books: Tautulli add-on documentation][addon-doc-tautulli] + ### ✓ [Terminal][addon-terminal] ![Latest Version][terminal-version-shield] @@ -413,6 +426,7 @@ on the correct GitHub repository matching the add-on. - [Open an issue for the add-on: Shinobi Pro][shinobi-issue] - [Open an issue for the add-on: Spotify Connect][spotify-issue] - [Open an issue for the add-on: TasmoAdmin][tasmoadmin-issue] +- [Open an issue for the add-on: Tautulli][tautulli-issue] - [Open an issue for the add-on: Terminal][terminal-issue] - [Open an issue for the add-on: Tor][tor-issue] - [Open an issue for the add-on: UniFi Controller][unifi-issue] @@ -663,6 +677,15 @@ SOFTWARE. [tasmoadmin-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [tasmoadmin-armhf-shield]: https://img.shields.io/badge/armhf-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/v0.1.0 +[addon-doc-tautulli]: https://github.com/hassio-addons/addon-tautulli/blob/v0.1.0/README.md +[tautulli-issue]: https://github.com/hassio-addons/addon-tautulli/issues +[tautulli-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg +[tautulli-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/tautulli.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 +[tautulli-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [addon-terminal]: https://github.com/hassio-addons/addon-terminal/tree/v2.5.1 [addon-doc-terminal]: https://github.com/hassio-addons/addon-terminal/blob/v2.5.1/README.md [terminal-issue]: https://github.com/hassio-addons/addon-terminal/issues diff --git a/tautulli/CHANGELOG.md b/tautulli/CHANGELOG.md new file mode 100644 index 00000000..ececd805 --- /dev/null +++ b/tautulli/CHANGELOG.md @@ -0,0 +1 @@ +🎉 Initial release! \ No newline at end of file diff --git a/tautulli/README.md b/tautulli/README.md new file mode 100644 index 00000000..aa69aff2 --- /dev/null +++ b/tautulli/README.md @@ -0,0 +1,51 @@ +# Community Hass.io Add-ons: Tautulli + +[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] + +[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum] + +[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] + +Monitoring and tracking tool for Plex Media Server. + +## About + +Tautulli is an application that you can run alongside your Plex Media Server +to monitor activity, and track various statistics. + +Most importantly, these statistics include what has been watched, +who watched it, when and where they watched it, and how it was watched. + +All statistics are presented in a nice and clean interface with many tables and +graphs, which makes it easy to brag about your server to everyone else. + +[Click here for the full documentation][docs] + +## WARNING! THIS IS A BETA VERSION! + +This Hass.io Add-ons repository contains beta releases of add-ons. + +- They might stop working at any time. +- They could have a negative impact on your system. + +This repository was created for: + +- Anybody willing to test. +- Anybody interested in trying out upcoming add-ons or add-on features. + +If you are more interested in stable releases of our add-ons: + + + +[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg +[buymeacoffee]: https://www.buymeacoffee.com/ludeeus +[discord-shield]: https://img.shields.io/discord/330944238910963714.svg +[discord]: https://discord.gg/c5DvZ4e +[docs]: https://github.com/hassio-addons/addon-tautulli/blob/v0.1.0/README.md +[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg +[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-tautulli/68745?u=ludeeus +[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg +[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg +[release-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg +[release]: https://github.com/hassio-addons/addon-tautulli/tree/v0.1.0 +[screenshot]: https://github.com/hassio-addons/addon-tautulli/raw/master/images/screenshot.png \ No newline at end of file diff --git a/tautulli/config.json b/tautulli/config.json new file mode 100644 index 00000000..12c7cad6 --- /dev/null +++ b/tautulli/config.json @@ -0,0 +1,48 @@ +{ + "name": "Tautulli", + "version": "0.1.0", + "slug": "tautulli", + "description": "Monitoring and tracking tool for Plex Media Server", + "url": "https://github.com/hassio-addons/addon-tautulli/tree/master/README.md", + "webui": "[PROTO:ssl]://[HOST]:[PORT:8181]", + "startup": "services", + "arch": [ + "aarch64", + "amd64", + "armhf", + "i386" + ], + "boot": "auto", + "hassio_api": true, + "homeassistant_api": false, + "host_network": false, + "ports": { + "8181/tcp": 8181 + }, + "map": [ + "config", + "ssl" + ], + "options": { + "log_level": "info", + "username": "", + "password": "", + "ssl": true, + "certfile": "fullchain.pem", + "keyfile": "privkey.pem" + }, + "schema": { + "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)", + "username": "str", + "password": "str", + "ssl": "bool", + "certfile": "str", + "keyfile": "str", + "i_like_to_be_pwned": "bool?", + "leave_front_door_open": "bool?" + }, + "environment": { + "LOG_FORMAT": "{LEVEL}: {MESSAGE}" + }, + "image": "hassioaddons/tautulli" +} \ No newline at end of file diff --git a/tautulli/icon.png b/tautulli/icon.png new file mode 100644 index 00000000..cdeb13d5 Binary files /dev/null and b/tautulli/icon.png differ diff --git a/tautulli/logo.png b/tautulli/logo.png new file mode 100644 index 00000000..f2817f09 Binary files /dev/null and b/tautulli/logo.png differ