Update 14.2.2024, nearly two years later: As you can see in the comments to my original post (see below), there are far more easier ways to install apps with Docker. First, docker compose makes installation and updating easier, and we have the Redirect and the Reverse Proxy apps! So this how I do it in 2024: Add a new subdomain for Trilium with Let’s Encrypt cert in the Webadmin Create a folder for Trilium mkdir /home/TheNomad11/trilium add a docker compose file: sudo nano docker-compose.yml ...