This commit is contained in:
Alexandre
2021-07-25 10:10:09 +02:00
9 changed files with 19 additions and 11 deletions

View File

@@ -1,4 +1,7 @@
## 0.18.475 (25-07-2021)
- Update to latest version from linuxserver/docker-jackett
## 0.18.463 (24-07-2021)
- Update to latest version from linuxserver/docker-jackett

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="0.18.463"
ARG BUILD_UPSTREAM="0.18.475"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}

View File

@@ -1,7 +1,7 @@
{
"name": "Jackett NAS",
"version": "0.18.463",
"upstream": "0.18.463",
"version": "0.18.475",
"upstream": "0.18.475",
"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",
"url": "https://github.com/alexbelgium/hassio-addons",

View File

@@ -1 +1,4 @@
## 4.0.1430 (25-07-2021)
- Update to latest version from linuxserver/docker-ombi
- Initial release

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.7.2.1375"
ARG BUILD_UPSTREAM="4.0.1430"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
RUN \

View File

@@ -1,7 +1,7 @@
{
"name": "Ombi",
"version": "v4.0.1430-ls97",
"upstream": "v4.0.1430-ls97",
"version": "4.0.1430",
"upstream": "4.0.1430",
"slug": "ombi",
"description": "Self-hosted Plex Request and user management system",
"url": "https://github.com/alexbelgium/hassio-addons",
@@ -15,8 +15,7 @@
"map": [
"config:rw"
],
"environment": {
},
"environment": {},
"options": {
"PUID": 0,
"PGID": 0

View File

@@ -1,4 +1,7 @@
## nightly-0.1.0.710-ls83 (25-07-2021)
- Update to latest version from linuxserver/docker-prowlarr
## nightly-0.1.0.702-ls81 (22-07-2021)
- Update to latest version from linuxserver/docker-prowlarr

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="nightly-0.1.0.702-ls81"
ARG BUILD_UPSTREAM="nightly-0.1.0.710-ls83"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
ARG BASHIO_VERSION=0.13.0

View File

@@ -1,7 +1,7 @@
{
"name": "Prowlarr NAS",
"version": "nightly-0.1.0.702-ls81",
"upstream": "nightly-0.1.0.702-ls81",
"version": "nightly-0.1.0.710-ls83",
"upstream": "nightly-0.1.0.710-ls83",
"slug": "prowlarr",
"description": "Torrent Trackers and Usenet Indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required",
"url": "https://github.com/alexbelgium/hassio-addons",