lntl
@lntl@lemmy.ml
- Comment on Software for Syncing files between storages (Linux) 1 week ago:
So I recently quitted Google Drive
Congrats, great life choice
downloaded all my data and hoping to keep it on Hard drives myself, They are external plug in types
You have multiple external drives. Are they USB? How many?
So when I plug it in
Are they not usually plugged in? Is there a requirement to keep them air gapped between syncs?
it copies/syncs the things on my computer, anyone knows somethign like that?
Like others have said, a shell script that calls rsync is maybe the way to go and with some more information on number of drives, drive interface type, and air gap requirements it may change
- Comment on How "secure" is your setup? 1 week ago:
Nope, I’m accessible on the WAN and the webserver is intentionally public facing.
- Comment on How "secure" is your setup? 1 week ago:
I operate SSH, nginx, and uvicorn like this:
SSH
- pubkey auth only
- not on default port
- AllowUsers var in sshd.conf is set
nginx
- runs as its own user
- serves static files or forwards to uvicorn
- rate limits are set
- returns 444 on requests that aren’t in sitemap.xml (nonsense and probing)
uvicorn
- runs as its own user
and a firewall runs on top of everything. I’m self taught, so I could be missing something obvious and this setup has been reliable for me for a few years.
- Comment on Would you use a privacy-first mobile app that watches your whole self-hosted stack — nothing phoning home? 2 weeks ago:
Probably wouldnt use. I don’t monitor dashboards. I send myself an email when something needs attention. Then, if I find myself needing to check on something, I use ConnectBot.