Unraid #64
Replies: 15 comments
-
I don't have any experience with unraid. Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
-
Unraid in a nutshell: |
Beta Was this translation helpful? Give feedback.
-
It's actually not too difficult with the Unraid Docker Compose Manager (Plugin). See here: https://forums.unraid.net/topic/114415-plugin-docker-compose-manager/ Only minimal configuration changes are required: Install the Docker Compose Manager on Unraid. After the install, navigate to the "Plugins" tab on your Unraid host > Click on the icon on the left of the Compose.Manager > Hit "Add new stack" > Give it a name (e.g. Kaizoku) > Click ok > Now click on the cog to the left of the name you gave the stack > Click edit stack > Click compose file > Copy and paste it and then change the relevant parts if necessary. Note: You can also provide the variables via an env file but for simplicity’s sake I kept it in one file here. See the comments below for some changes. version: '3' volumes: services: After everything looks good hit "Save Changes". On the next window "Edit Stack UI Labels" just click ok. Click "Compose up" next to your stack. Wait until all containers are pulled and close when the window shows "Connection Close" in the middle. Be patient as it takes some time until everything is ready. Change to the Docker tab on your Unraid host. You should three new containers. Navigate to the IP:3000 (as shown under port mappings for the kaizoku docker) in a browser and you should be able to access the webui. Finally, you have to update the stack via the Plugins > Compose.Manager Icon > "Update Stack" Button. Got it up and running with this. And of course thanks for the awesome work. @oae When I download stuff, I'm not sure where it is actually saved? I have mapped it to a share (<path_to_library>:/data which is in my case /mnt/user/data/media/mangas:/data). The share is created correctly but it's remains empty. So, where are the downloads stored? Thanks! |
Beta Was this translation helpful? Give feedback.
-
When you first start, you create a library. You need to give |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick reply. Yeah, I was just about to change my comment as I figured it out. Was using a wrong path there. Thanks anyway and great work! |
Beta Was this translation helpful? Give feedback.
-
Making this available for Unraid via Community Applications would be neat, but since kaizoku doesn't run AIO, it wouldn't actually be a simple 1 click install for Unraid users like they are used to as you'd have to configure a postgres and redis docker too. Anyway, for anyone wondering how to set this up on Unraid, here's screenshots for my current setup: |
Beta Was this translation helpful? Give feedback.
-
Also really nice! Thanks. I've started downloading some mangas and it seems to inflate my docker image. Checking the container size on the Unraid Docker tab shows that it is indeed the kaizoku docker (not the db or redis) that is increasing. It has grown to over 12GB. Did you experience the same? I'm not sure what I've mapped incorrectly but something seems to write in the docker image. @oae Is the growth of the docker image expected to some degree? I've looked at the bull backend and the job queues and was wondering whether this information is taking up some or most of this space? I also can't clear the queues since hitting the "Clean all" buttons on the FAILED and COMPLETED tabs on the Bull Dashboard only shows me an internal server error. Interestingly, I can clear individual jobs over the icon on the right side of a job. Any idea what is happening there? |
Beta Was this translation helpful? Give feedback.
-
Yeah mine is sitting at 9.97GB. My only theory is that it is some cache directory for headless chromium, but that is just pure guesswork. What I do know is that it isn't the mangal cache at least. |
Beta Was this translation helpful? Give feedback.
-
Mine is at 552MB. I don't know why it is getting too big. But I believe you can remove it. I have recreated my container many times, this didn't cause any problems. |
Beta Was this translation helpful? Give feedback.
-
I have done all with the screenshots and I get refused to connect. Here _s my setup: |
Beta Was this translation helpful? Give feedback.
-
I have followed your guide and when i click the webui i get refused to connect? |
Beta Was this translation helpful? Give feedback.
-
I got it to work but it's not let me save any of my settings when I change them? |
Beta Was this translation helpful? Give feedback.
-
Sounds like a mapping/permission problem. Have you tried restarting the container and applying the settings then? FYI have you checked the permissions of your kaizokua folder in Unraid (mnt/user/appdata/kaizoku)? I'm using it with the top level folder (kaizoku) belonging to the user/owner nobody and the following permissions drwxr-xr-x (chmod 755). The same goes for the owner/permission settings for the subfolders (.config, .cache, logs, tmp; not .pki which also belongs to nobody but uses drwx------). |
Beta Was this translation helpful? Give feedback.
-
question, all i did was change the network. Now when i restart the container. nothing will save. is that still a permission issue? |
Beta Was this translation helpful? Give feedback.
-
You should set up your library as instructed here #38 (comment) |
Beta Was this translation helpful? Give feedback.
-
Feature Description
Is there any chance you can add this to unraid or advise how? I would love to use this app.
Solution you would like
No response
Alternatives you have considered
The alternative is FMD2 download but it stalls all the time and can never use it.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions