mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-07 06:28:48 +02:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
## 0.17.1011 (06-05-2021)
|
||||||
|
- Update to latest version from linuxserver/docker-jackett
|
||||||
|
|
||||||
## 0.17.1008 (05-05-2021)
|
## 0.17.1008 (05-05-2021)
|
||||||
- Update to latest version from linuxserver/docker-jackett
|
- Update to latest version from linuxserver/docker-jackett
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="0.17.1008"
|
ARG BUILD_UPSTREAM="0.17.1011"
|
||||||
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
|
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Jackett NAS",
|
"name": "Jackett NAS",
|
||||||
"version": "0.17.1008",
|
"version": "0.17.1011",
|
||||||
"upstream": "0.17.1008",
|
"upstream": "0.17.1011",
|
||||||
"slug": "jackett_nas",
|
"slug": "jackett_nas",
|
||||||
"description": "translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software",
|
"description": "translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
## 10.7.5-1-ls111 (06-05-2021)
|
||||||
|
- Update to latest version from linuxserver/docker-jellyfin
|
||||||
|
|
||||||
## 10.7.2-1-ls110 (30-04-2021)
|
## 10.7.2-1-ls110 (30-04-2021)
|
||||||
- Update to latest version from linuxserver/docker-jellyfin
|
- Update to latest version from linuxserver/docker-jellyfin
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="10.7.2-1-ls110"
|
ARG BUILD_UPSTREAM="10.7.5-1-ls111"
|
||||||
|
|
||||||
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
|
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Jellyfin NAS",
|
"name": "Jellyfin NAS",
|
||||||
"version": "10.7.2-1-ls110",
|
"version": "10.7.5-1-ls111",
|
||||||
"upstream": "10.7.2-1-ls110",
|
"upstream": "10.7.5-1-ls111",
|
||||||
"slug": "jellyfin",
|
"slug": "jellyfin",
|
||||||
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
|
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
|
|||||||
Reference in New Issue
Block a user