mirror of
https://github.com/hassio-addons/addon-tautulli.git
synced 2025-05-04 19:11:24 +00:00
⬆️ Upgrade Tautulli to v2.1.20 (#5)
* ⬆️ Upgrade Tautulli to version 2.1.20 * 🚑 Fixes wrong path in support patch
This commit is contained in:
parent
bdbcfd239b
commit
d1f022a9b4
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ ARG BUILD_FROM=hassioaddons/base:2.1.2
|
|||
FROM ${BUILD_FROM}
|
||||
|
||||
# Set env
|
||||
ENV TAUTULLI_VERSION 'v2.1.18'
|
||||
ENV TAUTULLI_VERSION 'v2.1.20'
|
||||
|
||||
# Set shell
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
|
|
@ -8,4 +8,4 @@
|
|||
patch /opt/data/interfaces/default/base.html /patches/buymeacoffe
|
||||
|
||||
# Adds add-on support information in the settings of Tautulli
|
||||
patch /opt/data/interfaces/default/base.html /patches/support
|
||||
patch /opt/data/interfaces/default/configuration_table.html /patches/support
|
|
@ -8,4 +8,4 @@
|
|||
+ <li><a href="https://buymeacoffee.com/ludeeus" target="_blank"><i class="fa fa-coffee"></i> Buy Me A Coffee :)</a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
% if plexpy.CONFIG.CHECK_GITHUB:
|
||||
<li><a href="#" id="nav-update"><i class="fa fa-fw fa-arrow-circle-up"></i> Check for Updates</a></li>
|
||||
<li><a href="#" id="nav-update"><i class="fa fa-fw fa-arrow-alt-circle-up"></i> Check for Updates</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue