From b1a05d2ef1ddc57b07490c79e08a57e1c1f3ccca Mon Sep 17 00:00:00 2001 From: Dedy Martadinata S Date: Tue, 10 Jan 2023 04:03:01 +0700 Subject: [PATCH] Add more deprecated images, update libreddit image url, remove dradit arm32/arm64 (#128) --- template/apps/booksonic.json | 2 +- template/apps/cardigann.json | 2 +- template/apps/codiad.json | 2 +- template/apps/couchpotato.json | 2 +- template/apps/dradis.json | 2 -- template/apps/kodi-headless.json | 2 +- template/apps/libreddit.json | 6 +++--- 7 files changed, 8 insertions(+), 10 deletions(-) diff --git a/template/apps/booksonic.json b/template/apps/booksonic.json index 2d3b216..6c204d0 100644 --- a/template/apps/booksonic.json +++ b/template/apps/booksonic.json @@ -3,7 +3,7 @@ "Books", "Other" ], - "description": "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic", + "description": "[DEPRECATED] Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic", "env": [ { "default": "1000", diff --git a/template/apps/cardigann.json b/template/apps/cardigann.json index df353b0..cfe4616 100644 --- a/template/apps/cardigann.json +++ b/template/apps/cardigann.json @@ -2,7 +2,7 @@ "categories": [ "Downloaders" ], - "description": "Cardigann, a server for adding extra indexers to Sonarr, SickRage and CouchPotato via Torznab and TorrentPotato proxies. Behind the scenes Cardigann logs in and runs searches and then transforms the results into a compatible format.", + "description": "[DEPRECATED] Cardigann, a server for adding extra indexers to Sonarr, SickRage and CouchPotato via Torznab and TorrentPotato proxies. Behind the scenes Cardigann logs in and runs searches and then transforms the results into a compatible format.", "env": [ { "default": "1000", diff --git a/template/apps/codiad.json b/template/apps/codiad.json index 12ab4d7..8f073a5 100644 --- a/template/apps/codiad.json +++ b/template/apps/codiad.json @@ -2,7 +2,7 @@ "categories": [ "Productivity" ], - "description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n ", + "description": "[DEPRECATED] Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n ", "env": [ { "default": "1000", diff --git a/template/apps/couchpotato.json b/template/apps/couchpotato.json index 146a8b3..e6eafdc 100644 --- a/template/apps/couchpotato.json +++ b/template/apps/couchpotato.json @@ -3,7 +3,7 @@ "Downloaders", "Video" ], - "description": "CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a \"movies I want\"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.", + "description": "[DEPRECATED] CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a \"movies I want\"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.", "env": [ { "default": "1000", diff --git a/template/apps/dradis.json b/template/apps/dradis.json index d44ec5c..29b46f0 100644 --- a/template/apps/dradis.json +++ b/template/apps/dradis.json @@ -3,8 +3,6 @@ "Security" ], "description": "Dradis Framework: Collaboration and reporting for IT Security teams http://dradisframework.org", - "image_arm32": "raesene/dradis:latest", - "image_arm64": "raesene/dradis:latest", "image_amd64": "raesene/dradis:latest", "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/dradis-logo.png", "name": "dradis", diff --git a/template/apps/kodi-headless.json b/template/apps/kodi-headless.json index 8e74285..af4c9d0 100644 --- a/template/apps/kodi-headless.json +++ b/template/apps/kodi-headless.json @@ -2,7 +2,7 @@ "categories": [ "Video" ], - "description": "Headless installation of Kodi™ (formerly known as XBMC™), to enable library updates.", + "description": "[DEPRECATED] Headless installation of Kodi™ (formerly known as XBMC™), to enable library updates.", "env": [ { "default": "1000", diff --git a/template/apps/libreddit.json b/template/apps/libreddit.json index c8dedc5..65026f8 100644 --- a/template/apps/libreddit.json +++ b/template/apps/libreddit.json @@ -4,9 +4,9 @@ "Tools" ], "description": "An alternative private front-end to Reddit", - "image_arm32": "spikecodes/libreddit:armv7", - "image_arm64": "spikecodes/libreddit:arm", - "image_amd64": "spikecodes/libreddit:latest", + "image_arm32": "libreddit/libreddit:armv7", + "image_arm64": "libreddit/libreddit:arm", + "image_amd64": "libreddit/libreddit:latest", "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/libreddit.png", "name": "libreddit", "officialDoc": "https://github.com/spikecodes/libreddit#2-docker",