"OK, here's how "I" do my books (I don't do comics but probably have 70 or so ebooks)...
Depending on how many you have, this may be quite the pain.. Calibre (and ubooqity as far as I Know) has no way to scan a folder w/ media, and everything has to be uploaded through the web interface.. which could end up a huge headache if you have a bunch. If you don't want to go that route, you'd have to go w/ the other suggestion of a VPN, but I've never done that and wouldn't have the first idea how to tell you to do it.
So you can try it as a proof of concept if you want, it's not hard. I'd start with a blank directory for the /books volume and make sure you can access this volume via SMB... and upload one and see if that is something you want to do. If it is, then you can adjust as necessary and probably start uploading your books.
https://hub.docker.com/r/linuxserver/calibre-web
version: "2.2"
services:
calibre-web:
image: ghcr.io/linuxserver/calibre-web
container_name: calibre-web
##network_mode: swag_default
environment:
#- PUID=1000
#- PGID=100
#- TZ=YOUR_TZ
volumes:
#- /your/appdata/calibre:/config
#- /some/path/Books:/books
ports:
- 8083:8083
restart: unless-stopped
Alles anzeigen
As before, make adjustments to the # lines, and leave ## alone for now. Deploy the stack and go to the webUI at yourip:8083. This one can take a minute to start the first time as I recall, so just watch the log and wait until it is "done" before going to the webUI
If I'm not mistaken, at that point I believe it asks you for a location for a metadata file. This assumes you have a current install of calibre on your desktop.. if you don't, it's a PITA at this point as the container cannot create one... So to make this easy... This is a link to my google drive, and it's a file called "metadata.db.empty", as the name implies, it's simply a empty metadata file that works w/ calibre.
https://drive.google.com/file/…VLJWd2a8/view?usp=sharing
Download it, dump the .empty extension and put it in the folder you mapped to /books in the above stack.
Now back at the webUI, put your location for your metadata file as /books, and submit, and it should be accepted and ask for a username/password... the default is admin and admin123
Once you can log in, come back here and we'll finish up."
Sorry for late reply. My Swag is again not working. I get this site cant be reached when going to https://airsonic.yoursubdomain.duckdns.org/ but I am still able to connect via Subsonic and my audio is working? Under duck DNS in portainor log it constantly says "
-1 }">
Your IP was updated at Sat Oct 30 14:22:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 14:27:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 14:32:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 14:37:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 14:42:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 14:47:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 14:52:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 14:57:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 15:02:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 15:07:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 15:12:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 15:17:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 15:22:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 15:27:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 15:32:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 15:37:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 15:42:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 15:47:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 15:52:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 15:57:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 16:02:00 New 2021
-1 }">
Your IP was updated at Sat Oct 30 16:07:01 New 2021
I included my swag log.
Alles anzeigen