Did you receive it? How is it?
Did you receive it? How is it?
I’ve never virtualized OpenWRT, but with hardware passthrough I don’t see why it shouldn’t work.
How does it compare to NTFY?
Oh, got it. It does make sense!
Ok, got it. I didn’t understand your reply because the OP question was an SSH client that could sync SSH keys and password, not a way to connect to the machines.
I use backborg for backups.
I wouldn’t use a storagebox (mounted on your VPS) because you would have data and backup in the same machine (problems with crypto and with human error like: ops, I’ve rm -rf
everything 🙈😆) and with the same service provider.
I’d use Backblaze B2 or Wasabi.
How do you connect to machines with SSH within the Tailscale app? For what I see the Tailscale app doesn’t have any SSH client
👍🏼
I don’t understand your message. What did you wanna say with “proprietary directly” and “unlock Nextcloud”?
I wasn’t looking for something that advanced, I was thinking about something more simpler where I can manually insert the orders details.
😱 Noooooo! 😆
I mean, that would be an easy solution, but being a self hoster, I’m maniac about self hostng everything! 🙈
He didn’t even replied to those who tried to help him.
I don’t understand.
Why @Rodrigo_de_Mendoza@lemmy.dbzer0.com ?
What do you mean by “suspicious”? What are your worries?
Good question, I’m interested too. Personally I use this kind of mapping
volumes: - /var/docker/contanier_name/data:/data
because it helps me with backups, while I keep all the docker-compose.yaml in
/home/user/docker-compose/container_name
so I can mess with the compose folder whithout worrying too much about what’s inside you 🙈