That's what I'm doing too. Kind of felt wrong to do that, but if you don't need the extra features of docker volumes this is the way.
It always puzzles me when I read "Volumes are easier to back up or migrate than bind mounts." in the docs. How are these --volumes-from shenanigans easier than rsyncing some directory off the host?
I used to do this, but imho the used language is hardly a useful index. When does it happen that you want to see everything written python? For me that's never.
Also where do you put multi-language projects? Like, go backend with typescript frontend or whatever.
Love how the top comment doesn't even answer the question. But TIL, I guess. If I had known this option existed, I probably would have used it. I'm going to play the "not a native english speaker"-card on this one.
It's also a good way to never actually getting the ball rolling on a new hobby, and instead obsessively research what the "correct" way of doing xyz is and then be too overwhelmed by all the opinions to actually get started yourself.
I think this somewhat depends on how tech savvy the people you want to give editing access are.
If they know how to handle git and write markdown, I'd go with a git repository with (for example) mkdocs and setup CI/CD to automatically deploy to Github Pages. This would be free.
If they are more like the typical MS Word andy, I'd go with a self hosted instance of bookstack. You could host it for example on fly. Unfortunately bookstack does not (yet) support sqlite so you'll also need mariadb, which will make hosting it on fly slightly more expensive (but probably still far below $10), because you'll need 2 machines in total. One of which you can't scale to zero. There are probably other cloud providers where its going to be cheaper though.
Pictures: I don't take many and rarely look at them tbh. So they just sit on my laptops NVMe
Music: I only ever use cmus for listening to music => Therefore music is also only locally on my laptop, managed with beets
Movies/Tv Shows: I have jellyfin running on a raspberry Pi 4. For single user use this works fine (even transcoding DVD quality works). For multi user or higher resolution transcoding this probably won't work.
Backups: One off-site backup at a cloud storage provider using restic and one backup on a USB hdd I simply plug in every other week.
My recommendation is: Keep it as simple as possible. In the past I created the craziest setups, but it turns out that in every day life I have neither the time nor motivation to maintain that shit.
Might not be for you if you are not a TUI person, but I like newsboat.
I also use it to watch youtube and listen to podcasts (with mpv). For pdf/epub export you can probably script something that does this.
Fourth Wing by Rebecca Yaos. I was expecting a nice fantasy story with dragons and shit. But the romance part of it was just so annoying. "Oh look that dude is so hot..." at every. single. occasion.
I could've known beforehand that this book is more targeted towards female readers, but sometimes I just like to go to the book store and buy a book based on the blurb. Since then I made the new rule to keep my distance to books that mention TikTok or #BookTok on the cover.
That's what I'm doing too. Kind of felt wrong to do that, but if you don't need the extra features of docker volumes this is the way. It always puzzles me when I read "Volumes are easier to back up or migrate than bind mounts." in the docs. How are these --volumes-from shenanigans easier than rsyncing some directory off the host?