I use shelfmark (link: https://github.com/calibrain/shelfmark) with my hardcover API for metadata, connects seamlessly with calibre-web-automated (link: https://github.com/crocodilestick/Calibre-Web-Automated) for imports, etc.
- 0 Posts
- 10 Comments
mgrimace@lemmy.cato
Selfhosted@lemmy.world•SSH Client for Linux Desktop and Android - Alternative to TermiusEnglish
81·2 months agoI switched from Termius to Termix: https://github.com/Termix-SSH/Termix. Same idea, I wanted open-source, free (they state ‘forever-free’), and self-hostable. I used the Proxmox helper-script to install the ‘server’ as an LXC on my homelab, and then there are ‘clients’ for Linux, Windows, Mac, iOS, Android, etc. I just copied my SSH credentials, hosts, and snippets over from Termius and haven’t found a need to go back. I’m a relatively novice user and found xpipe a bit complex for my use, but it’s another solid option too.
Would you be willing to share your configs for niri and waybar? I’m new to Linux and trying to learn how to set stuff up like this. Looks amazing thanks for sharing
Would you share your dot files for this one too? Thanks!
Thanks for this, I have a similar setup and looking to migrate from Kavita -> Komga + iPad reader. For Paperback, does syncing read progress actually work to/from Komga? In the Komga instructions for syncing it directs me to install a custom Paperback tracker that only works for v.0.7 (and Paperback is currently v.0.8).
mgrimace@lemmy.cato
Selfhosted@lemmy.world•Best way to keep a hot spare SD card for a raspberry pi?English
2·2 years agoHa yes, once! I just used Balena Etcher and it worked exactly as expected.
mgrimace@lemmy.cato
Selfhosted@lemmy.world•Best way to keep a hot spare SD card for a raspberry pi?English
2·2 years agoHappy to help! There’s plenty of other options too (e.g., SSD) as folks mentioned, but this works well out of the box with no additional hardware. SD has been absolutely fine for my use (Pi-Hole), while still requiring maximum uptime so the family doesn’t riot if the internet is out.
mgrimace@lemmy.cato
Selfhosted@lemmy.world•Best way to keep a hot spare SD card for a raspberry pi?English
6·2 years agoAnother option is to use Image File Utilities on the Pi to create an image backup. You can use cron + a bash script to create incremental backups using the tool (e.g., take a ‘fresh’ backup each month, with daily incremental backups in between). I mount a network ‘backup’ drive (a local NAS, but you could use anything) to save the image to so I can actually access it. Then, just use balena etcher to flash the backup iso in the event of a failure.
- Here’s Image File Utilities: https://forums.raspberrypi.com/viewtopic.php?t=332000
- And a backup script + cron entry: https://forums.raspberrypi.com/viewtopic.php?p=2199452&hilit=cron#p2199452
Yep! for a while I deployed Calibre-Web alongside Calibre in a ‘books’ compose.yaml stack using Docker. I used volume mounts to expose my library to both containers. The main thing to be cautious of is that you don’t write to the db from both C and CW at the same time (which could result in corruption). Some folks spin up/down Calibre as-needed, but I had them both running and was just mindful. I personally ended up switching from C+CW to Calibre-Web Automated and fully removing Calibre. I’m able to do everything from CWA that I was doing in both previously. FWIW if you are managing devices (e.g., family, etc.), Kobo devices + Kobo sync via CW/CWA is wonderful for usability (books show up on devices ‘natively’).