Install ThreeTwo! on unRAID with the docker-compose plugin
Notes:#
This guide goes over ThreeTwo! installation on unRAID using the docker-compose manager plugin. Currently this is the recommended approach for unRAID users.
With the help of this plugin, you are able to pull the entire ThreeTwo! docker-compose stack up, down with the click of a button. It abstracts away a lot of complexity of writing out commands in the console.
That said, the plugin is still in beta, so you may experience strange behavior.
Pre-requisites:#
First things first, let's go over what the pre-requisites are:
- The
docker-composeconfiguration for ThreeTwo! now resides in its own repo here: https://github.com/rishighan/threetwo-docker-compose You will be using this as a reference. - A working
AirDC++install is necessary forDC++searching/downloading to work. You can install it through the unRAID via the CA store or via a docker comicsanduserdatafolders.- The
comicsfolder must be the folderAirDC++downloads comics to. - You can create a
userdatafolder underappdatawhere unRAID usually stores app configuration. - To get ComicVine to work for metadata scraping and other functions, you must have a ComicVine API key. You can get one here. Metadata scraping will not work unless you supply an API key.
Installation:#
- Install the
docker-compose managerplugin from the unRAID CA store. After installation, you can find the plugin UI under theDockertab. - Create a new stack, and you will see a textarea populated with a sample
docker-composeconfiguration.