joshhsoj1902@lemmy.catoprivacy@lemmy.ca•Every American's Social Security number, address may have been stolen in hack
2·
3 months agoSure it shouldn’t be used like this. But incrementing a number isn’t enough to steal someone’s identity.
Sure it shouldn’t be used like this. But incrementing a number isn’t enough to steal someone’s identity.
Isn’t it the address being leaked with it that makes this notable?
You can’t add a number to a SSN and also add a number to the street address to then narrow down which full names are associated with that SSN to then possibly be able to use it.
I didn’t think the number had any use on its own
One thing to consider with NFS is how stable your network is.
I’ve moved away from storing application files on my NAS and instead I store them locally where I run the application.
For things like jellyfin media or paperless files they can stay on the NAS and be accessed via NFS, but the config, db and other files the apps create as part of their operation, things can get into a bad state if the network drops at an unexpected time.
Instead I setup backup cronjobs that backup those files to the NAS nightly.
I agree with the other commenters regarding using the NFS share mounting right in docker compose. It does work great once you get it working.