July 18, 20178 yr That folder didn't exist before. I let the docker installation create the config directory, and it stuck some files and directories into there. EDIT: Got it working. I guess the newest version creates the config correctly without needing to set the library to /config on first setup. Or maybe because I set the EDGE variable to 1. Either way, it works, and the wireless content server works as well. Thanks for talking me through it and the pointers! Edited July 19, 20178 yr by Eyeheartpie
July 19, 20178 yr Now I'm having another odd problem. Whenever I try to access the calibre web UI, it gets passed the calibre selection dropdown,but then when I actually hit OK, it opens an xclipboard window, and that's it. It never loads the UI and just sits at the xlicpboard window and never loads the UI. Whenever I close the xclipboard window, it just reopens in another place. I tried restarting the docker, but no joy. It was working fine yesterday, and I haven't changed any settings besides activating the wireless content server, which still works. Any ideas?
July 19, 20178 yr Try removing just the container and image, leave the appdata and reinstall, you won't lose your data. Also a browser cache clear/try a different browser.
July 20, 20178 yr I ended up removing the container and image, deleted the appdata, and reinstalled to get it working again. I tried your way and the problem persisted. I must have screwed up something in the config somehow to get it stuck on the xclipboard window.
July 21, 20178 yr I'm reading the instructions... i'm trying to install the calibre-server, it works, but it says to click install, says to put library location and port, but I don't have any box to put the location in... Installing it anyway, running the webui shows me an empty library since i didn't specify where it's located... I have a user share called Calibre where it's located. After adding it as another available share, it's the same deal, I don't see where i can specify to the docker to use THAT location. Any idea what I missed?
July 21, 20178 yr There's an option when you're installing to add another path. That's where you define the host path. You have to click the plus at the bottom of the server config page. You can add it after the fact by going back into the docker config page.
July 21, 20178 yr 5 minutes ago, Eyeheartpie said: There's an option when you're installing to add another path. That's where you define the host path. You have to click the plus at the bottom of the server config page. You can add it after the fact by going back into the docker config page. Well I did that, i added my library location there... but where do I specify to the docker that I want to use that path for my library? Or is there a specific container path to use and it'll be automatic?
July 21, 20178 yr You'll see the path like \libraries -> \mnt\users\calibre In Calibre web ui, give it the left side path as your library location, while the right side is your data on unraid. Edited July 21, 20178 yr by Eyeheartpie
July 21, 20178 yr This is what I have in the docker config : This is what i see in the web ui : When I click on All books, I don't see anything, its empty. Notice at the bottom the /config path... well, this one is not editable. It's almost like i'd have to move my library to /mnt/user/appdata/Calibre-server
July 21, 20178 yr Ah. I guess you're using a different version. I'm using the rdp version of Calibre. I'm not sure how to configure that one. Maybe look for a config file in the appdata folder that you can manually edit with your library path?
July 21, 20178 yr Author 1 hour ago, stefer said: This is what I have in the docker config : This is what i see in the web ui : When I click on All books, I don't see anything, its empty. Notice at the bottom the /config path... well, this one is not editable. It's almost like i'd have to move my library to /mnt/user/appdata/Calibre-server Calibre server has no gui to change settings. It looks for the library at /config. Set that to your existing library location. It has to already be set up with calibre prior. Otherwise use the rdp version and create a new library and set it however you like
July 27, 20178 yr HELP, I'm trying to get my USB camera (logitech c270, locally attached to unraid machine) working with Zoneminder. From what it looks like it does not show anything under /dev/video0 becuase I dont have cheese installed? but i cant install cheese because there is no apt-get for unraid, cant install that because there is no dpkg ether. It does show up under usb devices though bus 003 device 009.
July 27, 20178 yr Author HELP, I'm trying to get my USB camera (logitech c270, locally attached to unraid machine) working with Zoneminder. From what it looks like it does not show anything under /dev/video0 becuase I dont have cheese installed? but i cant install cheese because there is no apt-get for unraid, cant install that because there is no dpkg ether. It does show up under usb devices though bus 003 device 009.In order to use a device in docker, the host would need to load either the drivers or the kernel modules. I don't believe unraid supports any USB cameras
July 28, 20178 yr Hello Aptalca and thank you very much for your work. Just wondering if you had any plans to update the Digikam Docker? I've been using your 4.9 version but the latest 5.6 version seems really good and would love to run it on my server. Thank you again
July 28, 20178 yr Author Hello Aptalca and thank you very much for your work. Just wondering if you had any plans to update the Digikam Docker? I've been using your 4.9 version but the latest 5.6 version seems really good and would love to run it on my server. Thank you againIt was supposed to auto update to the latest version. I'll look into it
July 28, 20178 yr You are awesome! Can't wait and my 120.000 Pictures gallery is thanking you big time!
August 5, 20178 yr Hi! I'm having an internal debate that is getting stuck at the moment. I'm using the calibre rdp dockers with the content server enabled. It's working great but I have one problem in that my kobo's Web browser can't handle the built in authentication that calibre uses. Additionally, I'm using the linuxserver version of letsencrypt to access the content server, but again the same kobo browser can't handle the basic auth. So I'm wondering, will I be opening myself up to significant risk by having the content server running at https://books.domain.com running without auth? I just don't know about the risks when it comes to a docker like this. As further info, I've also run ubooquity with auth successfully on kobo, but want to switch to calibre because ubooquity often can't transfer book files to the kobo. I'd switch to kindle but the rest of the family all have kobos now too. Sigh.. Thanks!
September 11, 20178 yr Hi guys - A quick question about bulk book import... I'm currently suffering from having my docker.img file totally fill up on large ebook imports... I run a 50gb Docker ISO image... And when i point a large zip file of comics etc to Calibre it fills it up very quickly... Would i be right in assuming that /tmp for calibre needs to be mapped outside of the image? It seems cailbre ebook import grinds to a half when the docker image is totally full (not to mention it effects other running containers) Havnt been able to confirm which temp folder calibre uses to do its mass imports but was assuming /tmp from within the container. I know calibre also has variables that can define this path https://manual.calibre-ebook.com/customize.html but not sure whether they are available to be used when running calibre as a container and whether they need to be built/passed through the unraid template to be used? Any help would be awesome...
September 11, 20178 yr Author 9 hours ago, thestraycat said: Hi guys - A quick question about bulk book import... I'm currently suffering from having my docker.img file totally fill up on large ebook imports... I run a 50gb Docker ISO image... And when i point a large zip file of comics etc to Calibre it fills it up very quickly... Would i be right in assuming that /tmp for calibre needs to be mapped outside of the image? It seems cailbre ebook import grinds to a half when the docker image is totally full (not to mention it effects other running containers) Havnt been able to confirm which temp folder calibre uses to do its mass imports but was assuming /tmp from within the container. I know calibre also has variables that can define this path https://manual.calibre-ebook.com/customize.html but not sure whether they are available to be used when running calibre as a container and whether they need to be built/passed through the unraid template to be used? Any help would be awesome... If calibre is indeed using the /tmp location (I don't know whether it does or not) you can simply map it to any location on your unraid in the container settings. No need to mess with calibre settings
September 14, 20178 yr Question about Dolphin - is it possible to browse files on a disc inserted into a DVD or BD drive?
September 14, 20178 yr 38 minutes ago, dave said: Question about Dolphin - is it possible to browse files on a disc inserted into a DVD or BD drive? I don't see how. Is it even possible to mount a DVD or BD drive in unRAID?
September 14, 20178 yr 9 hours ago, trurl said: I don't see how. Is it even possible to mount a DVD or BD drive in unRAID? No, I don't think so. But was maybe hoping there was a way similar to how other Dockers access the drives (ex: MakeMKV, Ripper).
September 15, 20178 yr Author 5 hours ago, dave said: No, I don't think so. But was maybe hoping there was a way similar to how other Dockers access the drives (ex: MakeMKV, Ripper). If the drives are mounted on the host, you can map those locations in the container settings
October 8, 20178 yr Is there any chance to get a second instance running? Edited October 8, 20178 yr by theboing
Archived
This topic is now archived and is closed to further replies.