DietPi-Software | Calibre Server #5271
Replies: 2 comments
-
Many thanks for your request. Note that a proxy and HTTPS is out of scope for the |
Beta Was this translation helpful? Give feedback.
-
With the installation of Readarr this would be a great addition to fully allow for Book automation on Dietpi |
Beta Was this translation helpful? Give feedback.
-
Creating a software request
Formal software information
Are there similar/alternative software titles available with DietPi-Software?
no
What makes your requested software better than the above solutions, if available?
How can DietPi make the installation easier or compatible, than following the install instructions or do APT installation, if available?
https://www.pradoshkharel.com/2020/07/18/setting-up-a-calibre-server-on-the-raspberry-pi.html
Can you provide the installation steps that you would suggest DietPi-Software to do?
Setting up calibre
Install calibre. The newest version of calibre doesn’t seem to be available in the repos. TODO should try building newer version from source
Create a calibre library.
Make sure everything works
Try loading up
http://127.0.0.1:8080
(Optional) Create a
systemd
service unit file to manage the server. Create file at/etc/systemd/system/calibre-server.service
with the followingTry starting up the server
Nginx configuration
We want to be able to access the Calibre server via something like http://ebooks.myserver.com. Assuming DNS is already set up properly. TODO maybe a separate post on Google Domains + Nginx + LetsEncrypt
Add a new site to Nginx by creating a new file at
/etc/nginx/sites-available/ebooks.myserver.com
Enable site
Enable HTTPS
Get certs from LetsEncrypt. The app should ask you if you want to change the configuration to force HTTPS. That’ll update the Nginx config and enable HTTPS.
Are you willing to help maintaining the software installation, e.g. in case of needed setup changes due to updates etc.? This is not needed, but could speed up our decision to implement it, as man power is always a topic 😉.
Beta Was this translation helpful? Give feedback.
All reactions