

For what OP is asking DNS has no part in DNAT, they need a load balancer.
Personally, asking about high uptime on a residential ISP is the larger issue here, but alas.
Linux & Azure cloud engineer. Sometimes a wolf, or a fuzzy dragon.
For what OP is asking DNS has no part in DNAT, they need a load balancer.
Personally, asking about high uptime on a residential ISP is the larger issue here, but alas.
Every “plug and play” NAS I’ve had has been garbage, riddled with adware and had to be firewalled from the internet. After a year they just get insanely slow because they put the worlds’s cheapest ARM SoC in there.
Personally just take your drives out and stick them in an old PC and install truenas, or just straight ZFS on Debian. Then you can run your containers on the same machine like Jellyfin, etc.
fyi you can get a wildcard from letsencrypt for free
There’s nothing bad per se, but obviously not sharing the inner workings of your internet facing server is just another step to protect yourself.
You mention in the OP this is for a business, my opinion you should be working on a professional resource/developer to manage this for you and not random Lemmy users.
On the use of Caddy, your configs here host a lot of sites with many specific configurations, I’m not sure caddy can support all of this. nginx is the tool of choice for a wide majority of the internet for a good reason.
Use Envision and an AMD gpu, works great.
Don’t use SteamVR, it’s trash on Linux - Valve for all their Proton work has ignored the Linux build of SteamVR for years.
I’m confused, your post implied running unifi protect on your own hardware, but this link is about adding 3rd party camera streams into unifi protect.
Did I miss that?
idk what nonsense the other commenter is posting but essentially your network flow should look like this:
internet user -> your IP (found via dynamic DNS) -> firewall/router DNAT port 443 -> proxy (nginx/caddy) listening on 443, backend set to port 80 -> vaultwarden port 80
You’d load your SSL certificate into the reverse proxy, I’m not familiar with caddy but I use nginx for this purpose.
Ubiquiti killed the bring-your-own-hardware option for unifi protect many years ago, unless you go down the road of hacking their app into a docker image.
I’m not the OP, report the post if you feel it’s in violation…
Nobody knows how to work around Microsoft BS better than Linux users.
CPU is pretty much irrelevant to GPU choice.
Personally I wouldn’t buy any recent intel CPU with the dishonesty and major flaws in their products as of late, but that’s up to you to decide - AMD’s most recent CPUs haven’t been amazing either, but don’t have hardware flaws at least.
Or be 64 bit now that it’s 2024.
deleted by creator
VaultWarden is pretty much the same setup, the big difference being that it doesn’t take like 4 GB of ram.
I switched over years ago because Bitwarden server is chunky for like no reason.
iOS already has widgets?
I’ve been doing it for years, no issues. It’s fairly common in the enterprise as well.
If you have a managed switch you can also just do vlan tags for your wan and not have to pass any nics to the VM.
Using a dummy plug is perfectly normal for a lot of use cases, even in the enterprise. Generally if you can’t do virtual rendering (like RDP) then using a dummy plug is totally fine
https://en.m.wikipedia.org/wiki/Subnet
In both ipv4 and ipv6 the CIDR designation of the subnet is called a “prefix”.
My personal opinion, as soon as you’re charging and providing SLAs you’ve exceeded what you should be doing on a residential ISP.
I’d really recommend putting your app in a real cloud solution, which can provide actual load balancing via DNS natively for regional failover if you desire.