How to Install Calibre-Web Automated on Your UGREEN NAS

How to Install Calibre-Web Automated on Your UGREEN NAS

Calibre, while a fantastic tool for its age, has several problems when containerized, including its reliance on a KasmVNC server instance for the UI, which is near impossible to use on mobile and is relatively resource-heavy if you’re running a small, lower power server like I am. For many, Calibre-Web has really swooped in to save the day, offering an alternative to a containerized Calibre instance that’s resource-light and with a much more modern UI to boot. However, when compared to full-fat Calibre, it unfortunately lacks a few core features leading many to run both services in parallel, each serving to fill in where the other lacks, resulting in an often clunky, imperfect solution. Calibre-Web Automated aims to be an all-in-one solution, combining the modern lightweight web UI from Calibre-Web with the robust, versatile feature set of Calibre, with a slew of extra features and automations thrown in on top. In this step by step guide I will show you how to install Calibre-Web AutomatedĀ on yourĀ UGREEN NASĀ using Docker & Portainer.

šŸ’”Note:Ā This guide works perfectly with the latest version of Calibre-Web Automated V3.0.4

šŸ’”Note: Check out my new guide on how to Install Calibre-Web Automated on Your Synology NAS.

  • STEP 1

Please Support My work by Making a Donation.

  • STEP 2

InstallĀ Portainer using my step by step guide. If you already have Portainer installed on your UGREEN NAS, skip this STEP. Attention: Make sure you have installed the latest Portainer version.

  • STEP 3

Go toĀ File Manager and open the docker folder. Inside the docker folder, create one new folder and name it autocalibreweb. Follow the instructions in the image below.
Note: Be careful to enter only lowercase, not uppercase letters.

Calibre-Web Automated UGREEN NAS Set up 1

  • STEP 4

Now create three new folders inside the autocalibrewebĀ folder that you created at STEP 3 and name them config, ingest, library. Follow the instructions in the image below.
Note: Be careful to enter only lowercase, not uppercase letters.

Calibre-Web Automated UGREEN NAS Set up 2

  • STEP 5

Log into Portainer using your username and password. On the left sidebar in Portainer, click on StacksĀ thenĀ + Add stack. Follow the instructions in the image below.

UGREEN NAS Portainer Add Stack

  • STEP 6

In the Name field type in autocalibreweb. Follow the instructions in the image below.

Note: Copy Paste the code below in the Portainer Stacks Web editor.

services:
  calibre-web-automated:
    image: crocodilestick/calibre-web-automated:latest
    container_name: Calibre-WEB-AUTOMATED
    healthcheck:
      test: ["CMD-SHELL", "nc -z 127.0.0.1 8083 || exit 1"]
      interval: 10s
      timeout: 5s
      retries: 3
      start_period: 90s
    environment:
       PUID: 0
       PGID: 0
       TZ: Europe/Bucharest
    volumes:
      - /volume1/docker/autocalibreweb/config:/config:rw
      - /volume1/docker/autocalibreweb/ingest:/cwa-book-ingest:rw
      - /volume1/docker/autocalibreweb/library:/calibre-library:rw
    ports:
      - 8213:8083 
    restart: on-failure:5

Note: Before you paste the code above in the Run command area below, change the value for TZ.Ā (Select your current Time Zone from this list.)

Calibre-Web Automated UGREEN NAS Set up 3

  • STEP 7

Scroll down on the page until you see a button namedĀ Deploy the stack. Click on it. Follow the instructions in the image below. The installation process can take up to a few minutes. It will depend on your Internet speed connection.

Calibre-Web Automated UGREEN NAS Set up 4

  • STEP 8

If everything goes right, you will see the following message at the top right of your screen: ā€œSuccess Stack successfully deployedā€œ.

Calibre-Web Automated UGREEN NAS Set up 5

āŒ›Now just wait because the Calibre-Web Automated image is about 2GB.

  • STEP 9

šŸŸ¢Please Support My work by Making a Donation. Almost 99,9% of the people that install something using my guidesĀ forget to support my work, or justĀ ignoreĀ STEP 1. Iā€™ve been very honest about this aspect of my work since the beginning: I donā€™t run any ADS, I donā€™t require subscriptions, paid or otherwise, I donā€™t collect IPs, emails, and I donā€™t have any referral links from Amazon or other merchants. I also donā€™t have any POP-UPs or COOKIES. I have repeatedly been told over the years how much I have contributed to the community. Itā€™s something I love doing and have been honest about my passion since the beginning. But I also Need The Community to Support me Back to be able to continue doing this work.

  • STEP 10

The installation process can take up to a few seconds/minutes. It will depend on your Internet speed connection. Now open your browser and type inĀ http://ugreen-ip-address:8213 You will be prompted to add the default Username and Password. Click Login.Ā 

āš ļøWarning: the default Username is adminĀ and the default Password is admin123

Calibre-Web Automated UGREEN NAS Set up 6

  • STEP 11

In the Location of Calibre Database field, type in the following text:

/calibre-library

Click Save. After you have clicked the Save button, click the Switch ThemeĀ tab. Follow the instructions in the image below.

Calibre-Web Automated UGREEN NAS Set up 7

  • STEP 12

Your Calibre-Web Automated page will look like this. Go straight to the next STEP.

Calibre-Web Automated UGREEN NAS Set up 8

  • STEP 13

Upload your EPUB (Ebook) files in the ingest folder that you have previously created at STEP 4. Follow the instructions in the image below.

Calibre-Web Automated UGREEN NAS Set up 9

  • STEP 14

After you have uploaded your EPUB (Ebook) files in the ingest folder, click the refresh button in File Manager. You will see that your files will disappear one by one because there are being processed by the Calibre-Web Automated container and automatically processed in the library folder. You don’t have to do anything as this is a normal behavior. Go straight to the next STEP.

Calibre-Web Automated UGREEN NAS Set up 10

  • STEP 15

In the Calibre-Web Automated container, click Books. As you can see, your Ebook files that you have previously uploaded at STEP 13 are now visible and ready to be read.

Calibre-Web Automated UGREEN NAS Set up 11

  • STEP 16

At the top right of the page, click on the user icon then admin. Change the default Username, Email and Password then scroll down the page until you find the Save button. Follow the instructions in the image below.

Calibre-Web Automated UGREEN NAS Set up 12

  • STEP 17

Click Save. Follow the instructions in the image below.

Calibre-Web Automated UGREEN NAS Set up 13

  • STEP 18

If you want to add more books to your Calibre-Web Automated collection, just follow STEP 13 again. Your books at a glance!

Calibre-Web Automated UGREEN NAS Set up 14

Enjoy Calibre-Web Automated on your UGREEN NAS!

šŸ†˜TROUBLESHOOTING

Note: If you want to run the Calibre-Web Automated container over HTTPS, check out How to Run Docker Containers Over HTTPS on Your UGREEN NAS.

This post was updated on Sunday / February 16th, 2025 at 10:02 PM