I was hoping more like a slap bracelet
I'm afraid it choked
Ah I see, if you want to do AI then definitely stick with the 3070, I just assumed you'd be using it for video transcoding with something like Jellyfin.
Great guide, especially the folder structure setup, I wasted so much storage getting that wrong at first.
But im wondering why not put everything into one compose file? It might just be personal preference but I find it a little easy to find what I'm looking for.
(Also this is just a nit-pick but including the version tag now prompts a warning that it's deprecated.)
Yeah that's fair, but without some form of centralization I don't see how you establish trust. Unless you have every instance scan every users history but that would be pretty inefficient
Couldn't you have the main instance take care of it? I don't exactly know how activitypub handles votes but if they're reported back to the users home instance it could be calculated there.
For example if I had a reputation of 12 and I posted on a different instance and got enough votes to get 1 extra reputation those votes would be reported back to my instance which would update my rep accordingly.
Please, I listen to music and I'm still bored
Just out of curiosity, what do you use all that storage for?
Whatever came to mind first
Yeah sure, here's my setup including my transmission client. I essentially just give the docker containers access to the whole Torrent directory, instead of having one mount for the downloads and one for the media library. You also need to make sure that the arrs are set to hardlink which should be the default
The hard linking only works of the source and destination are in the same mount, for example
/data/downloads:/downloads /data/media:/media
Will create copies and use double the storage on just hard linking, to make it hardlink you need to put the downloads and destination folders in the same directory so make the docker mount look like
/data:/data
instead. Then you just need to tell your torrent client to put the downloaded files into /data/downloads/(either sonarr or radarr) and the the arrs can look into their folders and then hardlink the files into /data/media/whatever
I have no clue if any of this is understandable, but I can post my docker compose once I get to my pc
+1 for enhancer for youtube, great QOL stuff in there