From eac86921a82e35b7d8ed27be268a5eb388dab922 Mon Sep 17 00:00:00 2001 From: Esther <34188010+U039b@users.noreply.github.com> Date: Wed, 24 Apr 2024 18:04:16 +0200 Subject: [PATCH] Update azure.md --- docs/azure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/azure.md b/docs/azure.md index 8b1439a..a26412d 100644 --- a/docs/azure.md +++ b/docs/azure.md @@ -76,6 +76,6 @@ VHS will be automatically updated on a daily basis. At its first start, VHS creates an administrator user account with the password you specified earlier. First, connect to the administration panel by browsing `https://{DJANGO_ALLOWED_HOSTS}/{DJANGO_ADMIN_URL}` (username = `admin`). Next, click on *Social apps* > *Add a social app*, select *Microsoft Graph* in the provider list and fill the fields *Client ID* and *Secret key* with the information provided by your Azure administrator. ## Update VHS -VHS official Docker image is available [on GitHub](https://github.com/HumanRightsWatch/VHS/pkgs/container/vhs). The Docker stack with the service [Watchtower](https://containrrr.dev/watchtower/) that will automatically update VHS. By default, Watchtower is configured to update VHS on daily basis. +VHS official Docker image is available [on GitHub](https://github.com/HumanRightsWatch/VHS/pkgs/container/vhs). The Docker stack comes with the service [Watchtower](https://containrrr.dev/watchtower/) that will automatically update VHS. By default, Watchtower is configured to update VHS on a daily basis. Regarding the host operating system (the OS running on the VM), please refer to the [Guide to Updating Debian from the Terminal](https://thelinuxcode.com/update-debian-from-terminal/).