Yeah, I still use the latest readarr builds with both ebooks and audiobook, and with rreading-glasses they still work. I am also in the chaptarr discord and got access to the alpha build, which looks really promising. Still rough around the edges, though.
- 2 Posts
- 38 Comments
beerclue@lemmy.worldto Selfhosted@lemmy.world•v2.0.0: Stable Release of Immich (complete with Merch and DVD)English5·16 days agoOn the phone app you go to Library -> People -> “Add a name” at the top.
I love reading, but lack the time to do it. I listen to audiobooks when commuting, I would love to get more time to do that. So I recommend that.
What about a color e-reader with some comics or ebooks? Or watch/listen some classes that fit your interests online? Brandon Sanderson has his creative writing classes for free on YouTube, and there are so many more that might interest you…
beerclue@lemmy.worldto Selfhosted@lemmy.world•Docker or Proxmox? Something else entirely?English71·2 months ago
Client availability is valid. I use an android tv, that’s been easy for me. There are mobile clients for every phone and tablet.
- I don’t know what smart collections are, but I do get automatic collections for franchises (like all “28 x later”) via a plugin. I don’t have playlists, but I guess I never felt the need for one… What would you use them for, binge watching franchises?
- skip intro and credits is a thing, built in since a few versions (used to be a plugin)
- the UI is subjective, and I don’t know any other one… I personally like how it looks, I customized quite a bit, easy to do via CSS.
I’ve never used Plex. What are some of the features that you’re missing in Jellyfin? Genuinely curious.
My “servers” are headless, in the basement, so even if I’m home, it’s still remote :D
It’s always good to read the docs, but I often skip them myself :)
They have this nifty tool called
pve8to9
that you could run before upgrading, to check if everything is healthy.I have a 3 node cluster, so I usually migrate my VMs to a different node and do my maintenance then, with minimal risks.
This was my starting up machine. Of course, an nvme makes sense, especially running windows on it. I went for Proxmox, and now I have 4 different machines, a cluster of 3 similar sffs, and a chunkier boi with an i7, 64gb ram and a quadro gpu. This one was the most expensive, around 250€.
Beware, this is how it starts. From a single machine in my office, I went to a mini Datacenter in my cellar, with 4 “servers” (micro-pcs), two Nas devices, a raspberry pi cluster, a dell wyse cluster, new switches and access points, and so much more :))
you can get away with half that. i run my setup (similar to what you wrote) on a dell micro sff with an i5 6500t and 16gb ram that i paid 90€ for. not the snappiest, but works just fine.
beerclue@lemmy.worldto Selfhosted@lemmy.world•Introducing reitti: a selfhosted alternative to Google TimelineEnglish1·4 months agoI see what you mean, interesting. Didn’t really look at NixOS as a server os. I personally prefer using multiple compose files (in the process of migrating to k8s). I share resources too, like in your example, I just point to the existing DB instance, not create a new one for each new service.
beerclue@lemmy.worldto Selfhosted@lemmy.world•Introducing reitti: a selfhosted alternative to Google TimelineEnglish4·4 months agoMay I ask what you mean by NixOS support? There’s a docker compose you could use in their repo…
beerclue@lemmy.worldto Selfhosted@lemmy.world•RETIRED: Readarr - Sonarr for Ebooks Book Manager and AutomationEnglish10·4 months agoI believe R-- stands for Readarr and G–R-- stands for GoodReads.
beerclue@lemmy.worldto Selfhosted@lemmy.world•how are my fellow peeps hosting your music collection these days?English10·4 months agoHosted with Jellyfin, for clients I use Symfonium on Android and Feishin on desktop.
beerclue@lemmy.worldto Selfhosted@lemmy.world•What's the real difference between a shell script and Ansible (and which should I use)?English3·4 months agoansible can seem like just a fancy way to run shell scripts with extra syntax, but the real power shows up when you start managing more than one machine or need repeatable, “idempotent” (i love this word) setups. ansible handles state rather than just running commands, so you can describe what you want instead of how to do it step by step. it’s also easier to maintain over time, especially if your setup grows or changes. just add that new vm to the inventory list.
if you’re already comfortable with shell scripts and just want to get a few vms going, you could totally get by without ansible. but if you’re planning to do this more than once, or want to be able to rebuild things cleanly, it’s worth it, imo. it could save you a lot of headaches later on.
i use it at work, i manage about 40 vms in our pre-production environment with ansible. if i need to install a new package on all, it’s one line and one command (ran in a pipeline). if i need to change the settings for
unattended-upgrades
on the debian machines only, same thing.however, our “production” environment is k8s and a handful of external services, and we use terraform to manage all that.
i guess it all depends on your needs.
brânză
Oversimplifying it, Ansible playbooks are nothing more than some commands that should be run on a remote machine via ssh. Ansible knows or has modules for a variety of different package managers (apt, yum, etc) and automagically knows how to handle services or various config files.
It can get complex, but I think just the startup phase, until you have an inventory of remote machines, the ssh keys are in place, etc. I second the Jeff Geerling recommendation, his stuff is solid, both ready to use playbooks, and tutorials.
I would suggest to also look into
cloudinit
. Makes setting up VMs on proxmox easier, faster, more consistent, with users, networking, ssh keys, etc ready to use (by you or by Ansible).
beerclue@lemmy.worldto Selfhosted@lemmy.world•Is it possible to set what DNS server cloudflare tunnels uses when resolving local ips?English3·6 months agoYeah, I think coredns offers all the options you need.
just picked up fallout 4 goty
works beautifully (for me, ~40 fps) with ultra settings @1440p on my thinkpad with igpu :)