

OpenZiti allows to only allow predefined ports/services via VPN: https://netfoundry.io/docs/openziti
There are M.2 adapters that split out 5 SATA ports. I don’t know about their chipsets and whether they require cooling though.
Ha!
If you’re looking for something similar but simpler, there’s Gameyfin.
Those 200MB/s probably weren’t synchronous transfers. The OS tells you the write was complete, but it actually hasn’t committed the data to disk yet. (Wild guess)
Do you have the 8GB version of the Pi 5? You shouldn’t set the ARC to 8GB then. Usually it about half of the available system RAM. I’d probably set it lower if there’s only 8GB available in total.
deleted by creator
Sometimes I get a captcha of death there.
Hm, I guess not big enough to matter.
Some of that stuff is on https://www.zoom-platform.com/
Then you probably want Frost via Hyphanet. Or maybe IPFS.
Heavily gated? What’s heavily gated about Gnutella?
https://en.wikipedia.org/wiki/Comparison_of_file-sharing_applications
Just search for keywords in p2p filesharing networks?
Isn’t this more of a being 50 thing?
Is that still done with that Mangos software?
Your best bet is probably a Windows VM and their official software: https://app.8bitdo.com/Ultimate-Software-V2/
Set up a “global” ignore file that gets synced between devices. Call it .stignoreglobal
for example and and change the .stignore
file (which doesnt get synced) on every device to only include . Now your ignore state gets synced between devices and you can make changes from anywhere.
Mine looks like this:
// Incomplete Downloads
*.part
*.crdownload
// OS-generated files
desktop.ini
Thumbs.db
// Cache
cache
spotifycache
// Unity analytics
Unity
// LineageOS updater
org.lineageos.updater
// No read access :(
/Android/{data,obb}
You can learn how to write one yourself here: https://docs.syncthing.net/users/ignoring.html
Other stuff:
When SyncThing is correctly configured (battery optimizations , etc.), you won’t have any issues. (I’ve been using SyncThing for many many years now.)
What I mean is, you create a link from “libxyz.wanted.so” to “libxyz.present.so”, so when the game is looking for the libxyz.wanted.so file, it actually reads the libxyz.present.so file.
You do this with the symbolic links and ln -s
, but check the order of the parameters, as I always get those with long the first time around.