瀏覽代碼

rutorrent update image location as the current one doesn't exist.

Robert Middleswarth 2 年之前
父節點
當前提交
5f91d01778
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      template/apps/rutorrent.json

+ 3 - 3
template/apps/rutorrent.json

@@ -60,9 +60,9 @@
 			"name": "RU_REMOVE_CORE_PLUGINS"
 			"name": "RU_REMOVE_CORE_PLUGINS"
 		}
 		}
 	],
 	],
-	"image_arm32": "linuxserver/crazymax/rtorrent-rutorrent:latest",
-	"image_arm64": "linuxserver/crazymax/rtorrent-rutorrent:latest",
-	"image_amd64": "linuxserver/crazymax/rtorrent-rutorrent:latest",
+	"image_arm32": "crazymax/rtorrent-rutorrent:latest",
+	"image_arm64": "crazymax/rtorrent-rutorrent:latest",
+	"image_amd64": "crazymax/rtorrent-rutorrent:latest",
 	"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png",
 	"logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png",
 	"name": "rutorrent",
 	"name": "rutorrent",
 	"note": "For ruTorrent basic auth, XMLRPC through nginx and WebDAV on completed downloads, you can populate .htpasswd files with the following command:\ndocker run --rm -it httpd:2.4-alpine htpasswd -Bbn <username> <password> >> $(pwd)/passwd/webdav.htpasswd",
 	"note": "For ruTorrent basic auth, XMLRPC through nginx and WebDAV on completed downloads, you can populate .htpasswd files with the following command:\ndocker run --rm -it httpd:2.4-alpine htpasswd -Bbn <username> <password> >> $(pwd)/passwd/webdav.htpasswd",