-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Synology NAS with arm64 #516
Comments
You have probably fixed it by now? Or not because of docker limitations. You could try to build COPS image yourself from a dockerfile. And set NGINX to listen on other port than 80. As NGINX and I do not work together I cannot help you there.. |
No, I haven't! Thank you for your help: I'll try! :) |
Hmmmm, if you stop calibre-web and start COPS, do you still get that error? Do you want an efficient utilitatian program: COPS If your client is on mobile, an e-reader or on a tablet I would use COPS, if the client is on the desktop go for calibre-web. PS:
Can you point me to a source?? |
Yes, I installed and runned cops after stopping calibre-web, I'd like to use COPS for his super fast interface, in particular from mobile device and my onyx boox readers 😊 I would use calibre-web to add ebooks from remote, mostly. You can see some info here, for example, about synology arm limits https://wiki.servarr.com/docker-arm-synology (yes, I know, I should buy a serious NAS 😅) Thank you! 🤗 cheers, v. |
Other option: Install COPS as a website (use apache2 not NGINX unless you know what you are doing) by unzipping the zip in ../web/ If you want to use calibre-web turn off webserver. If you want to use COPS docker stop calibre-web an turn on webserver. To ad e-books I use calibre (NOT calibre-web) on my desktop then synchronise (rsync?) or copy the databases to the server (in your case a Synology). So I always have a backup of the database and the e-books. |
Good idea, thank you! 👍 |
If you have so many e-books (nice collection!) make sure you have a backup! |
I was maybe in a similar situation. And I put my Calibre db on a nas share and access it from different devices (windows or linux) .... I ruin the db several times. |
thank you SylvainDx, I'll investigate! and I messed up my db several times, too 😅 (but I have a backup 😉) |
For information I use : https://github.com/linuxserver/docker-calibre |
Thank you again. Yesterday I tried exactly that container, but on my NAS is terribly slow, quite unusable 🙁 maybe because I have so many books, I don't know... |
What's your NAS version ? i run it on a 716+ si I can't use the lastest build but it works fine. |
DS220j with a wonderful Realtek RTD1296 4-core 1.4 GHz and 512 MB DDR4 🤣 🙁 your is definitely better with Intel Celeron and 2gb RAM... wow, I'd like to compare our collections 😍 but mine is mainly in Italian... |
And mine in french ;) |
Well I only have a DS-110j (single core and almost no RAM) for COPS and it works, slow......... |
Hello,
I'm just starting to play around with my Synology, I managed to install docker and portainer, I have calibre-web running, but after installing cops I receive the error
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address in use)
I can't set ports with -p because I have to use docker in "host" mode, due to arm64 version limits, if I understood correctly.
So, can someone help me to set the right ports for cops? I tried to change ports in container settings but whitout success 🙄
Thank you! 🤗
Valeria
The text was updated successfully, but these errors were encountered: