瀏覽代碼

Add more deprecated images, update libreddit image url, remove dradit arm32/arm64 (#128)

Dedy Martadinata S 2 年之前
父節點
當前提交
b1a05d2ef1

+ 1 - 1
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",

+ 1 - 1
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",

+ 1 - 1
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",

+ 1 - 1
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",

+ 0 - 2
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",

+ 1 - 1
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",

+ 3 - 3
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",