karlthemailman

joined 1 year ago
[–] [email protected] 32 points 1 year ago (16 children)

Rude tone apart, this is absolutely true. Nobody thinks satellite Internet is meant to compete with fiber to the door.

[–] [email protected] 3 points 1 year ago (1 children)

Is that an issue with the format or the currently available tools though?

[–] [email protected] 1 points 1 year ago (1 children)

Fdroid is a secure repositorie and the applications are reviewed before being made available for end users.

Reviewed by who though? Malicious apps even get through apple and Google's screening. I can't see how fdroid can match the capabilities of those guys.

[–] [email protected] 16 points 1 year ago (4 children)

Any brands you would recommend?

 

I have all my services running locally on a 192.168.10.x subdomain. Many are docker containers but some (like gitlab) are proxmox vms. Everything is behind a reverse proxy so I can access services through a url like paperless.mydomaon.com. the reverse proxy automatically pulls certs as needed.

This is great for accessing stuff when I'm home.

I'm trying to set up something for remote access. I don't want to use cloudflare as I just want access for myself from my phone and laptop. So I'm leaning towards tailscale or similar.

But do I need to move all my services to use the tailscale subnet? Seems like a pain and also requires installing tailscale on everything (even on docker containers?). Or do I just install tailscale on the reverse proxy since it can reach everything else. But then I wouldn't be able to ssh into a proxmox vm remotely unless I installed tailscale on the vm?

Or is this what the tailscale subnet router is for?

[–] [email protected] 1 points 1 year ago

I'm curious which part you think is overkill and how you would redo this? I have a proxmox cluster and run docker amongst other things, but haven't set up any sort of high availability.

I don't need live migrations, but something that could help with load balancing and reducing any potential downtime if a host fails would be great.