Procházet zdrojové kódy

Fixed 2 typo's and 1 template I missed.

Robert Middleswarth před 2 roky
rodič
revize
aa296cd703

+ 1 - 1
template/apps/airsonic.json

@@ -32,7 +32,7 @@
 	],
 	"image_arm32": "linuxserver/airsonic:arm32v7-latest",
 	"image_arm64": "linuxserver/airsonic:arm64v8-latest",
-	"image_arm64": "linuxserver/airsonic:amd64-latest",
+	"image_amd64": "linuxserver/airsonic:amd64-latest",
 	"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/airsonic-logo.png",
 	"name": "airsonic",
 	"officialDoc": "https://airsonic.github.io/docs/install/docker/",

+ 3 - 2
template/apps/go-socks5-proxy.json

@@ -3,8 +3,9 @@
 		"Proxy"
 	],
 	"description": "Simple socks5 server using go-socks5 with authentication options",
-	"image_arm32": "serjs/go-socks5-proxy",
-	"image_arm64": "serjs/go-socks5-proxy",
+	"image_arm32": "serjs/go-socks5-proxy:latest",
+	"image_arm64": "serjs/go-socks5-proxy:latest",
+	"image_amd64": "serjs/go-socks5-proxy:latest",
 	"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/socks5.png",
 	"name": "socks5-proxy",
 	"officialDoc": "https://hub.docker.com/r/serjs/go-socks5-proxy",

+ 1 - 1
template/apps/huginn.json

@@ -6,7 +6,7 @@
 	"description": "Create agents that monitor and act on your behalf.",
 	"image_arm32": "mjysci/huginn:arm32v7",
 	"image_arm64": "mjysci/huginn:arm32v7",
-	"image_arm64": "huginn/huginn:latest",
+	"image_amd64": "huginn/huginn:latest",
 	"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/huginn.png",
 	"name": "huginn",
 	"officialDoc": "https://github.com/huginn/huginn/tree/master/docker",