How to install and configure AdGuard Home for automatic updates and keeping DNS-over-HTTPS running.
To enable AdGuard Home for automatic updates without using snap, or if SELinux is installed, an error occurs: "Cannot download and install the app from snap". So, is there a solution? Switch to Docker. - Why switch to Docker when it's just as good as Snap apps? • Using Docker containers requires configuring files to access ports, such as Apache2 (if you need separate ports for each website). • Snap, however, doesn't require configuring files to access ports; it's ready to use immediately. - Which is better for automated app updates: Docker or Snap? • Snap: Yes, the feature is available immediately in automatic app updates. • Docker: No, there is no feature for automatic app updates in containers (Watchtower must be installed first). For manual updates, use the `pull image` command to check for the latest version of your app container. - App security between Docker and Snap? • Using Snap is less secure, and IP addresses on the device can be intercepted, reducing ...