Browse Source

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

Robert Middleswarth 2 years ago
parent
commit
5f91d01778
1 changed files with 3 additions and 3 deletions
  1. 3 3
      template/apps/rutorrent.json

+ 3 - 3
template/apps/rutorrent.json

@@ -60,9 +60,9 @@
 			"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",
 	"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",