It can be anything you want.
How you change it depends on the specific server you’re using, I use SFTPGo for a webdav server and when I create a new user it just asks where the data should go.
It can be anything you want.
How you change it depends on the specific server you’re using, I use SFTPGo for a webdav server and when I create a new user it just asks where the data should go.
Does rclone support the cloud service?
Software RAID is generally better in every way, also no hardware to fail.
Keep multiple reliable (and tested) backups, if something fails restore a backup.
Don’t rely on any storage, RAID or anything else to be recoverable when something goes wrong.
Backrest is also great, just a nice webUI for Restic.
FolderSync is a good alternative, more battery friendly too!
Yes there’s always a chance corruption can happen from a hard power off, always keep reliable backups.
I would go with a managed Nextcloud provider, it’s such a pain to manage self hosting Nextcloud specifically.
Be extra vigilant with your backups though, free stuff always has a higher chance of weird stuff happening, once they just removed my VPS after my trial ended and told me to re-create it.
Dynamic DNS is free generally, for example if you put your domain on Cloudflare or another DNS host with an API that is supported you can just update the A records automatically on IP change.
Sounds like maybe a faulty battery failing early, it should be under warranty I’d imagine if it has only been a few months?
The battery health indicator could be wrong, does it still run as long as it used to?
Outgoing should already allow everything, so no need to specifically allow it.
Make sure you’re creating a block rule specifically on outgoing in that case.
Is wireguard incoming or outgoing from the machine you’re trying to block it on?
Do you have something listening on port 52038 that will respond to a port scan? If not it will report as closed.
Annoying that it doesn’t give more details!
I think you might need to add your site to google search console to see more details on specifically why it was listed as unsafe.
Some info here: https://web.dev/articles/use-search-console
They generally all connect over Bluetooth so should work just fine.
The only sticking point may be if Linux doesn’t have the proper codecs like aptX or LDAC (and the earbuds support them) you won’t get as high quality audio as you should.
Probably due to their status as a privacy friendly way to have a domain they get a lot more fraud and scams using their services, they’re probably dealing with tons of this stuff daily. Being flagged by google safe browsing most of the time means something isn’t right, but I’m not sure what they would really be able to investigate on their end.
Have you figured out why you were flagged? I’ve seen similar stuff from self hosters before where they have a compromised service exposed to the internet and didn’t realize it.
Gotcha, in that case maybe a container? You can use a bind mount to link a folder on the host to inside the container. You could use docker/podman or LXC.