Privacy can actually be reduced with on-device ai too. Now, without actually sending any data to iCloud apple can still have a general idea of what you’re doing. Imagine a state has a law that makes certain subjects illegal to discuss. They could compel apple to have their local AI detect that content and then to broadcast a ping in the AirTags network about the user and their location. No internet connection required on the target.
I think https://github.com/caddyserver is the best option here. Automatic handling of SSL certs, it's incredibly lightweight, and has super clear config syntax.
I like traefik hot reload (among other things). Want to hide a service (the proxied app), a new route (a router in traefik terminology), a middleware (basic auth, https redirection, headers manipulation) ? Just drop the file and it gets automatically picked up, no need to reload traefik or that vhost.
Truth is: I don't like nginx syntax and traefik is/was shiny :]. I went in for the LE renewal and containers, I stayed for the configuration style.
It’s not that nice in practice. Traefik until 3.0 (which was released just a few days ago) wasn’t been able to reload TLS certificates under some circumstances: https://github.com/traefik/traefik/pull/9993
Built-in ACME support doesn’t work for me, so I still have some `systemctl restart traefik` hacks here and there.
I believe the biggest are automatic Lets Encrypt certificates and the ability to discover services and route to them based on things like Kubernetes labels.
I also use NginxProxyManager (8 hosts) and I'm not seeing any replies to your post that would explain why caddyserver or traefik provide any benefit over NPM.
Yeah I agree with this. Nginx config is easy and you can just set it and forget it. Most of the time you're copypasting from other configs you already have anyways. Automatic LE is kinda a strange selling point when Certbot is available everywhere and supports more scenarios. Traefik's and Caddy's selling points just don't make any sense to me because they don't make anything easier than the alternatives that are already widely supported.
It looks like it does, though I've never wanted to use them. I just had a quick look at my instance and you can add text notes alongside the document and also there's some basic editing draw/text tools to add to the document itself.