Merge branch 'meienberger:master' into master

This commit is contained in:
Stavros Iliopoulos 2023-08-14 15:26:06 +03:00 committed by GitHub
commit 1d616293e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 9 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8097,
"id": "jackett",
"tipi_version": 68,
"version": "0.21.637",
"tipi_version": 69,
"version": "0.21.643",
"description": "Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches.",
"short_desc": "API Support for your favorite torrent trackers ",
"categories": [

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
jackett:
image: lscr.io/linuxserver/jackett:0.21.637
image: lscr.io/linuxserver/jackett:0.21.643
container_name: jackett
environment:
- PUID=1000

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 5230,
"id": "memos",
"tipi_version": 12,
"version": "0.14.3",
"tipi_version": 13,
"version": "0.14.4",
"categories": [
"utilities"
],

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
memos:
image: neosmemo/memos:0.14.3
image: neosmemo/memos:0.14.4
container_name: memos
volumes:
- ${APP_DATA_DIR}/memos:/var/opt/memos

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8088,
"id": "radarr",
"tipi_version": 8,
"version": "4.6.4",
"tipi_version": 9,
"version": "4.7.5",
"categories": [
"media",
"utilities"

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
radarr:
image: lscr.io/linuxserver/radarr:4.6.4
image: lscr.io/linuxserver/radarr:4.7.5
container_name: radarr
environment:
- PUID=1000